@media only screen and (min-width:1599px) {
    .container {
        max-width: 1464px;
        margin-inline: auto;
    }

    .container-fluid {
        max-width: 1920px;
    }
}


/* ===================== 1599px and below ===================== */
@media (max-width: 1599px) {
    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 28px;
    }

    .p-96 {
        padding-block: 88px;
    }

    .hero-copy p {
        font-size: 22px;
    }

    .gallery-item.main img {
        min-height: 420px;
    }
}


/* ===================== 1499px and below ===================== */
@media (max-width: 1499px) {
    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 27px;
    }

    .p-96 {
        padding-block: 80px;
    }

    .life-content-cont {
        gap: 16px;
    }

    .gallery-item.main img {
        min-height: 400px;
    }
}


/* ===================== 1399px and below ===================== */
@media (max-width: 1399px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 26px;
    }


    h6 {
        font-size: 18px;
    }

    .p-96 {
        padding-block: 72px;
    }

    .hero-copy {
        max-width: 540px;
    }

    .sangat-txt-cont {
        max-width: 480px;
    }

    .kitchen-para {
        max-width: 440px;
    }

    .gallery-para {
        max-width: 380px;
    }

    .container-fluid {
        padding-inline: 40px;
    }

    .footer-grid p {
        max-width: 480px;
    }
}


