     :root {
      --primary: #C79B43;
      --secondary: #b68b2e;
      --dark: #222;
      --light: #fff;
      --muted: #333;
      --accent: #7a5a10;
      --section-bg: #e8dcc3;
      --overlay: rgba(0, 0, 0, 0.6);

      --brown:#C79B43;
      --beige: #EBDCBD;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      /* font-weight: 1 !important; */

    }
    /* @font-face {
  font-family: "MyCustomFont";
  src: url("./public/fonts/custom-font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */
         /* font-family: "MyCustomFont", sans-serif; */


     input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #EBDCBD inset !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000 !important;
}

    body {
        /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */

       color: var(--dark);
      background: var(--light);
      line-height: 1.4;
          overflow-x: hidden; /* page level horizontal scroll hide */
      /* padding-top: 110px; header ke neeche content start hoga */
     /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family:  "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif
    }

    #about-gfrp{
      scroll-margin-top: 120px; /* anchor link ke liye thoda gap */
    }
    #application{
      scroll-margin-top: 120px; /* anchor link ke liye thoda gap */
    }
    #advantage{
      scroll-margin-top: 120px; /* anchor link ke liye thoda gap */
    }

    .section-advantages {
background:var(--beige);
padding: clamp(24px, 6vw, 72px) 5%;
margin-top: -5px;
}
.adv-wrap {
display: flex;
align-items: center;
gap: clamp(16px, 4vw, 48px);
max-width: 1500px;
margin: 0 auto;
}
.adv-text {
flex: 1 1 30%;
color: #333;
}
.adv-text h2 {
color: #d4aa5c;
font: 600 3rem/1.2 "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
margin: 0 0 12px;
}
.adv-text .lead {
margin: 0 0 16px;
font: 500 2rem/1.6 "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.adv-list {
margin: 0;
padding-left: 1em;
display: grid;
gap: 10px;
list-style: disc;
font: 400 1.3rem/1.8 "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
      text-align: justify;          
      text-justify: inter-word;     

}
.adv-image {
flex: 1 1 59%;
}
.adv-image img {
width: 100%;
height: auto;
display: block;
/* border-radius: 6px; */
object-fit: cover;
}

/* Responsive */
@media (max-width: 1024px) {
.adv-wrap { gap: 24px; }
.adv-text h2 { font-size: 1.6rem; }
}
@media (max-width: 768px) {
.adv-wrap { flex-direction: column; }
.adv-text, .adv-image { flex-basis: auto; width: 100%; }
}
    /* ---------- Header ---------- */
/* .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 6%;
  background: var(--light);
  gap: 20px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
} */

  .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 6%;
  background: var(--light);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  height: 100px; /* Set fixed height */
}

nav {
  position: sticky;
  top: 100px; /* Stick just below the header */
  width: 100%;
  /* background: var(--light); */
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


    /* .logo img {
      max-height: 60px;
      width: auto;
      display: block;
    } */
/* .logo img {
  max-height: 60px;   
    width: auto;        
  height: auto;       
  display: block;     
  max-width: 100%;    
} */

#imgLogo {
  display: inline-block; /* So it can have width & height */
  width: 400px;          /* adjust as per your logo */
  height: 80px;          /* adjust as per your logo */
  background-image: url("..//img/mainLogo.webp");
  background-size: contain;   /* Keeps aspect ratio */
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 600px){
.header{ padding:12px 6%; gap:16px; }
#imgLogo{ width: clamp(180px, 26vw, 260px); height: clamp(34px, 6vw, 54px); }
.brand{ font-size: clamp(1rem, 2.4vw, 1.4rem); }
.tagline{ font-size: clamp(0.75rem, 1.8vw, 0.95rem); }
}

/* Desktop: space-between alignment */
@media (min-width: 900px){
.header{ justify-content:space-between; padding:14px 6%; gap:24px; }

}
@media (max-width: 768px) {
  #imgLogo {
    max-height: 45px; /* tablet ke liye chhota */
  }
    .slides img{
    height: auto !important;
  }
  .company-text{ display: none;}
}

