/**
 * Site-wide width, centering & responsive layout (all public pages).
 * Loads after style.css — keeps sections aligned to one content width.
 */

:root {
    --wpp-content-max: 1350px;
    --wpp-gutter: clamp(15px, 3vw, 35px);
    --wpp-header-offset: 76px;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
}

.wrapper,
main#main-content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

/* ─── Centered content shell (matches .row-p) — footer uses its own shell in .wpp-footer ─── */
.wpp-content,
.row.row-p,
section.footer-main:not(.wpp-footer) > .container-fluid,
.wedding-main {
    width: 100%;
    max-width: var(--wpp-content-max);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--wpp-gutter);
    padding-right: var(--wpp-gutter);
    box-sizing: border-box;
}

/* Bootstrap: hero row only (direct child — not album grids inside sections) */
main#main-content > .container-fluid > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

main#main-content .container {
    width: 100%;
    float: none;
}

main#main-content .container .col-md-12,
main#main-content .row.row-p > .col-md-12 {
    width: 100%;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
}

.row.row-p {
    display: block;
    width: 100%;
    max-width: var(--wpp-content-max);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--wpp-gutter);
    padding-right: var(--wpp-gutter);
    clear: both;
    float: none;
}

.row.row-p::after {
    content: "";
    display: table;
    clear: both;
}

.row.row-p > .titlebar,
.row.row-p > .p-25.s12,
.row.row-p > .images-page-content-sec {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Static full-width banner images (never row-p / content max) */
.wpp-banner-image,
section.main-banner.wpp-banner-image {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding: 0 !important;
}

.wpp-banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

section.main-banner .s12,
section.main-banner .s12.tx-center {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* row-p must not apply inside banners */
section.main-banner .row.row-p,
section.main-banner.row-p {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ─── Hero / banner: full viewport width (all pages) ─── */
section.main-banner,
main#main-content > .container-fluid,
.main-banner .container-fluid,
.wpp-hero-banner .container-fluid,
.main-banner .container-fluid > .row,
main#main-content > .container-fluid > .row,
main#main-content > .container-fluid #carousel-1,
main#main-content > .container-fluid #carousel-2,
main#main-content > .container-fluid #carousel-3,
#carousel-1.carousel,
#carousel-2.carousel,
#carousel-3.carousel,
#carousel-4.carousel {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Header offset: first hero carousel only (not mid-page strip banners) */
main#main-content > section.main-banner:first-of-type {
    margin-top: var(--wpp-header-offset);
}

@media (max-width: 767px) {
    /* style.css uses body { padding-top: 70px } here — taller than compact fixed header = white gap above hero */
    body {
        padding-top: 56px !important;
    }

    /* Mobile: no desktop-only hero offset (clearance is body padding-top above) */
    main#main-content > section.main-banner:first-of-type {
        margin-top: 0;
        padding-top: 0 !important;
    }

    /* Kill extra top padding on hero wrappers (resize / legacy section rules) */
    main#main-content > section.main-banner:first-of-type > .container-fluid,
    main#main-content > section.main-banner:first-of-type .container-fluid > .row,
    main#main-content > section.main-banner:first-of-type #carousel-1.carousel {
        padding-top: 0 !important;
    }

    section.main-banner {
        padding-top: 0 !important;
    }

    /* WhatsApp + Call — left side (style.css uses right:94% / 84%) */
    a.float,
    a.float-mobile {
        z-index: 10060 !important;
        left: 12px !important;
        right: auto !important;
    }

    a.float {
        bottom: 16px !important;
    }

    a.float-mobile {
        bottom: 74px !important; /* 16 + 48 + 10 */
    }

    #back2Top {
        bottom: 132px !important; /* 16 + 48 + 10 + 48 + 10 — clears both FABs */
        right: 12px !important;
        margin-right: 0 !important;
        z-index: 10055 !important;
    }

    /* Contact page: full-width shell (no right “stripe”) */
    .wrapper,
    main#main-content,
    .wpp-contact-page {
        width: 100% !important;
        max-width: 100% !important;
    }

    .header .row.row-p {
        max-width: 100% !important;
        width: 100%;
        box-sizing: border-box;
    }

    .wpp-contact-page .blog-main-top.wpp-contact-lead > .container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

section.main-banner.wpp-banner-image {
    margin-top: 0;
    margin-bottom: 0;
}

/* Hero carousel container — full bleed */
main#main-content > section.main-banner > .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Album/grid blocks inside sections — NOT full bleed */
main#main-content section .container-fluid {
    width: 100%;
    max-width: var(--wpp-content-max);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--wpp-gutter);
    padding-right: var(--wpp-gutter);
}

