.video-hero {
    background: var(--idc-color-white);
    overflow-x: clip;
}

.video-hero__hero {
    align-items: flex-start;
    background-color: var(--idc-color-navy);
    background-image:
        linear-gradient(
            180deg,
            rgba(17, 39, 57, 0.82) 0%,
            rgba(17, 39, 57, 0.62) 50%,
            rgba(17, 39, 57, 0.78) 100%
        ),
        url("../images/Video-hero-mob-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--idc-color-white);
    display: flex;
    justify-content: center;
    min-height: calc(100svh - var(--idc-header-height-mobile));
    padding: 0 clamp(1.25rem, 4vw, 4rem) 4rem;
    text-align: center;
    width: 100%;
}

.video-hero__container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.video-hero__hero-content {
    width: 100%;
}

.video-hero__container--hero {
    max-width: 1320px;
    padding-top: 50px;
}

.video-hero__heading {
    color: var(--idc-color-white);
    font-family: var(--idc-font-header);
    font-size: clamp(2.25rem, 8vw, 4rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 auto;
    max-width: 1100px;
    text-wrap: balance;
}

.video-hero__headline-emphasis {
    font-weight: 700;
    text-decoration-color: var(--idc-color-white);
    text-decoration-line: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.12em;
}

.video-hero__consultation-label {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--idc-font-header);
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.5;
    margin: 25px auto 0;
}

.video-hero__media {
    aspect-ratio: 16 / 9;
    background: #000;
    border: 1px solid rgba(202, 183, 148, 0.48);
    margin: clamp(1.75rem, 4vw, 2.5rem) auto 0;
    max-width: 960px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-hero__video {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.video-hero__play-overlay {
    align-items: center;
    background: rgba(17, 39, 57, 0.9);
    border: 1px solid var(--idc-color-bronze);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
    color: var(--idc-color-white);
    cursor: pointer;
    display: inline-flex;
    gap: 0.65rem;
    justify-content: center;
    left: 50%;
    min-height: 58px;
    padding: 0.8rem 1.15rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition:
        background-color var(--idc-transition-fast),
        opacity var(--idc-transition-fast),
        visibility var(--idc-transition-fast);
    white-space: nowrap;
    z-index: 2;
}

.video-hero__play-overlay:hover {
    background: var(--idc-color-navy);
}

.video-hero__play-overlay:focus-visible {
    outline: 3px solid var(--idc-color-white);
    outline-offset: 4px;
}

.video-hero__play-overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.video-hero__play-icon {
    fill: var(--idc-color-bronze);
    flex: 0 0 auto;
    height: 28px;
    width: 28px;
}

.video-hero__play-label {
    font-family: var(--idc-font-header);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.video-hero__starter {
    display: flex;
    margin: 0.85rem auto 0;
    margin-bottom: -7.5px;
    max-width: 760px;
    transform: scale(0.85);
    transform-origin: center top;
    width: 100%;
}

.video-hero__phone {
    background: var(--idc-color-white);
    border: 1px solid rgba(202, 183, 148, 0.72);
    border-radius: 3px 0 0 3px;
    color: var(--idc-color-navy);
    flex: 1 1 auto;
    font-family: var(--idc-font-header);
    font-size: 0.9rem;
    height: 50px;
    line-height: 1.4;
    min-width: 0;
    padding: 0 1rem;
    position: relative;
}

.video-hero__phone::placeholder {
    color: rgba(17, 39, 57, 0.58);
    opacity: 1;
}

.video-hero__phone:focus {
    border-color: var(--idc-color-bronze);
    box-shadow: 0 0 0 3px rgba(202, 183, 148, 0.32);
    outline: 0;
    z-index: 1;
}

.video-hero__starter-button {
    border-radius: 0 3px 3px 0;
    flex: 0 0 auto;
    font-size: 0.7rem;
    height: 50px;
    letter-spacing: 0.12em;
    margin: 0;
    min-width: 230px;
    padding: 0.75rem 1.15rem;
    white-space: nowrap;
}

.video-hero__starter-button:focus-visible {
    outline: 2px solid var(--idc-color-white);
    outline-offset: 3px;
}

.video-hero__starter-error {
    color: #ffd7d7;
    font-family: var(--idc-font-header);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0.35rem auto 0;
    max-width: 646px;
    text-align: left;
}

.video-hero__booking-prompt {
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--idc-font-header);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0.9rem auto 0;
}

.video-hero__booking-link {
    color: var(--idc-color-white);
    font-weight: 600;
    text-decoration-color: currentColor;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.video-hero__booking-link:hover,
.video-hero__booking-link:focus-visible {
    color: var(--idc-color-bronze);
}

.video-hero__booking-link:focus-visible {
    outline: 2px solid var(--idc-color-bronze);
    outline-offset: 3px;
}

.testimonial-marquee {
    --testimonial-card-gap: 24px;
    --testimonial-card-width: clamp(280px, calc((100vw - 120px) / 4), 520px);
    margin-left: calc(50% - 50vw);
    margin-top: clamp(3rem, 6vw, 4.5rem);
    position: relative;
    text-align: left;
    width: 100vw;
}

.testimonial-marquee__viewport {
    overflow: hidden;
    width: 100%;
}

.testimonial-marquee__track {
    animation: videoHeroTestimonialsMarquee 46s linear infinite;
    display: flex;
    width: max-content;
    will-change: transform;
}

.testimonial-marquee__group {
    display: flex;
    flex: 0 0 auto;
    gap: var(--testimonial-card-gap);
    padding-right: var(--testimonial-card-gap);
}

.testimonial-card {
    background: #1b3448;
    border: 1px solid rgba(202, 183, 148, 0.2);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(3, 13, 22, 0.24);
    color: var(--idc-color-white);
    display: flex;
    flex: 0 0 var(--testimonial-card-width);
    flex-direction: column;
    height: 340px;
    justify-content: space-between;
    padding: clamp(1.6rem, 2.4vw, 2.2rem);
    width: var(--testimonial-card-width);
}

.testimonial-card__quote {
    border: 0;
    margin: 0;
    padding: 0;
}

.testimonial-card__quote p {
    color: rgba(255, 255, 255, 0.95);
    font-family: var(--idc-font-header);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
}

.testimonial-card__profile {
    align-items: center;
    display: flex;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.testimonial-card__avatar {
    align-items: center;
    background: rgba(202, 183, 148, 0.22);
    border: 1px solid rgba(202, 183, 148, 0.72);
    border-radius: 50%;
    color: var(--idc-color-white);
    display: inline-flex;
    flex: 0 0 48px;
    font-family: var(--idc-font-header);
    font-size: 0.72rem;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.08em;
    width: 48px;
}

.testimonial-card__identity {
    min-width: 0;
}

.testimonial-card__name,
.testimonial-card__subtitle {
    font-family: var(--idc-font-header);
    margin: 0;
}

.testimonial-card__name {
    color: var(--idc-color-white);
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.25;
}

.testimonial-card__subtitle {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0.2rem;
}

@keyframes videoHeroTestimonialsMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.video-hero__content {
    background: var(--idc-color-white);
    padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 4vw, 4rem);
    text-align: center;
    width: 100%;
}

.video-hero__container--content {
    max-width: 820px;
}

.video-hero__content h2 {
    color: var(--idc-color-navy);
    font-family: var(--idc-font-header);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
    text-wrap: balance;
}

.video-hero__content p {
    color: rgba(17, 39, 57, 0.76);
    font-family: var(--idc-font-header);
    font-size: clamp(1rem, 1.3vw, 1.125rem);
    line-height: 1.75;
    margin: 1.25rem auto 0;
    max-width: 680px;
}

.video-steps__inner {
    max-width: 1200px;
}

.video-hero__content .video-steps__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
}

.video-hero__content .video-steps__intro {
    max-width: 760px;
}

.video-steps__track {
    list-style: none;
    margin: clamp(3rem, 6vw, 4.5rem) 0 0;
    padding: 0;
}

.video-steps__item {
    display: grid;
    gap: 1rem;
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 0 0 2.75rem;
    position: relative;
    text-align: left;
}

.video-steps__item:last-child {
    padding-bottom: 0;
}

.video-steps__item:not(:last-child)::before {
    background: rgba(202, 183, 148, 0.68);
    bottom: -30px;
    content: "";
    left: 29px;
    position: absolute;
    top: 60px;
    width: 2px;
    z-index: 0;
}

.video-steps__marker {
    align-items: center;
    background: var(--idc-color-bronze);
    border: 2px solid var(--idc-color-white);
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(17, 39, 57, 0.14);
    color: var(--idc-color-navy);
    display: inline-flex;
    height: 60px;
    justify-content: center;
    position: relative;
    width: 60px;
    z-index: 1;
}

.video-steps__number {
    font-family: var(--idc-font-header);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}

.video-steps__content {
    min-width: 0;
    padding-top: 0.25rem;
}

.video-steps__heading {
    color: var(--idc-color-navy);
    font-family: var(--idc-font-header);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.video-hero__content .video-steps__text {
    color: rgba(17, 39, 57, 0.72);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0.75rem 0 0;
    max-width: none;
}

.video-testimonials {
    background-color: var(--idc-color-white);
    background-image: url("../images/Video Hero Desk BG 03.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--idc-color-black);
    padding: clamp(4.5rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
    text-align: center;
    width: 100%;
}

.video-testimonials__inner {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
}

.video-testimonials__heading {
    color: var(--idc-color-black);
    font-family: var(--idc-font-header);
    font-size: clamp(2.25rem, 10.5vw, 3.25rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0 auto;
    max-width: 9em;
    text-wrap: balance;
}

.video-testimonials__intro {
    color: rgba(0, 0, 0, 0.74);
    font-family: var(--idc-font-header);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.65;
    margin: 1.25rem auto 0;
    max-width: 22rem;
}

.video-testimonials__grid {
    display: grid;
    gap: clamp(1.25rem, 3vw, 1.5rem);
    grid-template-columns: minmax(0, 1fr);
    margin-top: clamp(2.5rem, 5vw, 4rem);
    width: 100%;
}

.video-testimonials__item {
    min-width: 0;
}

.video-testimonials__media {
    aspect-ratio: 4 / 5;
    background: rgba(11, 29, 43, 0.92);
    border: 1px solid rgba(202, 183, 148, 0.62);
    box-shadow: 0 14px 34px rgba(3, 13, 22, 0.24);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-testimonials__video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-testimonials__play-button {
    align-items: center;
    background: var(--idc-color-bronze);
    border: 0;
    border-radius: 50%;
    color: var(--idc-color-white);
    cursor: pointer;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition:
        background-color var(--idc-transition-fast),
        opacity var(--idc-transition-fast),
        visibility var(--idc-transition-fast);
    width: 56px;
    z-index: 2;
}

.video-testimonials__play-button:hover {
    background: var(--idc-color-navy);
}

.video-testimonials__play-button:focus-visible {
    outline: 3px solid var(--idc-color-white);
    outline-offset: 4px;
}

.video-testimonials__play-button.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.video-testimonials__play-icon {
    fill: currentColor;
    height: 28px;
    margin-left: 2px;
    width: 28px;
}

.video-testimonials__cta-wrap {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    text-align: center;
}

.video-testimonials__cta {
    min-height: 52px;
    padding: 1.15rem 2rem;
}

.video-testimonials__cta:focus-visible {
    outline: 3px solid var(--idc-color-white);
    outline-offset: 4px;
}

.video-hero button.idc-floating-cta-tabs__item,
.video-hero button.idc-mobile-sticky-cta__item {
    appearance: none;
    cursor: pointer;
}

.video-hero button.idc-mobile-sticky-cta__item {
    background: transparent;
    border: 0;
    width: 100%;
}

body.video-callback-modal-open {
    overflow: hidden;
}

.video-callback-modal[hidden] {
    display: none;
}

.video-callback-modal {
    align-items: center;
    display: grid;
    font-family: var(--idc-font-header);
    inset: 0;
    justify-items: center;
    opacity: 0;
    padding: clamp(0.75rem, 3vw, 2rem);
    pointer-events: none;
    position: fixed;
    transition:
        opacity 240ms ease,
        visibility 240ms ease;
    visibility: hidden;
    z-index: 1000;
}

.video-callback-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.video-callback-modal__backdrop {
    background: rgba(5, 16, 25, 0.72);
    inset: 0;
    position: absolute;
}

.video-callback-modal__dialog {
    background: var(--idc-color-white);
    border: 1px solid rgba(202, 183, 148, 0.48);
    border-radius: 12px;
    box-shadow: 0 28px 80px rgba(3, 13, 22, 0.38);
    color: var(--idc-color-black);
    max-height: calc(100svh - clamp(1.5rem, 6vw, 4rem));
    max-width: 760px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    position: relative;
    transform: translateY(16px) scale(0.985);
    transition: transform 240ms ease;
    width: 100%;
    z-index: 1;
}

.video-callback-modal.is-open .video-callback-modal__dialog {
    transform: translateY(0) scale(1);
}

.video-callback-modal__header {
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
}

.video-callback-modal__title {
    color: var(--idc-color-navy);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.video-callback-modal__intro {
    color: rgba(17, 39, 57, 0.74);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0.9rem 0 0;
    max-width: 620px;
}

.video-callback-modal__close {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(17, 39, 57, 0.18);
    border-radius: 50%;
    color: var(--idc-color-navy);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 44px;
    font-family: var(--idc-font-header);
    font-size: 1.8rem;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 3px;
    width: 44px;
}

.video-callback-modal__close:hover {
    background: rgba(202, 183, 148, 0.2);
    border-color: var(--idc-color-bronze);
}

.video-callback-modal__close:focus-visible,
.video-callback-modal__form input:focus-visible,
.video-callback-modal__form select:focus-visible,
.video-callback-modal__submit:focus-visible {
    outline: 3px solid var(--idc-color-bronze);
    outline-offset: 3px;
}

.video-callback-modal__form {
    display: grid;
    gap: 1.1rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.75rem;
}

.video-callback-modal__field {
    display: grid;
    gap: 0.4rem;
    min-width: 0;
}

.video-callback-modal__field--full,
.video-callback-modal__actions,
.video-callback-modal__form .idc-enquiry-form__status {
    grid-column: 1 / -1;
}

.video-callback-modal__field label {
    color: var(--idc-color-navy);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.video-callback-modal__field input,
.video-callback-modal__field select {
    background-color: rgba(17, 39, 57, 0.025);
    border: 1px solid rgba(17, 39, 57, 0.18);
    border-radius: 3px;
    color: var(--idc-color-navy);
    font: inherit;
    min-height: 52px;
    padding: 0.85rem 1rem;
    width: 100%;
}

.video-callback-modal__field select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--idc-color-bronze) 50%),
        linear-gradient(135deg, var(--idc-color-bronze) 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    padding-right: 2.75rem;
}

.video-callback-modal__field [aria-invalid="true"] {
    border-color: #a82f2f;
    box-shadow: 0 0 0 2px rgba(168, 47, 47, 0.12);
}

.video-callback-modal__field-error {
    color: #8d2424;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.video-callback-modal__actions {
    margin-top: 0.35rem;
    text-align: right;
}

.video-callback-modal__submit {
    min-height: 52px;
    min-width: 230px;
}

.video-callback-modal__submit:disabled {
    cursor: default;
    opacity: 0.62;
}

.video-callback-modal__form .idc-enquiry-form__status {
    border-left: 3px solid transparent;
    color: var(--idc-color-navy);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
    padding: 0.85rem 1rem;
}

.video-callback-modal__form .idc-enquiry-form__status.is-success {
    background: rgba(32, 112, 89, 0.08);
    border-left-color: #207059;
    color: #1f6652;
}

.video-callback-modal__form .idc-enquiry-form__status.is-error {
    background: rgba(155, 53, 46, 0.08);
    border-left-color: #9b352e;
    color: #8b302a;
}

body.page-template-page-video-hero,
body.page-template-page-video-hero-php {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
}

body.page-template-page-video-hero #page,
body.page-template-page-video-hero .site-content,
body.page-template-page-video-hero-php #page,
body.page-template-page-video-hero-php .site-content {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    body.page-template-page-video-hero,
    body.page-template-page-video-hero-php {
        padding-bottom: 0;
    }

    .video-hero__hero {
        background-image:
            linear-gradient(
                180deg,
                rgba(17, 39, 57, 0.82) 0%,
                rgba(17, 39, 57, 0.62) 50%,
                rgba(17, 39, 57, 0.78) 100%
            ),
            url("../images/Video-hero-desk-bg.png");
        padding-bottom: 6rem;
    }

    .video-hero__container--hero {
        padding-top: 100px;
    }

    .video-testimonials__heading {
        font-size: 50px;
        line-height: 1;
        max-width: 820px;
    }

    .video-testimonials__intro {
        font-size: clamp(1rem, 1.18vw, 1.18rem);
        line-height: 1.7;
        margin-top: 1.7rem;
        max-width: 640px;
    }

    .video-testimonials__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .video-testimonials__heading {
        font-size: clamp(2rem, 5vw, 3.25rem);
        max-width: none;
        width: 100%;
    }

    .video-hero__media,
    .video-hero__video {
        aspect-ratio: 1 / 1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .video-hero__hero {
        padding-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .video-steps__track {
        display: grid;
        gap: clamp(1.5rem, 4vw, 3rem);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        position: relative;
    }

    .video-steps__track::before {
        background: rgba(202, 183, 148, 0.68);
        content: "";
        height: 2px;
        left: calc((100% - (2 * clamp(1.5rem, 4vw, 3rem))) / 6);
        position: absolute;
        right: calc((100% - (2 * clamp(1.5rem, 4vw, 3rem))) / 6);
        top: 29px;
        z-index: 0;
    }

    .video-steps__item {
        display: block;
        padding: 0;
        text-align: center;
    }

    .video-steps__item:not(:last-child)::before {
        content: none;
    }

    .video-steps__marker {
        margin: 0 auto;
    }

    .video-steps__content {
        padding-top: 1.35rem;
    }

    .video-hero__content .video-steps__text {
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }
}

@media (max-width: 480px) {
    .video-hero__hero,
    .video-hero__content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .video-hero__starter {
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: -13.5px;
        transform: scale(0.88);
    }

    .video-hero__phone,
    .video-hero__starter-button {
        border-radius: 3px;
        width: 100%;
    }

    .video-hero__starter-button {
        min-width: 0;
    }

    .video-hero__starter-error {
        max-width: none;
        text-align: center;
    }

    .video-hero__play-overlay {
        min-height: 52px;
        padding: 0.7rem 0.9rem;
    }

    .video-hero__play-icon {
        height: 24px;
        width: 24px;
    }

    .video-hero__play-label {
        font-size: 0.66rem;
    }

    .testimonial-marquee {
        --testimonial-card-gap: 16px;
        --testimonial-card-width: min(82vw, 340px);
        margin-top: 2.75rem;
    }

    .testimonial-marquee__track {
        animation-duration: 40s;
    }

    .testimonial-card {
        height: 320px;
        padding: 1.5rem;
    }

    .testimonial-card__quote p {
        font-size: 1rem;
    }
}

@media (max-width: 639px) {
    .video-callback-modal {
        align-items: stretch;
        padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem max(0.75rem, env(safe-area-inset-bottom));
    }

    .video-callback-modal__dialog {
        border-radius: 9px;
        max-height: calc(100svh - max(1.5rem, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
        padding: 1.25rem;
    }

    .video-callback-modal__form {
        grid-template-columns: minmax(0, 1fr);
    }

    .video-callback-modal__field--full,
    .video-callback-modal__actions,
    .video-callback-modal__form .idc-enquiry-form__status {
        grid-column: auto;
    }

    .video-callback-modal__actions {
        text-align: center;
    }

    .video-callback-modal__submit {
        min-width: 0;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .video-callback-modal,
    .video-callback-modal__dialog {
        transition-duration: 1ms;
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-marquee__viewport {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-bottom: 0.75rem;
        scrollbar-color: var(--idc-color-bronze) rgba(255, 255, 255, 0.12);
        scrollbar-width: thin;
    }

    .testimonial-marquee__track {
        animation: none;
        transform: none;
        will-change: auto;
    }

    .testimonial-marquee__group[aria-hidden="true"] {
        display: none;
    }
}