@media (max-width: 480px) {
  #imgLogo {
    max-height: 35px; /* mobile ke liye aur chhota */
    
  }
  .company-text{ display: none;}
  .slides img{
    height: auto !important;
  }
}



    /* .company-text {
      text-align: right;
    } */

    .company-text h1 {
      font-size: 1.6rem;
      color: var(--dark);
      /* font-weight: 1; */
      letter-spacing: 1px;
    }

    .company-text p {
      font-size: 1.05rem;
      color: var(--secondary);
      font-weight: 600;
      margin-top: 4px;
    }

    /* ---------- Navbar ---------- */
    nav {
      background: var(--primary);
    }

    .menu-toggle {
      display: none;
      padding: 12px;
      color: var(--light);
      cursor: pointer;
      text-align: center;
      font-size: 18px;
    }

.nav-container {
  max-width: 100%;            /* Full width */
  margin: 0 auto;
  background:var(--primary);        /* आपके bg जैसा */
}


.nav-container ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly; /* Items equal gap */
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;             /* छोटा screen हो तो wrap */
}

    .nav-container ul li {
      position: relative;
    }

 .nav-container ul li a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  white-space: nowrap;
}
    .nav-container ul li:hover {
      background: var(--secondary);
    }

    .nav-container ul li ul {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      padding: 1px 6px;
      background: transparent;
      z-index: 50;
      min-width: 190px;
    }

    .nav-container ul li ul li {
      /* margin: 6px 4px; */
      background: var(--primary);
      /* border: 1px solid var(--secondary); */
      margin-left: -3%;
     }

    .nav-container ul li ul li a {
      color: var(--light);
      padding: 10px 12px;
      font-size: 1.2rem;
      /* font-weight:540; */
    }

    .nav-container ul li ul li a:hover {
      background: var(--secondary);
    }

    .nav-container ul li:hover>ul,
    .nav-container ul li.open>ul {
      display: block;
    }

    /* ---------- Hero ---------- */
    .hero {
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 420px;
    }

    /* .hero-text {
      flex: 0 0 30%;
      min-width: 260px;
      margin-left: 10%;
    } */
     .hero-text {
  flex: 0 0 34%;
  min-width: 260px;
  margin-left: 6%;
  overflow: hidden;  
}
/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-text {
    flex: 0 0 40%;
    margin-left: 5%;
  }
}

@media (max-width: 768px) {
  .hero-text {
    flex: 0 0 100%;       /* tablet/phone पर full width */
    margin-left: 0;
    margin-bottom: 16px;
  }

  .hero-text img {
    max-width: 70% !important;     
    margin: 0 auto;      
  }
  .nav-container ul li ul li {
       background: var(--secondary);
       margin-left: -4%;
    }
     .nav-container ul li ul li a:hover {
      background: goldenrod;
    }

}

@media (max-width: 420px) {
  .hero-text img {
    max-width: 70% !important;      
  }
    .nav-container ul li ul li {
       background: var(--secondary);
       margin-left: -4%;
    }
     .nav-container ul li ul li a:hover {
      background: goldenrod;
    }
}