.carousel-inner > .item > img {
    width: 100%;
    display: block;
}

/* ─── Home: Our Services (3-column flex grid) ─── */
.home .row.row-p.p-t-50 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    overflow: visible;
}

.home .row.row-p.p-t-50 > .titlebar {
    flex: 0 0 100%;
    width: 100%;
}

.home .row.row-p.p-t-50 > .s12.m4.service {
    flex: 1 1 100%;
    width: 100% !important;
    max-width: 100%;
    float: none !important;
    display: block;
    padding: 20px 12px;
    margin: 0;
}

@media (min-width: 600px) {
    .home .row.row-p.p-t-50 > .s12.m4.service {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .home .row.row-p.p-t-50 > .s12.m4.service {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        width: 33.3333% !important;
    }
}

/* ─── Home: Our Gallery ─── */
.home .row.row-p.p-t-10 {
    display: block;
    width: 100%;
}

.home .row.row-p.p-t-10 > .p-25.s12 {
    width: 100% !important;
    padding: 20px 0;
}

#latest-work,
#latest-work-2 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

#latest-work.justified-gallery,
#latest-work-2.justified-gallery {
    width: 100% !important;
}

/* ─── About / Why choose / text sections — side padding (not edge-to-edge) ─── */
section.about-us,
section.images-page-content-sec,
section.testimonial-bg,
section.why-choose-us {
    width: 100%;
    clear: both;
    padding: 10px 0;
    box-sizing: border-box;
}

section.about-us .container,
section.why-choose-us .container,
section.images-page-content-sec .container,
section.testimonial-bg .container {
    width: 100%;
    max-width: var(--wpp-content-max);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--wpp-gutter) !important;
    padding-right: var(--wpp-gutter) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    box-sizing: border-box;
}

section.about-us .col-md-12,
section.why-choose-us .col-md-12,
section.images-page-content-sec .col-md-12 {
    width: 100%;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
}

section.about-us p,
section.why-choose-us p,
section.images-page-content-sec p,
section.why-choose-us ul.why-list,
.row.row-p .about-content p,
.row.row-p .about-content ul.why-list {
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
}

section.why-choose-us ul.why-list,
section.why-choose-us ul.why-list li,
.row.row-p ul.why-list li {
    float: none !important;
    width: 100%;
    display: block;
    clear: both;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
}

section.why-choose-us ul.why-list li {
    margin-bottom: 4px;
    line-height: 1.45;
}

section.why-choose-us ul.why-list > li + li {
    margin-top: 2px;
}

/* ─── Wedding / Pre-wedding: slider + text side-by-side on large screens ─── */
section.wedding-idea {
    padding: 10px 0;
    width: 100%;
    clear: both;
}

section.wedding-idea > .container,
section.wedding-idea > .container-fluid {
    width: 100%;
    max-width: var(--wpp-content-max);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--wpp-gutter);
    padding-right: var(--wpp-gutter);
    float: none;
    box-sizing: border-box;
}

section.wedding-idea .wpp-media-text-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -12px;
    margin-right: -12px;
}

section.wedding-idea .wpp-media-text-row::before,
section.wedding-idea .wpp-media-text-row::after {
    display: none;
}

section.wedding-idea .wpp-split-media,
section.wedding-idea .wpp-split-text {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

section.wedding-idea .wpp-split-text.images-page-content-sec,
section.wedding-idea .col-md-9.images-page-content-sec {
    clear: none !important;
    width: auto !important;
}

@media (min-width: 992px) {
    section.wedding-idea .wpp-split-media {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        width: 33.3333% !important;
    }

    section.wedding-idea .wpp-split-text {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        width: 66.6667% !important;
    }
}

section.wedding-idea .titlebar {
    text-align: center;
    margin-bottom: 16px;
}

section.wedding-idea .titlebar h2,
section.wedding-idea .titlebar-sub h4 {
    font-size: 22px;
    font-weight: 600;
}

section.wedding-idea #carousel-3,
section.wedding-idea #carousel-4 {
    width: 100%;
    max-width: 100%;
}

/* Column helpers: do not force full-width on grid cols */
.col-md-3.images-page-content-sec,
.col-md-4.images-page-content-sec,
.col-md-6.images-page-content-sec,
.col-md-9.images-page-content-sec,
div.col-md-9.images-page-content-sec,
div.col-md-3.images-page-content-sec {
    clear: none !important;
    width: auto;
    max-width: none;
}

/* About Candid / ab2 block inside row-p */
.home .row.row-p.p-t-0,
.row.row-p.about-content {
    padding-left: var(--wpp-gutter) !important;
    padding-right: var(--wpp-gutter) !important;
}

