 
 /* Start of Paprsky Journey section */
  #paprsky-journey-wrapper-section {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  padding: 0;
  background-color: #f7f9fc;
}

.paprsky-journey-banner {
  background: linear-gradient(to right, #3bbca3, #031e42);
  color: white;
  padding: 6rem 2rem 7rem; 
  text-align: center;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  position: relative;
  z-index: 1;
}

.paprsky-journey-title {
  font-size: 2.8rem;
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.paprsky-journey-subtitle {
  font-size: 3.2rem;
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-weight: 600;
  color: #f4c47c;
}

.paprsky-journey-row {
  max-width: 1300px;
  margin: -3rem auto 2rem auto; /* Controls upward offset */
  background: white;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  gap: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.paprsky-journey-left {
  flex: 1 1 55%;
}

.paprsky-journey-right {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
}

.paprsky-journey-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: block;
}

.paprsky-journey-para {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.7;
  color: #222;
  margin-bottom: 1.2rem;
}

.paprsky-journey-subhead {
  font-size: 2.2rem;
  font-family: 'Lato', sans-serif;
  color: #2b4f60;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.paprsky-timeline-wrapper {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.paprsky-timeline-block {
  background: white;
  padding: 1.2rem 1.5rem;
  border-left: 6px solid #46b79F;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.paprsky-timeline-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.paprsky-timeline-year {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000035;
  margin-bottom: 0.5rem;
  display: block;
}

.paprsky-timeline-block p {
  margin: 0;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  color: #555;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .paprsky-journey-row {
    flex-direction: column;
  }

  .paprsky-journey-right {
    order: -1;
    border-radius: 16px;
  }

  .paprsky-journey-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
}

@media (max-width: 600px) {
  .paprsky-journey-title {
    font-size: 2rem;
  }

  .paprsky-journey-subtitle {
    font-size: 1.1rem;
  }

  .paprsky-journey-para {
    font-size: 1rem;
  }
}

 /* End of Paprsky Journey section */
 #paprsky-missionvision-section {
      background: #fff;
      padding: 4rem 2rem;
      font-family: 'Lato', sans-serif;
    }

    .paprsky-mv-wrapper {
      display: flex;
      flex-wrap: wrap;
      max-width: 1400px;
      margin: 0 auto;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
      min-height: 600px;
    }

    .paprsky-mv-content {
      flex: 1 1 60%;
      background-color: #ffffff;
      padding: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .paprsky-mv-heading {
      font-family: 'Poppins', sans-serif;
      font-size: 2.4rem;
      font-weight: 600;
      margin-bottom: 2rem;
      color: #000035;
      position: relative;
    }

    .paprsky-mv-heading::after {
      content: "";
      width: 60px;
      height: 4px;
      background: #46b79F;
      display: block;
      margin-top: 10px;
    }

    .paprsky-mv-card {
      background-color: #f7f9fa;
      border-left: 6px solid #000035;
      padding: 1.6rem;
      border-radius: 10px;
      margin-bottom: 1.5rem;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }

    .paprsky-mv-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .paprsky-mv-subheading {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.4rem;
      margin-bottom: 0.6rem;
      color: #000035;
    }

    .paprsky-mv-para {
      font-size: 1.05rem;
      line-height: 1.8;
      color: #333;
    }

    .paprsky-mv-quote {
      margin-top: 1.5rem;
      padding: 1.2rem 1.5rem;
      background: #EACEA0;
      font-style: italic;
      border-left: 5px solid #000035;
      border-radius: 6px;
      color: #000035;
      font-size: 1rem;
    }

    .paprsky-mv-stats {
      display: flex;
      gap: 1rem;
      margin-top: 2.5rem;
      flex-wrap: wrap;
    }

    .paprsky-mv-statbox {
      flex: 1 1 180px;
      background: #9FD9E4;
      text-align: center;
      padding: 1rem;
      border-radius: 10px;
      color: #000035;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }

    .paprsky-mv-statbox h4 {
      font-size: 1.8rem;
      margin-bottom: 0.3rem;
      font-family: 'Montserrat', sans-serif;
    }

    .paprsky-mv-statbox p {
      font-size: 0.95rem;
      font-family: 'Lato', sans-serif;
      margin: 0;
    }

    .paprsky-mv-image-panel {
      flex: 1 1 40%;
      background: url('') center/cover no-repeat;
      min-height: 600px;
      display: block;
    }

    /* Responsive Design */
    @media (max-width: 991px) {
      .paprsky-mv-wrapper {
        flex-direction: column;
      }

      .paprsky-mv-image-panel {
        height: 280px;
        order: -1;
      }

      .paprsky-mv-content {
        padding: 2rem 1.5rem;
      }

      .paprsky-mv-heading {
        font-size: 2rem;
      }

      .paprsky-mv-stats {
        flex-direction: column;
        align-items: center;
      }

      .paprsky-mv-statbox {
        width: 100%;
        max-width: 300px;
      }
    }


 /* Start of Start of Mission & Visson section */
 #paprsky-missionvision-section {
      padding: 4rem 1rem;
      background: #fff;
      font-family: 'Montserrat', sans-serif;
      max-width: 1300px;
      margin: auto;
    }

    .paprsky-mv-row {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin-bottom: 2rem;
    }

    .paprsky-mv-left,
    .paprsky-mv-right {
      flex: 1 1 48%;
    }

    .paprsky-mv-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .paprsky-mv-heading {
      font-family: 'Poppins', sans-serif;
      font-size: 3.4rem;
      font-family: 'Montserrat', sans-serif;
      color: #46b79F;
      margin-bottom: 1.5rem;
      font-weight: 600;
    }

    .paprsky-mv-heading::after {
      content: "";
      width: 60px;
      height: 4px;
      background: #46b79F;
      display: block;
      margin-top: 10px;
    }

    .paprsky-mv-card {
      background: #f7f9fa;
      border-left: 6px solid #EACEA0;
      padding: 1.6rem;
      margin-bottom: 1.5rem;
      border-radius: 10px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    }

    .paprsky-mv-card h3 {
      
      font-size:2.2rem;
      margin-bottom: 0.6rem;
      color: #000035;
    }

    .paprsky-mv-card p {
      font-size: 1.8rem;
      font-family: 'Lato', sans-serif;
      line-height: 1.8;
      color: #333;
    }

    .paprsky-mv-right {
      background: url('../image/About-us/Mission-Vison1.png') center/cover no-repeat;
      border-radius: 12px;
      min-height: 500px;
      margin-top: 70px; /* image down */
    }

    .paprsky-mv-quote {
      text-align: center;
      /* font-style: italic; */
      background: #EACEA0;
      padding: 1.5rem 2rem;
      border-left: 5px solid #000035;
      border-radius: 8px;
      margin: 0 auto 2rem auto;
      max-width: 800px;
      color: #000035;
      font-size:2.2rem;
      font-family: 'Montserrat', sans-serif;
    }

    .paprsky-mv-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }

    .paprsky-mv-statbox {
      background: #9FD9E4;
      text-align: center;
      padding: 1.2rem;
      border-radius: 10px;
      color: #000035;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }

    .paprsky-mv-statbox h4 {
      font-size: 3rem;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 0.3rem;
    }

    .paprsky-mv-statbox p {
      font-size: 2rem;
      margin: 0;
    }

    @media (max-width: 991px) {
      .paprsky-mv-left,
      .paprsky-mv-right {
        flex: 1 1 100%;
      }

      .paprsky-mv-right {
        min-height: 300px;
      }

      .paprsky-mv-heading {
        font-size: 2rem;
      }

      .paprsky-mv-stats {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .paprsky-mv-stats {
        grid-template-columns: 1fr;
      }
    }
 /*End of Mission & Visson section */




 /*Start of Values */

#paprsky-core-values-pro {
  padding: 80px 20px;
  background-color: #fefefe;
}

.paprsky-core-values-container-pro {
  max-width: 1280px;
  margin: 0 auto;
}

.paprsky-core-values-header-pro {
  text-align: center;
  margin-bottom: 60px;
}

.paprsky-core-values-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  color: #000035;
  margin-bottom: 10px;
}