.hero-text img {
  max-width: 100%;   /* container se bada na ho */
  /* height: auto;        */
  display: block;    /* extra space remove karega */
  object-fit: contain; /* image ko container ke andar hi fit karega */
}
    .hero-text h2 {
      font-size: 1.1rem;
      color: var(--muted);
      margin-bottom: 12px;
      /* font-weight: 400; */
    }

    .hero-text h1 {
      /* font-weight: 900; */
      margin: 0;
      line-height: 0.9;
      color: var(--primary);
       font-size: clamp(36px, 5vw, 120px);
      letter-spacing: -2px;
    }

    .hero-text h1 span {
      display: block;
      color: var(--primary);
      /* font-weight: 900; */
    }

    /* ---------- Slider ---------- */
    .hero-slider {
      flex: 1 1 58%;
      min-width: 300px;
      position: relative;
      overflow: hidden;
    }

    .slider-window {
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .slides {
      display: flex;
      transition: transform 0.55s ease;
      will-change: transform;
    }

    .slides img {
      width: 100%;
      height: 79vh;
      display: block;
      flex-shrink: 0;
      object-fit: cover;
    }

    .control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.45);
      color: var(--light);
      border: 0;
      padding: 10px 12px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 20px;
      user-select: none;
    }

    .prev {
      left: 12px;
    }

    .next {
      right: 12px;
    }

    .dots {
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
    }

    .dots button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 0;
      background: rgba(255, 255, 255, 0.75);
      cursor: pointer;
    }

    .dots button.active {
      background: var(--primary);
    }

    /* ---------- Responsive ---------- */
    @media (max-width:768px) {
      .header {
        padding: 12px 5%;
      }

      .company-text {
        width: 100%;
        order: 3;
        margin-top: 8px;
        text-align: center;
      }

      .logo {
        width: 100%;
        display: flex;
        justify-content: center;
        order: 1;
        margin-bottom: 8px;
      }

      .menu-toggle {
        display: block;
      }

      .nav-container {
        display: none;
        flex-direction: column;
      }

      .nav-container ul {
        flex-direction: column;
      }

      .nav-container.show {
        display: flex;
      }

      .hero {
        flex-direction: column;
        gap: 18px;
        min-height: auto;
        padding: 18px 4%;
      }

      .hero-text {
        text-align: center;
      }

      .hero-slider {
        width: 100%;
      }

      .nav-container ul li a {
        padding: 12px 18px;
      }

      .nav-container ul li ul li a {
        padding-left: 18px;
      }
    }

    @media (max-width:420px) {
      .hero-text h1 {
        font-size: clamp(30px, 14vw, 80px);
      }

      .company-text h1 {
        font-size: 1.2rem;
      }
    }

    /* ---------- Second Section ---------- */
    /* .gfrp-section {
      background: var(--section-bg);
      padding: 50px 6%;
      text-align: center;
      margin-top: 3%;
      height: 65vh;
    } */

    .gfrp-section {
  background: linear-gradient(
    to bottom, 
    var(--beige) 0%, 
    var(--beige) 65%, 
    transparent 65%, 
    transparent 100%
  );
  padding: 50px 6%;
  text-align: center;
  margin-top: 3%;
}


    
    .gfrp-section h2 {
      font-size: 3rem;
      /* font-weight: 600; */
      color: var(--primary);
      margin-bottom: 14px;
    }

    .gfrp-section p {
      max-width: 80%;
      margin: 0 auto 32px;
      font-size: 1.5rem;
      line-height: 2;
      color: var(--muted);
    }

    .suited-box {
      text-align: center;
      margin: 40px auto;
      max-width: 900px;
      position: relative;
    }

    .title-box {
      font-size: 1.5rem;
      display: inline-block;
      background: var(--primary);
      color: var(--light);
      padding: 12px 26px;
      /* font-weight: 600; */
      /* border-radius: 3px; */
      position: relative;
    }

    .title-box::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -30px;
      width: 4px;
      height: 35px;
      background: var(--primary);
      transform: translateX(-50%);
    }

    .items {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 60px;
      position: relative;
    }

    .items::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 12.5%;
      right: 12.5%;
      height: 4px;
      background: var(--primary);
    }

    .item {
      width: 25%;
      font-size: 1.5rem;
      color: var(--muted);
      text-align: center;
      position: relative;
    }

    .item::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 50%;
      width: 4px;
      height: 30px;
      background: var(--primary);
      transform: translateX(-50%);
    }

    @media(max-width:768px) {
      .items {
        flex-direction: column;
        align-items: center;
      }

      .items::before {
        display: none;
      }

      .item {
        width: 100%;
        margin: 20px 0;
      }

      .item::before {
        top: -15px;
        height: 15px;
      }
    }

    /* images */
    .gfrp-images {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .gfrp-images img {
      width: 42%;
      height: 40vh;
      object-fit: cover;
      border: 4px solid var(--light);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      border-radius: 3px;
    }

    @media(max-width:768px) {
      .gfrp-images img {
        width: 100%;
        height: 280px;
      }
    }

    /* Section with overlay text */
    .section1 {
      position: relative;
      display: inline-block;
    }

    .section1 img {
      width: 100%;
      display: block;
    }

    .text-box {
      position: absolute;
      top: 20%;
      left: 10%;
      background: var(--overlay);
      color: var(--light);
      padding: 15px 25px;
      border-radius: 10px;
      font-size: 20px;
    }

/* 3rd section */
 
    .section2 {
      position: relative; /* parent positioning */
      display: inline-block;
      width: 100%;
      margin-top: 3%;
    }

    .section2 img {
      width: 100%;
      height: auto;
      display: block;
    }

    .text-box1 {
      position: absolute;   /* relative to section */
      top: 15%;             /* section ke top se */
      left: 0;              
      /* background: white; */
      background: rgba(0, 0, 0, 0.70);
      /* background: rgba(255, 255, 255, 0.55); */

      color:white;
      padding: 15px 25px;
      /* font-size: 20px; */
      width: 100%;
    }

    .text-box1 h2 {
    font-size: 2.5rem;
    margin-left: 10%;

    }

    .text-box1 p {
    font-size: 1.5rem;
        margin-left: 10%;
        line-height: 2;

    }
    /* Tablet */
    @media (max-width: 768px) {
      .text-box1 {
        top: 65%;
        width: 70%;
        font-size: 16px;
        padding: 12px 18px;
      }
      .text-box1 h2 {
        font-size: 18px;
      }
    }

    /* Mobile */
    @media (max-width: 480px) {
      .text-box1 {
        position: static;  /* chhote screen par neeche aa jayega */
        width: 100%;
        font-size: 14px;
        padding: 10px 15px;
        margin-top: 10px;
      }
      .text-box1 h2 {
        font-size: 16px;
      }
      .text-box1 p {
        font-size: 14px;
      }
      .adv-text { font-size: 14px; padding: 10px 15px; }
#advantage h2 { font-size: 16px; }
#advantage .lead, #advantage .adv-list { font-size: 14px; }
      
    }


/* 4th section */
  
 
   
    /* ✅ Main container */


    .container2 {
      max-width: 80%;
      margin: auto;
      padding: 3rem 1rem;
    }

    /* Titles */
    .title-wrap {
      margin-bottom: 1.5rem;
    }

    .title {
      color: var(--brown);
      font-size: clamp(1.8rem, 4vw, 3rem);
      margin-bottom: 0.5rem;
    }

    .subtitle {
      color: #333;
      font-size: clamp(1rem, 2vw, 1.8rem);
      opacity: 0.95;
    }

    /* Top Grid */
    .top-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: stretch;
      margin-top: 1.5rem;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }

    .card,
    .small-card,
    .hero1,
    .wide-image {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    /* Top cards */
    .card {
      min-height: 15em; /* top cards height */
    }

    .card .head1,
    .small-card .head1 {
      background: var(--brown);
      color: #fff;
      padding: 0.8rem 1rem;
      font-size: clamp(0.9rem, 1.5vw, 1.4rem);
      line-height: 1.2;
    }

    .card .body1,
    .card .body2,
    .small-card .body1 {
      background: var(--beige);
      padding: 1rem;
      color: #222;
      font-size: clamp(0.9rem, 1.2vw, 1.3rem);
      flex: 1;
    }

    /* Hero & Wide Image */
    .wide-image img {
      width: 100%;
      /* object-fit: cover; */
      height:250px;
      display: block;
    }
        .hero1 img{
      width: 100%;
      object-fit: cover;
      height:510px;
      display: block;
    }


    /* Bottom Row */
    .bottom-row {
      display: grid;
      grid-template-columns: 0.96fr 0.96fr 2fr;
      gap: 2rem;
      margin-top: 2rem;
      align-items: stretch;
    }

    /* Reduce height of bottom row */
    .bottom-row .small-card,
    .bottom-row .wide-image {
      min-height: 4em; 
    }

    /* Responsive Layouts */
    @media (max-width: 1000px) {
      .top-grid {
        grid-template-columns: 1fr;
      }
      .hero1 {
        order: 3;
      }
      .bottom-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .cards {
        grid-template-columns: 1fr;
      }
      .bottom-row {
        gap: 1rem;
      }
    }

    @media (max-width: 480px) {
      .container2 {
        padding: 2rem 0.5rem;
      }
    }

  
    /* 5th section */

  
    .section5 {
       background: var(--beige);
      padding: 20px 4%;
      display: grid;
      grid-template-columns: 2fr 1fr;
      align-items: center;
      /* gap: 40px; */
    }

    /* Text block */
    .section-text {
      width: 80%;
    }

    .section-text h2 {
      color: var(--brown);
      font-size: 3rem;
    }

    .section-text h4 {
      color: black;
      font-size: 1.5rem;
      margin-bottom: 10px;
      opacity: 0.85;
    }

    .section-text p {
      color: #222;
      font-size: 1.3rem;
      max-width: 500px;
      line-height: 1.6;
    }
.carousel-inner {
      border: 6px solid #fff;

}
    /* Bootstrap Carousel */
    .carousel-item img {
      width: 100%;
      height: 60vh; /* Increased height */
      object-fit: cover;
      box-shadow: 0 4px 16px rgba(0,0,0,0.15);
      /* border-radius: 10px; */
     }

    /* Responsive Tablet & Below */
    @media (max-width: 992px) {
      .section5 {
        grid-template-columns: 1fr;
        padding: 50px 6%;
      }
      .section-text {
        margin: 0 auto;
        width: 100%;
        text-align: center;
      }
    }

    /* Small Mobile */
    @media (max-width: 600px) {
      .section5 {
        padding: 40px 5%;
      }
      .section-text h2 {
        font-size: 28px;
      }
      .section-text p {
        font-size: 14px;
      }
      .carousel-item img {
        height: 40vh;
      }
    }

    /* 6th section */

    .hero-section {
      position: relative;
      width: 100%;
      height: 100vh; /* Desktop height */
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden;
      margin-top: 8%;
    }

    /* Background image */
    .hero-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }

    /* Overlay */
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: rgba(0,0,0,0.25);  */
      z-index: 2;
    }

    /* ✅ Text content box */
    .hero-content {
      position: relative;
      z-index: 3;
      color: #fff;
      /* max-width: 420px; */
      padding: 0px 0px 10px 30px  ;
      background: rgba(0, 0, 0, 0.55); /* text ke peeche black transparent box */
      margin-left: 0; /* 👈 Left se bilkul start */
      margin-top: -22%;
    }

    .hero-content h1 {
      font-size: 3rem;
      /* font-weight: 600; */
      margin: 0 0 12px 0;
      color:gold;
    }

    .hero-content p {
      font-size: 1.5rem;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .hero-content .btn {
      display: inline-block;
      background: #fff;
      color: var(--brown);
      padding: 12px 22px;
      /* font-weight: 600; */
      text-decoration: none;
      /* border-radius: 4px; */
      transition: 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.5rem;
    }

    .hero-content .btn:hover {
      background: var(--beige);
      color: #000;
    }

    /* ✅ Responsive */
    @media (max-width: 768px) {
      .hero-section {
        height: 55vh;
      }
      .hero-content {
        max-width: 80%;
        padding: 20px;
      }
      .hero-content h1 {
        font-size: 28px;
      }
      .hero-content p {
        font-size: 15px;
      }
    }

    @media (max-width: 480px) {
      .hero-section {
        height: 50vh;
        min-height: 320px;
        justify-content: center;
        text-align: center;
      }
      .hero-content {
        margin: 0 15px;
        max-width: 100%;
        padding: 15px;
      }
      .hero-content h1 {
        font-size: 24px;
      }
      .hero-content p {
        font-size: 14px;
      }
    }

    /* footer */

       /* ✅ Footer */
    footer {
      background:white;
      color: #fff;
      padding: 40px 20px 20px;
      border-top: 15px solid var(--primary);
      color: black;
 
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1200px;
      margin: auto;
      gap: 20px;
    }

    /* Left Logo */
    .footer-left img {
      max-width: 350px;
      width: 100%;
      height: auto;
      background: #fff;
      /* padding: 10px; */
      margin-top: 34%;
     }

    /* Right Section */
    .footer-right {
      max-width: 500px;
      /* flex: 1; */
    }

    /* ✅ PATH text replaced with image */
    .footer-right img {
      max-width: 180px;
      width: 100%;
      height: auto;
      /* margin-bottom: 12px; */
      /* padding: 6px; */
      /* border-radius: 6px; */
    }

    .footer-right p {
      margin: 6px 0;
      font-size: 15px;
      line-height: 1.6;
    }

    /* ✅ Line below company name */
    .footer-right .company-name {
      position: relative;
      padding-bottom: 6px;
      margin-bottom: 10px;
      color: black;
    }

    .footer-right .company-name::after {
      content: "";
      display: block;
      width: 98%;
      height: 2px;
      background-color: var(--brown);
      margin-top: 5px;
    }

    /* Social Icons */
    .social-icons {
      margin-top: 15px;
    }

    .social-icons a {
      display: inline-block;
      margin-right: 12px;
    }

    .social-icons img {
      width: 40px;
      height: 40px;
      transition: 0.3s;
      /* filter: brightness(0) invert(1);  */
    }

    .social-icons img:hover {
      transform: scale(1.1);
      filter: none; /* show original color on hover */
    }

    /* ✅ Responsive */
    @media (max-width: 1024px) {
      .footer-left img {
        max-width: 280px;
      }
      .footer-right {
        max-width: 400px;
      }
      .gfrp-section p {
    max-width: 850px;
    margin: 0 auto 32px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--muted);
}
.gfrp-section h2 {
    font-size: 1.4rem;
    
}
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .footer-left img {
        max-width: 260px;
        margin-bottom: 20px;
      }
      .footer-right img {
        max-width: 160px;
        margin-top: 10px;
      }
      .footer-right .company-name::after {
        margin-left: auto;
        margin-right: auto;
      }
      .gfrp-section p {
    max-width: 850px;
    margin: 0 auto 32px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--muted);

}
.gfrp-section h2 {
    font-size: 1.4rem;
    
}

       .item {
      font-size: 1rem;}
    .title-box {
      font-size: 1rem;}
              #Required{
      margin-left: 0% !important;
    }
      .hero-content .btn {
      font-size: 14px;
    }
    }

    @media (max-width: 480px) {
      .footer-left img {
        max-width: 220px;
      }
      .footer-right img {
        max-width: 140px;
      }
      .footer-right p {
        font-size: 13px;
      }
      .social-icons img {
        width: 28px;
        height: 28px;
      }
      .gfrp-section p {
    max-width: 850px;
    margin: 0 auto 32px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--muted);
}