.row.row-p .about-content .s12.l7,
.row.row-p .about-content .s12.l5,
.row.row-p.p-t-0 .s12.l7,
.row.row-p.p-t-0 .s12.l5 {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    /*
     * Home "about-content" block: resize.css uses .row { display:table } and .s12/.l* { display:table-cell }.
     * Nested .s12.p-25 > (.s12.l7 + .s12.l5) is not a valid table row — the l5 column + #carousel-2 collapse or disappear on phones/tablets.
     */
    .home .row.row-p.about-content,
    .row.row-p.about-content {
        display: block !important;
    }

    .row.row-p.about-content > .s12,
    .row.row-p.about-content .s12.p-25.about-content {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }

    .row.row-p .about-content .s12.l7,
    .row.row-p .about-content .s12.l5,
    .row.row-p.p-t-0 .s12.l7,
    .row.row-p.p-t-0 .s12.l5 {
        width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both;
    }

    .about-content #carousel-2.carousel {
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .about-content #carousel-2 .carousel-inner {
        min-height: 200px;
    }

    .about-content #carousel-2 .carousel-inner > .item > img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Same vertical control strip as contact — mobile-performance sets min-height on .carousel-control */
    .about-content #carousel-2 .carousel-control {
        top: 0 !important;
        bottom: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .about-content #carousel-2 .carousel-control .fa {
        position: static !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        margin: 0 !important;
    }
}

/* ─── Wedding / album grids (Bootstrap cols) ─── */
.wedding-main {
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 40px var(--wpp-gutter);
}

.wedding-main::after {
    content: "";
    display: table;
    clear: both;
}

.wedding-main .col-md-3,
.wedding-main .col-md-4,
.wedding-main .col-md-6,
.wedding-main .wedding-col,
.wedding-main .wedding-col-2 {
    float: left;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 767px) {
    .wedding-main .col-md-3,
    .wedding-main .col-md-4,
    .wedding-main .col-md-6 {
        width: 100% !important;
        float: none;
    }
}

/* ─── Footer (FINAL / locked) — layout & tokens approved; do not restyle without explicit client sign-off.
     Markup: resources/views/layouts/footer.php — single source for structure & DB fields. ─── */
section.footer-main.wpp-footer {
    width: 100%;
    background: #000 !important;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 0;
}

section.footer-main.wpp-footer > .container-fluid,
section.footer-main.wpp-footer > .wpp-footer__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 24px 40px;
}

section.footer-main.wpp-footer .wpp-footer__col {
    float: none !important;
    margin-bottom: 0;
    box-sizing: border-box;
}

section.footer-main.wpp-footer .wpp-footer__col--social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 28px;
    border-right: 1px solid #fff;
}

section.footer-main.wpp-footer .wpp-footer__col--contact {
    padding-left: 28px;
    padding-right: 28px;
    border-right: 1px solid #fff;
    flex: 1 1 0;
    min-width: 0;
}

section.footer-main.wpp-footer .wpp-footer__col--links {
    padding-left: 28px;
    border-left: none;
}

section.footer-main.wpp-footer .footer-middle-content h4,
section.footer-main.wpp-footer .footer-right-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

section.footer-main.wpp-footer .footer-middle-content p,
section.footer-main.wpp-footer .footer-middle-content .wpp-footer__contact-meta {
    color: #fff;
    line-height: 1.65;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 14px;
}

section.footer-main.wpp-footer .footer-middle-content strong {
    font-weight: 700;
    color: #fff;
}

section.footer-main.wpp-footer .footer-middle-content {
    padding: 0 !important;
    margin: 0 !important;
}

/* Social: 35×35px squares, no radius, 15px icons (all networks) */
section.footer-main.wpp-footer ul.foter-social-menu.wpp-footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: auto;
    overflow: visible;
}

section.footer-main.wpp-footer ul.foter-social-menu li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0;
    line-height: 1 !important;
}

section.footer-main.wpp-footer .wpp-footer-social__link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    flex-shrink: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-sizing: border-box !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

