/* =========================================================
   ALL DAY MOVERS - MOVERS IN EDMONTON
   ========================================================= */

:root {
    --adm-yellow: #F3AE0F;
    --adm-dark: #111111;
    --adm-text: #4b4b4b;
    --adm-light: #f7f7f7;
    --adm-white: #ffffff;
    --adm-border: #e7e7e7;
}

.adm-edmonton-page {
    font-family: "Open Sans", sans-serif;
    color: var(--adm-text);
    line-height: 1.75;
    overflow: hidden;
}

.adm-edmonton-page *,
.adm-edmonton-page *::before,
.adm-edmonton-page *::after {
    box-sizing: border-box;
}

/* =========================================================
   ASTRA FULL WIDTH FIX
   ========================================================= */

.ast-container .adm-full-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    position: relative;
}

/* =========================================================
   INNER CONTAINER
   ========================================================= */

.adm-inner {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
   COMMON SECTION
   ========================================================= */

.adm-section {
    padding: 90px 0;
}

.adm-section h2 {
    color: var(--adm-dark);
    font-weight: 800;
}

.adm-edmonton-page p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
}

.adm-edmonton-page strong {
    color: var(--adm-dark);
    font-weight: 700;
}

/* =========================================================
   BUTTON
   ========================================================= */

.adm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    margin-top: 8px;
    background: var(--adm-yellow);
    color: #111 !important;
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    transition: all .25s ease;
}

.adm-btn:hover {
    background: #111;
    color: #fff !important;
    transform: translateY(-2px);
}

/* =========================================================
   SECTION 1 - HERO
   ========================================================= */

.adm-hero {
    min-height: 510px;
    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.64) 48%,
            rgba(0,0,0,.30) 100%
        ),
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/professional-movers-calgary-all-day-movers.jpeg")
        center center / cover no-repeat;
}

.adm-hero-content {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    text-align: left;
}

.adm-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(45px, 6vw, 74px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.adm-hero h1::after {
    content: "";
    display: block;
    width: 75px;
    height: 5px;
    margin-top: 25px;
    background: var(--adm-yellow);
    border-radius: 20px;
}

/* =========================================================
   SECTION 2
   ========================================================= */

.adm-intro {
    background: #fff;
}

.adm-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 65px;
    align-items: center;
}

.adm-intro-image {
    min-height: 440px;
    border-radius: 24px;
    overflow: hidden;

    background:
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/relocation-services-calgary-all-day-movers.jpeg")
        center / cover no-repeat;

    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.adm-intro-content h2 {
    margin: 0 0 25px;
    font-size: clamp(31px, 4vw, 47px);
    line-height: 1.15;
    letter-spacing: -.7px;
}

.adm-intro-content h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 17px;
    background: var(--adm-yellow);
    border-radius: 20px;
}

/* =========================================================
   SECTION 3
   ========================================================= */

.adm-local {
    background: #f7f7f7;
}

.adm-local-card {
    padding: 58px;
    background: #fff;
    border: 1px solid var(--adm-border);
    border-radius: 25px;
    box-shadow: 0 18px 55px rgba(0,0,0,.06);
}

.adm-local-card h2 {
    margin: 0 0 25px;
    font-size: clamp(31px, 4vw, 47px);
    line-height: 1.15;
    letter-spacing: -.7px;
}

.adm-local-card h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 17px;
    background: var(--adm-yellow);
    border-radius: 20px;
}

/* =========================================================
   SECTION 4 - SERVICES
   ========================================================= */

.adm-services {
    background: #fff;
}

.adm-services-heading {
    text-align: center;
    margin-bottom: 50px;
}

.adm-services-heading h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.adm-services-heading h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 18px auto 0;
    background: var(--adm-yellow);
    border-radius: 20px;
}

.adm-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.adm-service-card {
    padding: 35px;
    background: #fafafa;
    border: 1px solid var(--adm-border);
    border-radius: 20px;
    transition: all .3s ease;
}

.adm-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(243,174,15,.6);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.adm-service-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: var(--adm-yellow);
    color: #111;
    font-size: 17px;
    font-weight: 800;
}

.adm-service-card h3 {
    margin: 0 0 13px;
    color: var(--adm-dark);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.adm-service-card p {
    margin: 0;
}

/* =========================================================
   SECTION 5 - WHY CHOOSE
   ========================================================= */

.adm-why {
    background: #f7f7f7;
}

.adm-why-header {
    max-width: 900px;
    margin-bottom: 45px;
}

.adm-why-header h2 {
    margin: 0 0 20px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.adm-why-header h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 17px;
    background: var(--adm-yellow);
    border-radius: 20px;
}

/* =========================================================
   WHY CHOOSE IMAGE BOXES
   ========================================================= */

.adm-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.adm-why-card {
    min-height: 330px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;

    padding: 30px;

    border-radius: 22px;
    background-size: cover;
    background-position: center;

    box-shadow: 0 15px 40px rgba(0,0,0,.12);

    isolation: isolate;
}

.adm-why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.05) 10%,
            rgba(0,0,0,.25) 40%,
            rgba(0,0,0,.88) 100%
        );
}

.adm-why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background: rgba(0,0,0,.08);

    transition: background .3s ease;
}

.adm-why-card:hover::after {
    background: rgba(243,174,15,.08);
}

.adm-why-card-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.adm-why-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.adm-why-card h3::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 14px;
    background: var(--adm-yellow);
    border-radius: 20px;
}

.adm-why-card p {
    margin: 0;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    line-height: 1.65;
}

/* Individual Images */

