:root {
  --primary: #3f9ed7;
  --secondary: #88d0e6;
  --dark: #222;
  --light: #fff;
  --muted: #333;
  --accent: #88d0e6;
  --section-bg: #e8dcc3;
  --overlay: rgba(0, 0, 0, 0.6);

  --brown: #88d0e6;
  --beige: #E1F3FC;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
 
 
}

 
.hhh1{
  text-decoration: underline;
}



#ManufacturingOverview,
#about-gfrp,
#advantage,
#application,
#GFRPManufacturingFacility {
  scroll-margin-top: 120px;
}

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

@font-face {
  font-family: 'ProximaNova-Reg';
  src: url('./fonts/ProximaNova-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
body {

    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
   font-family: 'ProximaNova-Reg', 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-weight: 400;
}

#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: black;
  font: 600 2.5rem/1.2 "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 12px;
} */
.adv-text h2 {
  color: black;
  margin: 0 0 12px;

  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
/* .adv-text .lead {
  margin: 0 0 16px;
  font: 400 1.3rem/1.6 "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
} */
.adv-text .lead {
  margin: 0 0 16px;

  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
}
.adv-list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;

  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 400;

  text-align: justify;
}


.adv-image {
  flex: 1 1 20%;
}

.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) {
    .show img{
    height: auto;
  }
  .adv-wrap {
    flex-direction: column;
  }

  .adv-text,
  .adv-image {
    flex-basis: auto;
    width: 100%;
  }
}

 

 

 
 
 
 
 

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

/* .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;
}
 

.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: 91vh;
  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) {
  .brochure a {
  font-size: 15px !important;
  padding: 20px 17px !important;
  }
  .header {
    padding: 12px 5%;
  }


  .brochure {
        justify-content: center;
        text-align: center;
        margin-bottom: 1rem;
    }
 .slides img {
     height: auto;
        max-height: 60vh;   /* optional limit */
    }
  

  .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;
  }

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

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

  .hero-slider {
    width: 100%;
  }


}


@media (max-width:420px) {
  .brochure {
        justify-content: center;
        text-align: center;
        margin-bottom: 1rem;
    }
  .hero-text h1 {
    font-size: clamp(30px, 14vw, 80px);
  }

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



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



.gfrp-section h2 {
  font-size: 2.5rem;
  /* font-weight: 600; */
  color: black;
  margin-bottom: 14px;
}

.gfrp-section p {
  max-width: 100%;
  margin: 0 auto 32px;
  font-size: 1.15rem;
  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: ;
  } */

  #advantage .lead,
  #advantage .adv-list {
    font-size: 14px;
  }

}


/* 4th section */

/* ===============================
   PRODUCT STRATEGY SECTION
================================ */

.product-strategy {
  background:var(--beige);
  padding: 5rem 1rem;
  margin-top: 3%;
}

/* ===============================
   CONTAINER
================================ */
/* .container2 {
  max-width: 1450px;
  margin: auto;
  margin-top: -3%;
} */

/* ===============================
   TITLE
================================ */
.title-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

.title {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 0.6rem;
}

.subtitle {
  max-width: 900px;
  margin: auto;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
}

/* ===============================
   MAIN GRID
================================ */
.strategy-grid {
  display: grid;
  grid-template-columns: 1fr 520px 1fr; /* 🔥 CENTER IMAGE WIDTH */
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}

/* ===============================
   CENTER IMAGE
================================ */
.strategy-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

 
 
.strategy-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.8rem 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.strategy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

.strategy-card h3 {
  color:black;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

 
 
/* 5th section */
/* ===========================
   SECTION WRAPPER
=========================== */
 
/* 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: 65%;
  height: auto;
  background: #fff;
  /* padding: 10px; */
  /* margin-top: 22%; */
}

/* 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: 2%;
  height: 60vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertically center the content */
  align-items: center;
}

.partner h1 {
  margin-top: -5%;
  margin-bottom: 5%;
  font-size: 2.5rem;
  color: black;
  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;
}

