 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
p{
     margin: 0;
    font-size: 1.5rem;
    line-height: 2.6rem;
}
    html, body {
      width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
      font-family: 'Inter', sans-serif;
      font-size: 62.5%;
    }

    body {
      background: #f0f0f0;
    }
.about-icon img {
    width: 40px; margin-top: 0px !important;
}
    /* --- FIXED SPACER SECTION --- */
    .spacer {
      width: 100vw;
      height: 100vh;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .background-container {
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
    }

    .background-fade {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-1.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: 1;
    }

    .slider-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      font-size: 6rem;
      line-height: 7rem;
      font-weight: bold;
      width: 80%;
      z-index: 111;
    }

    .slider-text span {
      color: #E81B25;
    }

    .content-after {
      height: 200vh;
      padding: 2rem;
      font-size: 1.8rem;
      background-color: #fff;
    }

    .btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  min-width: 150px;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 12px 20px;
    transition: 0.3s;
  }
.btn-2::before {
  content: '';
  background-color: #E81B25;
  transition: 0.3s ease-out;
}
.btn-2 span {
  color: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
}  
.btn-2 span:hover {
  color: rgb(255,255,255);
  transition: 0.2s 0.1s;
  background-color: #E81B25;
  border: 1px solid #E81B25;
}
.btn.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn.hover-slide-right:hover::before {
  width: 100%;
}
header{
  position: fixed;
  top: 0;
  padding: 20px 20px;
  width: 100%;     z-index: 9;
  transition: ease;
}
header .container-fluid{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.nav ul{
  display: flex;
  gap: 20px;
  list-style: none;
      margin: 0;
    padding: 0;
}
.nav ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem; font-weight: 600;
}
.nav ul li a:hover {
    color: #E81B25; font-weight: 600;
    /* font-weight: bold; */
}
.header-stick .nav ul li a{
  color: #000;
  text-decoration: none;
  font-size: 1.8rem; font-weight: 600;
}
.logo img{
  width: 80px;
}
.product-grid {
    display: flex;
    align-items: anchor-center;
    gap: 15px;
}
.product1 img{
  border: 5px solid #fff; border-radius: 50%; width: 250px !important;
    height: 250px !important;
}
.set-product{
      display: flex;
    gap: 7px;
}
.main-p{
  text-align: center;
    top: 30px;
    position: relative;
}
.products-slider{
  
 position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-10%, -50%); z-index: 9
}
.header-stick{
  background-color: rgba(255, 255, 255, 0.7);
  transition: 1s;
}
.second-logo{
  display: none;
}
.header-stick .second-logo{ display: block !important;}
.header-stick .first-logo{ display: none;}
.header-stick{padding: 10px 20px !important;}
.menu-btn {
    background: #E81B25;
    padding: 10px 15px;
    border-radius: 5px;
}
.menu-btn:hover {
    background: #da111b;
  
}
.header-stick .nav ul li:last-child a, header .nav ul li:last-child a {
    color: #fff !important;
}
.c-container{
  max-width: 1550px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.about-us{
  padding: 7rem 0rem; width: 100%; height: auto; background: #fff;
}
.Products-part{
   padding: 7rem 0rem; width: 100%; height: auto; background-color: #FBD4D6;
}
.c-container{
  height: auto; max-width: 1550px; width: 100%; padding:0px 15px; margin: 0 auto;
}
.main-title, .main-title2{
  font-size: 4.5rem; line-height: 5.5rem; color: #000; font-weight: bold; text-transform: uppercase; padding-bottom: 2rem;
    padding-top: 3rem;
}
 .main-title2{
  font-size: 3.5rem; line-height: 4.5rem; color: #000; font-weight: bold; text-transform: uppercase; padding-bottom: 2rem; padding-top: 0px !important;
}
.main-title span{
  color: #da111b; 
}
.product-list{
  width: 100%; height: auto; border-radius: 20px; background-color: #fff; padding: 30px; margin-bottom: 10px;
}

.img-responsive{
  max-width: 100%; height: auto;
}
.Products-part {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #FBD4D6;
  padding: 40px 0px !important;
}

.slide-wrap {
  position: relative;
  height: 100%;
}
.about-icon {
   display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 10px;
}
.slide-up-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: center;
}

 
   .slide-up-card {
      width: 100vw;
      
     
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
    }

   .slide-card {
     
    width: 83.64vw;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #ffebeb;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 5vh;

      .thumb {
        width: 71.09vh;
        height: 71.09vh;
        flex-shrink: 0;

        img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
      }

      .total {
        padding-left: 5vh;
        padding-right: 15.7vh;
      }

    }
    .menu-btn2 {
    font-size: 1.5rem;
    color: #e81b25;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #e81b25;
    padding: 5px 15px;
    width: 150px;
    display: block;
    height: 43px;
    text-align: center;
    line-height: 27px;
    margin-top: 10px;
    background-color: transparent;
}

    .menu-btn2:hover, .menu-btn2:focus {
   
    color: #fff;
    background-color: #e81b25;
}
.stats-section {
      padding: 60px 0;
      background: #fff;
      text-align: center;
    }
    .stat-box {
      padding: 20px; text-align: center;
    }
    .stat-box i {
      font-size: 34px;
      color: #ccc;
      margin-bottom: 0px;
    }
    .stat-number {
     font-size: 32px;
    font-weight: 700;
    color: #e60000;
    line-height: 32px;
    }
    .stat-text {
      font-size: 16px;
      font-weight: 500;
      color: #222;
      letter-spacing: 1px;
      margin-top: 0px;
    }


     .features-section {
      padding: 80px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .features-section h2 {
      font-weight: 700;
      font-size: 2rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: inline-block;
      border-bottom: 3px solid #000;
      margin-bottom: 50px;
    }
    .feature-item {
      
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background:#fff4f5;
      
      transition: all 0.3s ease-in-out;
    }
    .feature-item img {
      width: 50%;
      height: 50%;
      object-fit: contain;
    }
    .feature-box:hover .feature-item {
      background: #fbd4d6;
      transform: scale(1.1);
    }
    .feature-box:hover .feature-item img {
      /* filter: brightness(0) invert(1); */
    }
    .feature-box p {
      font-size: 1.6rem;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin: 0;
    text-align: center;
    }
    .our-feature {
    padding: 50px 0px;
    background: #fff;
}
.feature-box {
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.contact-section {
      padding: 80px 0; background: linear-gradient(180deg, #ffe6e7 0%, #ffff 100%);
    }
    .contact-heading {
      font-size: 48px;
      font-weight: 700;
    }
    .contact-heading span {
      color: red;
    }
    .contact-text {
      margin-top: 15px;
      font-size: 16px;
      color: #555;
    }
    .form-control {
     border: none;
    border-radius: 0;
    border-bottom: 2px solid #ffe6e7;
    margin-bottom: 20px;
    height: 50px;
    font-size: 1.5rem; appearance: auto;
    }
    .btn-send {
      color: red;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      border: none;
      background: none; font-size: 1.6rem;
    }
    .contact-info i {
      margin-right: 10px;
      color: #000;
    }
    .contact-info a {
      text-decoration: none;
      color: #000;
    }
    .s-btn{
      display: none;
    }
    .footer-bottom {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}
    @media (max-width: 768px) {
      .contact-heading {
        font-size: 36px;
      }
      .s-btn{
      display: block;
    }
    .f-btn{
      display: none;
    }
    .main-title, .main-title2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2rem;
}
    }

    .project-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
    }
    .project-card img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 100%;
    }
    .project-card-body {
      padding: 10px;
    display: flex
;
    align-items: center;
    }
    .project-title

 {
    padding: 20px;
}
    .view-more {
      color: #e81b25;
    font-size: 25px;
      cursor: pointer;
    }
    .heading {
      font-weight: 700;
      color: #e63946;
    }
    .contact-section .container{
      max-width: 900px;padding-bottom: 7rem;
    }

     .footer {
            padding: 50px 0;
        }

        .footer .quick-links,
        .footer .legal,
        .footer .social-media {
            list-style-type: none;
            padding-left: 0;
        }

        .footer .quick-links li,
        .footer .legal li,
        .footer .social-media li {
            margin-bottom: 10px;
        }

        .footer .social-media a {
            color: white;
            text-decoration: none;
        }

        .footer .social-media a:hover {
            color: #ff4d4d;
        }

        .footer a {
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
}

        .footer .legal a:hover {
            color: #ff4d4d;
        }

        .footer .brand-logo {
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 2px; width: 95px;
    padding-bottom: 15px;
        }

        .footer p {
            font-size: 14px;
        }
        .footer-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500; position: relative; margin-bottom: 30px;
}
.footer-heading::before{
     content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #cb1e21;
    bottom: -10px;
}