/* ===================== 1199px and below ===================== */
@media (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .p-96 {
        padding-block: 64px;
    }

    .life-content-cont {
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 20px;
    }

    .rhythm-hd-cont {
        position: static;
    }

    .contact-grid {
        gap: 24px;
    }

    .contact-form-card {
        padding: 28px;
    }

    .gallery-grid {
        gap: 12px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .container-fluid {
        padding-inline: 20px;
    }

    .cta {
        padding: 12px 22px;
        font-size: 14px;
    }

    .hero-copy {
        max-width: 440px;

    }

    .hero-copy {
        max-width: 440px;
        margin-top: 20px;
        margin-bottom: 18px;
    }

    .life-card {
        padding: 20px;
    }

    .life-num {
        margin-top: 16px;
    }

    .life-icon,
    .info-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .kitchen-txt-cont {
        padding: 38px 26px;
    }

    .kitchen-para {
        margin-top: 12px;
    }

    .qr-cont-img {
        max-width: 200px;
        padding: 24px;

    }

    .info-card {
        padding: 19px;

    }
}


/* ===================== 991px and below ===================== */
@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .p-96 {
        padding-block: 56px;
    }

    /* Nav */
    .header .navbar-collapse {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        /* padding-top: 20px; */
        padding: 20px;
        height: 100dvh;
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
    }

    .header .navbar-collapse .navbar-nav {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hdr-wrapper.fixed-header .navbar {
        padding-inline: 12px;
    }

    .hdr-btn {
        margin-top: 8px;
    }

    /* Hero */
    /* .hero-copy {
            max-width: 100%;
        } */

    .hero-copy p {
        font-size: 20px;
        margin-bottom: 28px;
    }

    /* Sangat (Bootstrap stacks col-lg-6 here already) */
    .sangat-txt-cont {
        max-width: 100%;
        margin-top: 32px;
    }

    /* Life cards: 3 -> 2 columns */
    .life-content-cont {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Kitchen */
    .kitchen-content-cont>.col-lg-6:first-child {
        min-height: 320px;
    }

    .kitchen-txt-cont {
        padding: 36px 28px;
    }

    /* Gallery: 3-col -> 2-col grid */
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item.main {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .gallery-item.main img {
        min-height: 320px;
    }

    .gallery-item.top-mid {
        grid-column: 1;
        grid-row: 2;
    }

    .gallery-item.top-right {
        grid-column: 2;
        grid-row: 2;
    }

    .gallery-item.bottom-mid {
        grid-column: 1 / 2;
        grid-row: 3;
    }

    .gallery-para {
        align-items: flex-start;
        margin-left: 0;
        margin-top: 12px;
    }

    /* Contact: 2 cols -> 1 col */
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .map-card iframe {
        height: 240px;
    }

    .qr-cont {
        margin-top: 24px;
    }

    .rhythm-content-cont {
        gap: 30px;
    }

    .container-fluid {
        padding: 0;
    }

    .hdr-wrapper .navbar {
        padding-inline: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .bar {
        display: block;
        height: 2px;
        background-color: #000;
        width: 25px;
        margin-bottom: 4px;
    }

    .bar3 {
        margin: 0;
    }

    .navbar-toggler[aria-expanded="true"] .bar.bar1 {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .bar {
        margin: -2px;
        transition: all 0.3s ease-in-out;
    }

    .navbar-toggler[aria-expanded="true"] .bar.bar3 {
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .bar.bar2 {
        display: none;
    }

    .hdr-wrapper .navbar .navbar-toggler {
        padding: 0;
    }
}


/* ===================== 767px and below (Mobile) ===================== */
@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 17px;
    }

    .p-96 {
        padding-block: 40px;
    }

    /* .eyebrow,
    .sub-hd,
    .sub-hd p {
        font-size: 12px;
    } */

    .eyebrow::before {
        width: 28px;
    }

    /* Hero */
    .hero-copy p {
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .hero-actions {
        flex-wrap: wrap;
    }

    .hero-actions .cta {
        /* width: 100%; */
        text-align: center;
    }

    span.ik {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    /* Life cards: 2 -> 1 column */
    .life-content-cont {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 32px;
    }

    .life-card {
        padding: 22px;
    }

    /* Rhythm schedule stacks tighter */
    .rhythm-time-content {
        /* grid-template-columns: auto 1fr; */
        row-gap: 4px;
    }

    .rhythm-time {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: start;
    }

    .rhythm-event {
        grid-column: 2;
    }

    /* Kitchen */
    .kitchen-txt-cont {
        padding: 28px 20px;
    }

    .kitchen-icon {
        margin-bottom: 20px;
    }

    /* Gallery: single column */
    .gallery-para {
        max-width: 100%;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item.main,
    .gallery-item.top-mid,
    .gallery-item.top-right,
    .gallery-item.bottom-mid {
        grid-column: 1;
        grid-row: auto;
    }

    .gallery-item.main img,
    .gallery-item.top-mid img,
    .gallery-item.top-right img,
    .gallery-item.bottom-mid img {
        height: 260px;
        min-height: unset;
    }

    /* Lightbox controls move inside on small screens */
    .lightbox-content {
        max-width: 94vw;
    }

    .lightbox-close {
        top: -38px;
        font-size: 28px;
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .lightbox-prev {
        left: 6px;
    }

    .lightbox-next {
        right: 6px;
    }

    /* Contact form */
    .contact-form-card {
        padding: 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .info-card {
        padding: 18px;
    }

    .qr-cont-img {
        max-width: 180px;
    }

    .footer {
        padding-top: 40px;
    }

    .size17 {
        font-size: 16px;
    }

    .gallery-para {
        height: auto;
    }

    .gallery-para p {
        margin-bottom: 0;
    }

    .gallery-container {
        margin-top: 20px;
    }

    .contact-form-card .form-sub {
        margin: 0 0 20px 0;
        font-size: 14.5px;
    }

    .footer-grid-cont {
        gap: 20px;
    }

    .footer-grid h4 {
        color: var(--gold);
        font-size: 16px;
    }

    .brand-name {
        margin-bottom: 10px;

    }

    .social-icon-cont ul a {
        width: 36px;
        height: 36px;
    }

    .footer-grid p {
        font-size: 14px;
    }

    .divider {
        margin-block: 30px;
    }

    .foot-bottom span:first-child {
        font-size: 16px;
    }

    .life-icon,
    .info-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .info-text p,
    .info-text a {
        font-size: 14px;
    }

    .contact-hd {
        margin-bottom: 28px;
    }

    .rhythm-event p {
        font-size: 13px;
    }

    body {
        font-size: 14px;
    }

    .eyebrow {
        font-size: 12px;
        padding-left: 32px;
    }

    .hero-copy {
        max-width: 340px;
    }

    .hero-copy p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar .brand {
        max-width: 180px;
    }

    .abs-div {
        padding: 14px;
    }

    .abs-div p {
        margin-bottom: 0;
    }

    .sub-hd p {
        margin-bottom: 8px;
    }

    .bulleted-para {
        margin-bottom: 3px;
    }

    .mt-110 {
        margin-top: 96px;
    }
}


/* ===================== 575px and below (Small mobile) ===================== */
@media (max-width: 575px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .p-96 {
        padding-block: 32px;
    }

    .cta {
        padding: 8px 20px;
        font-size: 14px;
    }

    .life-card {
        padding: 18px;
    }

    .life-icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .abs-div {
        right: 14px;
        bottom: 14px;
    }

    .kitchen-content-cont>.col-lg-6:first-child {
        min-height: 220px;
    }

    .info-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .info-text h4 {
        font-size: 15px;
    }

    .map-card iframe {
        height: 200px;
    }

    .send-btn {
        padding: 13px;
        font-size: 14px;
    }

    .gallery-item.main img,
    .gallery-item.top-mid img,
    .gallery-item.top-right img,
    .gallery-item.bottom-mid img {
        height: 200px;
    }

    .sangat-txt-cont {
        margin-top: 22px;
    }

    .sagnat-para {
        padding-top: 14px;
        margin-top: 14px;
    }

    .sangat-belief-cont {
        margin-top: 20px;
        padding-top: 14px;
    }

    .life-content-cont {
        margin-top: 20px;
    }

    .rhythm-time-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-block: 15px;
    }

    .kitchen-content-cont {
        margin-inline: unset;
    }

    .kitchen-txt-cont {
        padding: 20px 0px;
    }

    .kitchen-icon {
        width: 38px;
        height: 38px;
    }

    .size17 {
        font-size: 14px;
    }

    .donation-details {
        padding: 16px;
        margin-top: 18px;
    }

    .qr-cont {
        margin-top: 18px;
    }

    .info-card {
        padding: 12px;
        gap: 12px;
    }

    .contact-form-card {
        padding: 16px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer-grid-cont {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .divider {
        margin-block: 20px;
    }

    .foot-bottom span:first-child {
        font-size: 14px;
    }

    .eyebrow,
    .sub-hd,
    .sub-hd p {
        font-size: 12px;
    }

    /* .container-fluid {
        padding-inline: 12px;
    } */

    .kitchen-para p:last-child {
        margin-bottom: 0;
    }

    .hdr-wrapper .navbar {
        padding-inline: 12px;
    }

    .rhythm-icon {
        order: 1;
        margin-left: unset;
    }

    .rhythm-time {
        order: 2;
    }

    .rhythm-event {
        order: 3;
    }

    .hdr-wrapper.fixed-header {
        padding-inline: 0px;
    }
}