/********** Template CSS **********/
:root {
    --primary: #5B8C51;
    --secondary: #EDDD5E;
    --light: #F7F7F7;
    --dark: #404A3D;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}



.banner-para{
  /* background-color: #365c2f; */
  text-align: left;
  width: 67%;
  margin-left: -5px;
  font-size: 18px;
  margin-top: -30px;
  font-weight: 600;
}

.banner-heading{
  line-height: 80px;
}


.banner-para2{
width: 70%;
margin-top: -30px;
font-size: 18px;
font-weight: 600;
margin-left: 220px;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}


.navbar-logo {
    width: 65px;      /* Adjust logo width */
    height: auto;     /* Keep aspect ratio */
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .navbar-logo:hover {
    transform: scale(1.05);
  }

  @media (max-width: 576px) {
    .navbar-logo {
      width: 45px; /* Slightly smaller for mobile */
    }
  }

.topbar-div{
    padding: 0px 30px;
}

.suetum-topbar {
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  /* padding: 0px 10px; */
}

.suetum-contact-item i {
  transition: color 0.3s ease;
}

.suetum-contact-item span{
    font-size: 13px;
}

.suetum-contact-item:hover i {
  color: #ffc107;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
        /* background-color: white; */
    }

    .navbar-brand h1{
      font-size: 16px !important;
    }
    .banner-heading{
      font-size: 18px;
    }

    .banner-para{
      font-size: 8px;
      margin-left: 2px;
      width: 50%;
      margin-top: -70px;
    }
   

    .banner-para2{
      font-size: 8px;
      width: 50%;
      margin-top: -70px;
      margin-left: 173px;
      /* background-color: #365c2f; */
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon{
margin-left: -110px;
}

.carousel-control-next-icon{
    margin-right: -76px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 240px;
    }

    .carousel-control-prev{
      margin-left: 60px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-next-icon{
        margin-right: 10px;
    }

    .about-paragraph{
      text-align: justify;
    }

    .about-btn {
      margin-left: 70px;
    }
    .about-experience small{
      font-size: 17px !important;
    }
    .banner-video{
      object-fit: contain !important;
    }
    .banner-div2{
      height: 32vh !important;
    }
}

.banner-div2{
  height: 100vh; 
  overflow: hidden;
}


.banner-video{
  object-fit: cover;
}
.page-header {
    background: url(../img/about-banner-1.png) center center no-repeat;
    background-size: cover;
}

.shrink-film-banner {
  background: url(../img/shrink-film-banner.png) center center no-repeat;
    background-size: cover;
}


.heat-shrink-banner{
  background: url(../img/heat-shrink-banner.png) center center no-repeat;
    background-size: cover;
}



.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.internal-links{
  margin-left: -90px;
  margin-top: 40px;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 27px;
}

.about-heading{
    font-size: 45px;
    line-height: 43px;
}

.about-para{
    font-size: 21px;
    font-weight: 600;
    color: black;
}

.about-paragraph{
    font-weight: 600;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 10px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -16px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}







/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer-para{
  font-size: 12px;
  margin-top: -14px;
}

.quick{
  padding-left: 70px;
}

.info-info{
  padding-left: 50px;
}

.contact-info{
  padding-left: 40px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 0.7px;
    box-shadow: none;
}


/* products */
 /* Section Base */
    .section-products {
      padding: 60px 0;
      background-color: #fff;
    }

    .section-products h3 {
      color: #5b8c51;
      font-weight: 800;
      font-size: 47px;
      position: relative;
      display: inline-block;
      padding: 0 20px;
    }

    /* Animated Lines */
    .section-products h3::before,
    .section-products h3::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 70px;
      height: 5px;
      background-color: #dac950;
      transform: translateY(-50%);
      animation: linePulse 2s infinite ease-in-out;
    }

    .section-products h3::before {
      left: -50px;
    }

    .section-products h3::after {
      right: -50px;
    }

    /* Keyframes for width animation */
    @keyframes linePulse {
      0% { width: 20px; opacity: 0.7; }
      50% { width: 60px; opacity: 1; }
      100% { width: 20px; opacity: 0.7; }
    }

    .card-para strong{
        font-size: 18px;
        color: black;
        font-weight: 800;
    }

    .section-products p {
      color: #444;
      line-height: 1.4;
      font-size: 14px;
      font-weight: 600;
    }

    /* Product Card */
    .product-card {
      border: none;
      border-radius: 16px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      overflow: hidden;
      background-color: #ffffff;
    }

    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .product-img {
      height: 250px;
      background-color: #ddd;
      background-position: center;
      background-size: cover;
    }

    /* Know More Button */
    .btn-know-more {
      background-color: #5b8c51;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.3s ease;
      padding: 8px 30px;
      text-decoration: none;
    }

    .btn-know-more:hover {
      background-color: #EDDD5E;
      color: #365c2f;
    }

    /* Responsive adjustments */
    @media (max-width: 576px) {
      .section-products h1::before,
      .section-products h1::after {
        display: none;
      }

      .section-products h1{
        font-size: 42px;
      }

      .section-products{
        padding: 31px 0;
      }

      .section-products p{
        text-align: justify;
      }

      .banner{
        height: 31vh !important;
        margin: 0px !important;
      }

      .shrink-film-banner{
        object-fit: contain;
      }

      .heat-shrink-banner{
        object-fit: contain;
      }

      .internal-links{
        margin-left: 16px;
      }

      .info-info{
  padding-left: 28px;
}

.quick{
      padding-left: 28px;
    }

    .contact-info{
      padding-left: 30px;
    }
    }

    
  

/* counter */

.counter-para{
    font-size: 16px;
    font-weight: 600;
}


.counter-line-1{
    color: #dac950;
}

.counter-div{
    height: 315px;
}

.counter-sec-para{
    font-weight: 600;
}
.counter-li strong{
    font-size: 17px;
    color: rgba(0, 0, 0, 0.712);
    font-weight: 600;
}

.counter-num{
    margin-top: -28px;
}

.counter-line{
    font-size: 13px;
}


/* why choose  */


/* Industrial Premium - why-industrial.css */
:root{
  --g:#5B8C51;
  --y:#EDDD5E;
  --dark:#121212;
  --card:#fff;
  --pad:34px;
  --radius:12px;
  --font: "Poppins", sans-serif;
}

.why-industrial{ background: linear-gradient(180deg, #f6f7f4 0%, #efefe9 100%); padding:56px 20px; font-family:var(--font); }
.wi-wrap{ max-width:1180px; margin:0 auto; display:flex; gap:28px; align-items:flex-start; }

.wi-left{
  width:360px;
  padding:28px;
  background:linear-gradient(135deg, rgba(91,140,81,0.08), rgba(237,221,94,0.06));
  border-radius:14px;
  position:relative;
  box-shadow: 0 12px 32px rgba(20,30,20,0.05);
}

.wi-badge{
  display:inline-block;
  background:var(--dark);
  color:var(--y);
  padding:8px 12px;
  border-radius:8px;
  font-weight:600;
  font-size:15px;
  letter-spacing:0.6px;
}

.wi-left h2{ margin:18px 0 10px; color:var(--dark); font-size:29px; line-height:1.12; }
.wi-left p{ color:#333; line-height:1.68; font-size:14.6px; margin:0 0 18px; }

.wi-line{
  height:6px;
  width:80%;
  background:linear-gradient(90deg, var(--g), var(--y));
  border-radius:6px;
  margin-top:8px;
  box-shadow: 0 6px 20px rgba(91,140,81,0.12);
}

.wi-right{ flex:1; display:grid; grid-template-columns: repeat(2, 1fr); gap:18px; align-items:start; }

.wi-feature{
  background:#ffffff;
  border-radius:12px;
  padding:18px;
  height: 190px;
  box-shadow: 0 8px 28px rgba(10,20,14,0.06);
  border-top:4px solid rgba(91,140,81,0.08);
  transform: translateY(22px);
  opacity:0;
  animation: wi-slide .6s cubic-bezier(.2,.9,.3,1) forwards;
}

.wi-feature:nth-child(1){ animation-delay:.16s; }
.wi-feature:nth-child(2){ animation-delay:.28s; }
.wi-feature:nth-child(3){ animation-delay:.40s; }
.wi-feature:nth-child(4){ animation-delay:.52s; }
.wi-feature:nth-child(5){ animation-delay:.64s; }

.wi-feature h3{ color:var(--g); margin:0 0 8px; font-size:15px; }
.wi-feature p{ margin:0; color:#333; line-height:1.6; font-size:14px; }

.wi-feature:hover{
  transform: translateY(-8px) scale(1.01);
  border-top-color: #5B8C51;
  box-shadow: 0 18px 42px rgba(12,18,12,0.12);
  transition: all .28s ease;
}

.wi-closing{
  grid-column: 1 / -1;
  background:linear-gradient(180deg, rgba(91,140,81,0.04), rgba(237,221,94,0.03));
  padding:16px;
  border-radius:10px;
  text-align:center;
  font-weight:600;
  color:#222;
  margin-top:6px;
}

/* animation */
@keyframes wi-slide{ to{ transform: translateY(0); opacity:1; } }

/* Responsive */
@media (max-width:980px){
  .wi-wrap{ flex-direction:column; }
  .wi-left{ width:100%; order:0; }
  .wi-right{ order:1; grid-template-columns:1fr; }
  .wi-left p{
    text-align: justify;
  }
  .wi-feature{
    height: 210px;
  }
}
@media (max-width:520px){
  .why-industrial{ padding:36px 16px; }
  .wi-left h2{ font-size:20px; }
}

/*  */


/* industries we serve */


/* ===== SSI Industries Section - Custom Classes ===== */
.ssi-industries {
  background: #5B8C51;
  color: #fff;
  padding: 60px 10px;
  font-family: "Poppins", sans-serif;
}

.ssi-container {
  max-width: 1400px;
  margin: auto;
}

.ssi-header {
  text-align: center;
  margin-bottom: 40px;
}

.ssi-header h2 {
  font-size: 2.8rem;
  color: #EDDD5E;
  margin-bottom: 15px;
  font-weight: 700;
}

.ssi-header p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.3;
  max-width: 900px;
  margin: auto;
}

.ssi-industry-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: nowrap; /* all cards in one row */
}

.ssi-industry-card {
  background: rgba(237, 221, 94, 0.1);
  border-radius: 12px;
  padding: 20px 15px;
  flex: 0 0 200px; /* smaller width to fit in one row */
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
}

.ssi-industry-card:hover {
  transform: translateY(-6px);
  background: rgba(237, 221, 94, 0.25);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.ssi-icon {
  font-size: 2.2rem;
  color: #EDDD5E;
  margin-bottom: 12px;
}

.ssi-industry-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #fff;
}

.ssi-industry-card p {
  font-size: 0.80rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

.ssi-closing-text {
  text-align: center;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ssi-closing-text p {
  margin-bottom: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

/* === Animations === */
.ssi-industry-card {
  opacity: 0;
  transform: translateY(20px);
  animation: ssiFadeUp 0.8s ease forwards;
}

.ssi-industry-card:nth-child(1) { animation-delay: 0.1s; }
.ssi-industry-card:nth-child(2) { animation-delay: 0.2s; }
.ssi-industry-card:nth-child(3) { animation-delay: 0.3s; }
.ssi-industry-card:nth-child(4) { animation-delay: 0.4s; }
.ssi-industry-card:nth-child(5) { animation-delay: 0.5s; }

@keyframes ssiFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Responsive === */
@media (max-width: 1200px) {
  .ssi-industry-card {
    flex: 0 0 180px;
  }
}

@media (max-width: 992px) {
  .ssi-industry-card {
    flex: 0 0 150px;
    padding: 15px 10px;
  }

  .ssi-industries{
  padding: 60px 30px;

  }
}

@media (max-width: 768px) {
  .ssi-industry-row {
    flex-wrap: wrap; /* stack on mobile */
    justify-content: center;
  }
  .ssi-industry-card {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ssi-header h2 {
    font-size: 1.7rem;
  }

  .ssi-header p{
    text-align: justify;
  }
}


/*  */


/* industries we srve */


.industries-premium {
  background: linear-gradient(180deg, #EDDD5E 0%, #ffffff 40%, #88B67F 100%);
  overflow: hidden;
  position: relative;
}

.premium-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2f4f2f;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  opacity: 0;
  animation: slideDown 1s ease forwards;
}

.premium-intro {
  max-width: 850px;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 1.1rem;
  margin-top: 15px;
  line-height: 1.4;
  opacity: 0;
  animation: fadeIn 1.4s ease 0.3s forwards;
}

/* Equal height cards */
.premium-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 30px 25px;
  border: 1px solid rgba(237,221,94,0.6);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  backdrop-filter: blur(8px);
  transform: translateY(40px);
  opacity: 0;

  /* fixed height */
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.premium-card h5 {
  color: #2f4f2f;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;

}

.premium-card p {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;

}

.premium-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  background: linear-gradient(135deg, #ffffff, #EDDD5E22);
  border-color: #88B67F;
}

/* Footer text */
.premium-footer {
  max-width: 900px;
  margin: 0 auto;
  color: #2f4f2f;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0;
  animation: fadeIn 1s ease 1.2s forwards;
}

/* Animations */
@keyframes fadeIn {
  to { opacity: 1; transform: none; }
  from { opacity: 0; transform: translateY(20px); }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-40px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  animation: fadeUp 1s ease forwards;
  animation-delay: calc(var(--i, 0) * 0.2s + 0.5s);
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 992px) {
  .premium-card { min-height: 240px; }
}
@media (max-width: 768px) {
  .premium-title { font-size: 2rem; }
  .premium-card { min-height: auto; padding: 20px; }
}


/* mission & vission */
.mv-premium-section {
  background: linear-gradient(135deg, #EDDD5E33, #88B67F55);
  position: relative;
  overflow: hidden;
}
.mv-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2f4f2f;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeDown 1s ease forwards;
}
.mv-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
.mv-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: rgba(255,255,255,0.85);
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  transition: all 0.5s ease;
  overflow: hidden;
}
.mv-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}
.mv-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(237,221,94,0.2), rgba(136,182,127,0.2));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mv-item:hover::before {
  opacity: 1;
}
.mv-content {
  flex: 1;
  padding: 0 30px;
  text-align: left;
  z-index: 2;
}
.mv-content h3 {
  color: #2f4f2f;
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;

}
.mv-content p {
  color: #333;
  line-height: 1.4;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;

}
.mv-img {
  flex: 1;
  /* border-radius: 25px; */
  /* overflow: hidden; */
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.15); */
  z-index: 2;
}
.mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.mv-item:hover .mv-img img {
  transform: scale(1.1);
}

.vision-circle{
  width: 95px !important;
  height: 95px !important;
}
.mv-icon {
  position: absolute;
  top: -7px;
  left: -2px;
  background: linear-gradient(135deg, #EDDD5E, #88B67F);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  animation: floatIcon 4s ease-in-out infinite;
  z-index: 3;
}
.mv-icon img {
  width: 40px;
  height: 40px;
}
.mv-item.mv-vision .mv-icon {
  right: -6px;
  left: auto;
  top:10px;
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-50px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (max-width: 992px) {
  .mv-item {
    flex-direction: column;
    text-align: center;
  }
  .mv-content {
    padding: 20px 0;
  }
  .mv-icon {
    top: -20px; left: 50%; transform: translateX(-50%);
  }
}


/* other content */
:root {
  --brand-green: #88B67F;
  --brand-gold: #EDDD5E;
  --text-dark: #2b2b2b;
}

/* Section Base */
.commitment-green-section {
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-gold) 100%);
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
}
.commitment-green-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  filter: blur(100px);
}
.commitment-green-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  filter: blur(120px);
}

/* Title */
.commitment-green-title {
  font-weight: 800;
  font-size: 2.3rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.commitment-green-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin: 12px auto;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
}
.commitment-green-sub {
  color: #f8f8f8;
  max-width: 720px;
  font-size: 1rem;
}

/* Cards */
.commitment-green-card {
  /* background: rgba(255, 255, 255, 0.15); */
  border-radius: 18px;
  /* border: 1px solid rgba(255, 255, 255, 0.25); */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.commitment-green-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.card-inner {
  background: rgba(255, 255, 255, 0.75);
  padding: 28px;
  border-radius: 16px;
  height: 500px;
  color: var(--text-dark);
}
.commitment-green-heading {
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--text-dark);
  margin-bottom: 10px;
  position: relative;
  font-family: "Poppins", sans-serif;

}
.commitment-green-heading::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--brand-green);
  display: block;
  border-radius: 2px;
  margin-bottom: 8px;
}
.commitment-green-card p {
  font-size: 0.96rem;
  line-height: 1.60;
  color: #444;
  margin-bottom: 0.8rem;
  font-family: "Poppins", sans-serif;

}

