.elementor-4008 .elementor-element.elementor-element-1048c49{--display:flex;}.elementor-4008 .elementor-element.elementor-element-1048c49.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4008 .elementor-element.elementor-element-2413d83.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4008 .elementor-element.elementor-element-faa22ec{--display:flex;}@media(max-width:767px){.elementor-4008 .elementor-element.elementor-element-1048c49{--width:722px;}.elementor-4008 .elementor-element.elementor-element-2413d83{width:var( --container-widget-width, 270px );max-width:270px;--container-widget-width:270px;--container-widget-flex-grow:0;}.elementor-4008 .elementor-element.elementor-element-2413d83 > .elementor-widget-container{margin:-19px -19px -19px -19px;padding:0px 0px 0px 0px;}.elementor-4008 .elementor-element.elementor-element-2413d83.elementor-element{--flex-grow:0;--flex-shrink:0;}}/* Start custom CSS for html, class: .elementor-element-2413d83 */:root{
    --blue:#0E3FA8;
    --blue-2:#3E7BFA;
    --red:#E4232B;
    --gold:#F5B400;
    --white:#FFFFFF;
    --bg:#F3F7FF;
    --ink:#101A33;
    --grey:#5C6478;
    --line:#DCE5F7;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background: #e3d1e76e;
    color:var(--ink); 
    font-family:'Inter', sans-serif;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  .display{font-family:'Poppins', sans-serif;}
  .mono{font-family:'JetBrains Mono', monospace;}
  a{color:inherit; text-decoration:none;}
  img{display:block; max-width:100%;}
  button{font-family:inherit;}

  .wrap{max-width:1280px; margin:0 auto; padding:0 40px;}

  /* ============ NAV ============ */
  header.nav{
    position:relative; z-index:50;
    padding:24px 0 0 0;
  }
  .nav-inner{
    max-width:1280px; margin:0 auto; padding:0 40px;
    display:flex; align-items:center; justify-content:space-between;
  }
  .brand{display:flex; align-items:center; gap:11px;}
  .brand-badge{
    width:38px; height:38px; border-radius:10px;
    background:linear-gradient(135deg, var(--blue), var(--blue-2));
    display:flex; align-items:center; justify-content:center;
    font-family:'Poppins', sans-serif; font-weight:800; font-size:16px; color:#fff;
    box-shadow:0 8px 18px -8px rgba(14,63,168,0.5);
  }
  .brand-name{font-family:'Poppins', sans-serif; font-weight:700; font-size:18px;}
  .brand-name span{color:var(--red);}
  nav.links{display:flex; gap:34px; font-size:13.5px; font-weight:600; color:var(--grey);}
  nav.links a{transition:color .2s; position:relative;}
  nav.links a:hover{color:var(--blue);}
  .nav-cta{
    background:var(--red); color:#fff; padding:11px 22px; border-radius:30px;
    font-size:13px; font-weight:700; box-shadow:0 10px 22px -8px rgba(228,35,43,0.55);
    transition:transform .2s, box-shadow .2s;
  }
  .nav-cta:hover{transform:translateY(-2px); box-shadow:0 14px 26px -8px rgba(228,35,43,0.65);}

  /* ============ HERO ============ */
  .hero{
    position:relative;
    min-height:96vh;
    display:flex; align-items:center;
    overflow:hidden;
    padding-top:20px;
  }
  .hero-bg-shape{
    position:absolute; top:-20%; right:-14%; width:70%; height:140%;
   
    z-index:0; pointer-events:none;
  }
  .hero-bg-shape.two{
    top:auto; bottom:-30%; left:-16%; right:auto; width:55%;
  
  }

  .hero-inner{
    position:relative; z-index:3;
    display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center;
    width:100%;
  }

  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    background:#fff; border:1px solid var(--line); border-radius:30px;
    padding:8px 16px 8px 8px; margin-bottom:26px;
    font-family:'JetBrains Mono', monospace; font-size:11.5px; font-weight:600;
    letter-spacing:0.04em; color:var(--blue); box-shadow:0 6px 16px -10px rgba(16,26,51,0.15);
  }
  .eyebrow .dot{
    width:22px; height:22px; border-radius:50%; background:var(--gold);
    display:flex; align-items:center; justify-content:center; font-size:11px;
  }

  h1.hero-title{
    font-family:'Poppins', sans-serif; font-weight:800;
    font-size:clamp(38px, 4.6vw, 64px);
    line-height:1.06;
    color:var(--ink);
  }
  h1.hero-title .blue{color:var(--blue);}
  h1.hero-title .red{color:var(--red);}
  h1.hero-title .underline{
    position:relative; white-space:nowrap;
  }
  h1.hero-title .underline svg{
    position:absolute; left:0; bottom:-10px; width:100%; height:14px;
  }

  .hero-sub{
    margin-top:22px; font-size:16.5px; line-height:1.7; color:var(--grey); max-width:460px;
  }
  .hero-actions{margin-top:34px; display:flex; align-items:center; gap:22px; flex-wrap:wrap;}
  .btn-primary{
    background:linear-gradient(135deg, var(--blue), var(--blue-2)); color:#fff;
    padding:16px 30px; border-radius:40px; font-weight:700; font-size:14px;
    box-shadow:0 16px 30px -12px rgba(14,63,168,0.55);
    display:inline-flex; align-items:center; gap:10px;
    transition:transform .2s, box-shadow .2s;
  }
  .btn-primary:hover{transform:translateY(-3px); box-shadow:0 20px 36px -12px rgba(14,63,168,0.65);}
  .btn-secondary{
    display:inline-flex; align-items:center; gap:10px;
    font-weight:700; font-size:14px; color:var(--ink);
  }
  .play-ring{
    width:38px; height:38px; border-radius:50%; border:1.5px solid var(--ink);
    display:flex; align-items:center; justify-content:center; font-size:12px;
    transition:background .2s, color .2s, border-color .2s;
  }
  .btn-secondary:hover .play-ring{background:var(--ink); color:#fff;}

  .hero-badges{
    margin-top:44px; display:flex; gap:14px; flex-wrap:wrap;
  }
  .hbadge{
    background:#fff; border:1px solid var(--line); border-radius:14px; padding:14px 18px;
    display:flex; align-items:center; gap:12px; box-shadow:0 10px 24px -16px rgba(16,26,51,0.2);
  }
  .hbadge b{display:block; font-family:'Poppins',sans-serif; font-weight:800; font-size:19px; color:var(--ink);}
  .hbadge span{display:block; font-size:10.5px; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; color:var(--grey); margin-top:2px;}
  .hbadge-icon{
    width:34px; height:34px; border-radius:9px; display:flex; align-items:center; justify-content:center;
    font-size:15px;
  }
  .hbadge-icon.g{background:#FFF3D6; color:var(--gold);}
  .hbadge-icon.r{background:#FCE1E2; color:var(--red);}
  .hbadge-icon.b{background:#E4ECFE; color:var(--blue);}

  /* ---------- flying shuttlecock ---------- */
  .flight-layer{
    position:absolute; inset:0; z-index:2; pointer-events:none;
  }
  .shuttle{
    position:absolute;
    width:46px; height:60px;
    top:0; left:0;
    offset-path: path("M -60 380 C 250 40, 700 40, 1020 260 C 1200 380, 1300 200, 1460 60");
    offset-rotate: auto;
    animation: flyShuttle 7s cubic-bezier(.45,.02,.55,.98) infinite;
    filter:drop-shadow(0 14px 18px rgba(16,26,51,0.22));
  }
  @keyframes flyShuttle{
    0%{ offset-distance:0%; opacity:0; transform:scale(0.7) rotate(0deg); }
    6%{ opacity:1; transform:scale(1) rotate(90deg); }
    92%{ opacity:1; transform:scale(1) rotate(90deg); }
    100%{ offset-distance:100%; opacity:0; transform:scale(0.7) rotate(90deg); }
  }
  .trail{
    position:absolute; width:8px; height:8px; border-radius:50%;
    background:var(--gold); top:0; left:0; opacity:0;
    offset-path: path("M -60 380 C 250 40, 700 40, 1020 260 C 1200 380, 1300 200, 1460 60");
  }
  .trail.t1{animation: flyTrail 7s ease-in-out infinite; animation-delay:0.12s;}
  .trail.t2{animation: flyTrail 7s ease-in-out infinite; animation-delay:0.24s; width:6px; height:6px; background:var(--red);}
  .trail.t3{animation: flyTrail 7s ease-in-out infinite; animation-delay:0.36s; width:4px; height:4px; background:var(--blue-2);}
  @keyframes flyTrail{
    0%{ offset-distance:0%; opacity:0;}
    7%{ opacity:0.65;}
    12%{ opacity:0;}
    100%{ offset-distance:100%; opacity:0;}
  }

  @media (max-width: 900px){
    .flight-layer{display:none;}
  }

  /* ============ CAROUSEL PANEL ============ */
  .visual-col{position:relative; z-index:3;}
 
.carousel-shell{
    position:relative;
    aspect-ratio:1/1;
    border-radius:28px;
    overflow:hidden;
    background:transparent; /* or #f4dcfa if you want */
    box-shadow:none;        /* removes dark shadow */
    transform:translateY(-20px);
}
  .carousel-ring{
    position:absolute; inset:-14px; z-index:0; border-radius:36px;
    background:conic-gradient(from 0deg, var(--blue), var(--gold), var(--red), var(--blue));
    opacity:0.15; filter:blur(2px);
  }
 .slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity .8s ease;
    background:transparent;
    transform:none;
}

.slide.active{
    opacity:1;
    z-index:2;
}
 .slide img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center top;
    transform:translateY(-40px); /* Move image up */

    background:transparent;
    display:block;
    filter:drop-shadow(0 25px 30px rgba(0,0,0,.18));
}
 
  .carousel-tag{
    position:absolute; top:22px; left:22px; z-index:5;
    background:rgba(255,255,255,0.92); border-radius:20px; padding:8px 14px;
    font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:600; color:var(--blue);
  }
  .carousel-meta{position:absolute; left:24px; bottom:22px; z-index:5; color:#fff;}
  .carousel-title{font-family:'Poppins',sans-serif; font-weight:700; font-size:17px;}
  .carousel-nav{position:absolute; right:22px; bottom:24px; z-index:5; display:flex; gap:7px;}
  .cdot{width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,0.35); border:none; cursor:pointer; transition:all .25s;}
  .cdot.active{background:var(--gold); width:22px; border-radius:5px;}
  .carousel-arrow{
    position:absolute; top:50%; transform:translateY(-50%); z-index:5;
    width:38px; height:38px; border-radius:50%; border:none;
    background:rgba(255,255,255,0.14); color:#fff; cursor:pointer; font-size:17px;
    display:flex; align-items:center; justify-content:center; backdrop-filter:blur(6px);
    transition:background .2s;
  }
  .carousel-arrow:hover{background:rgba(255,255,255,0.28);}
  .carousel-arrow.prev{left:16px;}
  .carousel-arrow.next{right:16px;}
.carousel-progress{position:absolute; top:0; left:0; height:3px; background:linear-gradient(90deg, var(--gold), var(--red)); z-index:5; width:0%;}

  .float-card{
    position:absolute; z-index:6; background:#fff; border-radius:16px;
    box-shadow:0 20px 40px -18px rgba(16,26,51,0.28);
    padding:14px 18px; display:flex; align-items:center; gap:12px;
    animation: floatY 4.5s ease-in-out infinite;
  }
  .float-card.fc1{ top:-22px; right:-18px; animation-delay:0s;}
  .float-card.fc2{ bottom:-20px; left:-20px; animation-delay:1.2s;}
  @keyframes floatY{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-9px);}
  }
  .fc-icon{width:32px; height:32px; border-radius:9px; display:flex; align-items:center; justify-content:center; font-size:14px;}
  .fc-icon.gold{background:#FFF3D6; color:var(--gold);}
  .fc-icon.red{background:#FCE1E2; color:var(--red);}
  .fc-text b{display:block; font-family:'Poppins',sans-serif; font-weight:700; font-size:13.5px;}
  .fc-text span{display:block; font-size:10.5px; color:var(--grey); margin-top:1px;}

  @media (max-width: 900px){
    .float-card{display:none;}
  }

  /* ============ STRIP SECTION (half page) ============ */
  .strip{
    position:relative;
    background:linear-gradient(135deg, var(--blue) 0%, #123FAE 45%, #0A2C82 100%);
    color:#fff;
    padding:64px 0 56px 0;
    overflow:hidden;
  }
  .strip::before{
    content:'';
    position:absolute; top:-40%; right:-8%; width:50%; height:180%;
    background:radial-gradient(circle, rgba(245,180,0,0.16), transparent 65%);
  }
  .strip-inner{position:relative; z-index:2;}
  .strip-head{display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap; margin-bottom:40px;}
  .strip-head h2{font-family:'Poppins',sans-serif; font-weight:800; font-size:clamp(24px,2.6vw,34px);}
  .strip-head p{color:rgba(255,255,255,0.7); font-size:14px; margin-top:8px; max-width:380px;}
  .strip-cta{
    background:linear-gradient(135deg, var(--blue), var(--blue-2)); color:#fff;
    padding:14px 28px; border-radius:30px;
    font-weight:700; font-size:13.5px; white-space:nowrap;
    display:inline-flex; align-items:center; gap:10px;
    box-shadow:0 14px 26px -12px rgba(14,63,168,0.55);
    transition:transform .2s, box-shadow .2s;
  }
  .strip-cta:hover{transform:translateY(-2px); box-shadow:0 18px 30px -12px rgba(14,63,168,0.65);}

  .strip-banner{width:100%; margin-bottom:40px; border-radius:16px; overflow:hidden;}
  .strip-banner img{width:100%; height:auto; display:block;}
  .strip-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
  .strip-card{
    background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.14);
    border-radius:16px; padding:24px 22px; backdrop-filter:blur(6px);
  }
  .strip-card .num{font-family:'Poppins',sans-serif; font-weight:800; font-size:30px; color:var(--gold);}
  .strip-card .lbl{margin-top:8px; font-size:12.5px; font-weight:600; letter-spacing:0.02em; color:rgba(255,255,255,0.85);}

  /* ============ FOOTER ============ */
  footer{
    background:var(--ink); color:rgba(255,255,255,0.6);
    padding:48px 0 26px 0;
  }
  .footer-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;}
  .footer-inner .brand-name{color:#fff;}
  .footer-note{font-family:'JetBrains Mono', monospace; font-size:11.5px;}

  .footer-top{
    display:grid; grid-template-columns:1.2fr 1fr 1fr 1.2fr; gap:24px;
    padding-bottom:34px; margin-bottom:22px;
    border-bottom:1px solid rgba(255,255,255,0.12);
  }
  .footer-social{display:flex; gap:12px; margin-top:20px;}
  .footer-social a{
    width:36px; height:36px; border-radius:50%;
    background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.16);
    display:flex; align-items:center; justify-content:center;
    color:#fff; transition:background .2s, transform .2s;
  }
  .footer-social a:hover{background:var(--blue-2); transform:translateY(-2px);}
  .footer-col h4{
    font-family:'Poppins', sans-serif; font-weight:700; font-size:13px;
    letter-spacing:0.03em; color:#fff; margin-bottom:16px;
  }
  .footer-col ul{list-style:none; display:flex; flex-direction:column; gap:11px;}
  .footer-col ul a{font-size:13.5px; color:rgba(255,255,255,0.6); transition:color .2s;}
  .footer-col ul a:hover{color:#fff;}
  .footer-brand-block{text-align:right;}
  .footer-brand-block .brand{justify-content:flex-end;}
  .footer-brand-block .tagline{
    margin-top:10px; font-size:12.5px; color:rgba(255,255,255,0.55); line-height:1.6;
  }
  @media (max-width: 780px){
    .footer-top{grid-template-columns:1fr 1fr; text-align:left;}
    .footer-brand-block{text-align:left; grid-column:1 / -1;}
    .footer-brand-block .brand{justify-content:flex-start;}
    .footer-inner{justify-content:center; text-align:center;}
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 980px){
    nav.links{display:none;}
    .hero-inner{grid-template-columns:1fr; gap:56px;}
    .hero{min-height:auto; padding:20px 0 50px 0;}
    .visual-col{order:-1;}
    .carousel-shell{max-width:440px; margin:0 auto;}
    .hero-badges{justify-content:center;}
    .strip-grid{grid-template-columns:repeat(2,1fr);}
  }
  @media (max-width: 560px){
    .wrap{padding:0 22px;}
    .nav-inner{padding:0 22px;}
    .strip-grid{grid-template-columns:1fr 1fr;}
    .strip-head{flex-direction:column; align-items:flex-start;}
  }

  @media (prefers-reduced-motion: reduce){
    .shuttle, .trail, .float-card{animation:none !important;}
    .slide{transition:none;}
  }
  .gallery img{

    background:transparent !important;

    mix-blend-mode:normal;

}

  /* ============ GALLERY POPUP (opens from Gallery / View gallery links) ============ */
  .gallery-popup-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px;
    padding:8px 26px 26px 26px;
    max-height:64vh;
    overflow-y:auto;
  }
  .gallery-pop-item{
    cursor:pointer; text-align:center;
  }
  .gallery-pop-item img{
    width:100%; height:auto; object-fit:contain;
    filter:drop-shadow(0 14px 18px rgba(16,26,51,0.2));
    transition:transform .35s ease, filter .35s ease;
  }
  .gallery-pop-item:hover img{
    transform:translateY(-6px) scale(1.05);
    filter:drop-shadow(0 20px 24px rgba(16,26,51,0.28));
  }
  .gallery-pop-caption{
    margin-top:10px; font-family:'Poppins', sans-serif; font-weight:600;
    font-size:12px; color:var(--ink);
  }
  @media (max-width: 560px){
    .gallery-popup-grid{ grid-template-columns:1fr; gap:26px; padding:8px 18px 20px 18px; max-height:66vh; }
  }

  /* ---- lightbox ---- */
  .lightbox{
    display:none; position:fixed; inset:0; z-index:10000;
    background:rgba(10,14,28,0.92);
    align-items:center; justify-content:center;
    padding:30px;
  }
  .lightbox-inner{ position:relative; max-width:720px; width:100%; text-align:center; animation:popup .35s ease; }
  .lightbox-inner img{
    max-width:100%; max-height:72vh; margin:0 auto;
    border-radius:16px; background:#fff; padding:20px;
  }
  .lightbox-title{ color:#fff; margin-top:16px; font-family:'Poppins',sans-serif; font-weight:600; font-size:14px; }
  .lightbox-close{
    position:absolute; top:-18px; right:-18px;
    width:40px; height:40px; border-radius:50%; border:none;
    background:#E4232B; color:#fff; font-size:18px; font-weight:700; cursor:pointer;
  }

  /* ---- FAQ / support modal ---- */
  .info-list{ padding:6px 26px 26px 26px; }
  .faq-item{ border-bottom:1px solid #eee; padding:16px 0; }
  .faq-item:last-child{ border-bottom:none; }
  .faq-q{ font-family:'Poppins',sans-serif; font-weight:700; font-size:14.5px; color:var(--ink); margin-bottom:6px; }
  .faq-a{ font-size:13.5px; color:var(--grey); line-height:1.6; }
  .info-row{ display:flex; align-items:flex-start; gap:8px; font-size:14px; color:var(--ink); padding:8px 0; }
  .info-row b{ color:var(--blue); min-width:100px; display:inline-block; }
  .info-row a{ color:var(--blue); font-weight:600; }


.modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:9999;

    justify-content:center;
    align-items:center;
}

.modal-content{

    width:650px;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
}

.modal-content h2{

    padding:20px;
    text-align:center;
    color:#0E3FA8;
}

.spec-table{

    width:100%;
    border-collapse:collapse;
}

.spec-table td{

    padding:16px 20px;
    border-bottom:1px solid #ddd;
}

.spec-table tr:nth-child(even){

    background:#f7f7f7;
}

.close-btn{

    width:100%;
    background:#c00000;
    color:#fff;
    border:none;
    padding:18px;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
}

.close-btn:hover{

    background:#900000;
}

/* ================= POPUP ================= */

.modal{

    display:none;

    position:fixed;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.6);

    justify-content:center;

    align-items:center;

    z-index:9999;

}

.modal-content{

    width:700px;

    max-width:90%;

    background:#fff;

    border-radius:15px;

    overflow:hidden;

    animation:popup .3s ease;

}

.modal-content h2{

    text-align:center;

    padding:20px;

    color:#0E3FA8;

}

.spec-table{

    width:100%;

    border-collapse:collapse;

}

.spec-table td{

    padding:15px;

    border:1px solid #ddd;

}

.spec-table td:first-child{

    width:40%;

    background:#f8f8f8;

}

.close-btn{

    width:100%;

    padding:18px;

    border:none;

    background:#E4232B;

    color:#fff;

    font-size:18px;

    font-weight:bold;

    cursor:pointer;

}

.close-btn:hover{

    background:#b91a20;

}

@keyframes popup{

from{

transform:scale(.8);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}/* End custom CSS */