 /* Future Enhancement section */
#paprsky-future-enhancements {
  background-color: #ffffff;
  padding: 5rem 2rem;
  font-family: 'Lato', sans-serif;
}

.enhancements-title,
.enhancements-subtitle,
.impact-heading,
.enhancement-card h3 {
  font-family: 'Montserrat', sans-serif;
  color: #000035;
}

.enhancements-title {
  font-size: 4rem;
  color: #46b79F;
  margin-bottom: 0.4rem;
}

.enhancements-subtitle {
  font-size: 2rem;
  color: #708990;
  margin-bottom: 1.5rem;
}

.enhancements-intro,
.enhancement-card p,
.impact-text {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.7;
}

.enhancements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 4rem 0;
}

.enhancement-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.enhancement-card:hover {
  transform: translateY(-6px);
}

/* 👇 Image Wrapper with Aspect Ratio */
.enhancement-card .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.enhancement-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.enhancement-card h3 {
  font-size: 1.6rem;
  margin: 1rem;
  color: #000035;
}

.enhancement-card p {
  margin: 0 1rem 1rem 1rem;
  color: #708990;
}

.enhancement-card a {
  margin: 0 1rem 1.5rem;
  font-weight: bold;
  color: #46b79F;
  text-decoration: none;
}

.enhancements-impact {
  border-top: 2px solid #EACEA0;
  padding-top: 2.5rem;
  text-align: center;
}

.impact-heading {
  font-size: 2rem;
  color: #46b79F;
  margin-bottom: 1rem;
}

.impact-text {
  max-width: 850px;
  margin: 0 auto;
}

/*  Responsive Layout */
@media (max-width: 992px) {
  .enhancements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .enhancements-title {
    font-size: 2.2rem;
  }
  .enhancements-subtitle,
  .impact-heading {
    font-size: 1.6rem;
  }
  .enhancements-grid {
    grid-template-columns: 1fr;
  }
  .enhancement-card .image-wrapper {
    aspect-ratio: 1 / 1;
  }
}


 /* End of Future Enhancement section */

 /* Start of Future Manufacture unints section */
 #paprsky-sustainability-section {
      background-color: #fff;
      padding: 60px 30px;
      font-family: 'Lato', sans-serif;
    }

    .ps-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .ps-heading {
      font-family: 'Montserrat', sans-serif;
      color: #000035;
      font-size: 3.8rem;
      margin-bottom: 10px;
      text-align: center;
    }

    .ps-subheading {
      font-family: 'Montserrat', sans-serif;
      color: #46b79F;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 40px;
    }

    .ps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
    }

    .ps-card {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .ps-card:hover {
      transform: translateY(-5px);
    }

    .ps-icon {
      color: #46b79F;
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
      stroke-width: 1.8px;
    }

    .ps-description {
      color: #708990;
      font-size: 1.6rem;
      line-height: 1.6;
      font-family: 'Lato', sans-serif;
    }

    .ps-footer {
      margin-top: 50px;
      background-color: #EACEA0;
      border-radius: 10px;
      padding: 25px;
    }

    .ps-summary {
      color: #000035;
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
      font-family: 'Lato', sans-serif;
      line-height: 1.8;
    }

    /* Responsive */
    @media screen and (max-width: 1024px) {
      .ps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }
    }

    @media screen and (max-width: 600px) {
      #paprsky-sustainability-section {
        padding: 40px 20px;
      }

      .ps-heading {
        font-size: 2rem;
      }

      .ps-subheading {
        font-size: 1.2rem;
      }

      .ps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .ps-summary {
        font-size: 1rem;
      }
    }
 /* End of Future Manufacture unints section */



 /* Start of Supplier Network section  */