section.footer-main.wpp-footer .wpp-footer-social__link:hover,
section.footer-main.wpp-footer .wpp-footer-social__link:focus {
    opacity: 0.92;
    transform: translateY(-1px);
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

section.footer-main.wpp-footer .wpp-footer-social__link .fa {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1 !important;
    width: 1em !important;
    height: 1em !important;
    text-align: center !important;
    display: block !important;
    font-style: normal !important;
}

section.footer-main.wpp-footer .wpp-footer-social__link--facebook {
    background: #1877f2;
}

section.footer-main.wpp-footer .wpp-footer-social__link--instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

section.footer-main.wpp-footer .wpp-footer-social__link--youtube {
    background: #ff0000;
}

section.footer-main.wpp-footer .wpp-footer-social__link--twitter {
    background: #1d9bf0;
}

section.footer-main.wpp-footer .wpp-footer-social__link--linkedin {
    background: #0a66c2;
}

section.footer-main.wpp-footer .wpp-footer-social__link--tumblr {
    background: #35465c;
}

section.footer-main.wpp-footer ul.footer-menu {
    display: block !important;
    list-style: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

section.footer-main.wpp-footer ul.footer-menu li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both;
    margin: 0 0 4px !important;
    padding: 0 !important;
}

section.footer-main.wpp-footer ul.footer-menu li a {
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    white-space: normal;
    word-break: normal;
}

section.footer-main.wpp-footer ul.footer-menu li a:hover,
section.footer-main.wpp-footer ul.footer-menu li a:focus {
    text-decoration: underline;
}

@media (min-width: 768px) {
    section.footer-main.wpp-footer > .wpp-footer__grid {
        flex-wrap: nowrap;
    }

    section.footer-main.wpp-footer .wpp-footer__col--social {
        flex: 0 0 auto;
        width: auto;
        min-width: 52px;
    }

    section.footer-main.wpp-footer .wpp-footer__col--contact {
        width: auto;
        flex: 1 1 0;
    }

    section.footer-main.wpp-footer .wpp-footer__col--links {
        flex: 0 0 26%;
        max-width: 220px;
        width: 26%;
    }
}

@media (max-width: 767px) {
    section.footer-main.wpp-footer > .wpp-footer__grid {
        padding: 32px 16px 28px;
        flex-direction: column;
        gap: 28px;
    }

    section.footer-main.wpp-footer .wpp-footer__col--social,
    section.footer-main.wpp-footer .wpp-footer__col--contact,
    section.footer-main.wpp-footer .wpp-footer__col--links {
        border: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
        flex-basis: auto !important;
        align-self: stretch !important;
        float: none !important;
        clear: both !important;
        position: relative !important;
        display: block !important;
    }

    section.footer-main.wpp-footer .wpp-footer__col--social {
        padding-bottom: 24px;
        border-bottom: 1px solid #fff !important;
        align-items: center;
    }

    section.footer-main.wpp-footer ul.foter-social-menu.wpp-footer-social {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 12px;
    }

    section.footer-main.wpp-footer ul.foter-social-menu li {
        line-height: 1 !important;
    }

    section.footer-main.wpp-footer .wpp-footer__col--contact {
        padding-bottom: 24px;
        border-bottom: 1px solid #fff !important;
    }

    section.footer-copyright {
        padding-bottom: 96px;
    }
}

section.footer-copyright {
    padding: 18px 16px 22px;
    background: #000 !important;
    border-top: 1px solid #fff !important;
}

section.footer-copyright .copyright-content {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

section.footer-copyright .copyright-content p {
    margin: 0;
    color: #fff;
}

/* ─── Site header: full-width bar, flex logo + nav (overrides resize.css table grid + style.css floats) ─── */
.header.s12,
.header {
    display: block !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    background-color: #000 !important;
    padding: 0 !important;
    z-index: 1000;
}

.header .row.row-p.wpp-header-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100% !important;
    max-width: var(--wpp-content-max) !important;
    min-height: 76px;
    margin: 0 auto !important;
    padding: 10px clamp(16px, 3vw, 32px) !important;
    box-sizing: border-box;
    float: none !important;
    clear: both;
}

/* Cancel resize.css .row { display:table } / .s* { display:table-cell } inside header */
.header .row.row-p.wpp-header-bar::before,
.header .row.row-p.wpp-header-bar::after {
    display: none !important;
}

.header .wpp-header-bar__logo-col,
.header .wpp-header-bar__nav-col {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    min-height: 0 !important;
    vertical-align: middle !important;
    box-sizing: border-box;
}

.header .wpp-header-bar__toggle {
    float: none !important;
    display: none !important;
    align-items: center !important;
    width: auto !important;
    min-height: 0 !important;
    vertical-align: middle !important;
    box-sizing: border-box;
    flex: 0 0 auto;
    justify-content: flex-end;
}

.header .wpp-header-bar__logo-col {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 48%;
    padding-right: 12px;
}

.header .wpp-header-bar__nav-col {
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
}

.header .wpp-header-bar__nav-col ul.menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    text-align: right;
    font-size: 14px;
}

.header .wpp-header-bar__nav-col ul.menu li {
    display: inline-flex !important;
    align-items: center;
    float: none !important;
    position: relative;
}