.adm-why-card-1 {
    background-image:
        url("https://alldaymovers.ca/wp-content/uploads/2026/06/man-handling-belongings-after-moving-new-home-1-scaled.jpg");
}

.adm-why-card-2 {
    background-image:
        url("https://alldaymovers.ca/wp-content/uploads/2026/06/two-hispanic-men-couple-smiling-confident-holding-cardboard-boxes-new-home-1-1024x683-1.avif");
}

.adm-why-card-3 {
    background-image:
        url("https://alldaymovers.ca/wp-content/uploads/2026/06/cargo-100-1-scaled.jpg");
}

.adm-why-card-4 {
    background-image:
        url("https://alldaymovers.ca/wp-content/uploads/2026/06/boxes-hands-two-moving-service-employees-room-1-scaled.jpg");
}

/* =========================================================
   SECTION 6
   ========================================================= */

.adm-seamless {
    background: #fff;
}

.adm-seamless-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
}

.adm-seamless-content h2 {
    margin: 0 0 25px;
    font-size: clamp(31px, 4vw, 47px);
    line-height: 1.15;
}

.adm-seamless-content h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 17px;
    background: var(--adm-yellow);
    border-radius: 20px;
}

.adm-seamless-image {
    min-height: 470px;
    border-radius: 24px;

    background:
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/office-relocation-calgary-all-day-movers.jpeg")
        center / cover no-repeat;

    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

/* =========================================================
   SECTION 7 - FULL WIDTH
   ========================================================= */

.adm-antique {
    min-height: 510px;
    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.84) 0%,
            rgba(0,0,0,.62) 55%,
            rgba(0,0,0,.38) 100%
        ),
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/piano-movers-calgary-all-day-movers.jpeg")
        center / cover no-repeat;
}

.adm-antique-content {
    max-width: 780px;
}

.adm-antique-content h2 {
    margin: 0 0 25px;
    color: #fff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.15;
    font-weight: 800;
}

.adm-antique-content h2::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    margin-top: 17px;
    background: var(--adm-yellow);
    border-radius: 20px;
}

.adm-antique-content p {
    color: rgba(255,255,255,.93);
}

.adm-antique-content a:not(.adm-btn) {
    color: var(--adm-yellow);
    font-weight: 700;
}

/* =========================================================
   SECTION 8 - GALLERY
   ========================================================= */

.adm-gallery {
    background: #fff;
}

.adm-gallery-heading {
    text-align: center;
    margin-bottom: 45px;
}

.adm-gallery-heading h2 {
    margin: 0;
    color: var(--adm-dark);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
}

.adm-gallery-heading h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 18px auto 0;
    background: var(--adm-yellow);
    border-radius: 20px;
}

/* Slider */

.adm-slider {
    position: relative;
    width: 100%;
    padding: 0 68px;
}

.adm-slides {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.adm-track {
    display: flex;
    transition: transform .55s ease;
    will-change: transform;
}

.adm-slide {
    flex: 0 0 33.333333%;
    padding: 0 9px;
}

.adm-slide-inner {
    height: 330px;
    overflow: hidden;
    border-radius: 18px;
    background: #eee;
}

.adm-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.adm-slide:hover img {
    transform: scale(1.05);
}

/* =========================================================
   GALLERY BUTTONS - FIXED
   ========================================================= */

.adm-gallery-btn {
    appearance: none !important;
    -webkit-appearance: none !important;

    position: absolute !important;
    top: 50% !important;

    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    transform: translateY(-50%) !important;

    border: none !important;
    outline: none !important;
    border-radius: 50% !important;

    background: var(--adm-yellow) !important;
    color: #111 !important;

    cursor: pointer !important;
    z-index: 20 !important;

    box-shadow: 0 8px 25px rgba(0,0,0,.18) !important;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease !important;
}

.adm-gallery-btn:hover {
    background: #111 !important;
    color: #fff !important;

    transform:
        translateY(-50%)
        scale(1.08) !important;
}

.adm-gallery-btn:focus {
    outline: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.18) !important;
}

.adm-gallery-btn svg {
    display: block !important;
    width: 25px !important;
    height: 25px !important;

    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.7 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.adm-gallery-prev {
    left: 0 !important;
}

.adm-gallery-next {
    right: 0 !important;
}

/* =========================================================
   SECTION 9 - FAQ
   ========================================================= */

.adm-faq {
    background: #f7f7f7;
}

.adm-faq-heading {
    text-align: center;
    margin-bottom: 45px;
}

.adm-faq-heading h2 {
    margin: 0;
    color: var(--adm-dark);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
}

.adm-faq-heading h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 18px auto 0;
    background: var(--adm-yellow);
    border-radius: 20px;
}

.adm-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.adm-faq-item {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid var(--adm-border);
    border-radius: 15px;
    overflow: hidden;
}

.adm-faq-question {
    position: relative;
    padding: 22px 60px 22px 25px;
    color: var(--adm-dark);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
}

.adm-faq-question::after {
    content: "+";

    position: absolute;
    right: 22px;
    top: 50%;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border-radius: 50%;
    background: var(--adm-yellow);
    color: #111;

    font-size: 21px;
    line-height: 1;
    font-weight: 500;
}

.adm-faq-answer {
    display: none;
    padding: 0 25px 25px;
    font-size: 16px;
}

.adm-faq-item.active .adm-faq-answer {
    display: block;
}

.adm-faq-item.active .adm-faq-question::after {
    content: "−";
}

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