.paprsky-core-values-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #708990;
}

/* 3x2 Grid Layout */
.paprsky-core-values-grid-pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Equal Height Cards */
.paprsky-core-value-card-pro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  border-top: 6px solid #46b79F;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.paprsky-core-value-card-pro:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
  border-top-color: #9FD9E4;
}

.paprsky-icon-box-pro {
  width: 56px;
  height: 56px;
  color: #46b79F;
  margin: 0 auto 20px;
}

.paprsky-core-value-title-pro {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #000035;
  margin-bottom: 16px;
}

.paprsky-core-value-desc-pro {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  color: #708990;
  line-height: 1.75;
  margin-top: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .paprsky-core-values-grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }

  .paprsky-core-values-h1 {
    font-size: 2.5rem;
  }

  .paprsky-core-values-h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .paprsky-core-values-grid-pro {
    grid-template-columns: 1fr;
  }

  .paprsky-core-value-card-pro {
    padding: 25px 20px;
  }

  .paprsky-core-value-title-pro {
    font-size: 1.6rem;
  }

  .paprsky-core-value-desc-pro {
    font-size: 1.4rem;
  }
}


 /*End of Values */





 /*Start of Note */

.founder-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  font-family: 'Lato', sans-serif;
  gap: 4rem;
}

.founder-text {
  flex: 1 1 500px;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  color: #000035;
  margin-bottom: 1.5rem;
}

.founder-quote {
  font-size: 2.5rem;
  font-family: 'Lato', sans-serif;
  color: #444;
  line-height: 1.8;
  background-color: #ffffff;
  padding: 2rem;
  border-left: 6px solid #46b79F;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
  position: relative;
  flex-grow: 1;
}

.opening-quote,
.closing-quote {
  font-size: 3.5rem;
  color: #EACEA0;
  font-family: Georgia, serif;
  vertical-align: top;
  line-height: 1;
}

.opening-quote {
  margin-right: 0.3rem;
}

.closing-quote {
  margin-left: 0.3rem;
}