.header .wpp-header-bar__nav-col ul.menu li a {
    margin: 0 7px !important;
    padding: 12px 2px !important;
    height: auto !important;
    line-height: 1.2 !important;
    float: none !important;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
}

/* Mobile drawer — black links on white (do not inherit header bar white) */
.header #m-menu {
    display: none;
    position: fixed;
    top: var(--wpp-header-offset, 76px);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    background-color: #fff !important;
    z-index: 1001;
    overflow-y: auto;
    box-sizing: border-box;
}

.header #m-menu ul.menu {
    display: block !important;
    flex-wrap: nowrap;
    height: auto !important;
    text-align: left;
}

.header #m-menu ul.menu li {
    display: block !important;
    width: 100%;
    float: none !important;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.header #m-menu ul.menu li a {
    display: block;
    margin: 0 !important;
    padding: 15px 25px !important;
    color: #111 !important;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}

.header #m-menu ul.menu li a:hover,
.header #m-menu ul.menu li.active a {
    color: #be0000 !important;
}

.header .m-nav {
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#logo.wpp-site-logo {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    color: #fff !important;
    line-height: 1.15 !important;
}

/* style.css: .header a { line-height: 20px } — breaks logo vertical rhythm */
.header #logo.wpp-site-logo,
.header #logo.wpp-site-logo .wpp-site-logo__text {
    line-height: 1.15 !important;
}

#logo.wpp-site-logo:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.wpp-site-logo__text {
    display: inline-block;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(0.68rem, 3.4vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.15;
    white-space: nowrap;
    color: #fff !important;
}

#logo.wpp-site-logo:hover .wpp-site-logo__text {
    color: #fff !important;
    opacity: 0.92;
}

@media (min-width: 992px) {
    .header .wpp-header-bar__nav-col ul.menu li a {
        margin: 0 9px !important;
        font-size: 15px;
    }

    .header .wpp-header-bar__toggle,
    .header #m-menu {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .header .row.row-p.wpp-header-bar {
        min-height: 68px;
    }

    .wpp-site-logo__text {
        font-size: clamp(0.72rem, 3.2vw, 1.55rem) !important;
        letter-spacing: 0.02em;
    }

    .header .wpp-header-bar__nav-col ul.menu li a {
        margin: 0 5px !important;
        font-size: 12px;
        padding: 10px 1px !important;
    }
}

@media (max-width: 767.98px) {
    :root {
        --wpp-header-offset: 56px;
    }

    /* Single mobile header bar — overrides style.css padding, resize .row-p padding, mobile-performance #m-nav padding */
    .header.s12,
    .header {
        padding: 0 !important;
    }

    .header .row.row-p.wpp-header-bar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: var(--wpp-header-offset) !important;
        height: var(--wpp-header-offset) !important;
        margin: 0 !important;
        padding: 0 14px !important;
        box-sizing: border-box !important;
    }

    .header .wpp-header-bar__nav-col {
        display: none !important;
    }

    .header .wpp-header-bar__logo-col {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 48px);
        padding-right: 8px;
        height: 100%;
        display: flex !important;
        align-items: center !important;
    }

    .header .wpp-header-bar__toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 44px;
        width: 44px;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header .m-nav {
        width: 44px;
        height: 44px;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    #m-nav.m-nav-btn {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    /* style.css positions icon with top:50% + margin — wrong inside 44px flex button */
    #m-nav .m-nav-icon {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0 !important;
        flex-shrink: 0;
    }

    #logo.wpp-site-logo {
        display: inline-flex !important;
        align-items: center !important;
        height: auto;
        max-height: 100%;
    }

    .wpp-site-logo__text {
        font-size: clamp(0.62rem, 3.1vw, 1.05rem) !important;
        letter-spacing: 0.015em;
        line-height: 1.15 !important;
    }
}

/* ─── Utility: remove bleed hacks ─── */
.nospace,
.nospace-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ─── Large screens: cap ultra-wide content ─── */
@media (min-width: 1600px) {
    :root {
        --wpp-content-max: 1400px;
    }
}

/* ─── Small phones ─── */
@media (max-width: 479px) {
    :root {
        --wpp-gutter: 12px;
    }

    .home .service {
        padding: 15px 8px 0;
    }

    .titlebar h1,
    .titlebar h2 {
        font-size: 22px;
    }
}