.mbcb {
  background-color: var(--primary);
  width: 100%;
}



/* 
 .card .head1, .small-card .head1{
  color: black !important;
 } */



.apll {
  background-color: var(--beige);
  padding: 70px 20px;
  margin-bottom: 2%;
}

.apll-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.apll-title {
  text-align: center;
  font-size: 34px;
  /* font-weight: 700; */
  color: black;
  margin-bottom: 35px;
  position: relative;
}

.apll-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #0097a7;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

.apll-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apll-list li {
  font-size: 18px;
  color: #333;
  padding: 14px 20px;
  margin-bottom: 14px;
  border-left: 5px solid #88d0e6;
  background: #e2e4e6;
    border-radius: 6px;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.apll-list li:hover {
  background: #88d0e6;
  color: black;
  transform: translateX(6px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .apll-container {
    padding: 30px 20px;
  }

  .apll-title {
    font-size: 26px;
  }

  .apll-list li {
    font-size: 16px;
  }
}



/* all second */
.apllSecond {
  background-color: var(--beige);
  padding: clamp(50px, 6vw, 90px) 16px;
  margin-top: 3%;
}

.apllSecond-container {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  padding: clamp(30px, 4vw, 60px);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

/* Title */
.apllSecond-title {
  font-size: clamp(26px, 4vw, 40px);
  /* font-weight: 800; */
  color: black;
  margin-bottom: 24px;
  position: relative;
}

.apllSecond-title::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #88d0e6;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

/* Description */
.apllSecond-desc {
  font-size: clamp(16px, 2.8vw, 22px);
  /* font-weight: 600; */
  color: #333;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* List */
.apllSecond-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.apllSecond-list li {
  background: #e2e4e6;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: clamp(15px, 2.5vw, 18px);
  color: #333;
  border-left: 5px solid #88d0e6;
  line-height: 1.6;
  transition: transform 0.3s ease, background 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (hover: hover) {
  .apllSecond-list li:hover {
    background: #88d0e6;
    color: black;
    transform: translateY(-4px);
  }
}

/* Bottom note */
.apllSecond-note {
  font-size: clamp(14px, 2.3vw, 18px);
  color: #555;
  line-height: 1.7;
  border-top: 1px solid #e0eef4;
  padding-top: 20px;
}




/* nav bar css
 */


 


*{
  margin:0;
  padding:0;
  box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;

 }

/* ===== Navbar ===== */
nav{
  background:white;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* border: 2px solid red; */
}

.menu-toggle{
  display:none;
  padding:12px;
  color:black;
  cursor:pointer;
  font-size:35px;
}

.nav-container{
  max-width:100%;
  /* background:var(--primary); */
}

.nav-container ul{
  list-style:none;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-wrap:wrap;
}

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

/* ul li a {
    color:black !important;

} */

/* ul li ul li a  {
    color:black !important;

} */
.nav-container ul li a{
  display:block;
  padding:20px 20px;
  /* color:black !important; */
  text-decoration:none;
  font-weight:500;
  font-size:1rem;
  white-space:nowrap;
}

.nav-container ul li a:hover{
  color:var(--primary);
 }

/* Dropdown */
.nav-container ul li ul{
  position:absolute;
  top:100%;
  left:0;              /* parent ke left se align */
  min-width:190px;
  background:white;
  /* padding:8px 0; */
  z-index:50;

  opacity:0;
  visibility:hidden;
  transform: translateY(-10px);
  transition: all 0.4s ease;

  text-align:left;     /* text left aligned */
}


.nav-container ul li:hover > ul{
  opacity:1;
  visibility:visible;
  transform: translateY(0);
}

/* .nav-container ul li ul li{
  background:white;
  color: #000 !important;
 } */
.nav-container ul li ul li{
    width:100%;

  opacity:0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
/*   */
.nav-container ul li ul li a{
  display:block;
  padding:10px 15px;
  text-align:left;     /* ensure left alignment */
      border-bottom: 1px solid var(--primary);

}

.nav-container ul li ul li a :hover{
  color: var(--primary) !important;
 }
.nav-container ul li:hover ul li{
  opacity:1;
  transform: translateY(0);
}


.nav-container ul li:hover ul li:nth-child(1){
  transition-delay: 0.1s;
}
.nav-container ul li:hover ul li:nth-child(2){
  transition-delay: 0.2s;
}
.nav-container ul li:hover ul li:nth-child(3){
  transition-delay: 0.3s;
}

/* .nav-container ul li:hover>ul{
  display:block;
} */

/* ===== Logo ===== */
.logo-wrap{
  display:flex;
  align-items:center;
  gap:12px;
}

.logo-wrap img{
  height:75px;
  background:white;
  padding:5px;
}

.company-name{
  font-size:18px;
  color:white;
  font-weight:500;
}

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

  .nav-container ul li ul li a{
  text-align:center;      
 
}
  /* .nav-container ul li ul li {
    border: 1px solid red;
  } */


  .menu-toggle{
    display:block;
  }

  .nav-container{
    position:absolute;
    top:100%;
    right:0;
    width:100%;
  }

  .nav-container ul{
    flex-direction:column;
    display:none;
    width:100%;
    background:white;
  }

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

  .nav-container ul li{
    width:100%;
  }

  .nav-container ul li a{
    padding:14px;
    text-align:center;
  }

  /* 🔥 Child hidden by default */
  .nav-container ul li ul{
    position:static;
    display:none;
  }

  /* 🔥 Open when class added */
  .nav-container ul li.open > ul{
    display:block;
  }

}


/* yello start */





 .about12{
  margin-top: 3rem;
  background:#0f4f55;   /* exact teal */
  padding:120px 8%;
  height: 60vh;
 }


/* =============== LAYOUT =============== */
.container122{
  max-width:1300px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}


/* =============== LEFT CONTENT =============== */
.left{
  flex:1;
  max-width:560px;
  color:#fff;
  margin-top: -20rem;
}

.tag{
  color:#ffc233;
  letter-spacing:3px;
  font-size:14px;
  margin-bottom:25px;
}

.left h1{
  /* font-size:24px; */
  line-height:1.1;
  font-weight:800;
  margin-bottom:28px;
}

.left p{
  color:#d4e3e6;
  font-size:16px;
  line-height:1.7;
  margin-bottom:18px;
}

.btn{
  display:inline-block;
  background:#ffc233;
  color:#000;
  padding:14px 30px;
  font-weight:700;
  text-decoration:none;
  margin-top:18px;
}


/* =============== RIGHT SIDE =============== */
.right{
  flex:1;
  position:relative;
  display:flex;
  justify-content:flex-end;
}


/* yellow shape (behind) */
.yellow{
  position:absolute;
  width:300px;
  height:260px;
  background:#ffc233;

  left:3rem;     /* pushes to left side */
  top:-40px;

  clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 100%);
  z-index:1;
}


/* image */
.img-box{
  width:90%;
  height:620px;
  overflow:hidden;

  clip-path: polygon(12% 0, 100% 0, 83% 100%, 0 100%);
  position:relative;
  z-index:2;  /* above yellow */
}

.img-box img{
  width:100%;
  height:90%;
  object-fit:cover;
}



/* =============== RESPONSIVE =============== */
@media(max-width:1000px){
    .brochure a {
  font-size: 15px !important;
  padding: 20px 17px !important;
  }
.barrier-section{
  margin-top: 15rem;
  margin-bottom: 25rem;
}
  .container122{
    flex-direction:column;
    text-align:center;
  }

  .right{
    margin-top:60px;
    justify-content:center;
  }

  .left h1{
    font-size:40px;
  }

  .yellow,
  .img-box{
    width:90%;
    height:420px;
    left:0;
  }
}


/* left image css */


/* *{
  margin:0;
  padding:0;
  box-sizing:border-box;
 } */

body{
  background:#f3f6fb;
  overflow-x:hidden;
}

 
.barrier-section{
  /* overflow: hidden; */
   margin-bottom: 3rem;
  height:90vh;              
  display:flex;
  align-items:center;            
  justify-content:center;
  padding:60px 7%;
  /* background:linear-gradient(135deg,#ffffff,#eef4ff); */
  background-color: var(--beige);
  position:relative;
}

 /* .barrier-section::before,
.barrier-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  z-index:0;
} */

/* .barrier-section::before{
  width:380px;
  height:380px;
  background:#3f9ed71a;
  top:-120px;
  left:-120px;
} */

.barrier-section::after{
  width:300px;
  height:300px;
  background:#3f9ed71a;
  bottom:-100px;
  right:-100px;
}

 
.barrier-wrapper{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8rem;
  max-width:1400px;
  width:100%;
  position:relative;
  z-index:2;
}

 
.barrier-image{
  flex:1;
}

.barrier-image img{
  width:100%;
  border-radius:18px;
  box-shadow:0 25px 55px rgba(0,0,0,.15);
  transform:translateX(-60px);
  opacity:0;
  transition:1s;
}

 
.barrier-content{
  flex:1;
  max-width:560px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.barrier-content h2{
  font-size:42px;
  font-weight:700;
  color:#1f2b3a;
  margin-bottom:25px;
  line-height:1.3;
  position:relative;
}

.barrier-content h2::after{
  content:"";
  width:80px;
  height:4px;
  background:#3f9ed7;
  display:block;
  margin-top:14px;
  border-radius:10px;
}

.barrier-content p{
  font-size:1.15rem;
  /* color:#555; */
  line-height:1.8;
  margin-bottom:18px;
  transform:translateY(30px);
  opacity:0;
  transition:.9s;
}

 
.featuresLeft{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:20px;
}

.feature-box{
  background:#fff;
  padding:14px 16px;
  border-radius:10px;
  font-size:14px;
  box-shadow:0 6px 15px rgba(0,0,0,.08);
  transform:scale(.9);
  opacity:0;
  transition:.5s;
}

/* button */
/* 
.btn{
  display:inline-block;
  margin-top:28px;
  padding:13px 32px;
  background:#3f9ed7;
  color:#fff;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
} */

/* .btn:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(0,0,0,.15);
} */

 
.show img{
  transform:none;
  opacity:1;
  height: 68vh;
}

.show p{
  transform:none;
  opacity:1;
}

.show .feature-box{
  transform:none;
  opacity:1;
}
/* .feature-box{
  font-size: 0.8rem;
} */

.show .feature-box:nth-child(1){transition-delay:.2s}
.show .feature-box:nth-child(2){transition-delay:.3s}
.show .feature-box:nth-child(3){transition-delay:.4s}
.show .feature-box:nth-child(4){transition-delay:.5s}

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

@media(max-width:900px){
  .show img{
    height: auto;
  }
.barrier-section{
  margin-top: 15rem;
  margin-bottom: 25rem;
}
  .barrier-wrapper{
    flex-direction:column;
    text-align:center;
  }

  .featuresLeft{
    grid-template-columns:1fr;
  }

  .barrier-content h2{
    font-size:30px;
  }

}



/* rohit */

 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
     }

    body {
      background: #f4f7fb;
      overflow-x: hidden;
    }

    /* ================= SECTION ================= */

    .rohit-gfrp-hero {
      min-height: 100vh;
      padding: 80px 6%;
      display: flex;
      align-items: center;
      background-color: var(--beige);
    }

    .rohit-gfrp-wrapper {
      width: 100%;
      max-width: 1450px;
      margin: auto;
      display: grid;
      grid-template-columns: 1.1fr 1.2fr;
      gap: 70px;
      align-items: center;
    }

    /* ================= TEXT ================= */

    .rohit-gfrp-text h1 {
      font-size: 48px ;
      font-weight: 700;
      line-height: 1.2;
      color: #0b1b3a;
      margin-bottom: 25px;
    }


    .rohit-gfrp-text1 {
      font-size: 48px !important;
      size: 78px;
      font-weight: 700;
      line-height: 1.2;
      color: #0b1b3a;
      margin-bottom: 25px;
    }

   .rohit-gfrp-text11 {
      color:var(--primary);
    }

    .rohit-gfrp-text h1 span {
      color:var(--primary);
    }

    .rohit-gfrp-text p {
      font-size: 1.15rem;
      /* color: #555; */
      line-height: 1.9;
      margin-bottom: 25px;
    }

    .rohit-gfrp-text h2 {
      font-size: 26px;
      margin: 20px 0 10px;
      font-weight: 600;
    }

    /* ================= CARDS ================= */

    .rohit-feature-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      margin-top: 25px;
    }

    .rohit-feature {
      backdrop-filter: blur(14px);
      background: rgba(255, 255, 255, 0.65);
      border: 1px solid rgba(255, 255, 255, 0.6);
      padding: 20px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      gap: 14px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      transition: .35s;
    }

    .rohit-feature:hover {
      transform: translateY(-8px) scale(1.03);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    }

    /* ================= IMAGE ================= */

    .rohit-gfrp-image {
      position: relative;
      height: 600px;
      border-radius: 18px;
      overflow: hidden;
      /* box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25); */
      cursor: pointer;
    }

    .rohit-gfrp-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 1.2s;
    }

    .rohit-gfrp-image:hover img {
      transform: scale(1.08);
    }

    .rohit-gfrp-image::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(45deg, rgba(32, 31, 133, 0.25), transparent);
    }

    /* ================= LIGHTBOX ================= */

    .rohit-lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.95);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
      z-index: 9999;
    }

    .rohit-lightbox.rohit-show {
      opacity: 1;
      visibility: visible;
    }

    .rohit-lightbox img {
      max-width: 92%;
      max-height: 90vh;
    }

    .rohit-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 50px;
      color: #fff;
      cursor: pointer;
      padding: 10px 18px;
    }

    .rohit-left {
      left: 30px;
    }

    .rohit-right {
      right: 30px;
    }

    .rohit-close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 38px;
      color: #fff;
      cursor: pointer;
    }

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

    @media(max-width:1100px) {
        .show img{
    height: auto;
  }
      .rohit-gfrp-wrapper {
        grid-template-columns: 1fr;
      }

      .rohit-gfrp-image {
        height: 500px;
        order: -1;
      }
    }

    @media(max-width:600px) {
        .show img{
    height: auto;
  }
      .rohit-gfrp-text h1 {
        font-size: 34px;
      }

      .rohit-feature-grid {
        grid-template-columns: 1fr;
      }

      .rohit-gfrp-image {
        height: 360px;
        border-radius: 22px;
      }
    }





 
