  
.footer {
            background-color: #282d6f;
            color: #ffffff;
            padding: 80px 0 30px 0;
            font-size: 14px;
        }

        .footer-container {
            max-width: 1250px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 1.5fr 0.8fr 1fr 1.2fr;
            gap: 40px;
        }

        .footer-logo img {
            max-width: 180px;
            margin-bottom: 25px;
            filter: brightness(0) invert(1);
        }

        .footer-about p {
            line-height: 1.8;
            color: #d1d1d1;
            font-weight: 400;
            font-family: 'Montserrat', sans-serif;
        }

        .footer-heading {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 25px;
            position: relative;
            font-family: 'Montserrat', sans-serif;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 15px;
        }

        .footer-links a {
            color: #ffffff;
            text-decoration: none;
            transition: 0.3s;
            display: inline-block;
        }

        .footer-links a:hover {
            transform: translateX(5px);
            color: #87ceeb;
        }

        .contact-info li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            color: #ffffff;
        }

        .contact-info i {
            margin-top: 4px;
            color: #ffffff;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 25px;
        }

        .social-icons a {
            width: 35px;
            height: 35px;
            background: #ffffff;
            color: #282d6f;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: 0.3s;
        }

        .social-icons a:hover {
            background: #000000;
            color: #ffffff;
            transform: translateY(-3px);
        }

        .footer-bottom {
            max-width: 1250px;
            margin: 60px auto 0 auto;
            padding: 25px 20px 0 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: left;
        }

        .footer-bottom p {
            color: #d1d1d1;
            font-size: 13px;
        }

        @media (max-width: 1024px) {
            .footer-container {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 768px) {
            .footer {
                padding: 50px 0 20px 0;
            }
            .footer-container {
                grid-template-columns: 1fr;
                gap: 35px;
            }
            .footer-bottom {
                margin-top: 40px;
                text-align: center;
            }
        }


  
  
  
  
  
  
  /* Full-Width Video Background Section */
.hero-section-play {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000; /* Fixes white blank space while video loads */
}

/* Unique Video Container to avoid conflicts */
.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Keeps video behind any content you might add later */
}

/* Video Styling */
#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video fills screen without distortion */
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-section-play {
    height: 50vh; /* Adjusts height for mobile devices */
  }
}



/* .about-us {
  padding: 100px 0;
  background: #ffffff;
}

.about-us-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}


.about-us-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1e73be;
  margin-bottom: 12px;
}

.about-us-title {
  font-size: 42px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 18px;
}

.about-us-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #6a6a6a;
  line-height: 1.5;
  margin-bottom: 26px;
}

.about-us-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 22px;
}


.about-us-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 34px;
  background: #282d6f; 
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.about-us-btn:hover {
  background: #1f2458;
}


.about-us-images {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-us-image-large img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

.about-us-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about-us-image-small img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}



@media (max-width: 1024px) {
  .about-us-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-us-title {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .about-us {
    padding: 70px 0;
  }

  .about-us-title {
    font-size: 30px;
  }

  .about-us-subtitle {
    font-size: 18px;
  }

  .about-us-image-grid {
    grid-template-columns: 1fr;
  }
} */




.projects-carousel {
  background: #0b2c52;
  padding: 80px 0;
  color: #fff;
}

.pc-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 24px;
  text-align: center;
}

.pc-title {
  font-size: 32px;
  margin-bottom: 30px;
}

/* Tabs */
.pc-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.pc-tab {
  border: 2px solid #1e90ff;
  background: transparent;
  color: #ffffff;
  padding: 10px 22px;
  font-weight: 600;
  cursor: pointer;
}

.pc-tab.active {
  background: #1e90ff;
  color: #fff;
}

/* Carousel */
.pc-wrapper {
  position: relative;
}

.pc-track {
  display: flex;
  margin-left: 60px;
  margin-right: 60px;
  gap: 24px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.pc-card {
  min-width: 360px;
  background: #fff;
  border-radius: 10px;
  color: #000;
  position: relative;
}

.pc-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.pc-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #4caf50;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
}

.pc-card-body {
  padding: 20px;
}

.pc-card-body h3 {
  margin-bottom: 10px;
}

.pc-card-body p {
  font-size: 14px;
  margin: 6px 0;
}

.pc-btn {
  display: inline-block;
  margin-top: 14px;
  background: #282d6f;
  color: #fff;
  padding: 10px 22px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

/* Arrows */
.pc-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: none;
  color: black;
  font-size: 20px;
  cursor: pointer;
}

.pc-arrow.left {
  left: -22px;
  z-index: 1000;
}

.pc-arrow.right {
  right: -22px;
}