/* ─── Full-width strip banners (mid-page + page end) ─── */
section.main-banner.wpp-banner-image,
section.main-banner.wpp-banner-strip {
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

section.main-banner.wpp-banner-image img,
section.main-banner.wpp-banner-strip img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

section.images-page-content-sec.wpp-before-banner {
    padding-bottom: 0;
}

section.images-page-content-sec-2.wpp-after-banner {
    padding-top: 0;
}

section.images-page-content-sec + section.main-banner.wpp-banner-image,
section.images-page-content-sec + section.main-banner.wpp-banner-strip {
    margin-top: 0;
}

section.main-banner.wpp-banner-image + section.images-page-content-sec-2,
section.main-banner.wpp-banner-strip + section.images-page-content-sec-2 {
    margin-top: 0;
    padding-top: 10px;
}

/* Images page: less gap under hero carousel */
main#main-content > section.main-banner:first-of-type + .row.row-p {
    margin-top: 0;
    padding-top: 10px;
}

section.footer-last-images {
    padding: 10px 0;
}

section.footer-last-images .container,
section.footer-last-images .container-fluid {
    max-width: var(--wpp-content-max);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--wpp-gutter);
    padding-right: var(--wpp-gutter);
}

section.footer-last-images .titlebar {
    text-align: center;
    margin-bottom: 8px;
}

section.footer-last-images .images-page-content-sec {
    padding: 0 0 10px;
    clear: both;
}

/* ─── YouTube: thumbnail first, iframe on play (cinematography) ─── */
.wpp-yt-lazy {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
}

.wpp-yt-lazy .wpp-yt-load {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    line-height: 0;
    background: transparent;
    position: relative;
}

.wpp-yt-lazy .wpp-yt-load img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.wpp-yt-lazy .wpp-yt-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.wpp-yt-lazy .wpp-yt-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
}

.wpp-yt--hero {
    height: min(506px, 85vh);
    width: 100%;
    overflow: hidden;
}

.wpp-yt--hero .wpp-yt-load {
    height: 100%;
    width: 100%;
}

.wpp-yt--hero .wpp-yt-load img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Cinematography only: YouTube slides (iframe or lazy .wpp-yt--hero). Photo carousels must not get 85vh min-height — causes white bands + controls floating below image on mobile. */
section.main-banner #carousel-1 .carousel-inner > .item:has(iframe),
section.main-banner #carousel-1 .carousel-inner > .item:has(.wpp-yt--hero) {
    min-height: min(506px, 85vh);
}

section.main-banner #carousel-1 .carousel-inner > .item > iframe {
    display: block;
    width: 100%;
    height: min(506px, 85vh);
    border: 0;
}

@media (max-width: 767px) {
    /* Image-only hero slides: height follows image; arrows stay on the banner */
    section.main-banner #carousel-1 .carousel-inner > .item:not(:has(iframe)):not(:has(.wpp-yt--hero)) {
        min-height: 0 !important;
    }

    section.main-banner #carousel-1 .carousel-inner > .item:not(:has(iframe)):not(:has(.wpp-yt--hero)) > img {
        min-height: 0 !important;
        width: 100%;
        height: auto;
        max-height: min(78vh, 640px);
        object-fit: cover;
        display: block;
    }

    section.main-banner #carousel-1.carousel {
        min-height: 0;
    }

    section.main-banner #carousel-1 .carousel-inner {
        min-height: 0;
    }
}

.wpp-yt--grid,
.wpp-yt--owl {
    min-height: 124px;
}

.wpp-yt-lazy iframe {
    display: block;
    border: 0;
    width: 100%;
}

/* Owl “Our Experience” strip — visible embeds in slider */
.gallery-slider {
    --wpp-gallery-slide-h: 220px;
    position: relative;
    overflow: visible;
}

section.instagram-main.home-icon {
    overflow: visible;
}

.gallery-slider .owl-carousel .item.thumbnail iframe.wpp-yt-owl-embed {
    display: block;
    width: 100%;
    min-height: var(--wpp-gallery-slide-h);
    height: var(--wpp-gallery-slide-h);
    border: 0;
}

.gallery-slider .owl-carousel .owl-item .item.thumbnail {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #000;
}

/* Owl nav — outside video row, thin black ring (sits in side padding gutter) */
.gallery-slider .owl-carousel.owl-theme {
    position: relative;
    overflow: visible;
}

.gallery-slider .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--wpp-gallery-slide-h, 220px);
    margin: 0 !important;
    padding: 0;
    pointer-events: none;
    overflow: visible;
}

.gallery-slider .owl-theme .owl-nav button[class*="owl-"] {
    margin: 0 !important;
    pointer-events: auto;
}

.gallery-slider .owl-theme .owl-nav button.owl-prev,
.gallery-slider .owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 46px;
    height: 46px;
    min-width: 46px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #111;
    background: rgba(255, 255, 255, 0.96);
    color: #111;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.gallery-slider .owl-theme .owl-nav button.owl-prev {
    left: -52px !important;
    right: auto !important;
}

