/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*----BUSHRA COPYRIGHT WEBSITE WAS CREATED BY SITELY.LY----*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

@font-face {
  font-family: 'bushrafonttitle';
  src: url('../fonts/GROZENBold.otf') format('truetype');
  font-weight: 500;

}

@font-face {
  font-family: 'bushrafonttitlear';
  src: url('../fonts/LAXR.otf') format('truetype');
  font-weight: 500;

}

@font-face {
  font-family: 'bushrafonttitlear2';
  src: url('../fonts/Expo-Arabic-Bold.ttf') format('truetype');
  font-weight: 500;

}




*{box-sizing:border-box}
:root{
  --bg:#f6f8fb;
  --surface:#ffffff;
  --pill:#eaf0f5;
  --txt:#0f1b2a;
  --muted:#7a8899;
  --accent:#5b8aa6;      
  --accent-ink:#0e2630;
  --card:#ffffff;
  --bd:#e1e7ef;
  --shadow: 0 10px 30px rgba(10,30,60,.08);
}


html, body { 
  position: relative; 
  min-height: 100%; 
  font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ------------------------------- background video --------------------------------- */

.bg-video{
  position: fixed;
  inset: 0;                 
  z-index: -1;             
  pointer-events: none;     
  overflow: hidden;
}

.bg-video__media{
  width: 100%;
  height: 100%;
  object-fit: cover;        
  object-position: center;
}



@media (prefers-reduced-motion: reduce){
  .bg-video{ display:none; }
}



/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------- about title ----------------------------------- */

.about-title{
  font-family: 'bushrafonttitle';
  font-weight: 700;
  display: block;                  
  text-align: center;       
  width: max-content;       
  font-size: clamp(24px, 5vw, 52px);
  line-height: 1.06;
  letter-spacing: .02em;
  margin: 0 auto 80px;     
}

.rtl .about-title{
  font-family: 'bushrafonttitlear';
  font-weight: 700;
  display: block;                  
  text-align: center;       
  width: max-content;       
  font-size: clamp(24px, 5vw, 52px);
  line-height: 2.06;
  letter-spacing: .02em;
  margin: 0 auto 80px;   
}


.about-title.gradient-text{
  --gdir: right;
  background: linear-gradient(to var(--gdir), #1979a9, #39b9c4, #39b9c4, #39b9c4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.rtl .about-title.gradient-text{ --gdir: left; }


@supports not (-webkit-background-clip: text) {
  .about-title.gradient-text{ color: #1979a9; }
}


/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* --------------------------------- bushra title ----------------------------------- */

.bushra-title{
  font-family: 'bushrafonttitle';
  font-weight: 700;
  font-size: clamp(14px, 5vw, 22px);
  line-height: 1.06;
  letter-spacing: .02em;  

}

.rtl .bushra-title{
  font-family: 'bushrafonttitlear';
  font-weight: 700;
  display: block;                  
  text-align: center;       
  width: max-content;       
  font-size: clamp(24px, 5vw, 52px);
  line-height: 2.06;
  letter-spacing: .02em;
  margin: 0 auto 80px;   
}


.bushra-title.gradient-text{
  --gdir: right;
  background: linear-gradient(to var(--gdir), #1979a9, #39b9c4, #39b9c4, #39b9c4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.rtl .bushra-title.gradient-text{ --gdir: left; }


@supports not (-webkit-background-clip: text) {
  .bushra-title.gradient-text{ color: #1979a9; }
}





.wrap{ width:min(1200px, 92vw); margin:20px auto; }







/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ------------------------------------- navbar ------------------------------------- */

.site-nav{ position:sticky; top:12px; z-index:10; }
.nav-inner{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  background:var(--pill);
  border:1px solid var(--bd);
  border-radius:16px;
  padding:10px 14px;
  box-shadow: var(--shadow);
}

.brand { display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit }
.brand-logo{
  height:34px; 
  width:auto;
  display:block;
  object-fit:contain;
  border-radius:8px;       
}



.menu{ display:flex; align-items:center; gap:18px; flex-wrap:wrap }
.menu a,
.menu .menu-link{
  font-weight:600; font-size:15px;
  color:#445265; text-decoration:none; background:transparent; border:0; cursor:pointer;
  display:inline-flex; align-items:center; gap:6px;
}
.menu a:hover, .menu .menu-link:hover{ color:var(--accent-ink) }

.dropdown{ position:relative }
.dropdown .caret{ width:16px; height:16px; fill:#6c7b8f }
.dropdown-menu{
  position:absolute; inset:auto auto 0 0; transform:translateY(calc(100% + 12px));
  background:var(--surface); border:1px solid var(--bd); border-radius:12px; box-shadow: var(--shadow);
  display:none; min-width:180px; padding:8px;
}
.dropdown.open .dropdown-menu{ display:block; }
.dropdown-menu a{
  display:block; padding:10px 12px; border-radius:10px; color:#344155; text-decoration:none;
}
.dropdown-menu a:hover{ background:#f2f6fb }


.header .actions, .actions{ display:flex; align-items:center; gap:10px }
.lang a{ color:#4b6075; text-decoration:none; font-weight:600 }
.lang span{ color:#a6b3c2 }
.icon-btn{
  display:grid; place-items:center; width:36px; height:36px; border-radius:12px;
  background:var(--surface); border:1px solid var(--bd); box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
  text-decoration:none; transition:transform .12s, box-shadow .12s;
}
.icon-btn:hover{ transform:translateY(-1px); box-shadow:0 8px 20px rgba(10,30,60,.12) }
.icon-btn svg{ width:18px; height:18px; fill:#2f475a; opacity:.95 }







/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ------------------------------------- hero --------------------------------------- */

.hero-split{
  display:grid; grid-template-columns: 1.2fr 1fr; gap:22px;
  margin-top:22px; align-items:center;
}

.hero-copy h1{
  font-size: clamp(28px, 4.6vw, 54px);
  line-height:1.05; letter-spacing:-0.02em; margin:0 0 12px;
  font-family: 'bushrafonttitle';
}


h1:lang(en) { font-family: "bushrafonttitle"; }
h1:lang(ar) { font-family: "bushrafonttitlear"; }


h2 {
  font-weight: 700;
  font-size: clamp(28px, 4.6vw, 54px);
  line-height: 1.05;
  margin: 90px 0 72px;
  text-align: center;

  --gdir: right;
  background: linear-gradient(to var(--gdir), #39b9c4, #1979a9, #39b9c4, #39b9c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;            
  -webkit-text-fill-color: transparent; 
}

h2:lang(en) {
  font-family: "bushrafonttitle", system-ui, sans-serif;
  letter-spacing: -0.02em;
}

h2:lang(ar) {
  font-family: "bushrafonttitlear2";
  letter-spacing: 0; 
  line-height: 2.06;
}

.menu:lang(ar) {
  font-family: "bushrafonttitlear2";
}

.menu:lang(en) {
  font-family: "bushrafonttitle";
}

.brand:lang(ar) {
  font-family: "bushrafonttitlear2";
}

.brand:lang(en) {
  font-family: "bushrafonttitle";
}

.hero-copy .accent { 
  color:#4088a8;
  font-family: 'bushrafonttitle';

}

.hero-copy .accent:lang(ar) { 
  color:#4088a8;
  font-family: 'bushrafonttitlear';
}

.lead{ color:var(--muted); font-size:18px; line-height:1.6; margin:0 0 18px; }
.cta{
  display:inline-block; padding:14px 22px; border-radius:999px;
  background:#6f93aa; color:white; text-decoration:none; font-weight:700;
  box-shadow: var(--shadow);
}
.cta:hover{ filter:brightness(.95) }


.hero-media{
  background:var(--surface); border:1px solid var(--bd); border-radius:18px; overflow:hidden; box-shadow:var(--shadow);
}
.hero-media img, .hero-media video{
  width:100%; height:100%; max-height:520px; object-fit:cover; display:block;
}


.stats{ display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:18px }
.stat{
  background:var(--surface); border:1px solid var(--bd); border-radius:14px; padding:14px;
  box-shadow: var(--shadow); display:grid; gap:4px
}
.stat strong{ font-size:22px }
.stat span{ color:var(--muted); font-size:13px }




/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* --------------------------- products top sell & cards ---------------------------- */

.section{ padding:28px 0 }
.grid{ display:grid; gap:16px }
.grid-4{ grid-template-columns: repeat(4, 1fr) }
.grid-3{ grid-template-columns: repeat(3, 1fr) }

.card{
  background:var(--card); 
  border:1px solid var(--bd); 
  border-radius:16px; 
  padding:14px; 
}

.card .thumb{ display:grid; place-items:center; aspect-ratio:3/3; background:#f3f7fb; border-radius:12px; overflow:hidden; padding:10px }
.card .thumb img{ width:100%; height:100%; object-fit:contain; image-rendering:-webkit-optimize-contrast }
.muted{ color: var(--muted) }
.footer{ border-top:1px solid var(--bd); color:#5b6a7b; padding:24px 0; margin-top:26px }


.rtl{ direction: rtl }
.rtl .dropdown-menu{ inset:auto 0 0 auto; }
.rtl .dropdown .menu-link .caret{ transform:scaleX(-1) }


@media (max-width: 980px){
  .hero-split{ grid-template-columns: 1fr; }
}
@media (max-width:900px){
  .grid-4{ grid-template-columns: repeat(2, 1fr) }
  .grid-3{ grid-template-columns: 1fr }
}


/* make slide-card links behave like blocks */
a.card { display:block; color:inherit; text-decoration:none; }
a.card.product .thumb img{ transition: transform .25s ease; }
a.card.product:hover .thumb img{ transform: scale(1.03); }




/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* -------------------------------- Top sale slider --------------------------------- */

.top-slider .viewport{ overflow:hidden; }
.top-slider{ position:relative; --gap:24px; }
.top-slider{ position:relative; }
.top-slider .track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  padding:6px 4px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth;
  scrollbar-width:none;

  gap:var(--gap);

}

.top-slider .track::-webkit-scrollbar{ display:none; }

.top-slider .slide{
  flex:0 0 calc((100% - 2*var(--gap)) / 3);
  scroll-snap-align:start;
}






/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------- top sale products arrows ---------------------------- */


.top-slider .nav,
.news-slider .nav{
  --size: 54px;
  --ink: #143044;
  --bg: rgba(255,255,255,.55);
  --bd: rgba(255,255,255,.28);

  position:absolute; top:50%; transform:translateY(-50%);
  width:var(--size); height:var(--size); border-radius:999px;
  border:1px solid var(--bd);
  background: linear-gradient(145deg, rgba(255,255,255,.75), rgba(255,255,255,.35));
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  box-shadow:
    0 12px 30px rgba(12,22,44,.18),
    inset 0 1px 0 rgba(255,255,255,.65);
  display:grid; place-items:center; cursor:pointer; z-index:10;


  direction:ltr; unicode-bidi:isolate; font-size:0; line-height:0;

  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}


.top-slider .nav.prev,
.news-slider .nav.prev{ left:-78px; right:auto; }
.top-slider .nav.next,
.news-slider .nav.next{ right:-78px; left:auto; }

.top-slider .nav::after,
.news-slider .nav::after{
  content:"";
  position:absolute; inset:0; margin:auto;
  width:20px; height:20px;
  background:#143044;
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-position:center; mask-position:center;
  -webkit-mask-size:contain; mask-size:contain;
}

.top-slider .nav.prev::after,
.news-slider .nav.prev::after{
  -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
  mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

.top-slider .nav.next::after,
.news-slider .nav.next::after{
  -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="m8.59 16.59 1.41 1.41 6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
  mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="m8.59 16.59 1.41 1.41 6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
}


.top-slider .nav::before,
.news-slider .nav::before{
  content:""; position:absolute; inset:-2px; border-radius:inherit;
  background:
    radial-gradient(120% 120% at 30% 30%, rgba(120,170,255,.35), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,0) 65%);
  pointer-events:none; opacity:.8; mix-blend-mode:overlay;
}


.top-slider .nav:hover,
.news-slider .nav:hover{
  transform:translateY(-50%) scale(1.06);
  box-shadow: 0 16px 34px rgba(12,22,44,.22), inset 0 1px 0 rgba(255,255,255,.7);
}
.top-slider .nav:active,
.news-slider .nav:active{ transform:translateY(-50%) scale(.96); }
.top-slider .nav:focus-visible,
.news-slider .nav:focus-visible{
  outline:none;
  box-shadow:
    0 0 0 4px rgba(41,151,255,.20),
    0 12px 30px rgba(12,22,44,.18),
    inset 0 1px 0 rgba(255,255,255,.65);
}


@media (max-width: 900px){
  .top-slider .nav,
  .news-slider .nav{ --size: 44px; }
  .top-slider .nav.prev,
  .news-slider .nav.prev{ left:-48px; }
  .top-slider .nav.next,
  .news-slider .nav.next{ right:-48px; }
}







/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ------------------------- top sale and discount ribbon --------------------------- */

.product .thumb{ position:relative; overflow:hidden }


.product .ribbon{
  --tint: 205 92% 56%;             
  position:absolute; top:12px; z-index:5;
  display:inline-flex; align-items:center; gap:.45em;
  padding:8px 14px;
  font: 800 12px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  white-space:nowrap; pointer-events:none; border-radius:999px;

  background:
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.18)),
    linear-gradient(180deg, hsla(var(--tint) / .18), hsla(var(--tint) / .08));
  border:1px solid rgba(255,255,255,.55);
  color:#0e2a43;                     
  text-shadow: 0 1px 0 rgba(255,255,255,.55);


  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);


  box-shadow:
    0 8px 24px hsla(var(--tint) / .25),
    0 2px 6px rgba(15,30,60,.15),
    inset 0 1px 0 rgba(255,255,255,.6),
    inset 0 -1px 0 rgba(255,255,255,.15);

  transform: translateZ(0);
  animation: glassBob 3.8s ease-in-out infinite;
}


.product .ribbon::before{
  content:""; position:absolute; inset:0; border-radius:inherit;
  transform: translateY(4px);
  background: radial-gradient(60% 90% at 50% 90%, rgba(0,0,0,.28), transparent 70%);
  filter: blur(7px); z-index:-1;
}


.product .ribbon::after{
  content:""; position:absolute; inset:-4px -40%;
  background: linear-gradient(115deg,
              transparent 0%,
              rgba(255,255,255,.55) 18%,
              rgba(255,255,255,.18) 28%,
              transparent 42%);
  border-radius:inherit; mix-blend-mode:screen;
  transform: translateX(-140%);
  animation: glassShine 4.8s ease-in-out infinite;
}


.product .ribbon.disc{
  --tint: 12 95% 55%;           
  left:12px; right:auto;
  animation-delay: .2s;
}


.product .ribbon.top{
  --tint: 204 100% 53%;          
  right:12px; left:auto;
  animation-delay: .6s;
}


.product .ribbon.top span::before{ content:"★"; margin-inline-end:.35em; opacity:.85 }
.product .ribbon.disc span::before{ content:"−"; margin-inline-end:.35em; opacity:.85 }


@keyframes glassBob{
  0%,100%{ transform: translateY(0) }
  50%    { transform: translateY(-3px) }
}
@keyframes glassShine{
  0%   { transform: translateX(-140%) rotate(0.001deg) }
  60%  { transform: translateX(140%)  rotate(0.001deg) }
  100% { transform: translateX(140%)  rotate(0.001deg) }
}


.product .price{ display:flex; align-items:center; gap:10px; flex-wrap:wrap }
.product .price .old{ color:#9aa7b6; text-decoration:line-through }
.product .price .new{ font-size:18px }
.badge.sale{ display:inline-block; padding:3px 8px; border-radius:999px; background:#ffe7e7; color:#b62424; font-weight:700; font-size:12px }


@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){
  .product .ribbon{
    background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.65));
  }
}




/* ---------------------------------------------------------------------------------- */
/* ----------------------------- top sale mobile screen ----------------------------- */

@media (max-width:700px){

  .top-slider .viewport{ overflow:hidden; }

  .top-slider .track,
  #topTrack{                         
    grid-auto-columns: 100% !important;
    grid-auto-flow: column !important;
  }
  .top-slider .track > .slide{
    width:100% !important;
  }


  .top-slider{
    display:grid;
    grid-template-columns:auto auto;  
    grid-template-rows:auto auto;
    justify-content:center;
    row-gap:10px;
    direction: ltr;  
  }
  .top-slider .viewport{ grid-column:1 / span 2; grid-row:1; }
  .top-slider .nav{
    position:static !important;       
    transform:none !important;
    --size:44px;
    margin:0 8px;
    
  }

  .top-slider .prev{ grid-column:1; grid-row:2; justify-self:end; }
  .top-slider .next{ grid-column:2; grid-row:2; justify-self:start; }

  .top-slider .nav.prev{ left:auto !important; }
  .top-slider .nav.next{ right:auto !important; }



  .top-slider .track{
    --gap: 12px;                                  
    grid-auto-columns: calc(100% - var(--gap)) !important;
    padding-right: var(--gap);
  }
  
  .top-slider .track > .slide{ width:102% !important; }

  .top-slider .slide{ flex: 0 0 auto !important; }
  
}







/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* --------------------------- About banner with hotspots --------------------------- */

.about-wrap{ margin-top:14px }

.about-card{
  position: relative;
  border-radius:28px;
  overflow: visible;                   
  background:#fff;
  border:1px solid var(--bd);
  box-shadow: var(--shadow);
}


.about-card img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius: inherit;             
}


.about-hotspot{ position:absolute; left:var(--x); top:var(--y);
  transform:translate(-50%,-50%); z-index: 5; }

.pop{
  display:none; position:absolute; left:0; top:calc(100% + 10px);
  width:min(380px, 92vw);
  max-height: 60vh;                  
  overflow: auto;                     
  background:#ffffff; color:#0f1b2a;
  border:1px solid var(--bd); border-radius:12px; padding:12px;
  box-shadow: var(--shadow);
  z-index: 999;
}

.chip{
  display:inline-flex; align-items:center; gap:8px;
  background:#ffffff; color:#0d2430; font-weight:800; font-size:14px;
  border:1px solid var(--bd); border-radius:999px; padding:6px 12px;
  box-shadow:0 10px 22px rgba(10,30,60,.10);
  cursor:pointer;
}
.chip .dot{
  width:12px; height:12px; border-radius:50%;
  background:#1f5b97; box-shadow:0 0 0 3px #e7eef7; display:inline-block;
}


.pop h4{ margin:0 0 6px; font-size:15px }
.pop p{ margin:0; font-size:14px; color:var(--muted); line-height:1.5 }

.about-hotspot.active .pop{ display:block; }


.pop::before{
  content:""; position:absolute; left:16px; top:-6px; width:10px; height:10px;
  background:#fff; border-left:1px solid var(--bd); border-top:1px solid var(--bd);
  transform:rotate(45deg);
}


.rtl .pop{ left:auto; right:0 }
.rtl .pop::before{ left:auto; right:16px }

/* ---------------------------------------------------------------------------------- */
/* ------------------------ About banner with hotspots Mobile ----------------------- */

@media (max-width: 700px){

  .about-wrap{ position:relative; }
  .about-card{ position:relative; overflow:visible; }


  .about-hotspot .chip{
    position:absolute;
    left:var(--x); top:var(--y);
    transform:translate(-50%,-50%);
    z-index:3;
  }


  .about-below{
    margin-top:12px;
    display:grid;
    gap:10px;
  }
  .about-below .pop{
    position:static;
    display:none;                
    width:100%;
    max-height:none;
    margin:0;
    border:1px solid var(--bd);
    border-radius:12px;
    padding:12px;
    box-shadow:var(--shadow);
  }
  .about-below .pop.show{ display:block; }


  .about-below .pop::before{ display:none; }


  .about-hotspot{
    position: static;            
    transform: none;
    z-index: 1;
  }


  .about-hotspot .chip{
    position: absolute;       
    left: var(--x);            
    top:  var(--y);
    transform: translate(-50%, -50%);
    z-index: 3;
  }


  .about-hotspot .pop{
    position: static;     
    display: none;         
    width: 100%;
    max-height: none;
    margin: 10px 12px 0;
    border-radius: 12px;
    box-shadow: var(--shadow);
    overflow: visible;
  }
  .about-hotspot.active .pop{ display: block; }


  .about-hotspot .pop::before{ display: none; }
}


/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* --------------------------------- Partners 3D Bar -------------------------------- */


.partners3d{
  margin: 70px 0 70px;
}

.partners3d .bar{
  position:relative; height:110px; border-radius:24px; overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#f3f7fb 60%,#eaf0f6 100%);
  border:1px solid var(--bd);
  box-shadow:0 18px 30px rgba(10,30,60,.12), inset 0 1px 0 rgba(255,255,255,.8);
  transform:rotateX(12deg); transform-origin:center bottom;
}

.partners3d .bar::before{content:"";position:absolute;left:0;right:0;top:0;height:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(255,255,255,0));}

.partners3d .bar::after {
  content:"";
  position:absolute;
  left:-6%;
  right:-6%;
  bottom:-22px;
  height:28px;
  filter:blur(2px);
}

.partners3d .ticker{
  position:absolute; inset:0;
  display:flex; align-items:center; gap:56px;
  will-change:transform;
}

.partners3d .logo{ flex:0 0 auto; }
.partners3d .logo img{
  height:44px; width:auto; display:block; opacity:.98;
  filter:drop-shadow(0 1px 0 rgba(0,0,0,.06));
}

@media (max-width:900px){
  .partners3d .bar{ height:96px; transform:rotateX(10deg); }
  .partners3d .ticker{ gap:40px; }
  .partners3d .logo img{ height:36px; }
}

html,body{max-width:100%;overflow-x:hidden;}




/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ------------------------------------- Footer ------------------------------------- */

.footer-band{
  padding: 200px 0 10px;
}


.footer-cards{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}


.footer-card{
  position: relative;
  background: var(--surface);
  border: 1px solid var(--bd);
  border-radius: 26px;
  padding: 18px;
  box-shadow: var(--shadow);
  min-height: 160px;
}

.footer-title{
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 20px;
}

.footer-card .row{
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-card .line{ margin: 10px 0; }

.footer-card .ico{
  width: 18px;
  height: 18px;
  fill: #4b6075;
  opacity: .9;
}


.phones{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 10px 0 6px;
}

.phones .chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: #f2f6fb;
  color: #233547;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--bd);
}


.sm i{
  font-size: 20px;      
  color: #2d4b67;
  line-height: 1;
}


.sm.fb:hover i{ color:#1877f2; }
.sm.ig:hover i{ color:#c13584; }
.sm.tt:hover i{ color:#000; }
.sm.wa:hover i{ color:#25D366; }

.sm-row{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.sm{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #f2f6fb;
  border: 1px solid var(--bd);
  border-radius: 14px;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.sm svg{ width: 22px; height: 22px; fill: #2d4b67 }
.sm.fb{ background:#e8f0ff }
.sm.ig{ background:#fff2ff }
.sm.tt{ background:#eef7ff }
.sm.wa{ background:#eafff1 }


.floating-img{
  position: absolute;
  right: 22px;
  top: -160px;
  width: 200px;
  height: auto;
  border-radius: 16px;
}
.rtl .floating-img{ right: auto; left: 22px }


.billbar{
  margin: 18px auto 6px;
  background: linear-gradient(180deg,#ffffff,#f5f8fc);
  border: 1px solid var(--bd);
  border-radius: 20px;
  padding: 14px 18px;
  text-align: center;
  color: #274057;
  box-shadow: var(--shadow);
}
.billbar p{
  margin: 0;
  font-weight: 700;
  letter-spacing: .2px;
}
.billbar a{
  color: #2563eb;
  text-decoration: none;
  font-weight: 800;
}
.billbar a:hover{ text-decoration: underline; }


@media (max-width: 900px){
  .footer-cards{ grid-template-columns: 1fr; }
  .floating-img{
    position: static;
    width: 140px;
    display: block;
    margin-inline: auto;
    margin-top: -40px;
  }
}




/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* --------------------------------------- news ------------------------------------- */




.news-rail{ display:grid; grid-template-columns: repeat(3,1fr); gap:16px }
@media (max-width: 980px){ .news-rail{ grid-template-columns:1fr } }

.news-card{
  position:relative; overflow:hidden;
  border-radius:18px; border:1px solid var(--bd);
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(245,248,255,.72));
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}
.news-card .cover{ position:absolute; inset:0; z-index:5; } 
.news-card .thumb{ aspect-ratio:16/9; overflow:hidden; background:#eef3f9 }
.news-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease }
.news-card:hover .thumb img{ transform: scale(1.04) }
.news-card .body{ padding:14px }
.news-card .body h3{ margin:6px 0 6px; font-size:18px }
.news-date{
  position:absolute; top:12px; left:12px; z-index:6;
  padding:6px 10px; border-radius:999px; font-weight:800; font-size:12px;
  background: rgba(255,255,255,.55); backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 8px 16px rgba(10,30,60,.12);
}
.readmore{ font-weight:700; text-decoration:none; color:#2a5ea7 }
.readmore:hover{ text-decoration:underline }

.news-hero{ margin:10px 0 12px; border-radius:16px; overflow:hidden; border:1px solid var(--bd) }
.news-hero img{ width:100%; height:auto; display:block }
.news-body{ color:#394a5b; line-height:1.75 }


.menu a.active{ color:#0e2630 }



.news-title{
  font-family: 'bushrafonttitle', system-ui, sans-serif;
  font-weight: 800;
  display: block;
  width: 100%;           
  margin: 4px 0 14px;    
  text-align: start;      
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: .2px;
}
.rtl .news-title{ text-align:end; }






.news-slider{ position:relative; margin-top:8px; }
.news-slider .viewport{ overflow-x:auto; overflow-y:hidden; scrollbar-width:none; }
.news-slider .viewport::-webkit-scrollbar{ display:none; }
.news-slider .track{
  --gap:24px;
  display:grid; grid-auto-flow:column; gap:var(--gap);
  grid-auto-columns: calc((100% - 2*var(--gap))/3); /* 3 visible */
  scroll-behavior:smooth;
}
@media (max-width:980px){ .news-slider .track{ grid-auto-columns:100%; } }

.news-card{ display:block; text-decoration:none; color:inherit;
  background:var(--card); border:1px solid var(--bd); border-radius:16px;
  box-shadow:var(--shadow); overflow:hidden;
}
.news-card .thumb{ aspect-ratio:16/10; background:#eef3fa; }
.news-card .thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.news-card .body{ padding:12px; }
.news-card h3{ margin:6px 0 8px; font-size:18px; }
.news-card .news-date{ font-size:12px; color:#6f7f90; font-weight:700; }
.news-card .readmore{ font-weight:800; color:#2a5ea7; }


.news-slider .nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border-radius:999px; z-index:3;
  display:grid; place-items:center;
  border:1px solid var(--bd); background:var(--surface);
  box-shadow:var(--shadow); cursor:pointer; color:#0c2d3f; font-size:20px;
}
.news-slider .prev{ left:-70px; }
.news-slider .next{ right:-70px; }
@media (max-width:1200px){ .news-slider .prev{ left:-40px } .news-slider .next{ right:-40px } }




/* ---------------------------------------------------------------------------------- */
/* ------------------------------- news mobile screen ------------------------------- */



@media (max-width:700px){

  .news-slider .track{ grid-auto-columns:100%; }

  .news-slider{
    display:grid;
    grid-template-columns:auto auto;   
    grid-template-rows:auto auto;
    justify-content:center;         
    row-gap:12px;                     
    direction: ltr;  
  }


  .news-slider .viewport{
    grid-column:1 / span 2;
    grid-row:1;
    overflow:hidden;             
  }

  .news-slider .nav{
    position:static;
    top:auto; left:auto; right:auto;
    transform:none !important;
    width:44px; height:44px;
    margin:0 8px;
    direction: ltr;  
  }
  .news-slider .prev{ grid-column:1; grid-row:2; justify-self:end; }
  .news-slider .next{ grid-column:2; grid-row:2; justify-self:start; }
}




/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ------------------------------- Reveal animations--------------------------------- */



@media (prefers-reduced-motion: no-preference){
  .reveal{
    --d: 0s;           
    --dur: .65s;        
    --dx: 0; --dy: 16px; 
    --rot: 0deg;        
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) rotate(var(--rot)) scale(.98);
    transition: opacity var(--dur) ease, transform var(--dur) cubic-bezier(.2,.7,.2,1);
    transition-delay: var(--d);
    will-change: opacity, transform;
  }
  .reveal.show{
    opacity: 1;
    transform: translate(0,0) rotate(0) scale(1);
  }

  .reveal[data-anim="up"]    { --dx: 0;   --dy: 18px; }
  .reveal[data-anim="down"]  { --dx: 0;   --dy: -18px; }
  .reveal[data-anim="left"]  { --dx: 22px; --dy: 0;   }
  .reveal[data-anim="right"] { --dx: -22px;--dy: 0;   }
  .reveal[data-anim="pop"]   { transform: scale(.96); }
  .reveal.show[data-anim="pop"]{ transform: scale(1); }
}

.count.bump{
  animation: bump .45s ease;
}
@keyframes bump{
  0%{ transform:scale(1) }
  30%{ transform:scale(1.12) }
  100%{ transform:scale(1) }
}





/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------- navbar mobile --------------------- */


.burger{
  display:none;
  width:42px; height:42px; border-radius:12px;
  border:1px solid var(--bd); background:var(--surface);
  box-shadow: var(--shadow);
  align-items:center; justify-content:center; gap:4px;
  cursor:pointer; position:relative;
}

.burger span{
  display:block; width:20px; height:2px; background:#143044; border-radius:2px;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
  position:absolute; left:0; right:0; margin:auto;
}

.burger span:nth-child(1){ top:14px; }
.burger span:nth-child(2){ top:20px; }
.burger span:nth-child(3){ top:26px; }


.site-nav.open .burger span:nth-child(1){ top:20px; transform:rotate(45deg); }
.site-nav.open .burger span:nth-child(2){ opacity:0; }
.site-nav.open .burger span:nth-child(3){ top:20px; transform:rotate(-45deg); }


@media (max-width: 900px){
  .burger{ display:flex; }

  .site-nav .menu{
    position: absolute;
    inset-inline: 12px;      
    top: calc(100% + 10px);   
    background: var(--surface);
    border:1px solid var(--bd);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 10px;
    display: grid;
    gap: 6px;
    transform-origin: top center;
    transform: translateY(-8px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 20;
  }

  .site-nav.open .menu{
    opacity:1; transform: translateY(0) scale(1);
    pointer-events:auto;
  }


  .site-nav .menu a{
    padding:10px 12px;
    border-radius:10px;
    background: transparent;
  }
  .site-nav .menu a:hover{ background:#f2f6fb; }

  .site-nav .actions{ margin-inline-start:auto; }
}

@media (min-width: 901px){
  .site-nav .menu{
    position: static; inset: auto; top:auto;
    display:flex; gap:18px; padding:0; border:0; background:transparent;
    transform:none; opacity:1; pointer-events:auto; box-shadow:none;
  }
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */





