:root {

    --site-max-width: 1364px;
    --container-padding: 24px;

    --font-heading: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    --font-body: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;

    --color-primary: #009BB4;
    --color-primary-hover: #009cb4ce;
    --colormuted: #ECEBEC;
    --color-text: #000000;

}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--font-body, "Segoe UI", system-ui, sans-serif);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--colormuted);
    overflow-x: hidden;
}

#mainWrapper {
    padding-top: 83px;
    margin-bottom: 0px !important;
}

.pg-header {
    width: 100%;
    align-content: end;
    height: 514px;
    background-image: url("/assets/img/cforce-850-100-touring-4-500x422png-68dd06f644a9d.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 10px;
}

.inner {
    max-width: var(--site-max-width);
    margin: auto;
    /* border: 1px solid red; */
}

.pg-header h1 {
    color: var(--colormuted);
    font-family: var(--font-heading);
    font-weight: 900;
    font-style: italic;
    font-size: 68px;
    letter-spacing: -2px;
    text-transform: uppercase;
    line-height: 48px;

}

.wtm-main {
    width: 100%;
    background-color: #fff;
    /* border: 1px solid red; */
    padding: 100px 0 100px;
}

.wtm-inner {
    max-width: var(--site-max-width);
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */
}

.wtm-col-1 {
    /* border: 1px solid red; */
    width: 60%;
}

.wtm-col-1 h1 {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 42.26px;
    line-height: 54px;
}

.wtm-col-1 p {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-body);
    margin: 20px 0 20px;
}

.wtm-col-2 {
    /* border: 1px solid red; */
    width: 40%;
    text-align: end;
}

.rws-inner-res-scs {
    display: none;
}

.rws-scs {
    width: 100%;
    padding: 100px 0 100px;
}

.rws-inner {
    max-width: 1080px;
    margin: auto;
    justify-content: space-between;
}

.rws-inner-scs,
.rws-inner-dsk-scs {
    display: flex;
    gap: 0px;
    margin: 30px 0 30px;
}

.rws-inner-col-2 {
    padding: 30px;
    align-content: center;
    text-align: start;

}

.rws-inner-rev-col-1 {
    text-align: end;
    padding: 30px;
    align-content: center;
}

.rws-inner-col-2 h2,
.rws-inner-rev-col-1 h2 {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 24.26px;
    line-height: 54px;
    text-transform: uppercase;
}



.bhdsc-main {
    width: 100%;

}

.bhdsc-main {
    width: 100%;
    background-color: #fff;
    /* border: 1px solid red; */
    padding: 100px 0 100px;
}

.bhdsc-inner {
    max-width: var(--site-max-width);
    margin: auto;
}

.bhdsc-inner h1 {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 42.26px;
    line-height: 54px;
}


.bhdsc-imgs {
    width: 100%;
    height: 500px;
    margin-top: 36px;
    display: flex;
    gap: 20px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


.item {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    transition: flex 450ms cubic-bezier(.22, .9, .32, 1);
    display: block;
    position: relative;
    cursor: pointer;
}


.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 600ms ease;
}


.item.center {
    flex: 2;
}

.bhdsc-imgs:hover .item {
    flex: 1;
}

.bhdsc-imgs:hover .item:hover {
    flex: 2;
}

.bhdsc-imgs .item:hover img {
    transform: scale(1.03);
}

@media (max-width: 1400px) {
    .bhdsc-imgs {
        width: 100%;
    }
}


@media (max-width: 1024px) {

    .rws-inner-res-scs,
    .rws-inner-scs,
    .wtm-inner {
        display: block;
        padding: 10px;

    }

    .wtm-inner {
        justify-items: center;
    }

    .rws-inner-dsk-scs {
        display: none;
    }

    .wtm-col-2 {
        width: 100%;
        text-align: start;
    }

    .wtm-col-2 img {
        width: 100%;
    }

    .rws-inner-scs img,
    .rws-inner-col-1 img {
        width: 100%;
    }

    .bhdsc-main {
        padding: 20px;
    }

}


@media (max-width: 768px) {

    .rws-inner-res-scs,
    .rws-inner-scs,
    .wtm-inner {
        display: block;
        padding: 10px;
    }

    .rws-inner-dsk-scs {
        display: none;
    }

    .wtm-inner {
        justify-items: center;
    }

    .wtm-col-2 img {
        width: 100%;
    }

    .wtm-col-2 {
        width: 100%;
        text-align: center;
    }

    .rws-inner-scs img,
    .rws-inner-col-1 img {
        width: 100%;
    }

    .bhdsc-main {
        padding: 20px;
    }
}


@media (max-width: 480px) {

    .rws-inner-res-scs,
    .rws-inner-scs,
    .wtm-inner {
        display: block;
        padding: 10px;
    }

    .rws-inner-dsk-scs {
        display: none;
    }

    .wtm-inner {
        justify-items: center;
    }

    .wtm-col-2 img {
        width: 100%;
    }

    .wtm-col-2,
    .wtm-col-1 {
        width: 90%;
        text-align: center;
    }

    .rws-inner-scs img,
    .rws-inner-col-1 img {
        width: 100%;
    }

    .bhdsc-main {
        padding: 20px;
    }
}

.carousel-container {
    width: 100%;
    max-width: 1360px;
    position: relative;
    margin: auto;
}

.swiper {
    width: 100%;
    height: 350px;
    padding: 20px 0;
}

.swiper-slide {
    width: 700px !important;
    height: 500px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 26px !important;
    font-weight: bold;
    color: #000000;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 20px;
}