@media (max-width: 1100px) {

    .adm-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .adm-intro-image {
        min-height: 380px;
    }

    .adm-seamless-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .adm-seamless-image {
        min-height: 390px;
    }

    .adm-slide {
        flex-basis: 50%;
    }
}

@media (max-width: 767px) {

    .adm-section {
        padding: 65px 0;
    }

    .adm-inner {
        width: calc(100% - 30px);
    }

    .adm-hero {
        min-height: 430px;
    }

    .adm-hero-content {
        width: calc(100% - 30px);
    }

    .adm-hero h1 {
        font-size: 43px;
    }

    .adm-local-card {
        padding: 32px 23px;
    }

    .adm-services-grid {
        grid-template-columns: 1fr;
    }

    .adm-why-grid {
        grid-template-columns: 1fr;
    }

    .adm-why-card {
        min-height: 330px;
    }

    .adm-intro-image {
        min-height: 310px;
    }

    .adm-seamless-image {
        min-height: 310px;
    }

    .adm-antique {
        min-height: 500px;
    }

    .adm-slider {
        padding: 0 45px;
    }

    .adm-slide {
        flex-basis: 100%;
        padding: 0;
    }

    .adm-slide-inner {
        height: 300px;
    }

    .adm-gallery-btn {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    .adm-gallery-btn svg {
        width: 21px !important;
        height: 21px !important;
    }

    .adm-gallery-prev {
        left: -2px !important;
    }

    .adm-gallery-next {
        right: -2px !important;
    }

    .adm-faq-question {
        padding: 19px 55px 19px 20px;
        font-size: 16px;
    }

    .adm-faq-answer {
        padding: 0 20px 20px;
    }
}

@media (max-width: 480px) {

    .adm-hero h1 {
        font-size: 36px;
    }

    .adm-local-card h2,
    .adm-intro-content h2,
    .adm-seamless-content h2 {
        font-size: 30px;
    }

    .adm-service-card {
        padding: 28px 22px;
    }

    .adm-why-card {
        min-height: 360px;
        padding: 25px 22px;
    }

    .adm-why-card h3 {
        font-size: 22px;
    }

    .adm-antique-content h2 {
        font-size: 32px;
    }
}


/* =========================================================
   ALL DAY MOVERS - MOVERS IN EDMONTON
   ========================================================= */




/* =========================================================
   ASTRA FULL WIDTH FIX
========================================================= */

/*
 * Astra .ast-container creates the left/right limitation.
 * The .adm-full-section class escapes that container.
 */

.ast-container .adm-full-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    position: relative;
}


/* =========================================================
   GLOBAL
========================================================= */

:root {
    --adm-yellow: #F3AE0F;
    --adm-yellow-dark: #d89500;
    --adm-black: #171717;
    --adm-text: #444444;
    --adm-white: #ffffff;
    --adm-light: #f7f7f7;
    --adm-border: #e7e7e7;
    --adm-shadow: 0 20px 55px rgba(0,0,0,0.08);
    --adm-radius: 20px;
}

.adm-page,
.adm-page * {
    box-sizing: border-box;
}

.adm-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    font-family: "Open Sans", sans-serif;

    color: var(--adm-text);
    background: #fff;

    overflow: hidden;
}

.adm-page p {
    margin-top: 0;
}

.adm-container {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;

    margin-left: auto;
    margin-right: auto;
}

.adm-section {
    width: 100%;
    padding: 90px 0;
}

.adm-section-title {
    margin: 0 0 28px;

    color: var(--adm-black);

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1px;
}

.adm-section-title::after {
    content: "";

    display: block;

    width: 65px;
    height: 4px;

    margin-top: 18px;

    background: var(--adm-yellow);

    border-radius: 50px;
}

.adm-content {
    font-size: 16px;
    line-height: 1.9;
}

.adm-content p {
    margin-bottom: 22px;
}

.adm-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   HERO / BANNER
   FULL WIDTH
========================================================= */

.adm-hero {
    width: 100%;
    min-height: 650px;

    position: relative;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.90) 0%,
            rgba(0,0,0,0.72) 42%,
            rgba(0,0,0,0.18) 100%
        ),
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/affordable-movers-calgary-all-day-movers.jpeg");

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.adm-hero::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 5px;

    background: var(--adm-yellow);
}

.adm-hero-inner {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;

    margin-left: auto;
    margin-right: auto;
}


.adm-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 22px;
    padding: 9px 17px;

    border: 1px solid rgba(243,174,15,0.55);
    border-radius: 50px;

    background: rgba(243,174,15,0.14);

    color: var(--adm-yellow);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.adm-hero-label span {
    width: 7px;
    height: 7px;

    display: block;

    border-radius: 50%;

    background: var(--adm-yellow);
}

.adm-hero-title {
    margin: 0 0 25px;

    color: #fff;

    font-size: clamp(44px, 6vw, 74px);
    line-height: 1.06;

    font-weight: 800;

    letter-spacing: -2px;
}

.adm-hero-title span {
    color: var(--adm-yellow);
}

.adm-hero-text {
    max-width: 650px;

    margin: 0;

    color: rgba(255,255,255,0.91);

    font-size: 18px;
    line-height: 1.8;
}

.adm-hero-scroll {
    position: absolute;

    right: 40px;
    bottom: 35px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 50%;

    color: #fff;
    background: rgba(255,255,255,0.08);
}

.adm-hero-scroll svg {
    width: 24px;
    height: 24px;
}


/* =========================================================
   SECTION 2
   WHITE
========================================================= */

.adm-intro {
    width: 100%;
    background: #fff;
}

.adm-intro-grid {
    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 65px;

    align-items: center;
}

