/* =========================
   GLOBAL LARGE TABLET
========================= */

@media (max-width:1100px){

  .container{
    padding:0 22px;
  }

  .section-header{
    margin-bottom:42px;
  }

  .section-title{
    font-size:40px;
  }

  .products-grid,
  .why-grid,
  .trust-strip-grid{
    gap:22px;
  }

}

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

@media (max-width:768px){

  body{
    overflow-x:hidden;
  }

  section{
    padding-left:0;
    padding-right:0;
  }

  .container{
    padding:0 18px;
  }

  .section-header{
    margin-bottom:34px;
  }

  .section-title{
    font-size:32px;
    line-height:1.2;
  }

  .section-subtitle{
    font-size:12px;
    letter-spacing:1.6px;
  }

  .btn{
    min-width:auto;
    padding:13px 20px;
    font-size:14px;
  }

  .btn-full{
    width:100%;
  }

  .hero,
  .page-hero,
  .page-hero2,
  .products-hero{
    min-height:auto;
  }

  .product-card,
  .contact-card,
  .why-card,
  .info-section,
  .contact-form-container{
    border-radius:18px;
  }

  .product-info,
  .contact-card,
  .why-card{
    padding:22px;
  }

  .footer{
    text-align:left;
  }

}

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

@media (max-width:480px){

  .container{
    padding:0 16px;
  }

  .section-title{
    font-size:28px;
  }

  .section-description,
  p{
    font-size:15px;
    line-height:1.75;
  }

  .btn{
    width:100%;
  }

  .hero h1,
  .page-hero h1,
  .page-hero2 h1,
  .products-hero h1{
    font-size:30px;
    line-height:1.15;
  }

  .hero p,
  .page-hero p,
  .page-hero2 p,
  .products-hero p{
    font-size:15px;
  }

  .footer-brand h2{
    font-size:26px;
  }

}

/* =========================
   EXTRA SMALL DEVICES
========================= */

@media (max-width:360px){

  .section-title{
    font-size:24px;
  }

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

  .btn{
    padding:12px 16px;
    font-size:13px;
  }

}

@media (max-width:768px){

  .section-title{
    font-size:30px !important;
    line-height:1.2;
  }

  .container{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .product-card,
  .faq-item{
    border-radius:16px;
  }
}


@media (max-width: 768px) {

    .seo-intro {
        padding: 40px 0;
    }

    .seo-intro p {
        font-size: 15px;
        padding: 0 12px;
    }

    .seo-content {
        padding: 60px 0;
    }

    .seo-content h2 {
        font-size: 26px;
    }

    .seo-content h3 {
        font-size: 18px;
    }

    .seo-content p {
        font-size: 15px;
        padding: 0 12px;
    }

    .seo-products {
        padding: 50px 0;
    }
  .seo-products h2 {
        font-size: 24px;
    }

    .seo-products p {
        font-size: 15px;
        padding: 0 12px;
    }
}
.seo-content {
    padding: 80px 0;
    background: #ffffff;
}

.seo-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
    text-align: center;
}

.seo-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333;
}

.seo-content p {
    font-size: 16px;
 line-height: 1.85;
    color: #555;
    margin-bottom: 16px;
    max-width: 850px;
}

.seo-content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .about-legacy {
        flex-direction: column;
        padding: 50px 20px;
        gap: 30px;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .about-left h2 {
        font-size: 42px;
        line-height: 1.1;
    }

    .about-left p {
        font-size: 18px;
        line-height: 1.7;
    }

    .about-slide img {
        height: 420px;
    }
}
@media (max-width: 576px) {
    .about-slide img {
        height: 300px;
    }

    .about-prev,
    .about-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

    max-width: 1100px;
}

/* =================================
MASTER HERO + BANNER IMAGE FIX
================================= */

/* =========================
REMOVE HERO SCROLL ZOOM
========================= */

.hero,
.page-hero,
.page-hero2,
.products-hero{
    background-attachment: scroll !important;
}

.hero img,
.hero-bg-image,
.hero-slider img,
.hero-bg-image.active,
.page-hero img,
.page-hero2 img,
.products-hero img{
    transform: none !important;
    scale: 1 !important;
    animation: none !important;
    transition: none !important;
}

.hero-background,
.hero-slider{
    transform: none !important;
}





/* HOME HERO */
.hero{
    min-height:100vh;
    position:relative;
    overflow:hidden;
}

.hero-bg-image,
.hero-slider img,
.hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transform:scale(1.08);
}

/* ABOUT / CONTACT / PRODUCTS HERO */
.page-hero,
.page-hero2,
.products-hero{
    min-height:72vh;
    position:relative;
    overflow:hidden;
}

.page-hero img,
.page-hero2 img,
.products-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transform:scale(1.06);
}

/* MOBILE */
@media(max-width:768px){

.hero{
   min-height:88vh;
}

.hero-bg-image,
.hero-slider img,
.hero img{
   object-position:center center;
   transform:scale(1.16);
}

.page-hero,
.page-hero2,
.products-hero{
   min-height:54vh;
}

.page-hero img,
.page-hero2 img,
.products-hero img{
   object-position:center center;
   transform:scale(1.14);
}

}
/* PRODUCT DETAIL */
.main-product-image{
  height:320px !important;
  object-fit:contain;
}

/* FAQ */
.faq-question h3{
  font-size:19px !important;
}

.faq-item{
  padding:18px !important;
}

/* FOOTER */
.footer{
  text-align:left;
}

.footer .container{
  gap:24px;
}