/* Explore */
.pc-explore {
  display: inline-block;
  margin-top: 40px;
  border: 2px solid #1e90ff;
  padding: 10px 28px;
  color: #f8f8f8;
  border-radius: 20px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .pc-track {
    overflow-x: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .pc-card {
    min-width: 300px;
  }
  
}



.time-line {
        padding: 80px 0;
        background-color: var(--gray);
        font-family: 'Montserrat', sans-serif;
    }

    .timeline-container {
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* DESKTOP STYLES (Unchanged) */
    .timeline-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 120px 0;
    }

    .timeline-track {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ddd;
        transform: translateY(-50%);
        z-index: 1;
    }

    .timeline-progress {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background: var(--primary);
        transition: width 1.5s ease;
    }

    .timeline-item {
        position: relative;
        z-index: 2;
        cursor: pointer;
        flex: 1;
        text-align: center;
    }

    .timeline-dot {
        width: 20px;
        height: 20px;
        background: var(--white);
        border: 4px solid var(--primary);
        border-radius: 50%;
        margin: 0 auto;
        transition: var(--transition);
    }

    .timeline-item:hover .timeline-dot {
        transform: scale(1.5);
        background: var(--sky-blue);
    }

    .timeline-content {
        position: absolute;
        width: 180px;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-item:nth-child(odd) .timeline-content { bottom: 40px; }
    .timeline-item:nth-child(even) .timeline-content { top: 40px; }

    .timeline-year {
        font-weight: 700;
        font-size: 22px;
        color: var(--primary);
        display: block;
    }

    .timeline-title {
        font-weight: 500;
        font-size: 13px;
        color: #555;
        text-transform: uppercase;
    }

    /* MOBILE VIEW (Vertical Transformation) */
    @media (max-width: 768px) {
        .timeline-wrapper {
            flex-direction: column;
            padding: 40px 0;
            align-items: flex-start;
        }

        .timeline-track {
            left: 20px;
            top: 0;
            width: 4px;
            height: 100%;
            transform: none;
        }

        .timeline-progress {
            width: 100%;
            height: 0%; /* Animate height instead of width on mobile */
            transition: height 1.5s ease;
        }

        .timeline-item {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 40px 0;
            text-align: left;
        }

        .timeline-dot {
            margin: 0;
            position: absolute;
            left: 12px;
            z-index: 3;
        }

        .timeline-content {
            position: relative;
            left: 50px;
            transform: none;
            width: calc(100% - 60px);
            bottom: auto !important;
            top: auto !important;
        }

        /* Aligned text alternating (Left/Right look using margin) */
        .timeline-item:nth-child(even) .timeline-content {
            padding-left: 20px;
        }
    }

    /* Popup Modal Styles (Same as before) */
    .timeline-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        background: var(--white);
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.2);
        z-index: 2000;
        width: 85%;
        max-width: 400px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        transition: var(--transition);
    }

    .timeline-popup.active {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(40, 45, 111, 0.85);
        z-index: 1999;
        display: none;
    }

    .close-popup {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }




    .team-carousel {
        /* padding: 80px 0; */
        background-color: #f9f9f9;
        font-family: 'Montserrat', sans-serif;
        overflow: hidden;
    }

    .team-container {
        max-width: 1250px;
        margin: 0 auto;
        /* padding: 0 20px; */
    }

    .team-header {
        text-align: center;
        /* margin-bottom: 50px; */
    }

    .team-header h2 {
        color: var(--primary);
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        /* margin-bottom: 10px; */
    }

    /* Carousel Wrapper */
    .team-slider {
        display: flex;
        gap: 30px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; /* Firefox */
        /* padding: 20px 0; */
    }

    .team-slider::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .team-card {
        flex: 0 0 calc(33.333% - 20px); /* 3 Items for Desktop */
        scroll-snap-align: start;
        background: var(--white);
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: var(--transition);
    }

    .team-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        display: block;
        transition: var(--transition);
    }

    .team-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 20px;
        background: linear-gradient(transparent, rgba(40, 45, 111, 0.95));
        color: var(--white);
        text-align: center;
        transform: translateY(40px);
        transition: var(--transition);
    }

    .team-card:hover .team-info {
        transform: translateY(0);
    }

    .team-card:hover .team-image {
        transform: scale(1.1);
    }

    .team-name {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .team-designation {
        font-size: 14px;
        color: var(--sky-blue);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        display: block;
    }

    .team-socials {
        display: flex;
        justify-content: center;
        gap: 15px;
        opacity: 0;
        transition: var(--transition);
    }

    .team-card:hover .team-socials {
        opacity: 1;
    }

    .team-socials a {
        color: var(--white);
        font-size: 16px;
        transition: 0.3s;
    }

    .team-socials a:hover {
        color: var(--sky-blue);
    }

    /* Tablet View (2 Items) */
    @media (max-width: 1024px) {
        .team-card {
            flex: 0 0 calc(50% - 15px);
        }
    }

    /* Mobile View (1 Item) */
    @media (max-width: 768px) {
        .team-card {
            flex: 0 0 100%;
        }
        .team-info {
            transform: translateY(0); /* Always visible on mobile */
        }
        .team-socials {
            opacity: 1;
        }
    }

    /* Custom Navigation Dots */
    .slider-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .dot {
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.3s;
    }

    .dot.active {
        background: var(--primary);
        width: 30px;
        border-radius: 20px;
    }



    .counter {
        background-color: #0b2c52;
        padding: 100px 0;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        position: relative;
        overflow: hidden;
    }

    /* Decorative background blobs for modern feel */
    .counter::before {
        content: '';
        position: absolute;
        top: -10%;
        right: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(135, 206, 235, 0.1) 0%, transparent 70%);
        border-radius: 50%;
    }

    .counter-container {
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .counter-item {
        background: var(--glass);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px 20px;
        border-radius: 20px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
    }

    .counter-item:hover {
        transform: translateY(-15px);
        background: rgba(255, 255, 255, 0.1);
        border-color: var(--sky-blue);
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }

    /* Animated Icon Wrapper */
    .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto 25px;
        background: rgba(135, 206, 235, 0.15);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        animation: float 3s ease-in-out infinite;
    }

    .counter-item:nth-child(2) .icon-box { animation-delay: 0.5s; }
    .counter-item:nth-child(3) .icon-box { animation-delay: 1s; }
    .counter-item:nth-child(4) .icon-box { animation-delay: 1.5s; }

    .icon-box i {
        font-size: 32px;
        color: var(--sky-blue);
        text-shadow: 0 0 15px rgba(135, 206, 235, 0.5);
    }

    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }

    .counter-number {
        font-size: 52px;
        font-weight: 800;
        margin-bottom: 5px;
        background: linear-gradient(to bottom, #ffffff, #87ceeb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
    }

    .counter-label {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #b0b3d6;
    }

    /* Mobile & Tablet responsiveness */
    @media (max-width: 1024px) {
        .counter-container { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
        .counter-container { grid-template-columns: 1fr; }
        .counter { padding: 60px 0; }
    }



    /* Partnership Section Styles */
    .partnership {
        background-color: #0b2c52;
        padding: 100px 0;
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        overflow: hidden;
    }

    .partnership-container {
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
        gap: 60px;
    }

    .partnership-content {
        flex: 1;
        animation: fadeInLeft 1s ease-out;
    }

    .partnership-content h2 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #ffffff;
        position: relative;
        display: inline-block;
    }

    /* Elegant underline effect */
    .partnership-content h2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 60px;
        height: 4px;
        background-color: #87ceeb;
        border-radius: 2px;
    }

    .partnership-content p {
        font-size: 16px;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 20px;
        text-align: justify;
    }

    .partnership-image {
        flex: 1;
        position: relative;
        animation: fadeInRight 1s ease-out;
    }

    .partnership-image img {
        width: 100%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        display: block;
        transition: transform 0.5s ease;
    }

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

    /* Decorative element behind image */
    .partnership-image::before {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        width: 100%;
        height: 100%;
        border: 2px solid rgba(135, 206, 235, 0.3);
        border-radius: 15px;
        z-index: 0;
    }

    /* Animations */
    @keyframes fadeInLeft {
        from { opacity: 0; transform: translateX(-50px); }
        to { opacity: 1; transform: translateX(0); }
    }

    @keyframes fadeInRight {
        from { opacity: 0; transform: translateX(50px); }
        to { opacity: 1; transform: translateX(0); }
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
        .partnership { padding: 70px 0; }
        .partnership-container { gap: 40px; }
        .partnership-content h2 { font-size: 34px; }
    }

    @media (max-width: 768px) {
        .partnership-container {
            flex-direction: column;
            text-align: center;
        }
        
        .partnership-content h2::after {
            left: 50%;
            transform: translateX(-50%);
        }

        .partnership-content p {
            text-align: center;
        }

        .partnership-image {
            width: 100%;
            margin-top: 30px;
        }

        .partnership-image::before {
            display: none; /* Clean up for mobile */
        }
    }