.adm-visual-card {
    position: relative;

    min-height: 500px;

    overflow: hidden;

    border-radius: 28px;

    background-image:
        linear-gradient(
            135deg,
            rgba(243,174,15,0.08),
            rgba(0,0,0,0.10)
        ),
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/apartment-movers-calgary-all-day-movers.jpeg");

    background-position: center;
    background-size: cover;

    box-shadow: var(--adm-shadow);
}

.adm-visual-card::after {
    content: "";

    position: absolute;

    inset: 18px;

    border: 1px solid rgba(255,255,255,0.65);

    border-radius: 20px;
}

.adm-icon-badge {
    position: absolute;

    z-index: 2;

    left: 25px;
    bottom: 25px;

    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #111;

    background: var(--adm-yellow);

    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(243,174,15,0.35);
}

.adm-icon-badge svg {
    width: 38px;
    height: 38px;
}


/* =========================================================
   SECTION 3
   FULL WIDTH BACKGROUND
========================================================= */

.adm-relocation {
    background: var(--adm-light);
}

.adm-relocation-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 28px;
}

.adm-info-card {
    padding: 38px;

    background: #fff;

    border: 1px solid var(--adm-border);

    border-radius: var(--adm-radius);

    box-shadow: 0 8px 30px rgba(0,0,0,0.035);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.adm-info-card:hover {
    transform: translateY(-5px);

    box-shadow: var(--adm-shadow);
}

.adm-card-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    color: var(--adm-yellow-dark);

    background: rgba(243,174,15,0.14);

    border-radius: 15px;
}

.adm-card-icon svg {
    width: 29px;
    height: 29px;
}


/* CONTACT */

.adm-contact-card {
    grid-column: 1 / -1;

    display: grid;

    grid-template-columns: 1fr 0.85fr;

    gap: 45px;

    padding: 50px;

    background: var(--adm-black);

    border-radius: 24px;

    box-shadow: var(--adm-shadow);
}

.adm-contact-copy {
    color: #fff;
}

.adm-contact-copy h3 {
    margin: 0 0 22px;

    color: #fff;

    font-size: 32px;
    line-height: 1.2;

    font-weight: 800;
}

.adm-contact-copy h3::after {
    content: "";

    display: block;

    width: 55px;
    height: 4px;

    margin-top: 16px;

    background: var(--adm-yellow);

    border-radius: 50px;
}

.adm-contact-copy .adm-content {
    color: rgba(255,255,255,0.88);
}

.adm-contact-form {
    padding: 30px;

    background: #fff;

    border-radius: 18px;
}

.adm-contact-form input,
.adm-contact-form textarea,
.adm-contact-form select {
    width: 100%;

    border: 1px solid #ddd;

    border-radius: 8px;
}

.adm-contact-form input[type="submit"] {
    width: auto;

    min-width: 150px;

    padding: 13px 25px;

    border: 0;

    border-radius: 8px;

    color: #111;

    background: var(--adm-yellow);

    font-weight: 700;

    cursor: pointer;
}


/* =========================================================
   SECTION 4
   WHITE
========================================================= */

.adm-long-distance {
    background: #fff;
}

.adm-long-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}

.adm-long-visual {
    min-height: 470px;

    border-radius: 25px;

    background-image:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.05),
            rgba(0,0,0,0.35)
        ),
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/business-moving-calgary-all-day-movers.jpeg");

    background-position: center;
    background-size: cover;

    box-shadow: var(--adm-shadow);
}


/* =========================================================
   SECTION 5
   FULL WIDTH BACKGROUND
========================================================= */

.adm-trusted {
    background: var(--adm-light);
}

.adm-trusted-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 28px;
}

.adm-trusted-main {
    grid-column: 1 / -1;

    padding: 42px;

    background: #fff;

    border: 1px solid var(--adm-border);

    border-radius: 22px;
}

.adm-trust-item {
    position: relative;

    min-height: 190px;

    padding: 35px 35px 35px 90px;

    background: #fff;

    border: 1px solid var(--adm-border);

    border-radius: 20px;
}

.adm-trust-icon {
    position: absolute;

    left: 30px;
    top: 35px;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #111;

    background: var(--adm-yellow);

    border-radius: 12px;
}

.adm-trust-icon svg {
    width: 22px;
    height: 22px;
}

.adm-trust-item strong {
    display: block;

    margin-bottom: 12px;

    color: var(--adm-black);

    font-size: 20px;
    line-height: 1.3;
}


/* =========================================================
   SECTION 6
   FULL WIDTH IMAGE BANNER
========================================================= */

.adm-antique {
    min-height: 620px;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.90) 0%,
            rgba(0,0,0,0.72) 40%,
            rgba(0,0,0,0.20) 100%
        ),
        url("https://alldaymovers.ca/wp-content/uploads/2026/09/antique-art-movers-calgary-all-day-movers.jpeg");

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.adm-antique-inner {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;

    margin-left: auto;
    margin-right: auto;
}

.adm-antique-content {
    width: min(680px, 100%);
}

.adm-antique-content h2 {
    margin: 0 0 26px;

    color: #fff;

    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1.5px;
}

.adm-antique-content h2::after {
    content: "";

    display: block;

    width: 70px;
    height: 5px;

    margin-top: 20px;

    background: var(--adm-yellow);

    border-radius: 50px;
}

.adm-antique-content p {
    margin: 0;

    color: rgba(255,255,255,0.92);

    font-size: 16px;
    line-height: 1.9;
}


/* =========================================================
   SECTION 7
   GALLERY
========================================================= */