.founder-name {
  margin-top: 1.2rem;
  font-size: 1rem;
  color: #000035;
  font-weight: bold;
}

.founder-title {
  font-size: 2rem;
  color:#A52A2A ;
  font-weight:Bold;
  margin-top: 0.2rem;
}

.founder-image {
  flex: 1 1 500px;
  max-width: 580px;
  display: flex;
  align-items: stretch;
}

.founder-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 900px) {
  .founder-section {
    flex-direction: column;
    align-items: center;
  }

  .founder-text h2 {
    font-size: 2rem;
  }

  .founder-quote {
    text-align: left;
    font-size: 1.6rem;
    padding: 1.5rem;
  }

  .founder-image {
    max-width: 90%;
    height: auto;
  }

  .founder-image img {
    height: auto;

    margin-top: 1.5rem;
    height: 350px; /* Adjust this value */
    object-fit: cover;
  }
}


 /*End of Note */




 /*Start of Leadership Team */

 .leadership-banner {
      background: linear-gradient(135deg, #46b79F, #000035);
      color: #fff;
      padding: 5rem 2rem 3rem 2rem;
      text-align: center;
      font-family: 'Montserrat', sans-serif;
    }

    .leadership-banner h3 {
      font-size: 3.4rem;
      margin-bottom: 1rem;
    }

    .leadership-banner p {
      font-size: 2rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.7;
      font-family: 'Lato', sans-serif;
    }

    .leadership-section-new {
      background-color: #f5f7f6;
      padding: 4rem 2rem 2rem 2rem;
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 2rem;
      font-family: 'Lato', sans-serif;
    }

    .highlight-box {
      flex: 1 1 300px;
      background-color: #ffffff;
      padding: 2rem;
      border-left: 6px solid #EACEA0;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      transition: 0.3s ease;
    }

    .highlight-box:hover {
      border-left-color: #46b79F;
      transform: translateY(-4px);
    }

    .highlight-box h4 {
      font-family: 'Montserrat', sans-serif;
      font-size:2.2rem;
      margin-bottom: 0.5rem;
      color: #46b79F;
    }

    .highlight-box p {
      font-size: 1.6rem;
      font-family: 'Lato', sans-serif;
      color: #444;
      line-height: 1.6;
    }

    .leadership-image-container {
      background-color: #f5f7f6;
      text-align: center;
      padding: 2rem;
    }

    .leadership-image-container img {
      max-width: 100%;
      height: auto;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }


/* ✅ Responsive: Small Devices (max-width: 768px) */
@media (max-width: 768px) {
  .leadership-banner {
    padding: 3rem 1rem 2rem 1rem;
  }

  .leadership-banner h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .leadership-banner p {
    font-size: 1.6rem;
    padding: 0 1rem;
  }

  .highlight-box {
    padding: 1.5rem;
    flex: 1 1 100%;
  }

  .highlight-box h4 {
    font-size: 1.8rem;
  }

  .highlight-box p {
    font-size: 1.4rem;
  }

  .leadership-image-container {
    padding: 1.5rem;
  }

  .leadership-section-new {
    flex-direction: column;
    padding: 3rem 1rem;
  }
}


 /*End of Leadership Team */





 /*Start of about-philosophy */

 #paprsky-philosophy-section {
    background-color: #f9fbfd;
    font-family: 'Montserrat', sans-serif;
    color: #46b79F;
    padding: 5rem 2rem;
  }

  .paprsky-philosophy-wrapper {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }

  .paprsky-philosophy-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    margin-bottom: 0.5rem;
    color: #000035;
  }

  .paprsky-philosophy-header p {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    color: #555;
    margin-bottom: 1.5rem;
  }

  .paprsky-philosophy-header .intro-image {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .paprsky-philosophy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .paprsky-philosophy-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
  }

  .paprsky-philosophy-card:hover {
    transform: translateY(-6px);
  }

  .icon-wrapper {
    margin-bottom: 1rem;
    color: #46b79F;
  }

  .lucide-icon {
    width: 40px;
    height: 40px;
    stroke-width: 1.8;
  }

  .paprsky-philosophy-card h3 {
    font-size: 2.3rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0.7rem;
    color: #46b79F;
  }

  .paprsky-philosophy-card p {
    font-size:1.6rem;
    font-family: 'Lato', sans-serif;
    color: #333;
    line-height: 1.6;
  }

  .sdg-list {
    list-style: disc;
    padding-left: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #555;
    font-size: 1.4rem;
  }

  @media (max-width: 768px) {
    .paprsky-philosophy-grid {
      grid-template-columns: 1fr;
    }

    .paprsky-philosophy-header h2 {
      font-size: 2rem;
    }

    .lucide-icon {
      width: 32px;
      height: 32px;
    }
  }
/*End of about-philosophy */


/* Base Styles */
#paprsky-banner-m {
      width: 100%;
      background-color: #f8f8f8;
    }

    .paprsky-banner-m-img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
    }

    /* Optional: Adjust vertical spacing on mobile */
    @media (max-width: 768px) {
      .paprsky-banner-m-img {
        margin-top: 10px;
      }
    }