@media (max-width: 991px) {
    :root {
        --section-padding: 50px;
    }

    .nav-menu {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .maincontent {
        padding: 0;

    }

    .pillars-section {

        padding: 40px 0;
    }

    .hero-section,
    .story-hero,
    .impact-banner,
    .nri-hero,
    .perspective-banner,
    .projects-banner,
    .careers-banner,
    .contact-banner {
        height: 40vh !important;
        min-height: 40vh !important;
    }

    .footer .row {
        text-align: center;
    }

    .middle-one {
        align-items: center;
    }

    .middle-one .ftr_title {
        margin-left: 0;
    }

    .middle-one .ftr_title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ftr_title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .socimedia {
        justify-content: center;
    }

    .ftr_col p a:hover {
        padding-left: 0;
    }

    .about-section {
        padding: 70px 0;
    }

    .about-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .hero-nav-prev,
    .hero-nav-next {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .we-stand-content {
        padding-left: 20px;
    }

    .project-card .project-name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    :root {
        --fs-h1: 36px;
        --fs-h2: 28px;
        --fs-h3: 22px;
        --fs-h4: 20px;
    }

    .section-title {
        font-size: 26px;
    }

    .hero-section,
    .story-hero,
    .impact-banner,
    .nri-hero,
    .perspective-banner,
    .projects-banner,
    .careers-banner,
    .contact-banner {
        height: 40vh !important;
        min-height: 40vh !important;
    }

    .header-actions {
        display: none;
    }

    .footer {
        padding-top: 30px;
    }

    .ftr_col {
        padding: 15px 0;
    }

    .ftr-logo img {
        max-width: 160px;
    }

    .about-section {
        padding: 50px 0;
    }

    .about-content {
        text-align: center;
        padding-right: 0;
    }

    .about-quote {
        border-left: none;
        border-top: 3px solid var(--clr-gold);
    }

    .we-stand-content h4 {
        font-size: 28px;
    }

    .we-stand-content p {
        font-size: 16px;
    }

    .sec-image {
        height: 250px;
    }

    /* .hero-nav-prev,
    .hero-nav-next {
        width: 44px;
        height: 44px;
        font-size: 14px;
    } */

    .hero-nav-prev {
        left: 12px;
    }

    .hero-nav-next {
        right: 12px;
    }

    .amenity-name {
        font-size: 14px !important;
    }

    .amenity-desc {
        font-size: 12px !important;
    }

    .location-title {
        font-size: 22px !important;
    }

    .content_location {
        padding: 0 15px !important;
    }

    .location-text {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    :root {
        --fs-h1: 28px;
        --fs-h2: 24px;
        --fs-h3: 20px;
        --section-padding: 35px;
    }

    .hero-section,
    .story-hero,
    .impact-banner,
    .nri-hero,
    .perspective-banner,
    .projects-banner,
    .careers-banner,
    .contact-banner {
        height: 30vh !important;
        min-height: 30vh !important;
    }

    .impact-intro .section-title,
    .section-title {
        font-size: 24px;
    }

    .logo img {
        height: 36px;
    }

    .video-section {
        padding: 40px 0;
    }

    .main-header.scrolled .logo img {
        height: 32px;
    }

    .socimedia a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .copyright-text {
        font-size: 12px;
    }

    .footer .ftr_col p span {
        display: inline-block;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .pillars-slider-wrap {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 0;
    }

    .pillar-card {
        background-color: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(3px);
    }

    .swiper-slide {
        width: 140px;
        /* Narrower on mobile to show more around center */
        opacity: 0.4;
    }

    .swiper-slide-active {
        width: 460px;
        /* Centered card focus */
        opacity: 1;
    }

    .pillar-footer p {
        font-size: 14px;
    }

    .pillar-card {
        height: 360px;
        padding: 30px 15px;
    }

    .pillar-title {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .swiper-slide-active .pillar-image {
        height: 160px;
    }

    .pillars-nav {
        justify-content: center;
        padding-top: 20px;
        gap: 20px;
    }

    .about-section {
        padding: 70px 0;
    }

    .about-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .we-stand {
        flex-direction: column;
        text-align: center;
    }

    .we-stand-content {
        order: 2;
        padding: 40px 20px;
    }

    .sec-image {
        order: 1;
        height: 300px;
    }

    .sec-image img {
        height: 100%;
        object-fit: cover;
    }
}