/* Animations */
.fade-up {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 1s ease forwards;
}
.fade-up.delay-1 {
  animation-delay: 0.4s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .commitment-green-card {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .commitment-green-title { font-size: 1.8rem; }
  .commitment-green-heading { font-size: 1.15rem; }
  .commitment-green-card p { font-size: 0.9rem; }
}


/* products  */

/* Section Styling */
.pvc-section {
  background: linear-gradient(135deg, #88B67F 40%, #EDDD5E 100%);
  color: #222;
  /* border-radius: 25px; */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  animation: fadeInUp 1s ease-in-out;
  padding: 40px 0;
}

/* Animation */
@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(40px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Equal height row */
.pvc-equal-row {
  display: flex;
  align-items: stretch;
}

/* Shared box (for equal size) */
.pvc-box {
  height: 360px; /* same height for both */
  border-radius: 15px;
  overflow: hidden;
}

/* Image Box */
.pvc-img-box {
  /* background: #fff; */
  height: 455px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); */
  transition: transform 0.6s ease;
}

.pvc-img-box:hover {
  transform: scale(1.03);
}

.pvc-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.8s ease, filter 0.3s ease;
}

.pvc-image:hover {
  transform: scale(1.07);
  filter: brightness(1.1);
}

/* Content Box */
.pvc-content {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px;
  height: 455px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  animation: slideInRight 1s ease;
}

@keyframes slideInRight {
  from {opacity: 0; transform: translateX(50px);}
  to {opacity: 1; transform: translateX(0);}
}

.pvc-title {
  color: #2f4f2f;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.pvc-desc {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.pvc-features li {
  background: rgba(136, 182, 127, 0.15);
  border-left: 5px solid #88B67F;
  padding: 6px 10px;
  margin-bottom: 6px;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.pvc-features li:hover {
  background: #EDDD5E;
  color: #222;
  transform: translateX(5px);
}

.pvc-footer {
  font-weight: 500;
  color: #2f4f2f;
  font-size: 0.9rem;
  margin-top: 8px;
}

.pvc-btn {
  background-color: #88B67F;
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 50px;
  transition: all 0.4s ease;
  font-size: 0.9rem;
}

.pvc-btn:hover {
  background-color: #EDDD5E;
  color: #222;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .pvc-equal-row {
    flex-direction: column;
  }

  .pvc-box {
    height: auto;
  }

  .pvc-content {
    text-align: center;
    margin-top: 15px;
    padding: 15px 20px;
  }

  .pvc-image {
    width: 85%;
    height: auto;
    max-height: 220px;
  }
}


/* key points */
/* === PVC Key Features (Minimal Animated Layout) === */
.pvc-keyfeatures {
  background: transparent;
  color: #222;
  position: relative;
  overflow: hidden;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Title Styling */
.pvc-keyfeatures h4 {
  color: #1d3b1d;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.pvc-keyfeatures h4::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background: #88B67F;
  border-radius: 3px;
}

/* Row Layout */
.pvc-feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

/* Feature Cards */
.pvc-feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 18px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  animation: cardFade 1.2s ease forwards;
  opacity: 0;
  transform: translateY(40px);
}

/* Animated entry (staggered delay) */
.pvc-feature-card:nth-child(1) { animation-delay: 0.2s; }
.pvc-feature-card:nth-child(2) { animation-delay: 0.4s; }
.pvc-feature-card:nth-child(3) { animation-delay: 0.6s; }
.pvc-feature-card:nth-child(4) { animation-delay: 0.8s; }
.pvc-feature-card:nth-child(5) { animation-delay: 1s; }

@keyframes cardFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effect */
.pvc-feature-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Icon Styling */
.feature-icon {
  font-size: 2.2rem;
  color: #88B67F;
  margin-bottom: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.pvc-feature-card:hover .feature-icon {
  transform: rotate(10deg) scale(1.3);
  color: #EDDD5E;
}

/* Text */
.pvc-feature-card p {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}

/* Footer */
.pvc-feature-footer {
  font-size: 1rem;
  color: #2f4f2f;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: 500;
  animation: fadeIn 1.2s ease;
}

/* Responsive Design */
@media (max-width: 992px) {
  .pvc-feature-card {
    min-height: 150px;
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .pvc-feature-card {
    width: 100%;
  }

  .pvc-feature-footer {
    font-size: 0.9rem;
    text-align: left;
    padding: 0 15px;
    text-align: justify;
  }
}


/* leftover content */
/* Earth Section Styling */
.earth-section {
  background: linear-gradient(135deg, #213521ec 0%, #88B67F 100%);
  color: #fff;
  /* border-radius: 25px; */
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Earth Wrapper */
.earth-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

/* SVG Earth */
.earth-svg {
  width: 100%;
  height: auto;
}

/* Rotation */
.earth-spin {
  transform-origin: 50% 50%;
  animation: rotateEarth 25s linear infinite;
}

@keyframes rotateEarth {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Grid lines for realism */
.grid-line {
  fill: none;
  stroke: rgba(237, 221, 94, 0.3);
  stroke-width: 1;
}

/* Connection lines */
.connect-line {
  fill: none;
  stroke: #EDDD5E;
  stroke-width: 1.5;
  opacity: 0;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  /* animation: drawLine 1.2s ease forwards; */
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

/* Stagger animation delay for lines */
.connect-line:nth-child(1) { animation-delay: 0.5s; }
.connect-line:nth-child(2) { animation-delay: 0.8s; }
.connect-line:nth-child(3) { animation-delay: 1.1s; }
.connect-line:nth-child(4) { animation-delay: 1.4s; }
.connect-line:nth-child(5) { animation-delay: 1.7s; }
.connect-line:nth-child(6) { animation-delay: 2s; }
.connect-line:nth-child(7) { animation-delay: 2.3s; }
.connect-line:nth-child(8) { animation-delay: 2.6s; }
.connect-line:nth-child(9) { animation-delay: 2.9s; }

/* Dots */
.dot {
  fill: #EDDD5E;
  filter: drop-shadow(0 0 5px #EDDD5E);
  opacity: 0;
  /* animation: fadeDot 0.8s ease forwards; */
}

@keyframes fadeDot {
  to {
    opacity: 1;
    r: 5;
  }
}

.dot:nth-child(1) { animation-delay: 1s; }
.dot:nth-child(2) { animation-delay: 1.3s; }
.dot:nth-child(3) { animation-delay: 1.6s; }
.dot:nth-child(4) { animation-delay: 1.9s; }
.dot:nth-child(5) { animation-delay: 2.2s; }
.dot:nth-child(6) { animation-delay: 2.5s; }
.dot:nth-child(7) { animation-delay: 2.8s; }
.dot:nth-child(8) { animation-delay: 3.1s; }
.dot:nth-child(9) { animation-delay: 3.4s; }

/* City Labels */
.city-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.city-labels span {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 500;
  color: #EDDD5E;
  opacity: 0;
    transform: translateY(10px);
  animation: showLabel 0.8s ease forwards;
}

@keyframes showLabel {
  to { opacity: 1; transform: translateY(0); }
}

.city-labels span:nth-child(1) { animation-delay: 1.2s; }
.city-labels span:nth-child(2) { animation-delay: 1.5s; }
.city-labels span:nth-child(3) { animation-delay: 1.8s; }
.city-labels span:nth-child(4) { animation-delay: 2.1s; }
.city-labels span:nth-child(5) { animation-delay: 2.4s; }
.city-labels span:nth-child(6) { animation-delay: 2.7s; }
.city-labels span:nth-child(7) { animation-delay: 3s; }
.city-labels span:nth-child(8) { animation-delay: 3.3s; }
.city-labels span:nth-child(9) { animation-delay: 3.6s; }

/* Content */
.earth-content {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 15px;
  backdrop-filter: blur(8px);
  color: #f3f3f3;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .earth-wrapper {
    width: 220px;
    height: 220px;
  }
  .earth-content {
    margin-top: 20px;
    text-align: center;
  }
}

/* Triggered only when in viewport */
.animate-earth .earth-spin {
  animation: rotateEarth 25s linear infinite;
}

.animate-line {
  animation: drawLine 1.2s ease forwards;
}

.animate-dot {
  animation: fadeDot 0.8s ease forwards;
}

.animate-label {
  animation: showLabel 0.8s ease forwards;
}


/* market area */



.market-area-section {
  background: linear-gradient(135deg, #fdfdfb, #f6f8f3);
  color: #222;
  padding: 70px 0;
}

.market-area-block {
  background: #fff;
  border-radius: 18px;
  border-left: 6px solid #88B67F;
  padding: 35px;
  margin-bottom: 45px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(40px);
}

.market-area-block:hover {
  box-shadow: 0 10px 30px rgba(136, 182, 127, 0.35);
  transform: translateY(-5px);
}

/* Headings */
.market-area-title,
.market-area-subtitle,
.market-area-minititle {
  color: #2e5235;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.market-area-title::after,
.market-area-subtitle::after,
.market-area-minititle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #EDDD5E;
  border-radius: 10px;
}

/* Paragraph Styling */
.market-area-block p {
  line-height: 1.7;
  font-size: 0.97rem;
  color: #333;
  margin-bottom: 12px;
}

/* Animation on scroll */
.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .market-area-block {
    padding: 22px;
    margin-bottom: 30px;
  }
  .market-area-title,
  .market-area-subtitle,
  .market-area-minititle {
    font-size: 1.15rem;
  }
}


/* market area */
/* ===========================
   Market PRO Section Styling
=========================== */
.market-pro-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eddd5e 0%, #88b67f 100%);
  color: #222;
}

/* Animated Background */
.animated-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.4), transparent 60%),
              radial-gradient(circle at 80% 80%, rgba(255,255,255,0.25), transparent 60%);
  animation: bgMove 12s infinite alternate ease-in-out;
  z-index: 0;
}

@keyframes bgMove {
  0% { transform: translate(0, 0); }
  50% { transform: translate(-20px, 15px); }
  100% { transform: translate(10px, -10px); }
}

.market-pro-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #1f1f1f;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.market-pro-subtitle {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 2;
}

/* ===========================
   Fade-in Animation
=========================== */
.fade-in-up {
  animation: fadeUp 1.2s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}
.fade-in-up-delay {
  animation: fadeUp 1.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===========================
   Location Cards (Clickable)
=========================== */
.location-pro-card {
  display: block;
  background: #fff;
  color: #1f1f1f;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
}

.location-pro-card span {
  position: relative;
  z-index: 3; /* Keep text above gradient */
}

.location-pro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #88b67f, #eddd5e);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1; /* Below text, above base */
}

.location-pro-card:hover::before {
  opacity: 1;
}

.location-pro-card:hover {
  color: #fff;
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* Floating bounce animation */
@keyframes bounceAnim {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.bounce {
  animation: bounceAnim 4s infinite ease-in-out;
}

.bounce-delay {
  animation: bounceAnim 4s infinite ease-in-out 2s;
}

/* ===========================
   Responsive Design
=========================== */
@media (max-width: 992px) {
  .market-pro-title {
    font-size: 2.2rem;
  }
  .location-pro-card {
    padding: 20px 0;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .market-pro-title {
    font-size: 1.8rem;
  }
  .market-pro-subtitle {
    font-size: 0.9rem;
  }
  .location-pro-card {
    padding: 16px 0;
    font-size: 0.85rem;
  }
}
