.elementor-5462 .elementor-element.elementor-element-1d2eb10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5462 .elementor-element.elementor-element-1d2eb10 .trx_addons_bg_text{z-index:0;}.elementor-5462 .elementor-element.elementor-element-1d2eb10 .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-5462 .elementor-element.elementor-element-1d2eb10 .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}.elementor-5462 .elementor-element.elementor-element-c75c6e3{--display:flex;}.elementor-5462 .elementor-element.elementor-element-c75c6e3 .trx_addons_bg_text{z-index:0;}.elementor-5462 .elementor-element.elementor-element-c75c6e3 .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-5462 .elementor-element.elementor-element-c75c6e3 .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}.elementor-5462 .elementor-element.elementor-element-5b4e7f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5462 .elementor-element.elementor-element-5b4e7f1 .trx_addons_bg_text{z-index:0;}.elementor-5462 .elementor-element.elementor-element-5b4e7f1 .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-5462 .elementor-element.elementor-element-5b4e7f1 .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}/* Start custom CSS for html, class: .elementor-element-c08cdee *//* =========================
   GLOBAL
========================= */

:root{
  --primary:#1f4b8f;
  --primary-light:#4f8cff;
  --dark:#0b1f3a;
  --text:#111827;
  --muted:#6b7280;
  --border:#e5e7eb;
}

body{
  margin:0;
  font-family:"Roboto", sans-serif;
  background:#fff;
  color:var(--text);
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}


/*=========================
 HERO
=========================*/

.hero{
    background:#fff;
    padding:120px 0;
    overflow:hidden;
    position:relative;
}

.hero::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    right:-220px;
    top:-180px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(31,75,143,.08), transparent 70%);
}

.hero-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:90px;
    position:relative;
    z-index:2;
}

.hero-text{
    max-width:650px;
}

.hero-text h1{
    font-size:50px;
    line-height:1.2;
    font-weight:300;
    color:#111;
    margin:0 0 35px;
    position:relative;
    padding-bottom:22px;
}

.hero-text h1::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:170px;
    height:4px;
    border-radius:10px;
    background:linear-gradient(90deg,var(--primary),var(--primary-light));
}

.hero-subtitle{
    font-size:22px;
    line-height:1.8;
    color:var(--muted);
    margin:0;
    max-width:580px;
}

.hero-product{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.hero-product::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(31,75,143,.12), transparent 70%);
    z-index:-1;
}

.hero-product img{
    width:100%;
    max-width:520px;
    height:auto;
    display:block;
    filter:drop-shadow(0 35px 45px rgba(0,0,0,.18));
    transition:all .35s ease;
}

.hero-product img:hover{
    transform:translateY(-10px);
}

/*=========================
 TABLET
=========================*/

@media (max-width:991px){

    .hero{
        padding:90px 0;
    }

    .hero-grid{
        grid-template-columns:1fr;
        gap:60px;
        text-align:center;
    }

    .hero-text{
        max-width:100%;
        margin:auto;
    }

    .hero-text h1{
        font-size:46px;
    }

    .hero-text h1::after{
        left:50%;
        transform:translateX(-50%);
    }

    .hero-subtitle{
        max-width:700px;
        margin:auto;
        font-size:20px;
    }

    .hero-product img{
        max-width:380px;
    }

}

/*=========================
 MOBILE
=========================*/

@media (max-width:576px){

    .hero{
        padding:70px 0;
    }

    .hero-text h1{
        font-size:36px;
    }

    .hero-subtitle{
        font-size:18px;
        line-height:1.6;
    }

    .hero-product img{
        max-width:300px;
    }

}

/* =========================
   MODELS (FIXED layout)
========================= */

.section{
  padding:90px 0;
}

.title{
  font-size:42px;
  margin-bottom:30px;
  text-align:center;
  color:var(--dark);
}

.fz-grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.fz-card{
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 12px 35px rgba(10,25,60,0.08);
  transition:0.3s;
}

.fz-card:hover{
  transform:translateY(-5px);
}

.fz-card-media{
  background:#eef3fb;
  padding:24px;
}

.fz-card img{
  width:100%;
  display:block;
}

.fz-card-body{
  padding:22px;
}

.fz-card-body h3{
  margin:0 0 6px;
  color:var(--dark);
}

.fz-muted{
  color:var(--muted);
  font-size:14px;
}

/* =========================
   SPECS TABLE (FIXED contrast)
========================= */