#ps-supplier-enhancements {
      background-color: #000035;
      padding: 70px 30px;
      font-family: 'Lato', sans-serif;
    }

    .ps-supplier-enhance-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .ps-supplier-enhance-heading {
      font-family: 'Montserrat', sans-serif;
      color: #fff;
      font-size: 3.2rem;
      text-align: center;
      margin-bottom: 12px;
    }

    .ps-supplier-enhance-subheading {
      font-family: 'Montserrat', sans-serif;
      color: #46b79F;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 50px;
    }

    .ps-enhance-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
    }

    .ps-enhance-block {
      background-color: #f9f9f9;
      border-left: 6px solid #46b79F;
      padding: 25px 25px 25px 20px;
      border-radius: 10px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    }

    .ps-enhance-title {
      font-family: 'Montserrat', sans-serif;
      color: #000035;
      font-size: 1.8rem;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .ps-enhance-icon {
      color: #46b79F;
      width: 26px;
      height: 26px;
      stroke-width: 2;
    }

    .ps-enhance-text {
      color: #708990;
      font-size: 1.6rem;
      line-height: 1.8;
    }
/* Hover Effects for Enhancement Cards */
.ps-enhance-block {
  transition: all 0.3s ease;
  cursor: default;
}

.ps-enhance-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  border-left-color: #9FD9E4; /* Lighter brand shade for interaction */
}

    .ps-enhance-footer {
      margin-top: 60px;
      background-color: #EACEA0;
      border-radius: 10px;
      padding: 30px;
    }

    .ps-enhance-summary {
      font-size: 2rem;
      font-weight: 500;
      font-family: 'Lato', sans-serif;
      color: #000035;
      text-align: center;
      line-height: 1.8;
    }

    @media screen and (max-width: 600px) {
      #ps-supplier-enhancements {
        padding: 50px 20px;
      }

      .ps-supplier-enhance-heading {
        font-size: 2rem;
      }

      .ps-supplier-enhance-subheading {
        font-size: 1.2rem;
      }

      .ps-enhance-summary {
        font-size: 1rem;
      }
    }

 /* Start of Supplier Network section  */

 /* Start of Distribution Network */

#ps-distribution-strategy {
    padding: 70px 30px;
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
  }

  .ps-distribution-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .ps-distribution-heading {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 12px;
  }

  .ps-distribution-subheading {
    font-family: 'Montserrat', sans-serif;
    color: #46b79F;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 50px;
  }

  .ps-distribution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }

  .ps-distribution-card {
    background-color: #f9f9f9;
    border-left: 6px solid #46b79F;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .ps-distribution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border-left-color: #9FD9E4;
  }

  .ps-distribution-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    font-size: 1.8rem;
    margin: 15px 0 10px;
  }

  .ps-distribution-card p {
    color: #708990;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .ps-distribution-icon {
    color: #46b79F;
    width: 28px;
    height: 28px;
    stroke-width: 2;
  }

  .ps-distribution-footer {
    margin-top: 60px;
    background-color: #EACEA0;
    border-radius: 10px;
    padding: 30px;
  }

  .ps-distribution-summary {
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: #000035;
    text-align: center;
    line-height: 1.8;
  }

  @media screen and (max-width: 600px) {
    .ps-distribution-heading {
      font-size: 2rem;
    }

    .ps-distribution-subheading {
      font-size: 1.2rem;
    }

    .ps-distribution-summary {
      font-size: 1rem;
    }
  }
 /* End of Distribution Network */


 /* Start of Investor Roadmap */
    #ps-strategic-focus {
    padding: 70px 30px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
  }

  .ps-focus-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .ps-focus-heading {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 12px;
  }

  .ps-focus-subheading {
    font-family: 'Montserrat', sans-serif;
    color: #46b79F;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 50px;
  }

  .ps-focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }

  .ps-focus-card {
    background-color: #f9f9f9;
    border-left: 6px solid #46b79F;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .ps-focus-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border-left-color: #9FD9E4;
  }

  .ps-focus-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    font-size: 1.8rem;
    margin: 15px 0 10px;
  }

  .ps-focus-card p {
    color: #708990;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .ps-focus-icon {
    color: #46b79F;
    width: 28px;
    height: 28px;
    stroke-width: 2;
    transition: transform 0.4s ease-in-out;
    display: inline-block;
  }

  .animate-icon:hover {
    transform: rotate(12deg) scale(1.1);
  }

  @media screen and (max-width: 600px) {
    .ps-focus-heading {
      font-size: 2rem;
    }

    .ps-focus-subheading {
      font-size: 1.2rem;
    }
  }

 /* End of Investor Roadmap */


 /* Start of Investor Milestones */
