@media (min-width: 1025px) {
    .nav-hamburger {
        display: none;
    }

    .nav-drawer {
        display: none;
    }

    .nav-backdrop {
        display: none;
    }
}

/* -------------------------------- */
@media screen and (max-width: 1024px) {

    /* ----- HEADER SECTION ----- */
    .nav-list {
        gap: 0;
    }

    .nav-link {
        padding: 6px 10px;
        font-size: 0.75rem;
    }

    .nav-cta {
        padding: 9px 18px;
        font-size: 0.8rem;
    }

    /* HOME SECTION */
    #home {
        height: 100vh;
    }

    /* ABOUT SECTION */
    .abt-container {
        gap: clamp(30px, 5vw, 50px);
    }

    .abt-visual {
        max-width: 320px;
    }

    .abt-reel-frame {
        width: 220px;
    }

    /* SERVICES SECTION */
    .mySwiperServices .swiper-slide {
        width: 230px !important;
        height: 290px;
    }

    /* WCU SECTION */
    .wcu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* EVENT SECTION */
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-card--viewall {
        grid-column: span 2;
        min-height: 140px;
    }

    .viewall-inner {
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
        flex-wrap: wrap;
    }

    .viewall-icon {
        margin: 0;
        flex-shrink: 0;
    }

    .viewall-inner>p {
        margin-bottom: 0;
    }

    /* TESTI SECTION */
    .mySwiperTesti .swiper-button-next,
    .mySwiperTesti .swiper-button-prev {
        display: none;
    }

    /* CONTACT SECTION */
    .contact-body {
        grid-template-columns: 1fr;
    }

    .contact-cta-card {
        order: 1;
    }

    .contact-info-col {
        order: 2;
    }

    /* BLOG SECTION */
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card--featured .blog-card-thumb {
        aspect-ratio: 16 / 8;
    }

    .blog-side-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        flex-direction: unset;
    }

    .blog-card--small {
        flex-direction: column;
    }

    .blog-card--small .blog-card-thumb-link,
    .blog-card--small .blog-card-thumb {
        width: 100%;
        height: 160px;
        min-height: unset;
    }
}

/* -------------------------------- */
@media screen and (max-width: 911px) {

    /* ----- HEADER SECTION ----- */
    .nav-left img {
        width: 150px;
    }

    .list li a {
        font-size: 1rem;
    }
}

/* -------------------------------- */
@media screen and (max-width: 844px) {
    body {
        overflow-x: hidden;
    }

    /* HEADER SECTION */
    .nav-list {
        display: none;
    }

    .nav-hamburger {
        display: flex;
    }

    .nav-cta {
        display: none;
        /* CTA is inside drawer on mobile */
    }

    #navbar {
        height: 70px;
        padding: 0 5%;
    }

    .nav-logo img {
        height: 52px;
    }

    #site-header.nav-scrolled #navbar {
        height: 62px;
    }

}