.specs-dark{
  background:linear-gradient(135deg,#071428,#0b1f3a);
  padding:110px 0;
}

.specs-dark h2{
  font-size:40px;
  color:#fff;
  margin-bottom:40px;
}

.specs-table-wrap{
  background:#fff;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:0 20px 60px rgba(0,0,0,0.25);
}

.specs-table{
  width:100%;
  border-collapse:collapse;
}

.specs-table tr{
  border-bottom:1px solid var(--border);
}

.specs-table tr:hover{
  background:#f4f7ff;
}

.specs-table td{
  padding:18px 22px;
  color:var(--text);
}

.specs-table td:first-child{
  font-weight:600;
  color:var(--dark);
  border-right:1px solid var(--border);
}

/* =========================
   HIMALAYA (FIXED layout + proportions)
========================= */

.himalaya{
  padding:110px 0;
  background:#f6f8fc;
}

.himalaya-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  background:#fff;
  padding:50px;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 20px 60px rgba(10,25,60,0.10);
}

.himalaya-badge{
  display:inline-block;
  font-size:12px;
  padding:6px 10px;
  background:#eaf1ff;
  color:var(--primary);
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:10px;
}

.himalaya-divider{
  width:60px;
  height:3px;
  background:linear-gradient(90deg,var(--primary),var(--primary-light));
  margin:14px 0 20px;
}

.himalaya-text h2{
  font-size:34px;
  color:var(--dark);
}

.himalaya-text p{
  font-size:16px;
  line-height:1.8;
  color:#4b5563;
}

.himalaya-image img{
  width:100%;
  border-radius:14px;
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* =========================
   CTA (FIXED spacing)
========================= */

.cta{
  background:linear-gradient(135deg,#050b18,#0b1f3a);
  padding:120px 0;
  text-align:center;
}

.cta h2{
  font-size:40px;
  color:#fff;
  margin-bottom:18px;
}

.cta p{
  font-size:18px;
  color:#cbd5e1;
  margin-bottom:30px;
}

.cta-btn{
  display:inline-block;
  padding:14px 34px;
  background:var(--primary);
  color:#fff;
  text-decoration:none;
  transition:0.25s;
}

.cta-btn:hover{
  transform:translateY(-3px);
  background:#2b63b8;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:900px){

  .fz-grid-2{
    grid-template-columns:1fr;
  }

  .himalaya-card{
    grid-template-columns:1fr;
    padding:30px;
  }

  .hero h1{
    font-size:42px;
  }

  .title{
    font-size:34px;
  }
}


.about-dark{
  background:linear-gradient(135deg,#071428,#0b1f3a);
  padding:110px 0;
  color:#ffffff;
}

.about-dark-inner{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.about-dark h2{
  font-family:"Roboto", sans-serif;
  font-size:44px;
  margin:0 0 28px;
  letter-spacing:-0.5px;
  color:#ffffff;
}

.about-dark-text{
  max-width:100%;
}

.about-dark-text p{
  font-family:"Roboto", sans-serif;
  font-size:19px;
  line-height:1.9;
  color:#dbe5f5;
  margin:0 0 18px;
}

.about-cards{
  margin-top:45px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.about-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  padding:26px;
  transition:0.25s ease;
}

.about-card:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,0.09);
}

.about-card h3{
  font-size:18px;
  margin:0 0 10px;
  color:#ffffff;
}

.about-card p{
  font-size:15px;
  color:#cbd5e1;
  margin:0;
}

@media(max-width:900px){
  .about-cards{
    grid-template-columns:1fr;
  }
}

.dry-age-info{
  padding:100px 0;
  background:#f6f8fc;
}

.info-box{
  max-width:1200px;
  margin:auto;
  background:#ffffff;
  padding:40px;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 15px 40px rgba(10,25,60,0.08);
  position:relative;
  overflow:hidden;
  transition:0.3s ease;
}

.info-box::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#1f4b8f,#4f8cff);
}

.info-box:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 55px rgba(10,25,60,0.12);
}

.info-label{
  display:inline-block;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#1f4b8f;
  margin-bottom:10px;
}

.info-box h2{
  font-family:"Roboto", sans-serif;
  font-size:34px;
  margin:0 0 18px;
  color:#0b1f3a;
}

.info-box p{
  font-size:18px;
  line-height:1.8;
  color:#4b5563;
  margin:0 0 14px;
}

.info-box p:last-child{
  margin-bottom:0;
}

@media(max-width:900px){
  .hero h1,
  .about-dark h2,
  .info-box h2,
  .title,
  .specs-dark h2,
  .himalaya-text h2,
  .cta h2,
  .fz-card-body h3{
    line-height:1.2;
  }
}/* End custom CSS */