

        .container {
            max-width: 1512px;
            margin: 0 auto;
            width: 100%;
        }

      

       .hero {
    position: relative;
    background: url('../images/about/img_.png');
    background-size: cover;
    background-position: center;
    padding: 142px 16px;
    min-height: 696px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
    z-index: -1;
}

        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .hero-tag {
            background-color: #efefef;
            color: #325573;
            padding: 10px 20px;
            border-radius: 22px;
            font-size: 14px;
            font-family: 'Geist', sans-serif;
            font-weight: 400;
            border: none;
            margin-left: 1.4rem;
            margin-bottom: 38px;
            display: inline-block;
        }

        .hero-title {
            font-size: 48px;
            font-family: 'Geist', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            color: #fdfeff;
            margin-bottom: 24px;
        }

        .hero-subtitle {
            font-size: 18px;
            font-family: 'Geist', sans-serif;
            font-weight: 400;
            line-height: 1.4;
            color: #efefef;
            max-width: 600px;
        }

        /* Company Overview Section */
        .company-overview {
            width: 100%;
            background-color: #fdfeff;
            padding: 38px 16px;
        }

        .company-text {
            font-size: 25px;
            font-family: 'Geist', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            color: #113554;
            margin:  15px 40px ;
            max-width: 1400px;
        }

       
  #main {
    display: grid;
    grid-template-columns: auto;
    padding: 20px;
  }

  .overflow-hidden {
    overflow: hidden;
    width: 100%;
  }

  .card-container {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }

  .card {
    min-width: calc(33.33% - 1rem);
    margin: 0 0.5rem;
    overflow: hidden;
    border-radius: 20px;
  }

  .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
  }

  /* Responsive */
  @media only screen and (min-width: 1500px) {
    .card {
      min-width: calc(25% - 1rem);
    }
  }

  @media only screen and (max-width: 768px) {
    .card {
      min-width: calc(50% - 1rem);
    }
  }

  @media only screen and (max-width: 400px) {
    .card {
      min-width: calc(100% - 1rem);
    }
  }

        .explore-button {
            background-color: #113554;
            margin-left: 1.4rem;
            color: #fdfeff;
            padding: 18px 24px ;
            border-radius: 32px;
            border: none;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .explore-button:hover {
            background-color: #0d2a42;
            transform: translateY(-2px);
        }

        /* Vision Section */
        .vision-section {
            background-color: #ffffff;
            padding: 60px 16px;
        }

        .vision-content {
            display: flex;
            gap: 60px;
            align-items: center;
            flex-direction: column;
        }

        .vision-image-container {
            background-color: #fafafa;
            border-radius: 36px;
            padding: 14px;
            width: 100%;
            max-width: 600px;
        }

        .vision-image {
            width: 100%;
            border-radius: 30px;
        }

        .vision-text-content {
            width: 100%;
        }

        .vision-title {
            font-size: 32px;
            font-family: 'Geist', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            color: #113554;
            margin-bottom: 38px;
        }

        .vision-items {
            display: flex;
            flex-direction: column;
            gap: 34px;
        }

        .vision-item {
            display: flex;
            gap: 30px;
            align-items: flex-start;
        }

        .vision-icon {
            width: 60px;
            height: 60px;
            flex-shrink: 0;
        }

        .vision-item-content h3 {
            font-size: 24px;
            font-family: 'Geist', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            color: #113554;
            margin-bottom: 10px;
        }

        .vision-item-content p {
            font-size: 16px;
            font-family: 'Geist', sans-serif;
            font-weight: 400;
            line-height: 1.4;
            color: #113554;
        }

        /* Leadership Section */
        .leadership-section {
            background-color: #113554;
            border-radius: 30px;
            margin: 40px 16px 0;
            padding: 72px 16px;
            position: relative;
            overflow: hidden;
            /* z-index: 0; */
        }

        .leadership-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* z-index: 1; */
        }

     

        /* Global Impact Section */
        .global-impact {
            background-color: #efefef;
            padding: 48px 16px;
        }

        .global-title {
            font-size: 32px;
            font-family: 'Geist', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            color: #113554;
            margin-bottom: 10px;
        }

        .global-subtitle {
            font-size: 18px;
            font-family: 'Geist', sans-serif;
            font-weight: 400;
            line-height: 1.3;
            color: #113554;
            margin-bottom: 58px;
        }

        .countries-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1400px;
        }

        .country-card {
            display: flex;
            flex-direction: column;
        }

        .country-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 14px;
            margin-bottom: 20px;
        }

        .country-card h3 {
            font-size: 18px;
            font-family: 'Geist', sans-serif;
            font-weight: 600;
            color: #113554;
            margin-bottom: 6px;
        }

        .country-card p {
            font-size: 14px;
            font-family: 'Geist', sans-serif;
            font-weight: 400;
            color: #325573;
        }

        /* CTA Section */
        .cta-section {
            padding: 0 22px;
            margin-top: 60px;
        }

        .cta-container {
            background-color: #325573;
            background: url('../assets/images/about/img_close_36px_779x1467.png');
            background-size: cover;
            background-position: center;
            border-radius: 30px;
            padding: 30px 24px;
            text-align: center;
            position: relative;
        }

        .cta-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 20px;
            margin-bottom: 40px;
        }

        .cta-title {
            font-size: 32px;
            font-family: 'Geist', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            color: #fdfeff;
            margin-bottom: 34px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 18px;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .cta-button-primary {
            background-color: #e44a1b;
            color: #fdfeff;
            padding: 18px 24px 18px 56px;
            border-radius: 32px;
            border: none;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .cta-button-secondary {
            background: transparent;
            color: #fdfeff;
            padding: 18px 24px 18px 56px;
            border: 1px solid #fdfeff;
            border-radius: 32px;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .cta-button-primary:hover {
            background-color: #c73e16;
        }

        .cta-button-secondary:hover {
            background-color: #c73e16;
        }



        /* Responsive Design */
        @media (min-width: 640px) {
            
              .footer-links {
                flex-direction: column;
                gap: 40px;
                margin: 0 0 60px;
            }

            .hero {
                padding: 142px 32px;
            }

            .hero-title {
                font-size: 60px;
            }

            .hero-subtitle {
                font-size: 20px;
            }

           

            .vision-title {
                font-size: 40px;
            }

            .leadership-title {
                font-size: 40px;
            }

            .global-title {
                font-size: 40px;
            }

            .cta-title {
                font-size: 40px;
            }

            .footer-title {
                font-size: 40px;
            }
        }
           @media (max-width: 768px) {
                 .cta-title {
                padding: 0 20px;
            }
             .footer-links {
                flex-direction: column;
                gap: 40px;
                margin: 0 0 60px;
            }
           }

        @media (min-width: 768px) {
             .footer-links {
                flex-direction: column;
                gap: 40px;
                margin: 0 0 60px;
            }
          
            .hamburger {
                display: none;
            }

            .nav-menu {
                display: flex;
            }

            .hero-title {
                font-size: 70px;
            }

            .hero-subtitle {
                font-size: 22px;
            }

          
            .vision-content {
                flex-direction: row;
            }

            .vision-image-container {
                width: 48%;
            }

            .vision-text-content {
                width: 52%;
            }

            .leadership-cards {
            
                justify-content: center;
            }

            .leadership-card {
                min-width: 320px;
            }

            .countries-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .cta-buttons {
                flex-wrap: nowrap;
            }

         
        }

        @media (min-width: 1024px) {
            /* .header {
                padding: 12px 104px;
            } */

            .hero {
                padding: 142px 104px;
            }

            .hero-title {
                font-size: 90px;
            }

            .hero-subtitle {
                font-size: 24px;
            }

           

            .vision-title {
                font-size: 50px;
            }

            .leadership-title {
                font-size: 50px;
            }

            .global-title {
                font-size: 50px;
            }

            .cta-title {
                font-size: 50px;
            }

            .footer-title {
                font-size: 50px;
            }

            .image-gallery {
                justify-content: flex-start;
            }

            .gallery-image:first-child,
            .gallery-image:nth-child(2) {
                width: 586px;
                height: 518px;
            }

            .gallery-image:last-child {
                width: 246px;
                height: 518px;
            }
        }

        @media (min-width: 1280px) {
            .leadership-cards {
                overflow-x: visible;
            }

            .leadership-card {
                min-width: 362px;
            }
        }