.adm-gallery {
    background: #fff;
}

.adm-gallery-head {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 42px;
}

.adm-gallery-head .adm-section-title {
    margin-bottom: 0;
}


/* GALLERY NAV */

.adm-gallery-controls {
    display: flex;

    align-items: center;

    gap: 12px;
}

.adm-gallery-btn {
    appearance: none !important;
    -webkit-appearance: none !important;

    width: 52px !important;
    height: 52px !important;

    min-width: 52px !important;
    min-height: 52px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #dcdcdc !important;

    border-radius: 50% !important;

    outline: none !important;

    color: #171717 !important;

    background: #fff !important;

    box-shadow: none !important;

    cursor: pointer;

    transition: all .25s ease;
}

.adm-gallery-btn:hover {
    color: #111 !important;

    background: var(--adm-yellow) !important;

    border-color: var(--adm-yellow) !important;

    transform: translateY(-2px);
}

.adm-gallery-btn svg {
    width: 21px !important;
    height: 21px !important;

    min-width: 21px !important;

    display: block !important;

    fill: none !important;

    stroke: currentColor !important;

    stroke-width: 2 !important;

    stroke-linecap: round !important;

    stroke-linejoin: round !important;
}


/* GALLERY TRACK */

.adm-gallery-slider {
    width: 100%;

    overflow: hidden;
}

.adm-gallery-track {
    display: flex;

    align-items: stretch;

    gap: 22px;

    transition:
        transform .55s cubic-bezier(.22,.61,.36,1);

    will-change: transform;
}

.adm-gallery-slide {
    min-width: 0;

    flex: 0 0 calc((100% - 44px) / 3);
}

.adm-gallery-image {
    width: 100%;
    height: 390px;

    overflow: hidden;

    border-radius: 20px;

    background: #eee;
}

.adm-gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .55s ease;
}

.adm-gallery-slide:hover img {
    transform: scale(1.06);
}


/* =========================================================
   SECTION 8
   FULL WIDTH FAQ BACKGROUND
========================================================= */

.adm-faq {
    background: var(--adm-light);
}

.adm-faq-layout {
    display: grid;

    grid-template-columns: 0.75fr 1.25fr;

    gap: 70px;

    align-items: start;
}

.adm-faq-intro {
    position: sticky;

    top: 40px;
}

.adm-faq-list {
    display: flex;

    flex-direction: column;

    gap: 14px;
}

.adm-faq-item {
    background: #fff;

    border: 1px solid var(--adm-border);

    border-radius: 15px;

    overflow: hidden;
}

.adm-faq-question {
    position: relative;

    padding: 23px 65px 23px 25px;

    color: var(--adm-black);

    font-size: 17px;
    line-height: 1.5;

    font-weight: 700;

    cursor: pointer;
}

.adm-faq-question::after {
    content: "+";

    position: absolute;

    right: 22px;
    top: 50%;

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border-radius: 50%;

    color: #111;

    background: rgba(243,174,15,0.18);

    font-size: 21px;

    font-weight: 400;
}

.adm-faq-item.active .adm-faq-question::after {
    content: "−";

    background: var(--adm-yellow);
}

.adm-faq-answer {
    display: none;

    padding: 0 25px 25px;

    color: #555;

    font-size: 15.5px;

    line-height: 1.85;
}

