.product {
    background-color: white !important;
}

.product .container {
    max-width: 1240px !important;
}
@media (max-width: 600px) {
    #dep-intro {
        display: flex;
        flex-direction: column;
    }
}
.wp-block-media-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wp-block-media-text__media,
.wp-block-media-text__content {
    flex: 1 1 50%;
    max-width: 100%;
    box-sizing: border-box;
}

.wp-block-media-text__media img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 3%;
    word-break: break-word;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: center;
}

/*--------------------------------------------------------------
  # Cta/bg-pic
  --------------------------------------------------------------*/

.bg-pic,
body.page-template-referral-wheel {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)),
        url("../../assets/images/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}
@media (max-width: 1024px) {
    .bg-pic {
        background-attachment: scroll;
    }
}

/* section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
} */

section {
    background-color: #eeeeee;
    overflow: auto;
}

/* .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fd9042;
    margin: 4px 10px;
} */

.section-title {
    padding-bottom: 40px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2c39;
}

@media (min-width: 769px) {
    .btn-mnm-main-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media (max-width: 576px) {
    .btn-mnm-main-wrap {
        display: block;
        margin-top: 30px;
        text-align: start;
    }

    .section-title p {
    margin: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2c39;
}
}

.img-wrap {
    width: 100%; /* Set to your desired width */
    max-width: auto; /* Example fixed width */
    height: auto; /* Set to your desired height */
    overflow: hidden;
    position: relative;
}

.img-wrap .img-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-wrap .img-cover img {
    transition: transform 0.8s ease-in-out;
    width: 100%;
    height: auto;
}

.img-wrap .img-cover img:hover {
    transform: scale(1.5); /* Zoom in by 10% on hover */
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img,
svg {
    vertical-align: middle;
}

.ratio-21x9 {
    padding-top: 42.8571428571%; /* 21:9 aspect ratio */
}

.ratio {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.ratio::before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}

.ratio > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills the container */
    border: 0;
}