#button {
  display: inline-block;
  background-color: #E81B25;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; text-decoration: none;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 3em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #da111b;
}
#button:active {
  background-color: #da111b;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#toggle {
    z-index: 9;
    width: 28px;
    height: 30px;
    
  }
  .c-icon{
display: none;
  }
  #toggle span:after,
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after{
    top: 9px;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  
  #toggle span,
  #toggle span:after,
  #toggle span:before {
    width: 100%;
    height: 3px;
    background-color: #e81b25;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  
  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  #toggle.on + #menu {
    opacity: 1;
    visibility: visible;
  }

  @media screen and (max-width: 640px) {
    .c-icon {
        display: block;
        position: absolute;
       right: 18px;
        top: 32px;
    }
    
    .nav ul {
        position: absolute;
        width: 150px;
        left: -150px;
        height: 100vh;
        padding: 0px;
        background: #f1f1f1; transition:  .35s ease-in-out; top: 0;
    }
    .nav ul {
        display: block;
        list-style: none; z-index: 9;
    }
  }

  .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav ul li {
  position: relative;
}

.nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}

.nav ul .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  z-index: 999;
}

.nav ul .submenu li a {
  padding: 10px 15px;
}

.nav ul li:hover > .submenu {
  display: block;
}

/* Optional: Style for toggle menu (mobile view) */
.side-menu .submenu {
  position: static;
  box-shadow: none;
}
ul.side-menu {
    width: 250px;
    left: 0px;}
    .side-menu li a{
      color: #fff !important;
    }
    .c-overlay {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
}
@media (max-width: 768px) {
  .nav ul li:hover > .submenu {
    display: none;
  }

  .nav ul .submenu {
    display: none;
  }

  .nav ul .has-submenu.open > .submenu {
    display: block;
  }
}
/* --- RESPONSIVE FIXES --- */
@media (max-width: 991px) {
  header {
    padding: 10px 15px;
    background: rgba(0,0,0,0.2);
  }
  .nav ul {
    flex-direction: column;
    background: #111;
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    transition: all 0.4s ease;
    padding-top: 10px;
  }
  .nav ul.side-menu {
    left: 0;
  }
  .nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .c-icon {
    display: block;
    cursor: pointer;
    z-index: 999;
  }
  .logo img {
    width: 70px;
  }
}