.adm-faq-item.active .adm-faq-answer {
    display: block;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .adm-section {
        padding: 70px 0;
    }

    .adm-intro-grid,
    .adm-long-grid,
    .adm-faq-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .adm-visual-card {
        min-height: 430px;
    }

    .adm-relocation-grid {
        grid-template-columns: 1fr;
    }

    .adm-contact-card {
        grid-template-columns: 1fr;
    }

    .adm-gallery-slide {
        flex: 0 0 calc((100% - 22px) / 2);
    }

    .adm-faq-intro {
        position: static;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .adm-container,
    .adm-hero-inner,
    .adm-antique-inner {
        width: calc(100% - 28px);
    }

    .adm-section {
        padding: 55px 0;
    }

    .adm-section-title {
        font-size: 31px;

        letter-spacing: -0.7px;
    }

    .adm-content {
        font-size: 15px;

        line-height: 1.8;
    }


    /* HERO */

    .adm-hero {
        min-height: 590px;
    }

    .adm-hero-title {
        font-size: 42px;

        letter-spacing: -1px;
    }

    .adm-hero-text {
        font-size: 15px;
    }

    .adm-hero-scroll {
        right: 20px;
        bottom: 25px;
    }


    /* SECTION 2 */

    .adm-visual-card {
        min-height: 350px;

        border-radius: 20px;
    }


    /* SECTION 3 */

    .adm-info-card {
        padding: 28px;
    }

    .adm-contact-card {
        padding: 30px 20px;

        border-radius: 18px;
    }

    .adm-contact-copy h3 {
        font-size: 27px;
    }

    .adm-contact-form {
        padding: 20px;
    }


    /* SECTION 4 */

    .adm-long-visual {
        min-height: 350px;
    }


    /* SECTION 5 */

    .adm-trusted-grid {
        grid-template-columns: 1fr;
    }

    .adm-trusted-main {
        padding: 28px;
    }

    .adm-trust-item {
        min-height: auto;

        padding: 28px 25px 28px 80px;
    }

    .adm-trust-icon {
        left: 25px;
        top: 28px;
    }


    /* SECTION 6 */

    .adm-antique {
        min-height: 600px;

        background-position: 65% center;
    }

    .adm-antique-content h2 {
        font-size: 37px;
    }

    .adm-antique-content p {
        font-size: 15px;
    }


    /* GALLERY */

    .adm-gallery-head {
        align-items: flex-start;

        flex-direction: column;
    }

    .adm-gallery-controls {
        margin-top: 2px;
    }

    .adm-gallery-btn {
        width: 48px !important;
        height: 48px !important;

        min-width: 48px !important;
        min-height: 48px !important;
    }

    .adm-gallery-slide {
        flex: 0 0 100%;
    }

    .adm-gallery-image {
        height: 350px;

        border-radius: 18px;
    }


    /* FAQ */

    .adm-faq-question {
        padding: 20px 60px 20px 20px;

        font-size: 15px;
    }

    .adm-faq-answer {
        padding: 0 20px 22px;

        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .adm-section-title {
        font-size: 28px;
    }

    .adm-hero-title {
        font-size: 36px;
    }

    .adm-gallery-image {
        height: 300px;
    }

}


/* =========================================================
   ASTRA EXTRA SAFETY
========================================================= */

/*
 * Only this page's custom wrapper is affected.
 * Astra header/footer are NOT changed.
 */

body {
    overflow-x: hidden;
}



/* =========================================================
   GLOBAL
========================================================= */

.locations-page {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box;
}

.locations-page *,
.locations-page *::before,
.locations-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   FULL WIDTH HERO
========================================================= */

.locations-hero {
    position: relative;

    /* FULL BROWSER WIDTH */
    width: 100vw !important;
    max-width: 100vw !important;

    /* Escape WordPress content container */
    left: 50%;
    margin-left: -50vw !important;
    margin-right: 0 !important;

    min-height: 560px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(243, 174, 15, 0.18),
            transparent 25%
        ),
        linear-gradient(
            115deg,
            #050505 0%,
            #0d0d0d 48%,
            #1b1b1b 100%
        );

    color: #ffffff;
}


/* Decorative yellow circle */

.locations-hero::before {
    content: "";
    position: absolute;

    width: 360px;
    height: 360px;

    right: -120px;
    top: -150px;

    border-radius: 50%;

    background: rgba(243, 174, 15, 0.14);

    border: 1px solid rgba(243, 174, 15, 0.12);
}


/* Decorative bottom circle */

.locations-hero::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    right: 8%;
    bottom: -175px;

    border-radius: 50%;

    border: 1px solid rgba(243, 174, 15, 0.35);
}


/* =========================================================
   HERO INNER CONTAINER
========================================================= */

.locations-hero-inner {
    width: 100%;
    max-width: 1240px;

    margin: 0 auto;

    padding: 80px 30px;

    position: relative;
    z-index: 2;
}


.locations-hero-content {
    max-width: 760px;
}


/* Small label */

.locations-hero-tag {
    display: inline-flex;
    align-items: center;

    padding: 10px 18px;

    margin-bottom: 28px;

    border: 1px solid rgba(243, 174, 15, 0.65);

    border-radius: 50px;

    background: rgba(243, 174, 15, 0.06);

    color: #F3AE0F;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.2px;
}


/* Hero heading */