.spiral-journey-section {
    padding: 80px 20px;
    background: linear-gradient(to bottom, #9FD9E4 0%, #EACEA0 100%);
    font-family: 'Lato', sans-serif;
  }

  .spiral-journey-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: #000035;
    margin-bottom: 80px;
    position: relative;
  }

  .spiral-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .spiral-center-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #46b79F;
    z-index: 1;
  }

  .spiral-year-box {
    width: 48%;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    z-index: 2;
  }

  .spiral-year-box.left {
    left: 0;
    margin-right: auto;
    border-left: 6px solid #708990;
  }

  .spiral-year-box.right {
    left: auto;
    right: 0;
    margin-left: auto;
    border-right: 6px solid #708990;
  }

  .spiral-year-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000035;
    margin-bottom: 10px;
  }

  .spiral-year-box p {
    font-size: 17px;
    color: #333;
    margin: 0;
  }

  .spiral-dot {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #46b79F;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #708990;
    z-index: 3;
  }


.spiral-year-box.left .spiral-dot {
  right: -10px; /* Previously -44px */
}

.spiral-year-box.right .spiral-dot {
  left: -10px; /* Previously -44px */
}


  .spiral-connector {
    position: absolute;
    top: 28px;
    height: 2px;
    background-color: #46b79F;
    z-index: 2;
  }

  .spiral-year-box.left .spiral-connector {
    right: -50px;
    width: 50px;
  }

  .spiral-year-box.right .spiral-connector {
    left: -50px;
    width: 50px;
  }

@media (max-width: 768px) {
  .spiral-container {
    padding-left: 20px;
  }

  .spiral-center-line {
    left: 20px;
    height: 100%;
  }

  .spiral-year-box {
    width: calc(100% - 60px);
    left: 40px;
    margin-bottom: 40px;
    border-left: 6px solid #708990;
    border-right: none;
  }

  .spiral-year-box.left,
  .spiral-year-box.right {
    left: 40px;
  }

  .spiral-dot {
    left: -26px;
    top: 22px;
  }

  .spiral-year-box h2 {
    font-size: 20px;
  }

  .spiral-year-box p {
    font-size: 15px;
  }

  .spiral-connector {
    display: none;
  }

  .spiral-journey-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .spiral-container {
    padding: 0 16px;
  }

  .spiral-center-line {
    left: 20px;
    height: 100%;
  }

  .spiral-year-box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px 40px;
    position: relative;
    left: 0 !important;
    border-left: 6px solid #708990;
    border-right: none;
  }

  .spiral-year-box.left,
  .spiral-year-box.right {
    width: 100%;
    margin: 0 0 40px 40px;
    left: 0 !important;
  }

  .spiral-dot {
    left: -28px;
    top: 20px;
  }

  .spiral-year-box h2 {
    font-size: 20px;
  }

  .spiral-year-box p {
    font-size: 15px;
  }

  .spiral-connector {
    display: none;
  }

  .spiral-journey-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}


 /* End of Investor Milestones */




 /*Start of Investor Expansion */

#ps-geographic-growth {
    padding: 80px 30px;
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
  }

  .ps-geo-container {
    max-width: 1280px;
    margin: auto;
  }

  .ps-geo-heading {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .ps-geo-subheading {
    font-family: 'Montserrat', sans-serif;
    color: #46b79F;
    font-size: 2.4rem;
    text-align: center;
    margin: 50px 0 30px;
  }

  .ps-geo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 28px;
  }

  .ps-geo-card {
    background-color: #f9f9f9;
    border-left: 5px solid #46b79F;
    padding: 22px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  }

  .ps-geo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-left-color: #EACEA0;
  }

  .ps-geo-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .ps-geo-card p {
    font-size: 1.6rem;
    color: #708990;
    line-height: 1.8;
  }

  .ps-geo-icon {
    width: 28px;
    height: 28px;
    color: #46b79F;
    stroke-width: 2;
    transition: transform 0.4s ease;
  }

  .ps-geo-card:hover .ps-geo-icon {
    transform: rotate(10deg) scale(1.1);
  }

  @media screen and (max-width: 600px) {
    .ps-geo-heading {
      font-size: 2rem;
    }

    .ps-geo-subheading {
      font-size: 2rem;
    }
  }

/*End of Investor Expansion */


/*Start of Investor Downloads page section */