/* Hero Section */
@media (max-width: 768px) {
  .slider-text {
    font-size: 3rem;
    line-height: 4rem;
    width: 90%;
  }
  .products-slider {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product1 img {
    width: 150px !important;
    height: 150px !important;
  }
  .set-product {
    flex-direction: row;
    justify-content: center;
  }
}

/* About Section */
@media (max-width: 768px) {
  .about-us .row {
    text-align: center;
  }
  .about-us img {
    margin-top: 2rem;
    max-width: 80%;
  }
}

/* Product Cards */
@media (max-width: 768px) {
  .slide-card {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    width: 95%;
  }
  .slide-card .thumb {
    width: 100%;
    height: auto;
  }
  .slide-card img {
    width: 100%;
    border-radius: 10px;
  }
  .slide-card .total {
    padding: 2rem;
  }
  
}

/* Features & Contact */
@media (max-width: 576px) {
  .feature-box {
    width: 50%;
  }
  .contact-section form .col-md-6 {
    width: 100%;
  }
  .total p {
    display: none;
}
.main-title2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0rem;
}
.total{
  text-align: center;
}
.total .menu-btn2{
  margin: 0 auto; margin-bottom: 3rem;
}
.about-us {
    padding: 2rem 0rem;
    
}
.our-feature {
    padding: 10px 0px 30px 0px;
   
}
.contact-section {
    padding: 0px 0;}
}

/* Footer */
@media (max-width: 576px) {
  footer .col-lg-6,
  footer .col-lg-2 {
           margin-bottom: 3rem !important;
  }
  .product-info h1 {
    font-size: 3rem;}
}
.container {
    padding: 0px 15px;
}














.spacer {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-1.webp');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 6rem;
  line-height: 7rem;
  font-weight: bold;
  width: 80%;
  z-index: 111;
}

.slider-text span {
  color: #E81B25;
}

/* Products circle images */
.products-slider {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-10%, -50%);
  z-index: 9;
}

.product1 img {
  border: 5px solid #fff;
  border-radius: 50%;
  width: 250px !important;
  height: 250px !important;
}

.set-product {
  display: flex;
  gap: 7px;
}

.main-p {
  text-align: center;
  position: relative;
}