.gfrp-section h2 {
    font-size: 1.4rem;
    
}


    .title-box {
      font-size: 1rem;}

       .item {
      font-size: 1rem;}
        #Required{
      margin-left: 0% !important;
    }
    .hero-content .btn {
      font-size: 14px;
    }
    }


    /* #Required{
      margin-left: 20%;
    } */

    #text-box2 h2{
      color: var(--primary);
    }



    /* slide certification */

 
        .partner {
            background-color: var(--beige);
            margin-top: 5%;
            height: 60vh;
 
            display: flex;
            flex-direction: column;
            justify-content: center; /* Vertically center the content */
            align-items: center;     
        }

        .partner h1{
          margin-top: -10%;
            margin-bottom: 5%;
            font-size: 2.5rem;
            color: #d4aa5c;
            text-align: center;

        }
        .sliderCert-containerCer {
            position: relative;
            width: 90%;
            overflow: hidden;
            border-radius: 20px;
            /* background-color: #fff; */
        }

        .sliderCert {
            display: flex;
        }

        .slideCert {
            flex: 0 0 25%;
            box-sizing: border-box;
            padding: 10px;
        }

        .slideCert img {
            width: 90%;
            height:auto;
            display: block;
            border-radius: 15px;
            object-fit: contain;
            background-color: #fff;
        }

        @media (max-width: 992px) {
            .slideCert {
                flex: 0 0 25%;
            }
        }

        @media (max-width: 768px) {
            .slideCert {
                flex: 0 0 33.33%;
            }
        }

        @media (max-width: 576px) {
            .slideCert {
                flex: 0 0 50%;
            }
        }

        @media (max-width: 400px) {
            .slideCert {
                flex: 0 0 100%;
            }
                    .partner h1{
           
            font-size: 2rem;
 
        }
        }
        .actions-btn {
          font-weight: bold;
        }