.locations-hero h1 {
    margin: 0 0 25px;

    color: #ffffff;

    font-size: clamp(48px, 6vw, 82px);

    line-height: 0.98;

    font-weight: 900;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.locations-hero h1 span {
    color: #F3AE0F;
}


.locations-hero-description {
    max-width: 650px;

    margin: 0;

    color: #d0d0d0;

    font-size: 18px;

    line-height: 1.75;
}


/* =========================================================
   HERO DECORATIVE DOTS
========================================================= */

.hero-dots {
    position: absolute;

    right: 8%;
    bottom: 65px;

    width: 100px;
    height: 100px;

    opacity: 0.5;

    background-image: radial-gradient(
        #F3AE0F 1.2px,
        transparent 1.2px
    );

    background-size: 13px 13px;
}


/* =========================================================
   INTRO SECTION
========================================================= */

.locations-intro {
    width: 100%;

    padding: 90px 20px 45px;

    text-align: center;

    background: #ffffff;
}


.locations-intro-inner {
    max-width: 850px;

    margin: 0 auto;
}


.locations-section-label {
    display: inline-block;

    margin-bottom: 14px;

    color: #F3AE0F;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.locations-intro h2 {
    margin: 0 0 18px;

    color: #111111;

    font-size: clamp(32px, 4vw, 50px);

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.locations-intro p {
    margin: 0 auto;

    color: #666666;

    font-size: 17px;

    line-height: 1.75;
}


/* =========================================================
   LOCATIONS SECTION
========================================================= */

.locations-grid-section {
    width: 100%;

    padding: 35px 20px 100px;

    background: #ffffff;
}


.locations-grid-container {
    max-width: 1240px;

    margin: 0 auto;
}


/* =========================================================
   SEARCH
========================================================= */

.locations-search-wrapper {
    max-width: 650px;

    margin: 0 auto 55px;

    position: relative;
}


.locations-search-icon {
    position: absolute;

    left: 20px;
    top: 50%;

    width: 21px;
    height: 21px;

    transform: translateY(-50%);

    color: #777;

    pointer-events: none;
}


.locations-search {
    width: 100%;

    height: 62px;

    padding: 0 24px 0 56px;

    border: 1px solid #e2e2e2;

    border-radius: 14px;

    background: #ffffff;

    color: #111111;

    font-size: 16px;

    outline: none;

    box-shadow: 0 8px 30px rgba(0,0,0,0.06);

    transition: all 0.25s ease;
}


.locations-search:focus {
    border-color: #F3AE0F;

    box-shadow:
        0 0 0 4px rgba(243, 174, 15, 0.12),
        0 10px 35px rgba(0,0,0,0.08);
}


.locations-search::placeholder {
    color: #999999;
}


/* =========================================================
   GRID
========================================================= */

.locations-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 22px;
}


/* =========================================================
   LOCATION CARD
========================================================= */

.location-card {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 105px;

    padding: 24px 25px;

    border: 1px solid #e8e8e8;

    border-radius: 16px;

    background: #ffffff;

    text-decoration: none !important;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.location-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;

    background: #F3AE0F;

    transform: scaleY(0);

    transform-origin: bottom;

    transition: transform 0.3s ease;
}


.location-card:hover {
    transform: translateY(-6px);

    border-color: rgba(243, 174, 15, 0.45);

    box-shadow: 0 18px 45px rgba(0,0,0,0.09);
}


.location-card:hover::before {
    transform: scaleY(1);
}


/* Card left */

.location-card-left {
    display: flex;

    align-items: center;

    gap: 17px;

    min-width: 0;
}


/* Location icon */

.location-icon {
    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(243, 174, 15, 0.12);

    color: #F3AE0F;

    transition: all 0.3s ease;
}


.location-icon svg {
    width: 22px;
    height: 22px;
}


.location-card:hover .location-icon {
    background: #F3AE0F;

    color: #111111;

    transform: rotate(-4deg) scale(1.05);
}


/* Location name */

.location-name {
    margin: 0;

    color: #171717;

    font-size: 17px;

    font-weight: 750;

    line-height: 1.3;

    transition: color 0.25s ease;
}


.location-card:hover .location-name {
    color: #111111;
}


/* Arrow */

.location-arrow {
    flex: 0 0 auto;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f6f6f6;

    color: #333333;

    transition: all 0.3s ease;
}


.location-arrow svg {
    width: 17px;
    height: 17px;
}


.location-card:hover .location-arrow {
    background: #F3AE0F;

    color: #111111;

    transform: translateX(4px);
}


/* =========================================================
   NO RESULTS
========================================================= */

.locations-no-results {
    display: none;

    padding: 55px 20px;

    text-align: center;

    border: 1px dashed #dddddd;

    border-radius: 16px;

    color: #777777;
}


.locations-no-results strong {
    display: block;

    margin-bottom: 8px;

    color: #222222;

    font-size: 20px;
}




/* =========================================================
   CTA
========================================================= */

.locations-cta {
    width: 100%;

    padding: 90px 20px;

    position: relative;

    overflow: hidden;

    background: #111111;

    color: #ffffff;

    text-align: center;
}


.locations-cta::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    left: -280px;
    top: -250px;

    border-radius: 50%;

    border: 1px solid rgba(243, 174, 15, 0.18);
}


.locations-cta::after {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -250px;
    bottom: -300px;

    border-radius: 50%;

    background: rgba(243, 174, 15, 0.06);
}


.locations-cta-inner {
    max-width: 800px;

    margin: 0 auto;

    position: relative;

    z-index: 2;
}


.locations-cta h2 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 52px);

    line-height: 1.1;

    font-weight: 850;

    letter-spacing: -1.5px;
}


.locations-cta p {
    max-width: 650px;

    margin: 0 auto 30px;

    color: #c9c9c9;

    font-size: 17px;

    line-height: 1.7;
}


.locations-cta-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 54px;

    padding: 0 28px;

    border-radius: 10px;

    background: #F3AE0F;

    color: #111111 !important;

    text-decoration: none !important;

    font-size: 15px;

    font-weight: 800;

    transition: all 0.3s ease;
}


.locations-cta-button:hover {
    transform: translateY(-3px);

    background: #ffc52e;

    box-shadow: 0 12px 30px rgba(243,174,15,0.22);
}


.locations-cta-button svg {
    width: 18px;
    height: 18px;

    transition: transform 0.3s ease;
}


.locations-cta-button:hover svg {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .locations-hero {
        min-height: 500px;
    }

    .locations-hero-inner {
        padding: 70px 30px;
    }

    .locations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .locations-hero {
        min-height: 500px;
    }

    .locations-hero-inner {
        padding: 70px 22px;
    }

    .locations-hero-content {
        max-width: 100%;
    }

    .locations-hero-tag {
        margin-bottom: 22px;

        padding: 8px 14px;

        font-size: 11px;
    }

    .locations-hero h1 {
        font-size: 48px;

        letter-spacing: -2px;

        line-height: 0.98;
    }

    .locations-hero-description {
        font-size: 16px;

        line-height: 1.65;
    }

    .locations-hero::before {
        width: 250px;
        height: 250px;

        right: -120px;
        top: -90px;
    }

    .hero-dots {
        display: none;
    }


    .locations-intro {
        padding: 65px 20px 35px;
    }


    .locations-intro h2 {
        font-size: 34px;
    }


    .locations-intro p {
        font-size: 15px;
    }


    .locations-grid-section {
        padding: 30px 15px 70px;
    }


    .locations-search-wrapper {
        margin-bottom: 35px;
    }


    .locations-search {
        height: 58px;

        font-size: 15px;
    }


    .locations-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .location-card {
        min-height: 92px;

        padding: 19px;
    }


    .location-icon {
        width: 44px;
        height: 44px;
    }


    .location-name {
        font-size: 16px;
    }


    .location-arrow {
        width: 36px;
        height: 36px;
    }


    .locations-cta {
        padding: 70px 20px;
    }


    .locations-cta h2 {
        font-size: 35px;
    }


    .locations-cta p {
        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .locations-hero h1 {
        font-size: 42px;
    }

    .locations-hero-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .location-card {
        padding: 16px;
    }

    .location-card-left {
        gap: 12px;
    }

    .location-icon {
        width: 42px;
        height: 42px;
    }

    .location-name {
        font-size: 15px;
    }

}

.locations-search-icon {
    position: absolute;
    right: 20px !important;
    top: 50%;
    width: 21px;
    height: 21px;
    transform: translateY(-52%);
    color: #777;
    pointer-events: none; 
    display:none;
}
/* =========================================================
   WORDPRESS THEME OVERRIDE
   This helps when the theme adds max-width/padding
========================================================= */

body:has(.locations-page) .site-main,
body:has(.locations-page) .entry-content,
body:has(.locations-page) .wp-block-post-content,
body:has(.locations-page) .elementor-widget-container {
    max-width: none !important;
}


body:has(.locations-page) .entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


body:has(.locations-page) .locations-page {
    overflow: visible !important;
}


html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}