/* -------------------------------- */
@media screen and (max-width: 768px) {

    /* HOME SECTION */
    /* #home {
        height: 65vh;
        min-height: 450px;
    } */

    .mySwiperHome .swiper-button-next,
    .mySwiperHome .swiper-button-prev {
        display: none;
        /* arrows clutter small screens, swipe gesture is enough */
    }

    .mySwiperHome .caption {
        width: 92%;
    }

    /* ABOUT SECTION */
    #wedding-section {
        padding: clamp(50px, 8vw, 70px) 6%;
    }

    .abt-container {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .abt-tag {
        padding-left: 0;
    }

    .abt-tag::before {
        display: none;
    }

    .abt-text>p {
        margin: 0 auto 28px;
    }

    .abt-stats {
        justify-content: center;
    }

    .abt-visual {
        max-width: 280px;
        width: 100%;
        margin-bottom: 30px;
    }

    .abt-reel-frame {
        width: 200px;
    }

    .abt-float-badge {
        top: -14px;
        left: -10px;
    }

    .abt-float-card {
        bottom: -14px;
        right: -10px;
        min-width: 140px;
        padding: 10px 12px;
    }

    /* SERVICES SECTION */
    .top-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .right-text {
        text-align: left;
        max-width: 100%;
    }

    .s-links {
        justify-content: flex-start;
    }

    .mySwiperServices .swiper-slide {
        width: 210px !important;
        height: 270px;
    }

    .mySwiperServices .swiper-button-next,
    .mySwiperServices .swiper-button-prev {
        display: none;
    }

    /* WCU SECTION */
    #why-choose-us {
        padding: clamp(40px, 8vw, 60px) 6%;
    }

    /* EVENT SECTION */
    #events {
        padding: clamp(40px, 8vw, 60px) 6%;
    }

    .events-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    /* TESTI SECTION */
    #testimonials {
        padding: clamp(40px, 8vw, 60px) 6%;
    }

    .mySwiperTesti {
        padding: 16px 4px 50px !important;
    }

    /* CONTACT SECTION */
    #contact {
        padding: clamp(40px, 8vw, 60px) 6%;
    }

    .cta-deco-ring {
        display: none;
    }

    /* BLOG SECTION */
    #blog {
        padding: clamp(40px, 8vw, 60px) 6%;
    }

    .blog-side-grid {
        grid-template-columns: 1fr;
    }

    .blog-card--small {
        flex-direction: row;
    }

    .blog-card--small .blog-card-thumb-link,
    .blog-card--small .blog-card-thumb {
        width: 120px;
        height: 100%;
        min-height: 100px;
    }

    .blog-bottom-row {
        grid-template-columns: 1fr;
    }

    .blog-card--horizontal {
        flex-direction: column;
    }

    .blog-card--horizontal .blog-card-thumb-link,
    .blog-card--horizontal .blog-card-thumb {
        width: 100%;
        height: 200px;
        min-height: unset;
    }
}

/* -------------------------------- */
@media screen and (max-width: 575px) {

    /* TESTIMONIAL SECTION */
    .mySwiperTestinomal .testimonial-card {
        text-align: center;
    }

    .mySwiperTestinomal .testimonial-content {
        padding: 0 15px;
    }

    /* WCU SECTION */
    .wcu-grid {
        grid-template-columns: 1fr;
    }

    .wcu-cta {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }
}

/* -------------------------------- */
@media (max-width: 540px) {

    /* EVENT SECTION */
    .events-grid {
        grid-template-columns: 1fr;
    }

    .event-card--viewall {
        grid-column: span 1;
        min-height: 150px;
    }

    .viewall-inner {
        flex-direction: column;
        text-align: center;
    }

    .viewall-icon {
        margin: 0 auto;
    }

    /* Always show overlay on touch devices */
    .event-card-overlay {
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }

    .event-play-btn {
        transform: scale(0.85);
    }
}

/* -------------------------------- */
@media screen and (max-width: 475px) {

    /* HEADER SECTION */
    #navbar {
        height: 64px;
        padding: 0 4%;
    }

    .nav-logo img {
        height: 46px;
    }

    /* HOME SECTION */
    /* #home {
        height: 60vh;
        min-height: 400px;
    } */

    .mySwiperHome .hero-btn {
        padding: 10px 24px;
    }

    .mySwiperHome .caption {
        width: 100%;
        font-size: 18px;
        padding: 12px;
    }

    /* ABOUT SECTION */
    .abt-reel-frame {
        width: 180px;
    }

    .abt-float-badge {
        font-size: 0.7rem;
        padding: 6px 12px;
    }

    .abt-float-card {
        min-width: 130px;
    }

    /* SERVICES SECTION */
    .mySwiperServices .swiper-slide {
        width: 185px !important;
        height: 245px;
    }

    .s-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    /* TESTI SECTION */
    .testi-bg-quote {
        font-size: 160px;
        top: -10px;
    }

    .testi-top {
        gap: 12px;
    }

    .testi-avatar {
        width: 50px;
        height: 50px;
    }

    /* CONTACT SECTION */
    .contact-info-card:hover {
        transform: none;
    }

    /* BLOG SECTION */
    .blog-card--small {
        flex-direction: column;
    }

    .blog-card--small .blog-card-thumb-link,
    .blog-card--small .blog-card-thumb {
        width: 100%;
        height: 170px;
    }
}

/* -------------------------------- */
@media screen and (max-width: 426px) {}

/* -------------------------------- */
@media screen and (max-width: 376px) {

    /* FOOTER SECTION */
    .footer-section {
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 2rem;
    }
}

/* -------------------------------- */
@media screen and (max-width: 321px) {}