.gallery-slider .owl-theme .owl-nav button.owl-next {
    right: -52px !important;
    left: auto !important;
}

.gallery-slider .owl-theme .owl-nav button.owl-prev:not(.disabled):hover,
.gallery-slider .owl-theme .owl-nav button.owl-next:not(.disabled):hover {
    background: #fff;
    color: #111;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    transform: translateY(-50%) scale(1.05) !important;
}

.gallery-slider .owl-theme .owl-nav button.owl-prev:focus,
.gallery-slider .owl-theme .owl-nav button.owl-next:focus {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    outline-offset: 2px;
}

.gallery-slider .owl-theme .owl-nav button.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.gallery-slider .owl-theme .owl-nav button.owl-prev span,
.gallery-slider .owl-theme .owl-nav button.owl-next span {
    display: none;
}

.gallery-slider .owl-theme .owl-nav button.owl-prev::before,
.gallery-slider .owl-theme .owl-nav button.owl-next::before {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
    color: #111;
    display: block;
}

.gallery-slider .owl-theme .owl-nav button.owl-prev::before {
    content: "\f053";
}

.gallery-slider .owl-theme .owl-nav button.owl-next::before {
    content: "\f054";
}

@media (max-width: 767px) {
    .gallery-slider {
        --wpp-gallery-slide-h: 200px;
        padding-left: 52px !important;
        padding-right: 52px !important;
    }

    .gallery-slider .owl-theme .owl-nav button.owl-prev {
        left: -40px !important;
    }

    .gallery-slider .owl-theme .owl-nav button.owl-next {
        right: -40px !important;
    }

    .gallery-slider .owl-theme .owl-nav button.owl-prev,
    .gallery-slider .owl-theme .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

/* ─── Contact page (layout + form + carousels) ─── */
.wpp-contact-page {
    background: #f7f8fa;
    overflow-x: hidden;
}

/* Contact only: beat style.css section.blog-main-top + mobile blog-main-top p (big gap above heading / intro) */
section.blog-main-top.wpp-contact-lead {
    padding-top: 12px !important;
    padding-bottom: 40px !important;
}

section.blog-main-top.wpp-contact-lead p.wpp-contact-intro {
    margin-top: 10px !important;
}

/* One horizontal gutter from .container — remove double padding from Bootstrap .col-md-12 */
.wpp-contact-page .wpp-contact-lead .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wpp-contact-page .wpp-contact-lead > .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wpp-contact-page .main-banner.wpp-contact-hero {
    margin-bottom: 0 !important;
}

.wpp-contact-hero .wpp-contact-hero-inner > .item {
    background: #111;
}

.wpp-contact-hero .wpp-contact-hero-inner > .item > img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}

.wpp-contact-lead {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #f7f8fa;
}

.wpp-contact-lead .titlebar {
    text-align: center;
    margin-bottom: 12px;
}

.wpp-contact-lead .titlebar h2 {
    margin-bottom: 8px;
}

.wpp-contact-intro {
    max-width: 100%;
    margin: 0 auto 28px;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    padding-left: 0;
    padding-right: 0;
}

.wpp-contact-split {
    margin-top: 4px;
    align-items: stretch;
}

.wpp-contact-page .wpp-contact-form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wpp-contact-page .wpp-contact-form .row > .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wpp-contact-split > .col-md-6 {
    box-sizing: border-box;
}

.wpp-contact-gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Full-height hit area + vertically centred chevrons (fixed height breaks BS3 top/bottom:0) */
.wpp-contact-page .carousel .carousel-control {
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    width: 44px;
    min-width: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1 !important;
}

.wpp-contact-page .carousel .carousel-control .fa {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    font-size: 24px;
    line-height: 1 !important;
}

.wpp-contact-gallery-card .carousel-inner {
    min-height: 360px;
    background: #111;
}

.wpp-contact-gallery-card .carousel-inner > .item > img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}

.wpp-contact-form-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 22px 26px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
}

.wpp-contact-form-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #1a1a1a;
}

.wpp-contact-form-lead {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 16px;
}

.wpp-contact-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #333;
    margin-bottom: 6px;
}

.wpp-contact-form .form-element {
    margin-bottom: 10px;
}

.wpp-contact-form .form-element input,
.wpp-contact-form .form-element textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 15px;
    border: 1px solid #cfd4dc;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wpp-contact-form .form-element input:focus,
.wpp-contact-form .form-element textarea:focus {
    outline: none;
    border-color: #6b9bd1;
    box-shadow: 0 0 0 3px rgba(107, 155, 209, 0.2);
}