/* Video Section */
.video-container {
  background: #f5f5f5;
  padding: 80px 20px;
  text-align: center;
}

/* Title Styling */
.video-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}

/* Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* Video Styling */
iframe {
  width: 100%;
  height: 537px;  /* Set fixed height */
  border-radius: 8px;
}

/* Button Container */
.video-btn-container {
  margin-top: 20px;  /* Add some space below the video */
}

/* View More Button Styling */
.view-more-btn {
  display: inline-block;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: #282d6f;  /* Dark Blue */
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.view-more-btn:hover {
  background-color: #c2c3c4;  /* Light Blue on hover */
  color: #282d6f;  /* Dark Blue text */
}

/* Responsive - Mobile View */
@media (max-width: 768px) {
  .video-wrapper {
    max-width: 100%;
  }

  .video-title {
    font-size: 28px;
  }

  iframe {
    height: 300px;  /* Adjust height for mobile */
  }

  /* Center-align the button */
  .view-more-btn {
    width: 100%;  /* Make button full-width on mobile */
  }
}


/* About Values Section */
.about-value {
  padding: 50px 0px;
  background-color: #ffffff;
  text-align: center;
}

/* Title Styling */
.values-title {
  font-size: 36px;
  font-weight: 700;
  color: #282d6f; /* Dark Blue */
  margin-bottom: 40px;
}

/* Values Container (Grid Layout) */
.values-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 boxes in a row (desktop) */
  gap: 20px;
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

/* Value Box Styling */
.value-box {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  opacity: 0; /* Initially hidden for animation */
  transform: translateY(50px); /* Slide effect (hidden below) */
  transition: all 0.6s ease-out; /* Smooth transition */
}

.value-box.show {
  opacity: 1; /* Show box when it appears */
  transform: translateY(0); /* Slide into view */
}

/* Hover Effects */
.value-box:hover {
  transform: scale(1.05); /* Slightly scale up the box */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

/* Image Styling */
.value-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

/* Title & Text inside Boxes */
.value-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  color: #333;
}

.value-box p {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}

/* Responsive - Tablet View (3 boxes in a row) */
@media (max-width: 1024px) {
  .values-container {
    grid-template-columns: repeat(2, 1fr); /* 3 boxes in a row */
  }
}

/* Responsive - Mobile View (2 boxes in a row) */
@media (max-width: 768px) {
  .values-container {
    grid-template-columns: repeat(1, 1fr); /* 2 boxes in a row */
  }
}



.testi-carousel {
    padding: 80px 20px;
    background: var(--bg-soft);
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
}

.testi-container {
    max-width: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.testi-wrapper {
    position: relative;
    height: 350px; /* Adjust based on content */
}

.testi-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(50px);
    transition: var(--transition);
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
}

.testi-card.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}