/* --- HERO SECTION: Mobile Fix --- */
@media (max-width: 991px) {
  .spacer {
    height: auto;
    min-height: 100vh;
    padding: 120px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .background-container {
   
  }

  .slider-text {
    position: relative;
    top: 5vh;
    left: auto;
    transform: none;
    text-align: center !important;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    width: 100%;
    margin-bottom: 40px;
    z-index: 2;
  }

  

  .products-slider {
    position: relative;
    top: 15vh;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 2;
  }

  .main-p {
    position: relative;
    top: auto;
  }

  .product1 img {
    width: 140px !important;
    height: 140px !important;
    border-width: 3px;
  }

  .set-product {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  @media (max-width: 576px) {
    .slider-text {
      font-size: 2.6rem;
      line-height: 4.6rem;
    }
    .product1 img {
      width: 160px !important;
      height: 160px !important;
    }
  }
}



/* --- Hero Floating Particle Background --- */
.hero-contact {
    position: relative;
    height: 50vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg-1.webp);
    background-size: cover;
    background-position: center;
}
.hero-contact .hero-text h1 {
      font-size: 3.5rem;
    font-weight: bold;
    text-transform: uppercase;
    
}
.hero-contact .hero-text h1 span { color: #E81B25; }
.hero-contact .hero-text p { font-size: 1.8rem; margin-top: 20px; color: #fff; }
.hero-contact canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }

/* --- Floating Cards --- */
.info-card, .form-card, .map-card {
    position: relative;
    background: #fff;
    border-radius: 25px;
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-card:hover, .form-card:hover, .map-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(232,27,37,0.25);
}

/* --- Contact Details --- */
.contact-details li { font-size: 1.6rem; margin-bottom: 15px; }
.contact-details i { color: #E81B25; margin-right: 12px; font-size: 1.8rem; }

/* --- Form Fields --- */

/* --- Send Button --- */

/* --- GSAP Initial Positions --- */
.info-card, .form-card, .map-card { opacity: 0; transform: translateY(80px); }
.contact-item {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.contact-item i {
    color: #E81B25;
    font-size: 2rem;
    margin-right: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.contact-item span a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.contact-item:hover i {
    transform: scale(1.2) rotate(10deg);
    color: #FF4D4D;
}

.contact-item:hover span a {
    color: #E81B25;
}
.active {
    color: #E81B25 !important;
    font-weight: bold !important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(243 214 214);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(243, 214, 214, .7);
}
/* Floating glow effect behind icons */
.contact-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(232,27,37,0.3) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    z-index: -1;
}

.contact-item:hover::before {
    transform: translate(-35%, -50%) scale(1.2)
}
.product-section{
  background-color: #fff; padding: 50px 0px;
}
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-card .overlay {
  position: absolute;
  top: 100%; /* start hidden below */
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  pointer-events: none; /* prevents overlay blocking hover detection */
}

.product-card:hover .overlay {
  opacity: 1;
}

.product-card .overlay h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-card .overlay .menu-btn2 {
  border-color: #fff;
  color: #fff;
}

.product-card .overlay .menu-btn2:hover {
  background: #fff;
  color: #e81b25;
}
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.product-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Overlay */
.product-card .overlay {
  position: absolute;
  top: 100%; /* start hidden below */
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  pointer-events: none;
}

/* Overlay content styling */
.product-card .overlay h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.product-card .overlay .menu-btn2 {
  border-color: #fff;
  color: #fff;
}

.product-card .overlay .menu-btn2:hover {
  background: #fff;
  color: #e81b25;
}

/* Only apply hover effect for desktop/tablet */
@media (min-width: 768px) {
  .product-card:hover img {
    transform: scale(1.1);
  }
}
.product-detail {
      padding: 40px 0;
      background: #fff;
    }

    .product-detail .product-image img {
      width: 100%;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .product-info h1 {
      font-size: 3.5rem;
      font-weight: 700;
      color: #e81b25;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .product-meta p {
      font-size: 1.6rem;
      margin: 5px 0;
      color: #555;
    }

    .product-description {
      margin-top: 30px;
    }

    .product-description p {
      font-size: 1.6rem;
      color: #444;
      line-height: 1.8;
    }

    .key-features {
      margin-top: 40px;
    }

    .key-features h3 {
      font-size: 2.4rem;
      margin-bottom: 15px;
      color: #e81b25;
      font-weight: 600;
    }

    .key-features ul {
      list-style: none;
      padding: 0;
    }

    .key-features ul li {
      font-size: 1.6rem;
      padding: 8px 0;
      position: relative;
      padding-left: 25px;
    }

    .key-features ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #e81b25;
      font-weight: bold;
    }

    .back-btn {
      display: inline-block;
      margin-top: 40px;
      border: 2px solid #e81b25;
      color: #e81b25;
      text-decoration: none;
      font-size: 1.6rem;
      padding: 10px 25px;
      border-radius: 5px;
      transition: 0.3s;
    }
.social-media ul li:hover, .social-media ul li:hover a {
    border-color: #e81b25;  color: #e81b25;
}
    .back-btn:hover {
      background: #e81b25;
      color: #fff;
    }
    .social-media ul {
    list-style: none;
    display: flex;
    gap: 10px;
    /* font-size: 14px; */
    margin-bottom: 0;
    padding-left: 0px;
}
.social-media ul li i {
    font-size: 19px;
    line-height: 30px;
}
.social-media ul li {
    margin-bottom: 0px !important;
    margin-top: 10px;

    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 34px;
    width: 33px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.mission-vision h4 {
    font-size: 20px;
    font-weight: 600;
}
.mission-vision .card {
    border-radius: 20px !important;
    padding: 30px 20px !important;
}