.wpp-contact-form textarea.wpp-contact-textarea {
    min-height: 120px;
    max-height: 280px;
    height: auto;
    line-height: 1.5;
    resize: vertical;
    overflow-y: auto;
}

.wpp-contact-submit-wrap {
    margin-top: 8px;
    margin-bottom: 0 !important;
}

.wpp-contact-submit {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    background: #111;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.wpp-contact-submit:hover,
.wpp-contact-submit:focus {
    background: #333;
    transform: translateY(-1px);
}

/* Stories carousel (carousel-3) */
.wpp-contact-stories {
    padding: 48px 0 56px;
    background: #fff;
}

.wpp-contact-stories-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: var(--wpp-gutter, 16px);
    padding-right: var(--wpp-gutter, 16px);
}

.wpp-contact-stories-head {
    text-align: center;
    /* max-width: 720px; */
    margin: 0 auto 32px;
}

.wpp-contact-stories-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #1a1a1a;
}

.wpp-contact-stories-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.wpp-contact-stories-carousel {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fafbfc;
}

.wpp-contact-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 320px;
}

.wpp-contact-slide-text-col {
    flex: 1 1 320px;
    padding: 28px 32px;
    box-sizing: border-box;
}

.wpp-contact-slide-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #1a1a1a;
}

.wpp-contact-slide-text {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 14px;
    text-align: left;
}

.wpp-contact-slide-hint {
    font-size: 14px;
    line-height: 1.65;
    color: #666;
    margin: 0;
    font-style: italic;
}

.wpp-contact-slide-media-col {
    flex: 1 1 280px;
    min-height: 260px;
}

.wpp-contact-slide-img-wrap {
    height: 100%;
    min-height: 260px;
    background: #111;
}

.wpp-contact-slide-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .wpp-contact-page .row.wpp-contact-split {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wpp-contact-page .wpp-contact-split > .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wpp-contact-split > .col-md-6.wpp-contact-gallery-col,
    .wpp-contact-split > .col-md-6.wpp-contact-form-col {
        width: 100% !important;
        float: none !important;
        clear: both;
    }

    .wpp-contact-gallery-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    /* Beat style.css section.blog-main-top { padding: 25px 0 0 } + .wpp-contact-lead */
    section.blog-main-top.wpp-contact-lead,
    .wpp-contact-lead {
        padding-top: 0 !important;
        padding-bottom: 28px !important;
    }

    .wpp-contact-lead .titlebar {
        margin-bottom: 8px;
    }

    .wpp-contact-lead .titlebar h2 {
        margin-bottom: 4px;
    }

    .wpp-contact-lead .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .wpp-contact-intro {
        font-size: 15px;
        margin-bottom: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left;
        line-height: 1.7;
    }

    .wpp-contact-gallery-col {
        margin-bottom: 24px;
    }

    .wpp-contact-hero .wpp-contact-hero-inner > .item > img,
    .wpp-contact-gallery-card .carousel-inner,
    .wpp-contact-gallery-card .carousel-inner > .item > img {
        min-height: 0 !important;
        max-height: min(72vh, 560px);
        object-fit: cover;
    }

    .wpp-contact-gallery-card .carousel-inner {
        min-height: 0 !important;
    }

    .wpp-contact-form-title {
        font-size: 20px;
    }

    .wpp-contact-form-card {
        height: auto;
        padding: 18px 16px 22px;
    }

    .wpp-contact-submit {
        width: 100%;
        box-sizing: border-box;
    }

    .wpp-contact-page .carousel .carousel-control {
        width: 40px;
        min-width: 40px;
    }

    .wpp-contact-stories {
        padding: 28px 0 36px;
    }

    .wpp-contact-stories-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .wpp-contact-stories-title {
        font-size: 22px;
    }

    .wpp-contact-stories-desc {
        font-size: 14px;
        line-height: 1.65;
    }

    .wpp-contact-slide {
        flex-direction: column;
    }

    .wpp-contact-slide-text-col {
        padding: 22px 18px;
    }

    .wpp-contact-slide-media-col,
    .wpp-contact-slide-img-wrap,
    .wpp-contact-slide-img-wrap img {
        min-height: 220px;
    }
}

@media (max-width: 479px) {
    .wpp-contact-hero .wpp-contact-hero-inner > .item > img,
    .wpp-contact-gallery-card .carousel-inner,
    .wpp-contact-gallery-card .carousel-inner > .item > img {
        min-height: 0 !important;
        max-height: min(68vh, 480px);
        object-fit: cover;
    }

    .wpp-contact-gallery-card .carousel-inner {
        min-height: 0 !important;
    }

    .wpp-contact-stories-title {
        font-size: 20px;
    }
}