.quote-icon {
    font-size: 80px;
    color: var(--primary);
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 30px;
    font-family: serif;
}

.testi-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text);
    margin-bottom: 30px;
    font-style: italic;
    z-index: 1;
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testi-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary);
}

.testi-user h4 {
    margin: 0;
    color: var(--text);
    font-weight: 700;
}

.testi-user span {
    font-size: 0.9rem;
    color: #6b7280;
}

/* Controls */
.testi-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.testi-controls button {
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: var(--transition);
    color: var(--primary);
    font-size: 1.2rem;
}

.testi-controls button:hover {
    background: var(--primary);
    color: white;
}

.testi-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background: var(--primary);
    width: 25px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .testi-wrapper { height: 450px; }
    .testi-card { padding: 20px; }
}



/* Base Styles for the Media Section */
.media {
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.media-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Updated to use auto-fill for responsive design */
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.media-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px; /* Limit the max width of the items */
}

.media-item iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.media-item:hover iframe {
    transform: scale(1.05); /* Zoom effect on hover */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Mobile Specific Styles */
@media (max-width: 768px) {
    .media-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Fewer columns on smaller devices */
        padding: 0 10px;
    }

    .media-item {
        max-width: 100%;
    }
}

/* Tablet Specific Styles */
@media (max-width: 1024px) {
    .media-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Adjust columns for tablet */
    }
}




.about-us {
  padding: 100px 0;
  background: #ffffff;
}

.about-us-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.about-us-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1e73be;
  margin-bottom: 12px;
}

.about-us-title {
  font-size: 42px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 18px;
}

.about-us-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #6a6a6a;
  line-height: 1.5;
  margin-bottom: 26px;
}

.about-us-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 22px;
}

/* KNOW MORE BUTTON */
.about-us-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 34px;
  background: #282d6f; /* dark blue */
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.about-us-btn:hover {
  background: #1f2458;
}

/* RIGHT IMAGES */
.about-us-images {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-us-image-large img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

.about-us-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about-us-image-small img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
  .about-us-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-us-title {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .about-us {
    padding: 70px 0;
  }

  .about-us-title {
    font-size: 30px;
  }

  .about-us-subtitle {
    font-size: 18px;
  }

  .about-us-image-grid {
    grid-template-columns: 1fr;
  }
}
