: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;
}

.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: 50%;
}

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

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

.discover-btn {
    display: inline-block;
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
    padding: 16px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-body);
    transition: background-color 0.3s ease;
}

.discover-tlnd-btn {
    display: inline-block;
    background-color: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 16px 62px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-body);
    transition: background-color 0.3s ease;
}


.wtm-col-1 span {
    display: flex;
    gap: 20px;
}

.wtm-col-2 {
    /* border: 1px solid red; */
    width: 50%;
    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: 100px;
    margin: 30px 0 30px;
}

.rws-inner-col {
    padding: 30px;
    align-content: center;
    text-align: start;
    background-color: #fff;

}

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

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

.rws-inner-col p {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-body);
    margin: 20px 0 34px;
}

.rws-inner-col div {
    text-align: end;
}

.prdt-col-1 .lm83 {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-body);
    margin: 20px 0 20px;
}

.prdt-col-1 span {
    display: flex;
    gap: 20px;
}

.prdt-col-2 {
    width: 50%;
    text-align: end;
    align-content: center;
}

.prdt-col-2 div {
    display: flex;
    gap: 5px;
}

.prdt-col-2 div img {
    width: 50%;
}


.prdt-col-1 {
    width: 50%;
}

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

.prdt-col-1 p {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-body);
}

.prdt-col-1 div span {
    color: var(--color-text);
    align-items: baseline;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-body);
    margin: 10px 0 10px;
}

p#spcl-lng {
    line-height: 16px !important;
}

.prdt-list {
    flex: 0 0 16%;
}


.ftrd-mg-main {
    width: 100%;
    height: 400px;
}

.ftrd-mg-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}


.container {
    width: 100%;
    background: #fff;
    flex-wrap: wrap;
    padding: 40px;
    justify-content: center;
    align-items: center;
}

.cntr-inner {
    display: flex;
    max-width: var(--site-max-width);
    margin: auto;
}

.left-section {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.main-image {
    width: 580.12px;
    height: 371.28px;
    object-fit: cover;
    object-position: center;
}

.thumbnail-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    gap: 15px;
}

.thumbnail {
    width: 160px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.1);
}

.right-section {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}


.highlight {
    font-style: italic;
    font-family: "Inter";
    font-weight: 900;
    font-style: italic;
    font-size: 42.26px;
    line-height: 54px;
    margin-bottom: 36px;
}

.description {
    margin-top: 10px;
    line-height: 1.6;
    color: #555;
}

.features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.check-icon {
    margin-right: 10px;
    margin-top: 8px;
    width: 12px;
}

.specs-section {
    background-color: #fff;
    width: 100%;
    margin: 0px auto;
    padding: 60px 20px 60px 20px;
}

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

/* Heading style */
.specs-section h2 {
    font-style: italic;
    font-family: "Inter";
    font-weight: 900;
    font-size: 42.26px;
    line-height: 54px;
    margin-bottom: 36px;
}

/* Table styles */
.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table td {
    padding: 24px 20px;
    border: 1px solid #DDDDDD;
    vertical-align: top;
}

.specs-table td:first-child {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-body);
    letter-spacing: -1px;
}

.specs-table td:last-child {
    color: #444;
}


@media (max-width: 768px) {
    .container {
        flex-direction: column;
        padding: 0;
    }
}

section.map-section {
    width: 100%;
    height: 500px;
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

div.map-button {
    text-align: center;
}

/* Optional: style for a cleaner search bar look */
.leaflet-control-geocoder-form input {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 180px;
}



.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;
    margin-top: 100px;
}

.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);
}


/* Section container */
.td-container {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 20px;
}

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

/* Title */
.td-title {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 42.26px;
    line-height: 54px;
}

.td-title span {
    font-weight: normal;
    font-style: italic;
    margin-left: 3px;
}

/* Accordion wrapper */
.td-accordion {
    margin-top: 36px;
}

/* Individual item */
.td-item {
    border-bottom: 1px solid #eee;
}

/* Header button */
.td-header {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
    transition: background 0.2s ease;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 24.26px;
    line-height: 54px;
}

.td-header:hover {
    background-color: #f9f9f9;
}

/* Content area */
.td-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 16px;
    font-size: 14px;
    color: #444;
}

.td-content p {
    margin: 10px 0 16px;
}

/* When item is active */
.td-item.td-active .td-content {
    max-height: 500px;
    padding: 0 16px 16px;
}

/* Icon rotation */
.td-icon {
    transition: transform 0.3s ease;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    position: relative;
}

.td-item.td-active .td-icon {
    transform: rotate(45deg);
    left: 1px;
}

/* Note below */
.td-note {
    font-size: 11px;
    color: #777;
    margin-top: 20px;
    line-height: 1.4;
}


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

    .td-inner {
        width: 100%;
    }

    .specs-inner {
        width: 89%;
    }
}


@media (max-width: 1024px) {

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

    .rws-inner-col {
        margin-bottom: 20px;
    }

    .main-image {
        width: 100%;
    }

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

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

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

    .specs-inner {
        width: 89%;
    }

    .td-inner,
    .prdt-col-1,
    .prdt-col-2,
    .wtm-col-1,
    .wtm-col-2 {
        width: 100%;
        padding: 20px;
    }

    .specs-section,
    .cntr-inner {
        padding: 0;
    }

    .bhdsc-main {
        padding: 20px;
    }

    .td-header {
        font-size: 18.26px;
    }

}


@media (max-width: 768px) {

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

    .specs-inner {
        width: 89%;
    }

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

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

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


@media (max-width: 480px) {

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

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

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

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

.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;
}