.featured-downloads-section {
    background-color: #f9fafa;
    padding: 4rem 2rem;
  }

  .fd-container {
    max-width: 1240px;
    margin: 0 auto;
  }

  .fd-heading {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .fd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }

  .fd-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .fd-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }

  .fd-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .fd-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #46b79F;
    margin-bottom: 0.75rem;
  }

  .fd-desc {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #708990;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }

  .fd-link {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #EACEA0;
    transition: color 0.3s;
  }

  .fd-link:hover {
    color: #46b79F;
  }

  @media (max-width: 768px) {
    .fd-heading {
      font-size: 2rem;
    }

    .fd-card {
      padding: 1.5rem;
    }
  }
/*End of Investor Downloads page section */

/*Start of B2B colloboration section */
.b2b2-wrapper {
      --green: #46b79F;
      --navy: #000035;
      --gray: #708990;
      --gold: #EACEA0;
      --cyan: #ECFEFF;
      font-family: 'Lato', sans-serif;
    }

    .b2b2-wrapper .b2b2-hero {
      height: 50vh;
      background-image: linear-gradient(rgba(0, 0, 53, 0.8), rgba(0, 0, 53, 0.8)),
        url('');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      padding: 20px;
    }


.b2b2-hero h1,
.b2b2-hero p,
.b2b2-hero a {
  position: relative;
  z-index: 2;
}

.b2b2-hero {
  background-image: url('image/Vendor/B2B1.png'); /* B2B IMAGE */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  color: white;
  text-align: center;
  position: relative;
}

.b2b2-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for readability */
  z-index: 1;
}


    .b2b2-wrapper .b2b2-hero h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3em;
      margin-bottom: 10px;
    }
    .b2b2-wrapper .b2b2-hero p {
      max-width: 600px;
      font-size: 1.2em;
    }
    .b2b2-wrapper .b2b2-cta-btn {
      margin-top: 30px;
      background-color: var(--green);
      border: none;
      color: #fff;
      font-size: 16px;
      padding: 12px 24px;
      border-radius: 4px;
      cursor: pointer;
      text-decoration: none;
    }

    .b2b2-wrapper .b2b2-section {
      padding: 80px 20px;
      max-width: 1200px;
      margin: auto;
    }
    .b2b2-wrapper .b2b2-section h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 2em;
      color: var(--navy);
      margin-bottom: 40px;
      text-align: center;
    }

    .b2b2-wrapper .b2b2-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
    }
    .b2b2-wrapper .b2b2-card {
      background: #fff;
      border-radius: 8px;
      border: 1px solid #ddd;
      padding: 24px;
      transition: transform 0.3s;
    }
    .b2b2-wrapper .b2b2-card:hover {
      transform: translateY(-8px);
    }
    .b2b2-wrapper .b2b2-card h3 {
      font-family: 'Montserrat', sans-serif;
      color: var(--gray);
      margin-bottom: 10px;
      font-size: 2.4rem;
    }
    .b2b2-wrapper .b2b2-card p {
      color: #333333;
      font-family: 'Open Sans', sans-serif;
    }

    .b2b2-wrapper .b2b2-steps {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .b2b2-wrapper .b2b2-step {
      background: var(--cyan);
      padding: 20px;
      border-left: 5px solid var(--green);
      border-radius: 4px;
    }
    .b2b2-wrapper .b2b2-step h4 {
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 6px;
    }

    .b2b2-wrapper .b2b2-sticky-cta {
      position: static;
     
      bottom: 100px;
      right: 20px;
      background: var(--gold);
      padding: 12px 20px;
      color: #000;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      font-family: 'Poppins', sans-serif;
    }

    @media (max-width: 768px) {
      .b2b2-wrapper .b2b2-hero {
        height: auto;
        background-size: cover;
        padding: 40px 20px;
      }
      .b2b2-wrapper .b2b2-hero h1 {
        font-size: 2em;
      }
      .b2b2-wrapper .b2b2-hero p {
        font-size: 1em;
      }
    }
    @media (max-width: 600px) {
      .b2b2-wrapper .b2b2-grid {
        grid-template-columns: 1fr;
      }
    }

/*End of B2B colloboration section */

/*  Disclaimer Paragraph on vendor ecosystem page*/
.disclaimer-text {
  text-align: center;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.site-footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}