/* .main-my-head {
    overflow-x: hidden !important;
} */

.move-form .form-row span.wpcf7-spinner {
    width: fit-content;
}

.move-form p {
    margin-bottom: 0px;
}

.form-row.ddmm p {
    width: 50%;
}
.form-row.ddmm p select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 11px 7px;
    background: white;
    border: none;
    font-size: 16px;
    color: #666;
    border-radius: 4px;
}

.page-id-8139 .wpr-grid-image-wrap img {
    display: block;
    width: 100%;
    border-radius: inherit;
    height: 220px !important;
    object-fit: cover;
}


.move-form{
    max-width:100%;
}

.move-form .form-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.move-form .form-row span{
    width:100%;
}

.move-form input,
.move-form textarea{
    width:100%;
    padding:18px 20px;
    background:#f3f4f7;
    border:none;
    border-radius:4px;
    font-size:16px;
    color:#666;
}

.move-form textarea{
    height:180px;
    resize:none;
}

.move-form input[type="submit"]{
    width:auto;
    background: black;
    color:#fff;
    padding:14px 35px;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
}

.move-form input[type="submit"]:hover{
    background:#b90d0d;
}

.full-width{
    display:block !important;
}

.page-id-7378 .move-form input[type="submit"] {
    width: auto;
    background: #03056c;
    color: #fff;
    padding: 14px 35px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

@media(max-width:767px){

.move-form .form-row{
    flex-direction:column;
    gap:15px;
}
	
	.wpcf7-response-output {
    margin-top: -57px !important;
    margin-bottom: 77px !important;
}
	
	.move-form {
    padding-bottom: 40px;
}
	
.form-row.full-width.date-time span.wpcf7-form-control-wrap:before {
    content: "dd-mm-yyyy";
    position: absolute;
    left: 17px;
    color: #666;
	font-size: 16px;
    top: 12px;
    pointer-events: none;
    text-decoration: none;
	  
	
	
}
	
	/* Hide :before after user selects date */
.form-row.full-width.date-time span.wpcf7-form-control-wrap.selected-date:before{
    display: none !important;
}
	
	span.wpcf7-form-control-wrap.active::before{
    display:none;
}

}

/* UNIVERSAL DATE FIELD FIX - ALL DEVICES */

.move-form input[type="date"]{
    width:100% !important;
    height:58px !important;
    padding:0 8px !important;
    background:#f3f4f7 !important;
    border:none !important;
    border-radius:4px !important;
    font-size:16px !important;
    color:#666 !important;
    box-sizing:border-box !important;

    appearance:none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;

    line-height:58px !important;
    display:block !important;
}

/* FIX CHROME / ANDROID / IPHONE ICON */
.move-form input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:1 !important;
    cursor:pointer;
    position:absolute;
    right:15px;
}

/* REMOVE EXTRA WHITE SPACE */
.move-form .wpcf7-form-control-wrap{
    display:block !important;
}

.move-form .form-row{
    margin-bottom:30px !important;
}

/* FIX MOBILE DEVICE SPACING */
@media only screen and (max-width:767px){

.move-form input[type="date"]{
    min-height:58px !important;
    max-height:58px !important;
    overflow:hidden !important;
}


}

@media(max-width:992px){
	.elementor-element.elementor-element-bb783e2.elementor-widget-tablet__width-initial.elementor-widget.elementor-widget-mf-email {
    width: 100% !important;
    max-width: 100% !important;
}
	.elementor-element.elementor-element-48dab79.elementor-widget-tablet__width-initial.elementor-widget.elementor-widget-mf-text {
    width: 100%;
    max-width: 100%;
}
	.form-row.ddmm p {
    width: 100%  !important;
}
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white !important;
}


@media(max-width:992px){
	.form-row.ddmm p {
    width: 100% !important;

}
	
		.form-row.ddmm  {

		    margin-bottom: 15px !important;
}
	.move-form .form-row {
    margin-bottom: 15px !important;
}
}

/* SR */
.move-form textarea {
    height: 90px !important;
    resize: none;
}

.move-form input, .move-form textarea {
  
    font-size: 15px !important;
 
}

.move-form input[type="date"] {
  
    height: 48px !important;
   
}


.form-row.ddmm p select.wpcf7-form-control.wpcf7-select {
 
    font-size: 14px !important;
 
}

body .move-form .form-row {
    margin-bottom: 15px !important;
}

body .move-form input[type="date"] {
    height: 47px !important;
  
}
 
