  /* <!-- hero section css --> */

      .hero_container {
        padding: 115px 240px 140px 240px;
        display: flex;
        flex-direction: column;
        gap: 54px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        height: 668px;
        position: relative;
        overflow: hidden;
      }
      .hero_container_section {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 1400px;
        position: relative;
      }
      .hero_container_section_content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
      }
      .our-mission {
        color: var(--, #212121);
        text-align: center;
        font-family: "AlbertSans-Medium", sans-serif;
        font-size: 22px;
        line-height: 165%;
        font-weight: 500;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .our-mission-description {
        color: var(--, #212121);
        text-align: center;
        font-family: "Inter-Medium", sans-serif;
        font-size: 64px;
        line-height: 80px;
        font-weight: 500;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hero_container {
        padding: 115px 240px 140px 240px;
        display: flex;
        flex-direction: column;
        gap: 54px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        height: 668px;
        position: relative;
        overflow: hidden;
      }

      .hero_container_section {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        max-width: 1400px;
        position: relative;
      }

      .hero_container_section_content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
      }

      .our-mission {
        color: var(--, #212121);
        text-align: center;
        font-family: "AlbertSans-Medium", sans-serif;
        font-size: 22px;
        line-height: 165%;
        font-weight: 500;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .our-mission-description {
        color: var(--, #212121);
        text-align: center;
        font-family: "Inter-Medium", sans-serif;
        font-size: 64px;
        line-height: 80px;
        font-weight: 500;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* 4K and Ultra-wide screens (2560px+) */
      @media screen and (min-width: 2560px) {
        .hero_container {
          padding: 160px 320px 200px 320px;
          height: 900px;
          gap: 80px;
        }

        .hero_container_section {
          gap: 60px;
          max-width: 1800px;
        }

        .hero_container_section_content {
          gap: 36px;
        }

        .our-mission {
          font-size: 28px;
        }

        .our-mission-description {
          font-size: 80px;
          line-height: 100px;
        }
      }

      /* Large Desktop (1610px+) */
      @media screen and (min-width: 1610px) and (max-width: 2559px) {
        .hero_container {
          padding: 130px 280px 160px 280px;
          height: 750px;
          gap: 64px;
        }

        .hero_container_section {
          gap: 48px;
          max-width: 1600px;
        }

        .hero_container_section_content {
          gap: 28px;
        }

        .our-mission {
          font-size: 22px;
        }

        .our-mission-description {
          font-size: 72px;
          line-height: 88px;
        }
      }

      /* Medium Desktop (1250px - 1609px) */
      @media screen and (min-width: 1250px) and (max-width: 1609px) {
        .hero_container {
          padding: 100px 200px 120px 200px;
          height: 600px;
          gap: 48px;
        }

        .hero_container_section {
          gap: 36px;
          max-width: 1200px;
        }

        .hero_container_section_content {
          gap: 20px;
        }

        .our-mission {
          font-size: 20px;
        }

        .our-mission-description {
          font-size: 56px;
          line-height: 68px;
        }
      }

      /* Small Desktop (1090px - 1249px) */
      @media screen and (min-width: 1090px) and (max-width: 1249px) {
        .hero_container {
          padding: 80px 120px 100px 120px;
          height: 550px;
          gap: 40px;
        }

        .hero_container_section {
          gap: 32px;
          max-width: 1000px;
        }

        .hero_container_section_content {
          gap: 18px;
        }

        .our-mission {
          font-size: 18px;
        }

        .our-mission-description {
          font-size: 48px;
          line-height: 58px;
        }
      }

      /* Tablet (768px - 1089px) */
      @media screen and (min-width: 768px) and (max-width: 1089px) {
        .hero_container {
          padding: 60px 80px 80px 80px;
          height: 500px;
          gap: 32px;
        }

        .hero_container_section {
          gap: 28px;
          max-width: 800px;
        }

        .hero_container_section_content {
          gap: 16px;
        }

        .our-mission {
          font-size: 16px;
        }

        .our-mission-description {
          font-size: 40px;
          line-height: 48px;
        }
      }

      /* Large Mobile (600px - 767px) */
      @media screen and (min-width: 600px) and (max-width: 767px) {
        .hero_container {
          padding: 50px 40px 60px 40px;
          height: 450px;
          gap: 28px;
        }

        .hero_container_section {
          gap: 24px;
          max-width: 600px;
        }

        .hero_container_section_content {
          gap: 14px;
        }

        .our-mission {
          font-size: 14px;
        }

        .our-mission-description {
          font-size: 32px;
          line-height: 38px;
        }
      }

      /* Small Mobile (320px - 599px) */
      @media screen and (max-width: 599px) {
        .hero_container {
          padding: 40px 20px 50px 20px;
          height: 400px;
          gap: 24px;
        }

        .hero_container_section {
          gap: 20px;
          max-width: 100%;
        }

        .hero_container_section_content {
          gap: 12px;
        }

        .our-mission {
          font-size: 12px;
        }

        .our-mission-description {
          font-size: 24px;
          line-height: 30px;
        }
      }

      /* Extra small devices (max-width: 319px) */
      @media screen and (max-width: 319px) {
        .hero_container {
          padding: 30px 16px 40px 16px;
          height: 350px;
          gap: 20px;
        }

        .hero_container_section {
          gap: 16px;
        }

        .hero_container_section_content {
          gap: 10px;
        }

        .our-mission {
          font-size: 11px;
        }

        .our-mission-description {
          font-size: 20px;
          line-height: 26px;
        }
      }

      /* section----2css */
      .hero_container2 {
        padding: 60px 240px 60px 240px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
      }
      .our-vision {
        color: var(--, #212121);
        text-align: center;
        font-family: "Montserrat-Medium", sans-serif;
        font-size: 22px;
        line-height: 165%;
        font-weight: 500;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hero_container_section2 {
        display: flex;
        flex-direction: column;
        gap: 60px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
      }
      .our-vision-description {
        color: var(--, #212121);
        text-align: center;
        font-family: "Inter-Medium", sans-serif;
        font-size: 64px;
        line-height: 72px;
        font-weight: 500;
        position: relative;
        width: 1400px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .our-vision-description2 {
        color: var(--, #212121);
        text-align: left;
        font-family: "AlbertSans-Medium", sans-serif;
        font-size: 30px;
        line-height: 38px;
        font-weight: 400;
        position: relative;
        width: 720px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* margin-block: 20px; */
        flex-direction: column;
       
      }
      .our-vision-description2-text {
        font-family: "Inter-Bold", sans-serif;
        font-weight: 700;
        margin-block: 20px;
        
      }
      .our-vision-description2_para1{
        margin-bottom: 30px;
      }
    
      @media screen and (min-width: 2560px) {
        .hero_container2 {
          padding: 100px 320px 100px 320px;
          gap: 32px;
        }

        .our-vision {
          font-size: 28px;
        }

        .hero_container_section2 {
          gap: 80px;
          max-width: 1800px;
        }

        .our-vision-description {
          font-size: 80px;
          line-height: 88px;
          max-width: 1800px;
        }

        .our-vision-description2 {
          font-size: 36px;
          line-height: 46px;
          max-width: 900px;
        }
      }

      /* Large Desktop (1610px - 2559px) */
      @media screen and (min-width: 1610px) and (max-width: 2559px) {
        .hero_container2 {
          padding: 60px 280px 60px 280px;
          gap: 28px;
        }

        .our-vision {
          font-size: 22px;
        }

        .hero_container_section2 {
          gap: 70px;
          max-width: 1600px;
        }

        .our-vision-description {
          font-size: 72px;
          line-height: 80px;
          max-width: 1600px;
        }

        .our-vision-description2 {
          font-size: 30px;
          line-height: 42px;
          max-width: 800px;
        }
      }

      /* Medium Desktop (1250px - 1609px) */
      @media screen and (min-width: 1250px) and (max-width: 1609px) {
        .hero_container2 {
          padding: 60px 200px 60px 200px;
          gap: 24px;
        }

        .our-vision {
          font-size: 20px;
        }

        .hero_container_section2 {
          gap: 50px;
          max-width: 1200px;
        }

        .our-vision-description {
          font-size: 56px;
          line-height: 64px;
          max-width: 1200px;
        }

        .our-vision-description2 {
          font-size: 26px;
          line-height: 34px;
          max-width: 650px;
        }
      }

      /* Small Desktop (1090px - 1249px) */
      @media screen and (min-width: 1090px) and (max-width: 1249px) {
        .hero_container2 {
          padding: 50px 120px 50px 120px;
          gap: 20px;
        }

        .our-vision {
          font-size: 18px;
        }

        .hero_container_section2 {
          gap: 40px;
          max-width: 1000px;
        }

        .our-vision-description {
          font-size: 48px;
          line-height: 56px;
          max-width: 1000px;
        }

        .our-vision-description2 {
          font-size: 22px;
          line-height: 30px;
          max-width: 580px;
        }
      }

      /* Tablet (768px - 1089px) */
      @media screen and (min-width: 768px) and (max-width: 1089px) {
        .hero_container2 {
          padding: 40px 80px 40px 80px;
          gap: 18px;
        }

        .our-vision {
          font-size: 16px;
        }

        .hero_container_section2 {
          gap: 32px;
          max-width: 100%;
        }

        .our-vision-description {
          font-size: 40px;
          line-height: 48px;
          max-width: 100%;
        }

        .our-vision-description2 {
          font-size: 18px;
          line-height: 26px;
          max-width: 100%;
          text-align: left;
        }
      }

      /* Large Mobile (600px - 767px) */
      @media screen and (min-width: 600px) and (max-width: 767px) {
        .hero_container2 {
          padding: 30px 40px 30px 40px;
          gap: 16px;
        }

        .our-vision {
          font-size: 14px;
        }

        .hero_container_section2 {
          gap: 28px;
          max-width: 100%;
        }

        .our-vision-description {
          font-size: 32px;
          line-height: 38px;
          max-width: 100%;
        }

        .our-vision-description2 {
          font-size: 16px;
          line-height: 22px;
          max-width: 100%;
          text-align: left;
        }
      }

      /* Small Mobile (320px - 599px) */
      @media screen and (max-width: 599px) {
        .hero_container2 {
          padding: 25px 20px 25px 20px;
          gap: 14px;
        }

        .our-vision {
          font-size: 12px;
        }

        .hero_container_section2 {
          gap: 24px;
          max-width: 100%;
        }

        .our-vision-description {
          font-size: 24px;
          line-height: 30px;
          max-width: 100%;
        }

        .our-vision-description2 {
          font-size: 14px;
          line-height: 20px;
          max-width: 100%;
          text-align: left;
        }
      }

      /* Extra small devices (max-width: 319px) */
      @media screen and (max-width: 319px) {
        .hero_container2 {
          padding: 20px 16px 20px 16px;
          gap: 12px;
        }

        .our-vision {
          font-size: 11px;
        }

        .hero_container_section2 {
          gap: 20px;
          max-width: 100%;
        }

        .our-vision-description {
          font-size: 20px;
          line-height: 26px;
          max-width: 100%;
        }

        .our-vision-description2 {
          font-size: 12px;
          line-height: 18px;
          max-width: 100%;
          text-align: left;
        }
      }

      /* section----3css */
      .hero_container3 {
        padding: 60px 240px 60px 240px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
      }
      .what-we-believe {
        color: var(--, #212121);
        text-align: center;
        font-family: "AlbertSans-Medium", sans-serif;
        font-size: 22px;
        line-height: 165%;
        font-weight: 500;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hero_container_section3 {
        display: flex;
        flex-direction: column;
        gap: 90px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
      }
      .hero_container_section_content3 {
        color: var(--, #212121);
        text-align: left;
        font-family: "AlbertSans-Regular", sans-serif;
        font-size: 30px;
        line-height: 38px;
        font-weight: 400;
        position: relative;
        width: 710px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }
      .our-beliefs {
        list-style-type: disc;
      }

      .our-beliefs li {
        color: #212121;
        font-family: "AlbertSans-Regular", sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 400;
      }
      @media screen and (min-width: 2560px) {
        .hero_container3 {
          padding: 100px 320px 100px 320px;
          gap: 32px;
        }

        .what-we-believe {
          font-size: 28px;
        }

        .hero_container_section3 {
          gap: 120px;
          max-width: 1800px;
        }

        .hero_container_section_content3 {
          font-size: 36px;
          line-height: 46px;
          max-width: 900px;
        }

        .our-beliefs {
          padding-left: 28px;
        }

        .our-beliefs li {
          font-size: 48px;
          line-height: 60px;
          margin-bottom: 32px;
        }
      }

      /* Large Desktop (1610px - 2559px) */
      @media screen and (min-width: 1610px) and (max-width: 2559px) {
        .hero_container3 {
          padding: 60px 280px 60px 280px;
          gap: 28px;
        }

        .what-we-believe {
          font-size: 22px;
        }

        .hero_container_section3 {
          gap: 100px;
          max-width: 1600px;
        }

        .hero_container_section_content3 {
          font-size: 32px;
          line-height: 42px;
          max-width: 800px;
        }

        .our-beliefs {
          padding-left: 24px;
        }

        .our-beliefs li {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 28px;
        }
      }

      /* Medium Desktop (1250px - 1609px) */
      @media screen and (min-width: 1250px) and (max-width: 1609px) {
        .hero_container3 {
          padding: 60px 200px 60px 200px;
          gap: 24px;
        }

        .what-we-believe {
          font-size: 20px;
        }

        .hero_container_section3 {
          gap: 70px;
          max-width: 1200px;
        }

        .hero_container_section_content3 {
          font-size: 26px;
          line-height: 34px;
          max-width: 650px;
        }

        .our-beliefs {
          padding-left: 20px;
        }

        .our-beliefs li {
          font-size: 32px;
          line-height: 42px;
          margin-bottom: 20px;
        }
      }

      /* Small Desktop (1090px - 1249px) */
      @media screen and (min-width: 1090px) and (max-width: 1249px) {
        .hero_container3 {
          padding: 50px 120px 50px 120px;
          gap: 20px;
        }

        .what-we-believe {
          font-size: 18px;
        }

        .hero_container_section3 {
          gap: 50px;
          max-width: 1000px;
        }

        .hero_container_section_content3 {
          font-size: 22px;
          line-height: 30px;
          max-width: 580px;
        }

        .our-beliefs {
          padding-left: 18px;
        }

        .our-beliefs li {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 16px;
        }
      }

      /* Tablet (768px - 1089px) */
      @media screen and (min-width: 768px) and (max-width: 1089px) {
        .hero_container3 {
          padding: 40px 80px 40px 80px;
          gap: 18px;
        }

        .what-we-believe {
          font-size: 16px;
        }

        .hero_container_section3 {
          gap: 40px;
          max-width: 100%;
        }

        .hero_container_section_content3 {
          font-size: 18px;
          line-height: 26px;
          max-width: 100%;
        }

        .our-beliefs {
          padding-left: 16px;
        }

        .our-beliefs li {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 14px;
        }
      }

      /* Large Mobile (600px - 767px) */
      @media screen and (min-width: 600px) and (max-width: 767px) {
        .hero_container3 {
          padding: 30px 40px 30px 40px;
          gap: 16px;
        }

        .what-we-believe {
          font-size: 14px;
        }

        .hero_container_section3 {
          gap: 32px;
          max-width: 100%;
        }

        .hero_container_section_content3 {
          font-size: 16px;
          line-height: 22px;
          max-width: 100%;
        }

        .our-beliefs {
          padding-left: 14px;
        }

        .our-beliefs li {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 12px;
        }
      }

      /* Small Mobile (320px - 599px) */
      @media screen and (max-width: 599px) {
        .hero_container3 {
          padding: 25px 20px 25px 20px;
          gap: 14px;
        }

        .what-we-believe {
          font-size: 12px;
        }

        .hero_container_section3 {
          gap: 28px;
          max-width: 100%;
        }

        .hero_container_section_content3 {
          font-size: 14px;
          line-height: 20px;
          max-width: 100%;
        }

        .our-beliefs {
          padding-left: 12px;
        }

        .our-beliefs li {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 10px;
        }
      }

      /* Extra small devices (max-width: 319px) */
      @media screen and (max-width: 319px) {
        .hero_container3 {
          padding: 20px 16px 20px 16px;
          gap: 12px;
        }

        .what-we-believe {
          font-size: 11px;
        }

        .hero_container_section3 {
          gap: 24px;
          max-width: 100%;
        }

        .hero_container_section_content3 {
          font-size: 12px;
          line-height: 18px;
          max-width: 100%;
        }

        .our-beliefs {
          padding-left: 10px;
        }

        .our-beliefs li {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 8px;
        }
      }

      /* section----4css */
      .hero_container4 {
        padding: 60px 240px 60px 240px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
      }

      .header-section {
        /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
        padding: 80px 0 60px;
        text-align: center;
        position: relative;
        overflow: hidden;
      }

      .header-content {
        position: relative;
        z-index: 2;
      }

      .impact-label {
        color: #212121;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: montserrat, sans-serif;
      }

      .main-title {
        color: #212121;
        font-size: 64px;
        font-weight: 500;
        margin-bottom: -18px;
        line-height: 1.2;
        font-family: inter, sans-serif;
      }

      /* Stats Section */
      .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin-top: 40px;
      }

      .stat-card {
        backdrop-filter: blur(10px);
        border: 2px solid #eeeeee;
        border-radius: 16px;
        padding: 30px 20px;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0px 4px 4px 0px #00000040;
      }

      .stat-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.2);
      }

      .stat-number1 {
        color: #212121;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 8px;
        display: block;
        font-family: DM Sans, sans-serif;
      }
           .stat-number2 {
        color: #212121;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 8px;
        display: block;
        font-family: DM Sans, sans-serif;
      }
           .stat-number3 {
        color: #212121;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 8px;
        display: block;
        font-family: DM Sans, sans-serif;
      }
           .stat-number4 {
        color: #212121;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 8px;
        display: block;
        font-family: DM Sans, sans-serif;
      }

      .stat-label {
        color: #212121;
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: albert, sans-serif;
      }

      /* Hero Image Section */
      .hero-section {
        position: relative;
        /* height: 70vh; */
        min-height: 500px;
        overflow: hidden;
        margin-top: 70px;
      }

      .hero-image {
        width: 100%;
        height: 700px;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
        border-radius: 16px;
      }

      .hero-image:hover {
        transform: scale(1.02);
      }

      .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
          45deg,
          rgba(0, 0, 0, 0.3) 0%,
          rgba(0, 0, 0, 0.1) 50%,
          rgba(0, 0, 0, 0.2) 100%
        );
        border-radius: 16px;
        height: 700px;
      }

      /* Responsive Design */

      /* 4K and Ultra-wide screens */
      @media screen and (min-width: 1610px) {
        .container {
          max-width: 1600px;
        }

        .main-title {
          font-size: 64px;
        }

        .stat-number {
          font-size: 48px;
        }

        /* .hero-section {
                height: 80vh;
            } */

        .header-section {
          padding: 0px 0 0px;
        }
      }

      /* Large Desktop */
      @media screen and (min-width: 1250px) and (max-width: 1609px) {
        .hero_container4 {
          padding: 60px 120px 60px 120px;
        }

        .stats-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 30px;
        }
        .main-title {
          font-size: 3.8rem;
        }

        .stat-number {
          font-size: 2.8rem;
        }

        /* .hero-section {
                height: 75vh;
            } */
      }

      /* Medium Desktop */
      @media screen and (min-width: 1090px) and (max-width: 1249px) {
        .hero_container4 {
          padding: 60px 140px 60px 140px;
        }

        .stats-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 30px;
        }
        .main-title {
          font-size: 3.2rem;
        }

        .stat-card {
          padding: 25px 15px;
        }

        .stat-number {
          font-size: 2.3rem;
        }

        /* .hero-section {
                height: 65vh;
            } */
      }

      /* Tablet */
      @media screen and (min-width: 768px) and (max-width: 1089px) {
        .hero_container4 {
          padding: 60px 40px 60px 40px;
        }
        .stats-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 25px;
        }

        .main-title {
          font-size: 2.8rem;
        }

        .stat-number {
          font-size: 2.2rem;
        }

        /* .hero-section {
                height: 60vh;
            } */

        .header-section {
          padding: 60px 0 40px;
        }
      }

      /* Mobile */
      @media screen and (min-width: 600px) and (max-width: 767px) {
        .hero_container4 {
          padding: 60px 40px 60px 40px;
        }
        .stats-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
        }

        .main-title {
          font-size: 2.4rem;
        }

        .stat-card {
          padding: 20px 15px;
        }

        .stat-number {
          font-size: 2rem;
        }

        /* .hero-section {
                height: 50vh;
                min-height: 400px;
            } */

        .header-section {
          padding: 50px 0 30px;
        }
      }

      /* Small Mobile */
      @media screen and (max-width: 599px) {
        .hero_container4 {
          padding: 60px 40px 60px 40px;
        }
        .container {
          padding: 0 15px;
        }

        .stats-grid {
          grid-template-columns: repeat(1, 1fr);
          gap: 15px;
        }

        .main-title {
          font-size: 2rem;
          margin-bottom: 30px;
        }

        .stat-card {
          padding: 25px 20px;
        }

        .stat-number {
          font-size: 2.2rem;
        }

        .hero-section {
          height: 45vh;
          min-height: 350px;
        }

        .header-section {
          padding: 40px 0 30px;
        }

        .impact-label {
          font-size: 12px;
        }
      }

      /* Animation */
      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(30px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .stat-card {
        animation: fadeInUp 0.6s ease forwards;
      }

      .stat-card:nth-child(1) {
        animation-delay: 0.1s;
      }
      .stat-card:nth-child(2) {
        animation-delay: 0.2s;
      }
      .stat-card:nth-child(3) {
        animation-delay: 0.3s;
      }
      .stat-card:nth-child(4) {
        animation-delay: 0.4s;
      }

      /* Smooth scrolling */
      html {
        scroll-behavior: smooth;
      }
      /* section----5 css */
    /* Base Styles */
.hero_container5 {
  padding: 60px 240px 60px 240px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.our-story {
  color: var(--, #212121);
  text-align: center;
  font-family: "-", sans-serif;
  font-size: 22px;
  line-height: 165%;
  font-weight: 400;
  position: relative;
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-story-span {
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
}

.our-story-span2 {
  font-family: "AlbertSans-Medium", sans-serif;
  font-weight: 500;
}

.hero_container_section5 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.hero_container_section_content5 {
  color: var(--, #212121);
  text-align: center;
  font-family: "AlbertSans-Medium", sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 500;
  position: relative;
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero_container_section_content5 p {
  margin: 0;
  padding: 0;
}

.our-vision-descriptions2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.our-vision-description2_paras1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero_container_section_content5_text {
  color: var(--, #212121);
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  position: relative;
  width: 720px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* 4K and Ultra-wide screens */
@media screen and (min-width: 1610px) {
  .hero_container5 {
    padding: 60px 340px;
  }
  .our-story {
    font-size: 22px;
    width: 1600px;
  }
  .hero_container_section_content5 {
    font-size: 72px;
    line-height: 80px;
    width: 1600px;
  }
  .hero_container_section_content5_text {
    font-size: 30px;
    line-height: 42px;
    width: 720px;
  }
}

/* Large Desktop */
@media screen and (min-width: 1250px) and (max-width: 1609px) {
  .hero_container5 {
    padding: 60px 180px;
  }
  .our-story {
    width: 1200px;
  }
  .hero_container_section_content5 {
    font-size: 58px;
    line-height: 66px;
    width: 1200px;
  }
  .hero_container_section_content5_text {
    font-size: 28px;
    line-height: 36px;
    width: 680px;
  }
}

/* Medium Desktop */
@media screen and (min-width: 1090px) and (max-width: 1249px) {
  .hero_container5 {
    padding: 50px 120px;
  }
  .our-story {
    font-size: 20px;
    width: 100%;
    max-width: 1000px;
  }
  .hero_container_section5 {
    gap: 50px;
  }
  .hero_container_section_content5 {
    font-size: 48px;
    line-height: 56px;
    width: 100%;
    max-width: 1000px;
  }
  .hero_container_section_content5_text {
    font-size: 26px;
    line-height: 34px;
    width: 100%;
    max-width: 640px;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1089px) {
  .hero_container5 {
    padding: 40px 60px;
  }
  .our-story {
    font-size: 18px;
    width: 100%;
  }
  .hero_container_section5 {
    gap: 40px;
  }
  .hero_container_section_content5 {
    font-size: 36px;
    line-height: 44px;
    width: 100%;
  }
  .hero_container_section_content5_text {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }
  .our-vision-description2 {
    gap: 25px;
  }
}

/* Mobile */
@media screen and (min-width: 600px) and (max-width: 767px) {
  .hero_container5 {
    padding: 30px 40px;
  }
  .our-story {
    font-size: 16px;
    width: 100%;
  }
  .hero_container_section5 {
    gap: 30px;
  }
  .hero_container_section_content5 {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
  }
  .hero_container_section_content5_text {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    text-align: center;
  }
  .our-vision-description2 {
    gap: 20px;
  }
}

/* Small Mobile */
@media screen and (max-width: 599px) {
  .hero_container5 {
    padding: 20px 20px;
  }
  .our-story {
    font-size: 14px;
    width: 100%;
  }
  .hero_container_section5 {
    gap: 25px;
  }
  .hero_container_section_content5 {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
  }
  .hero_container_section_content5_text {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
  .our-vision-description2 {
    gap: 15px;
  }
}
  