#nayak-why-path{
  margin-bottom: 5rem;
  width:100%;
  padding:50px 20px;

  display:flex;
  justify-content:center;
  align-items:center;

  background:#E1F3FC;
    
}


/* Container */
.nayak-container{
  width:100%;
  max-width:1200px;

  background:rgba(255,255,255,0.08);
  background-color: white;
  backdrop-filter: blur(14px);

  border-radius:28px;
  padding:70px 50px;
  text-align:center;
  /* color:#fff; */

  box-shadow:0 30px 70px rgba(0,0,0,0.1);

  animation:nayakZoom 0.8s ease;
}

@keyframes nayakZoom{
  from{opacity:0; transform:scale(.95);}
  to{opacity:1; transform:scale(1);}
}


/* Title */
.nayak-title{
  font-size:42px;
  font-weight:700;
  margin-bottom:55px;
  letter-spacing:1px;
}


/* ===== Cards ===== */

.nayak-features{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
  margin-bottom:55px;
}

.nayak-feature{
   padding:35px 25px;
  border-radius:20px;
  transition:.35s;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
    background-color:#E1F3FC;

}

.nayak-feature:hover{
  transform:translateY(-10px) scale(1.04);
  background:linear-gradient(135deg,#3f9ed7,#88d0e6);
  box-shadow:0 15px 40px rgba(0,0,0,0.45);
}


/* Icon circle */
.nayak-icon{
  width:70px;
  height:70px;
  margin:0 auto 20px;

  border-radius:50%;
  background:#fff;
  color:#1e3a8a;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;
  font-weight:bold;
}

.nayak-feature p{
  font-size:1rem;
  line-height:1.7;
}


/* ===== Highlight Box ===== */

.nayak-highlight{
  padding:35px 25px;
  border-radius:20px;

  background:linear-gradient(135deg,#3f9ed7,#88d0e6);

  /* box-shadow:0 0 30px rgba(0,183,255,0.7); */
}

.nayak-highlight p{
  font-size:1.5rem;
  font-weight:600;
  margin:10px 0;
}


/* ===== Responsive ===== */

@media(max-width:992px){
  .nayak-container{
    padding:50px 30px;
  }
  .nayak-title{
    font-size:32px;
  }
}

@media(max-width:600px){
  .nayak-container{
    padding:35px 20px;
  }

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

  .nayak-highlight p{
    font-size:15px;
  }
}


/* Brochure Bar */
.brochure{
  width:100%;
  padding:22px 6%;
  box-sizing:border-box;

  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:50px;

  background:#E1F3FC;
  border-top:1px solid rgba(255,255,255,0.3);
  border-bottom:1px solid rgba(255,255,255,0.3);
}

/* Title */
.brochure h2{
  margin:0;
  font-size:24px;
  font-weight:600;
  letter-spacing:1px;
  white-space:nowrap;
}

/* Button Base */
.brochure a{
  color:#fff;
  text-decoration:none;
  padding:20px 20px;
  border-radius:6px;
  font-size:18px;
  font-weight:600;
  letter-spacing:0.5px;
  transition:all 0.4s ease;
  white-space:nowrap;
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

/* Shine Animation */
.brochure a::after{
  content:"";
  position:absolute;
  top:0;
  left:-75%;
  width:50%;
  height:100%;
  background:rgba(255,255,255,0.4);
  transform:skewX(-25deg);
  transition:0.6s;
}

.brochure a:hover::after{
  left:130%;
}

/* Button Styles */
.btn1{
  background:#3f9ed7;
  box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

.btn1:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

.btn2{
  background:#3f9ed7;
  box-shadow:0 8px 25px rgba(0,0,0,0.25);
}

.btn2:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,0.35);
}

/* Contact Right Align */
.contactrrr{
  font-size:1.5rem;
  white-space:nowrap;
  font-weight:500;
  margin-left:auto;   /* 👈 Push to Right */
}



/* Small Mobile */
@media (max-width: 480px) {
    .slides img {
        height: auto !important;
        max-height: 40vh;
    }
}

/* Large Mobile / Small Tablet */
@media (min-width: 481px) and (max-width: 768px) {
    .slides img {
        height: auto !important;
        max-height: 50vh;
    }
}

/* 769px – 899px */
@media (min-width: 769px) and (max-width: 899px) {
    .slides img {
        height: auto !important;
        max-height: 55vh;
    }
}

/* 900px – 999px */
@media (min-width: 900px) and (max-width: 999px) {
    .slides img {
        height: auto !important;
        max-height: 58vh;
    }
}

/* 1000px – 1199px */
@media (min-width: 1000px) and (max-width: 1199px) {
    .slides img {
        height: auto !important;
        max-height: 60vh;
    }
}

/* Responsive */
@media(max-width:1000px){

  .brochure{
    justify-content:center;
    text-align:center;
  }

  .contactrrr{
    width:100%;
    margin-left:0;
    margin-top:10px;
    font-size: 20px;
  }
}




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

/* ✅ PATH text replaced with image */
 

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

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

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

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