/****************************************
cmthaicarrent by CMNice Solutions. *
****************************************/

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Adobe';
    src: url('fonts/Adobe Thai Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =====================================================================
   CM Thai Car Rent — homepage header and hero
   Bootstrap .container, .row and .col-* provide the layout structure.
   ===================================================================== */
:root {
    --cm-red: #c90812;
    --cm-red-dark: #850308;
    --cm-ink: #121212;
    --cm-muted: #666;
}

.cm-site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 16px;
}

.cm-header-bar {
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 18px;
    padding: 7px 13px 7px 18px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .16);
}

.cm-site-logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.cm-site-logo img {
    display: block;
    width: 100px;
    height: 42px;
    object-fit: contain;
}

.cm-site-nav {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.cm-site-nav a {
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.cm-site-nav a::before {
    margin-right: 8px;
    color: var(--cm-red);
    content: '•';
}

.cm-site-nav a:first-child::before {
    display: none;
}

.cm-site-nav a:hover,
.cm-site-nav a.is-active {
    color: var(--cm-red);
}

.cm-header-actions,
.cm-header-contact,
.cm-language-switcher {
    display: inline-flex;
    align-items: center;
}

.cm-header-actions {
    flex: 0 0 auto;
    gap: 11px;
}

.cm-header-contact {
    gap: 7px;
    color: #222;
    font-size: 16px;
    white-space: nowrap;
}

.cm-header-contact i {
    color: var(--cm-red);
}

.cm-header-contact a {
    color: inherit;
    text-decoration: none;
}

.cm-language-switcher {
    overflow: hidden;
    border-radius: 999px;
    background: #151515;
}

.cm-language-switcher a {
    padding: 4px 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.cm-language-switcher a.is-active {
    background: var(--cm-red);
}

.cm-mobile-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.cm-mobile-header-phone i {
    color: var(--cm-red);
    font-size: 13px;
}

.cm-mobile-language {
    padding: 20px 3px 4px;
}

.cm-mobile-language > span {
    display: block;
    margin-bottom: 9px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
}

.cm-mobile-language .cm-language-switcher a {
    padding: 7px 14px;
    font-size: 13px;
}

.cm-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--cm-ink);
    font-size: 20px;
}

.cm-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    padding: 92px 0 38px;
    background: #080808;
}

.cm-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(126, 0, 6, .92) 0%, rgba(189, 7, 15, .56) 14%, rgba(255, 255, 255, .06) 38%, rgba(0, 0, 0, .10) 62%, transparent 80%);
    content: '';
    pointer-events: none;
}

.cm-hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.cm-hero-carousel::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48%;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, .24) 38%, #080808 100%);
    content: '';
    pointer-events: none;
}

.cm-hero-carousel,
.cm-hero-carousel .carousel-inner,
.cm-hero-carousel .carousel-item {
    height: 665px;
}

.cm-hero-carousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cm-hero-content {
    position: relative;
    z-index: 2;
}

.cm-hero .row {
    min-height: 430px;
}

.cm-hero-copy {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    padding: 28px 0 30px;
}

.cm-hero-kicker {
    display: inline-block;
    margin-bottom: 13px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    color: #353535;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}

.cm-hero-copy h1 {
    margin: 0 0 14px;
    color: #050505;
    font-size: clamp(36px, 3.6vw, 58px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.cm-hero-copy.is-english h1 {
    font-size: clamp(34px, 3.2vw, 53px);
    letter-spacing: -.03em;
    line-height: 1.1;
}

.cm-hero-copy h1 em {
    color: var(--cm-red);
    font-style: normal;
}

.cm-hero-copy p {
    max-width: 400px;
    margin-bottom: 23px;
    padding: 9px 12px;
    border-left: 3px solid var(--cm-red);
    border-radius: 0 9px 9px 0;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .10);
    color: #292929;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.cm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cm-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 999px;
    background: var(--cm-red);
    box-shadow: 0 8px 19px rgba(150, 0, 8, .24);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}

@media (min-width: 992px) {
    .cm-hero-actions {
        flex-wrap: nowrap;
    }

    .cm-hero-button {
        white-space: nowrap;
    }
}

.cm-hero-button:hover {
    background: var(--cm-red-dark);
    color: #fff;
    transform: translateY(-2px);
}

.cm-hero-button.is-line {
    background: #06b53b;
    box-shadow: 0 8px 19px rgba(0, 126, 42, .22);
}

.cm-hero-button.is-line:hover {
    background: #058e2f;
}

.cm-hero-button.is-whatsapp {
    background: #25d366;
    box-shadow: 0 8px 19px rgba(6, 137, 56, .22);
}

.cm-hero-button.is-whatsapp:hover {
    background: #1aa950;
}

.cm-hero-about-wrap {
    min-height: 0 !important;
    margin-top: -40px;
}

.cm-hero-about {
    display: flex;
    min-height: 174px;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: 31px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .34);
}

.cm-hero-about-content {
    flex: 1 1 64%;
    padding: 21px 26px;
}

.cm-hero-about-content > span {
    color: #777;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.cm-hero-about h2 {
    margin: 3px 0 7px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.12;
}

.cm-hero-about h2 strong {
    color: var(--cm-red);
    font-weight: 800;
}

.cm-hero-about p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 9px;
    color: #676767;
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cm-hero-about a {
    color: var(--cm-red);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.cm-hero-about-image {
    flex: 0 0 33%;
    min-width: 185px;
    overflow: hidden;
    background: #fff;
}

.cm-hero-about-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

@media (min-width: 1200px) {
    .cm-hero-about {
        min-height: 220px;
        border-radius: 34px;
    }

    .cm-hero-about-content {
        flex-basis: 61%;
        padding: 31px 38px;
    }

    .cm-hero-about-content > span {
        font-size: 12px;
    }

    .cm-hero-about h2 {
        margin: 5px 0 11px;
        font-size: 32px;
    }

    .cm-hero-about p {
        margin-bottom: 13px;
        font-size: 15px;
        line-height: 1.6;
        -webkit-line-clamp: 3;
    }

    .cm-hero-about a {
        font-size: 13px;
    }

    .cm-hero-about-image {
        flex-basis: 36%;
        min-width: 250px;
    }
}

@media (max-width: 1199.98px) {
    .cm-site-nav {
        gap: 8px;
    }

    .cm-site-nav a {
        font-size: 13px;
    }

    .cm-site-nav a::before {
        margin-right: 5px;
    }

    .cm-hero-copy {
        padding-left: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    .cm-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        gap: 9px;
    }

    .cm-hero-about-wrap {
        justify-content: center !important;
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .cm-hero-about-wrap {
        margin-top: 60px;
    }
}

@media (max-width: 991.98px) {
    .cm-site-header {
        position: relative;
        padding: 9px 0;
        background: #fff;
    }

    .cm-header-bar {
        min-height: 56px;
        box-shadow: none;
    }

    .cm-header-actions {
        margin-left: auto;
    }

    .cm-header-language {
        display: none;
    }

    .cm-site-nav {
        display: none;
    }

    .cm-menu-toggle {
        display: block;
    }

    .cm-hero {
        min-height: 0;
        padding: 0 0 34px;
        background: #f5f5f5;
    }

    .cm-hero::before {
        bottom: auto;
        height: 38.9vw;
        background: linear-gradient(180deg, rgba(126, 0, 6, .78) 0%, rgba(189, 7, 15, .32) 18%, rgba(0, 0, 0, .05) 55%, rgba(0, 0, 0, .34) 100%);
    }

    .cm-hero-carousel::after {
        height: 42%;
    }

    .cm-hero-carousel,
    .cm-hero-carousel .carousel-inner,
    .cm-hero-carousel .carousel-item {
        height: 38.9vw;
    }

    .cm-hero-carousel img {
        object-position: left center;
    }

    .cm-hero-content {
        padding-top: 38.9vw;
    }

    .cm-hero .row {
        min-height: 0;
    }

    .cm-hero-copy {
        max-width: 620px;
        margin-left: 0;
        padding: 28px 18px 10px;
    }

    .cm-hero-about-wrap {
        margin-top: 24px;
    }
}

@media (max-width: 575.98px) {
    .cm-site-logo img {
        width: 88px;
        height: 37px;
    }

    .cm-header-bar {
        gap: 8px;
        padding-right: 10px;
        padding-left: 12px;
    }

    .cm-language-switcher a {
        padding: 4px 6px;
    }

    .cm-hero-carousel,
    .cm-hero-carousel .carousel-inner,
    .cm-hero-carousel .carousel-item {
        height: 38.9vw;
    }

    .cm-hero::before {
        height: 38.9vw;
    }

    .cm-hero-content {
        padding-top: 38.9vw;
    }

    .cm-hero-copy h1 {
        font-size: 38px;
    }

    .cm-hero-copy.is-english h1 {
        font-size: 32px;
    }

    .cm-hero-copy p {
        font-size: 14px;
    }

    .cm-hero-about {
        min-height: 0;
        border-width: 4px;
        border-radius: 22px;
    }

    .cm-hero-about-content {
        padding: 18px;
    }

    .cm-hero-about h2 {
        font-size: 20px;
    }

    .cm-hero-about-image {
        display: none;
    }
}

/* =====================================================================
   CM Thai Car Rent — rental vehicle listing
   ===================================================================== */
.cm-vehicles-section {
    /* padding: 20px 0; */
    background: #080808;
}

.cm-section-heading {
    margin-bottom: 25px;
    text-align: center;
}

.cm-section-heading > span {
    color: #e11923;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.cm-section-heading h2 {
    margin: 4px 0 7px;
    color: #fff;
    font-size: 38px;
    font-weight: 800;
}

.cm-section-heading p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
}

.cm-vehicle-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    overflow-x: auto;
    padding: 3px 2px 9px;
}

.cm-vehicle-tabs button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 130px;
    padding: 11px 18px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 9px;
    background: #fff;
    color: #303030;
    font-size: 13px;
    font-weight: 800;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.cm-vehicle-tabs button:hover,
.cm-vehicle-tabs button.is-active {
    border-color: #d30a14;
    background: #d30a14;
    color: #fff;
    transform: translateY(-2px);
}

.cm-vehicle-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(211, 10, 20, .25);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 28px rgba(0, 0, 0, .26);
}

.cm-vehicle-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
}

.cm-vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.cm-vehicle-recommended {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 18px 10px 14px;
    border-radius: 0 0 18px 0;
    background: linear-gradient(135deg, #ef1c26, #b7050e);
    box-shadow: 4px 5px 12px rgba(99, 0, 5, .25);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.cm-vehicle-recommended i {
    font-size: 15px;
}

.cm-vehicle-gallery-trigger {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
    width: 72px;
    height: 56px;
    overflow: hidden;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #222;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .28);
}

.cm-vehicle-gallery-trigger > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-vehicle-gallery-trigger span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.cm-vehicle-gallery-modal {
    position: fixed;
    z-index: 3000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .78);
}

.cm-vehicle-gallery-modal.is-open {
    display: flex;
}

.cm-vehicle-gallery-dialog {
    position: relative;
    width: min(980px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 18px;
    background: #fff;
}

.cm-vehicle-gallery-dialog h3 {
    margin: 0 35px 20px 0;
    color: #171717;
    font-size: 24px;
    font-weight: 800;
}

.cm-vehicle-gallery-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #d30a14;
    color: #fff;
}

.cm-vehicle-gallery-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cm-vehicle-gallery-content img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.cm-information-banner {
    padding: 24px 0;
    background: linear-gradient(90deg, #7d030a 0%, #d9111b 50%, #7d030a 100%);
    color: #fff;
}

.cm-information-banner .container-fluid {
    max-width: 1320px;
}

.cm-information-banner p {
    margin: 0;
}

.cmthai-service-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(75, 0, 5, .28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 12px 24px rgba(76, 0, 5, .18);
}

.cmthai-service-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 90px;
    padding: 16px 20px;
    transition: background-color .2s ease;
}

.cmthai-service-item:hover {
    background: rgba(255, 255, 255, .06);
}

.cmthai-service-item:not(:last-child)::after {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background: rgba(255, 255, 255, .42);
    content: '';
}

.cmthai-service-icon {
    display: inline-flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    color: #fff;
    transition: transform .2s ease;
}

.cmthai-service-item:hover .cmthai-service-icon {
    transform: translateY(-2px);
}

.cmthai-service-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cmthai-service-content {
    min-width: 0;
}

.cmthai-service-th {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.cmthai-service-en {
    margin-top: 3px;
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .cmthai-service-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmthai-service-item {
        justify-content: flex-start;
    }

    .cmthai-service-item::after {
        display: none;
    }

    .cmthai-service-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .28);
    }

    .cmthai-service-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .28);
    }
}

@media (max-width: 767.98px) {
    .cm-information-banner {
        padding: 14px 0;
    }

    .cmthai-service-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 10px;
    }

    .cmthai-service-item {
        justify-content: flex-start;
        min-height: 72px;
        padding: 12px;
    }

    .cmthai-service-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .cmthai-service-icon img {
        width: 17px;
        height: 17px;
    }

    .cmthai-service-th {
        font-size: 13px;
    }

    .cmthai-service-en {
        font-size: 10px;
    }
}

.cm-vehicle-card:hover .cm-vehicle-image img {
    transform: scale(1.04);
}

.cm-vehicle-body {
    padding: 20px 21px 18px;
}

.cm-vehicle-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f2f2f2;
    color: #555;
    font-size: 11px;
    font-weight: 700;
}

.cm-vehicle-body h3 {
    margin: 11px 0 1px;
    color: #171717;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.cm-vehicle-body small {
    color: #777;
    font-size: 12px;
}

.cm-vehicle-year {
    display: inline-flex;
    margin-top: 7px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.cm-vehicle-body p {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    margin: 13px 0;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cm-vehicle-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-top: 11px;
    border-top: 1px dashed #d6d6d6;
}

.cm-vehicle-price span,
.cm-vehicle-price em {
    color: #555;
    font-size: 12px;
    font-style: normal;
}

.cm-vehicle-price strong {
    color: #d30a14;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.cm-vehicle-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.cm-vehicle-specs span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    border-radius: 7px;
    background: #f1f1f1;
}

.cm-vehicle-specs i {
    color: #d30a14;
    font-size: 13px;
}

.cm-vehicle-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 17px;
}

.cm-vehicle-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, opacity .2s ease;
}

.cm-vehicle-actions a:hover {
    color: #fff;
    opacity: .9;
    transform: translateY(-1px);
}

.cm-vehicle-actions .is-phone {
    background: #d30a14;
}

.cm-vehicle-actions .is-line {
    background: #06b53b;
}

.cm-vehicle-actions .is-whatsapp {
    background: #25d366;
}

.cm-vehicle-empty {
    padding: 40px 15px;
    color: #fff;
    text-align: center;
}

.cm-vehicle-more-wrap {
    padding: 32px 0 42px;
    text-align: center;
}

.cm-vehicle-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    border: 1px solid #e12831;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: background-color .2s ease, color .2s ease;
}

.cm-vehicle-less {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-left: 8px;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 800;
    transition: border-color .2s ease, color .2s ease;
}

.cm-vehicle-less:hover,
.cm-vehicle-less:focus {
    border-color: #fff;
    color: #fff;
}

.cm-vehicle-more:hover,
.cm-vehicle-more:focus {
    background: #d30a14;
    color: #fff;
}

@media (max-width: 767.98px) {
    .cm-vehicles-section {
        padding: 56px 0;
    }

    .cm-section-heading h2 {
        font-size: 31px;
    }

    .cm-vehicle-tabs {
        justify-content: flex-start;
        margin-right: -12px;
        margin-left: -12px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .cm-vehicle-tabs button {
        min-width: auto;
        padding: 10px 14px;
    }

}

/* Mobile */
@media screen and (max-width: 994px) {
    .header-contain {
        position: relative !important;
    }

    .header-mb {
        background: #fff;
    }

    .header-mb p {
        font: 14px/1.4 'Kanit', sans-serif;
        color: #fff;
        font-weight: 300;
    }

    .header-mb h1 {
        font: 28px/1.6 'Kanit', sans-serif !important;
        color: #000;
        font-weight: 300;
    }

     .headercm-mb {
        background: #1E4266;
    }

    .headercm-mb p {
        font: 14px/1.4 'Kanit', sans-serif;
        color: #fff;
        font-weight: 300;
    }

    .headercm-mb h1 {
        font: 28px/1.6 'Kanit', sans-serif !important;
        color: #000;
        font-weight: 300;
    }


    .mobile-logo {
        height: 88px !important;
    }

    .navbar-expand-lg {
        background-color: #fff !important;
    }

    .nav-item {
        border-bottom: 2px solid #EF4322;
    }

    .nav-item .nav-link {
        font: 18px/1.6 'Kanit', sans-serif !important;
        color: #6e6e6d !important;
        font-weight: 300 !important;
    }

    .navbar-nav .show {
        background-color: #000 !important;
        color: #6e6e6d !important;
    }

    .navbar-nav .dropdown-menu {
        /* background-color: #5F800C !important; */
        color: #6e6e6d !important;
    }

    .nav-item .dropdown-menu .dropdown-item {
        color: #6e6e6d !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    .nav-item .dropdown-menu .mb-dropdown-item {
        font-size: 12px !important;
    }

    /**/
    .team-item-text {
        min-height: 7rem !important;
    }

  
    /**/
    .service-block {
        height: 310px !important;
    }

    .service-block .mask {
        background: rgba(0, 85, 167, 0.75) !important;

    }

    .service-block .mask h3,
    .service-block .mask p {
        color: #fff !important;
    }

    .service-detail-contain-bg {
        background-size: auto 100% !important;
    }
}

/* Desktop */
body {
    background: #fff;
}

/* Page Container */
.container {
    max-width: 1340px;
}

/* Content Container */
.content_container {
    position: relative;
}

/* Content Wrapper Container */
.logo {
    position: relative;
}

.top-contact {
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    background: #214266;
}

.top-contact a{
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
}

.top-contact p {
    font: 16px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.top-contact-cm {
    font-family: 'Kanit', sans-serif;
    background: #0c4369;
}

/* ใช้เฉพาะหน้าที่มี slide */
.top-contact-cm.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #214266c4;

}

.top-contact-cm a{
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 300;

}

.top-contact-cm p {
    font: 16px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.bg-zoom-effect {
transition: transform 0.4s ease, box-shadow 0.3s ease;
will-change: transform;
cursor: pointer;
}
.bg-zoom-effect:hover,
.bg-zoom-effect:focus,
.bg-zoom-effect:active {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.img-wrapper {
overflow: hidden;
border-radius: 0; /* หรือใช้ 1rem ถ้าอยากให้มีมุมโค้ง */
}

/* กำหนดขนาด slide */
.carousel-img-wrapper-cm {
    position: relative;
    height: 780px;
    overflow: hidden;
}
.carousel-img-wrapper {
    position: relative;
    height: 650px;
    overflow: hidden;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.carousel-img-wrapper-cm::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.carousel-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-box {
    font-family: 'Kanit', sans-serif;
    z-index: 2;
    right: 18%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 22px;
    max-width: 485px;
    color: #fff;
    text-align: center;
}
.hero-box h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 15px;
}

.hero-box p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
    font-weight: 300;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}


.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 24px;
    border-radius: 12px;

    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 300;

    color: #ffffff;
    border: none;
    cursor: pointer;

    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


#scrollUp {
    right: 22px;
    bottom: 22px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #d30a14;
    border-radius: 14px;
    background: #fff;
    color: #d30a14;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#scrollUp:hover,
#scrollUp:focus {
    background: #d30a14;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 11px 24px rgba(211, 10, 20, .28);
}

#scrollUp i {
    font-size: 17px;
}

.modal-content {
    font-family: 'Kanit', sans-serif;
}

/* Clearfix */
.clearfix {
    clear: both;
}

.social-logo {
    width: 40px;
    height: auto;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}

.social-logo a img {
    transition: all 0.5s;
}

.social-logo a:hover img {
    transform: scale(1.2);
}

/* Img box */
.img-box-1{
	height:380px;
}
.img-box-2{
	height:160px;
}
/**/

/* Nav icon */
.menu-contain {

	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.menu-containn p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.menu-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	/* width: 250px; */
	/* background-color: #BBCF44;
	height: 50px; */

}

.menu-contain a:hover {
	/* background-color: #28650A; */
	color: #7b9067;
}

/* icon right */
.fab-container {
    font-family: 'Kanit', sans-serif;
    position: fixed;
    right: 19px;
    bottom: 84px;
    z-index: 9999;
}

/* main toggle */
.fab-toggle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #d30a14;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.fab-toggle i {
    color: #fff !important;
    font-size: 22px;
}

.fab-toggle:hover,
.fab-toggle:focus {
    background: #970008;
    transform: translateY(-3px);
    box-shadow: 0 11px 24px rgba(211, 10, 20, .32);
}

/* items */
.fab-item {
    position: absolute;
    right: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d30a14;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    transition: all .3s ease;
}

.fab-item i {
    color: #d30a14 !important;
    font-size: 21px;
}

/* label */
.fab-label {
    position: absolute;
    right: 66px;
    background: #171717;
    color: #fff;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 7px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transition: .3s;
}

/* open state */
.fab-container.active .fab-item {
    opacity: 1;
    pointer-events: auto;
}

.fab-container.active .fab-item:nth-child(1) { transform: translateY(-80px); }
.fab-container.active .fab-item:nth-child(2) { transform: translateY(-150px); }
.fab-container.active .fab-item:nth-child(3) { transform: translateY(-220px); }
.fab-container.active .fab-item:nth-child(4) { transform: translateY(-290px); }
.fab-container.active .fab-item:nth-child(5) { transform: translateY(-360px); }
.fab-container.active .fab-item:nth-child(6) { transform: translateY(-430px); }
.fab-container.active .fab-item:nth-child(7) { transform: translateY(-500px); }

.fab-container.active .fab-label {
    opacity: 1;
}

/* hover */
.fab-item:hover {
    background: #fff0f1;
}

@media (max-width: 767px) {
    #scrollUp {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .fab-container {
        right: 12px;
        bottom: 70px;
    }

    .fab-toggle,
    .fab-item {
        width: 52px;
        height: 52px;
    }
}
/* text-slide */
.restaurant-title {
    color: #4a391b;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.05;
    margin: 0;
}

.restaurant-title span {
    color: #b18d20;
}

@media (max-width: 767.98px) {
    .restaurant-title {
        font-size: clamp(36px, 10vw, 52px);
    }
}

/* ================================================================
   Home: About the restaurant
   Source: text_box.id = 1 | Artwork: images/cover/index-about.png
   ================================================================ */
.about-home-section {
    min-height: 540px;
    overflow: hidden;
    background: #ecd982 url('../images/cover/index-about.png') center center / cover no-repeat;
}

.about-home-container {
    display: flex;
    align-items: center;
    min-height: 540px;
}

.about-home-content {
    width: 50%;
    padding: 42px 70px 42px 0px;
    color: #3e311c;
}

.about-home-content h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 1.1;
}

.about-home-content h2 img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.about-home-description {
    display: -webkit-box;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.about-home-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 42px;
    margin-top: 26px;
    padding: 8px 24px;
    border-radius: 3px;
    background: #3783b5;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.about-home-more:hover {
    background: #24688f;
    color: #fff;
}

.about-home-mobile-photo {
    display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about-home-section,
    .about-home-container {
        min-height: 380px;
    }

    .about-home-content {
        width: 46%;
        padding: 32px clamp(24px, 5vw, 54px);
    }

    .about-home-content h2 {
        gap: 11px;
        margin-bottom: 13px;
        font-size: 30px;
    }

    .about-home-content h2 img {
        width: 36px;
        height: 36px;
    }

    .about-home-description {
        font-size: 13px;
        line-height: 1.55;
    }

    .about-home-more {
        min-width: 100px;
        min-height: 36px;
        margin-top: 16px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .about-home-section {
        min-height: 0;
        background: #fff;
    }

    .about-home-mobile-photo {
        display: block;
        height: 235px;
        background: #fff url('../images/cover/index-about.png') right center / auto 235px no-repeat;
    }

    .about-home-container {
        display: block;
        min-height: 0;
        padding: 0;
    }

    .about-home-content {
        width: auto;
        margin: 0 18px 28px;
        padding: 30px 24px;
        border-radius: 0 0 20px 20px;
        background: #ecd982;
        color: #3e311c;
        text-align: center;
    }

    .about-home-content h2 {
        justify-content: center;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 28px;
    }

    .about-home-content h2 img {
        width: 35px;
        height: 35px;
    }

    .about-home-description {
        font-size: 14px;
        line-height: 1.6;
        -webkit-line-clamp: 6;
    }

    .about-home-more {
        min-width: 108px;
        min-height: 38px;
        margin-top: 18px;
        font-size: 14px;
    }
}

/* ================================================================
   Home: Recommended menu
   Data source: product.p_recommended = 1
   ================================================================ */
.han-recommended-section {
    padding: 44px 0 48px;
    background: #f5f5f5;
}

.han-recommended-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding: 0 16px;
}

.han-recommended-heading h2 {
    margin: 0;
    color: #2f2a24;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.han-recommended-heading h2 span {
    color: #70685a;
    font-size: 13px;
    font-weight: 400;
}

.han-recommended-all {
    min-width: 104px;
    padding: 7px 22px;
    border-radius: 3px;
    background: #3783b5;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.han-recommended-all:hover {
    background: #24688f;
    color: #fff;
}

.han-recommended-carousel {
    position: relative;
    margin: 0;
    padding: 16px 42px 14px;
    border-radius: 32px;
    background: #ecd982;
}

.han-recommended-track {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: min(100%, 1120px);
    max-width: 1120px;
    margin: 0 auto;
    gap: 14px;
    overflow-x: auto;
    padding: 0 2px 7px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.han-recommended-track::-webkit-scrollbar {
    display: none;
}

.han-recommended-card {
    display: flex;
    flex: 0 0 148px;
    flex-direction: column;
    align-items: center;
    color: #342a1b;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease;
}

.han-recommended-card:hover,
.han-recommended-card:focus-visible {
    outline: none;
    transform: translateY(-5px);
}

.han-recommended-card > img {
    width: 132px;
    height: 132px;
    border: 3px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}

.han-recommended-price-tag {
    display: flex;
    width: 124px;
    height: 83px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -17px;
    padding: 16px 12px 7px;
    background: url('../images/price-tag.png') center center / 100% 100% no-repeat;
    color: #342a1b;
}

.han-recommended-price-tag span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.han-recommended-price-tag strong {
    margin-top: 2px;
    color: #342a1b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
}

.home-recommended-modal-open {
    overflow: hidden;
}

.home-recommended-modal {
    display: none;
    position: fixed;
    z-index: 10060;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(41, 30, 14, .72);
}

.home-recommended-modal.is-open {
    display: flex;
}

.home-recommended-modal-dialog {
    position: relative;
    display: grid;
    width: min(100%, 800px);
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    overflow: hidden;
    border: 1px solid rgba(236, 217, 130, .72);
    border-radius: 22px;
    background: #fffdf7;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}

.home-recommended-modal-image {
    display: flex;
    min-height: 390px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #ecd982;
}

.home-recommended-modal-image img {
    display: block;
    width: min(100%, 340px);
    aspect-ratio: 1 / 1;
    border: 5px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 25px rgba(83, 60, 20, .18);
    object-fit: cover;
}

.home-recommended-modal-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 5vw, 54px) clamp(26px, 5vw, 52px);
    color: #3e311c;
}

.home-recommended-modal-content > span {
    color: #a47c17;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
}

.home-recommended-modal-content h2 {
    margin: 8px 0 12px;
    color: #3e311c;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.25;
}

.home-recommended-modal-content strong {
    color: #a47c17;
    font-size: 27px;
    font-weight: 400;
}

.home-recommended-modal-content p {
    margin: 16px 0 0;
    color: #766d5c;
    font-size: 13px;
    font-weight: 400;
}

.home-recommended-modal-menu-link {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    margin-top: 24px;
    padding: 11px 13px;
    border: 1px solid rgba(190, 151, 41, .38);
    border-radius: 14px;
    background: linear-gradient(135deg, #fffdf6 0%, #f5e49b 100%);
    box-shadow: 0 8px 18px rgba(94, 70, 21, .1);
    color: #44351e;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-recommended-modal-menu-link:hover,
.home-recommended-modal-menu-link:focus-visible {
    box-shadow: 0 12px 22px rgba(94, 70, 21, .18);
    color: #44351e;
    outline: none;
    transform: translateY(-2px);
}

.home-recommended-modal-menu-link > span:first-child {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #c39b2b;
    color: #fff;
    font-size: 17px;
}

.home-recommended-modal-menu-link > span:nth-child(2) {
    min-width: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.home-recommended-modal-menu-link small {
    display: block;
    margin-top: 3px;
    color: #7c6e50;
    font-size: 11px;
    font-weight: 400;
}

.home-recommended-modal-menu-link > .fa-arrow-right {
    color: #9e791a;
    font-size: 14px;
}

.home-recommended-modal-close {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(62, 49, 28, .16);
    border-radius: 50%;
    background: rgba(255, 253, 247, .92);
    color: #3e311c;
    cursor: pointer;
    font-size: 15px;
}

.home-recommended-modal-close:hover,
.home-recommended-modal-close:focus-visible {
    background: #ecd982;
    outline: none;
}

.han-recommended-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 34px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c4c9ca;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
}

.han-recommended-arrow:hover {
    color: #8f9799;
}

.han-recommended-arrow.is-prev {
    left: -48px;
}

.han-recommended-arrow.is-next {
    right: -48px;
}

.han-recommended-arrow:disabled {
    cursor: default;
    opacity: .32;
}

/* Tablet: keep four menu cards readable without compressing the price tag. */
@media (min-width: 768px) and (max-width: 1199px) {
    .han-recommended-track {
        width: min(100%, 602px);
        gap: 14px;
    }

    .han-recommended-card {
        flex-basis: 132px;
    }

    .han-recommended-card > img {
        width: 116px;
        height: 116px;
    }

    .han-recommended-price-tag {
        width: 124px;
        height: 83px;
        margin-top: -17px;
        padding: 16px 12px 7px;
    }

    .han-recommended-price-tag span {
        font-size: 14px;
    }

    .han-recommended-price-tag strong {
        font-size: 13px;
    }
}

/* Seven cards remain visible on narrower desktop screens without shrinking food images. */
@media (min-width: 1200px) and (max-width: 1399px) {
    .han-recommended-track {
        width: min(100%, 1050px);
    }

    .han-recommended-card {
        flex-basis: 138px;
    }
}

@media (max-width: 1399px) {
    .han-recommended-heading {
        padding: 0;
    }

    .han-recommended-arrow.is-prev {
        left: -38px;
    }

    .han-recommended-arrow.is-next {
        right: -38px;
    }
}

@media (max-width: 767px) {
    .han-recommended-section {
        padding: 34px 0;
    }

    .han-recommended-heading {
        align-items: flex-end;
        margin-bottom: 12px;
    }

    .han-recommended-heading h2 {
        font-size: 23px;
    }

    .han-recommended-heading h2 span {
        display: block;
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.35;
    }

    .han-recommended-all {
        min-width: auto;
        padding: 7px 14px;
        font-size: 12px;
    }

    .han-recommended-carousel {
        margin: 0 -12px;
        padding: 15px 18px 12px;
        border-radius: 23px;
    }

    .han-recommended-track {
        justify-content: flex-start;
        gap: 8px;
    }

    .han-recommended-card {
        flex-basis: 120px;
    }

    .han-recommended-card > img {
        width: 104px;
        height: 104px;
    }

    .han-recommended-price-tag {
        width: 112px;
        height: 75px;
        padding: 14px 10px 6px;
    }

    .han-recommended-price-tag span {
        font-size: 12px;
    }

    .han-recommended-price-tag strong {
        font-size: 12px;
    }

    .home-recommended-modal {
        padding: 16px;
    }

    .home-recommended-modal-dialog {
        grid-template-columns: 1fr;
        border-radius: 17px;
    }

    .home-recommended-modal-image {
        min-height: 220px;
        padding: 24px;
    }

    .home-recommended-modal-image img {
        width: 170px;
    }

    .home-recommended-modal-content {
        padding: 26px 24px 30px;
        text-align: center;
    }

    .home-recommended-modal-content h2 {
        font-size: 28px;
    }

    .home-recommended-modal-content strong {
        font-size: 24px;
    }

    .han-recommended-arrow {
        display: none;
    }
}

/* ================================================================
   Home: Gallery
   Random photos from visible gallery albums
   ================================================================ */
.home-gallery-section {
    padding: 46px 0 52px;
    background: #f8f8f8;
}

.home-gallery-heading {
    margin-bottom: 24px;
    text-align: center;
}

.home-gallery-heading h2 {
    margin: 0;
    color: #2f2a24;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2;
}

.home-gallery-heading p {
    margin: 4px 0 10px;
    color: #756e62;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.home-gallery-heading a {
    display: inline-flex;
    min-width: 92px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #3783b5;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.home-gallery-heading a:hover {
    background: #24688f;
    color: #fff;
}

.home-gallery-list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto;
    padding: 24px 12px 28px;
}

.home-gallery-item {
    display: block;
    position: relative;
    height: 218px;
    flex: 1 1 0;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .92);
    border-radius: 13px;
    background: #eadfd0;
    box-shadow: 0 9px 18px rgba(66, 46, 18, .18);
    transition: box-shadow .3s ease, filter .3s ease;
}

.home-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-gallery-item:hover img {
    transform: scale(1.08);
}

.home-gallery-item:hover {
    z-index: 1;
    box-shadow: 0 14px 27px rgba(66, 46, 18, .27);
    filter: saturate(1.08);
}

.home-gallery-item:nth-child(1) {
    height: 202px;
    transform: translateY(25px) rotate(-1.5deg);
}

.home-gallery-item:nth-child(2) {
    height: 231px;
    transform: translateY(8px) rotate(.8deg);
}

.home-gallery-item:nth-child(3) {
    height: 254px;
    flex-grow: 1.16;
    transform: translateY(-9px) rotate(-.7deg);
}

.home-gallery-item:nth-child(4) {
    height: 219px;
    transform: translateY(18px) rotate(1.1deg);
}

.home-gallery-item:nth-child(5) {
    height: 248px;
    flex-grow: 1.12;
    transform: translateY(-3px) rotate(-1deg);
}

.home-gallery-item:nth-child(6) {
    height: 229px;
    transform: translateY(14px) rotate(.7deg);
}

.home-gallery-item:nth-child(7) {
    height: 204px;
    transform: translateY(3px) rotate(-1.2deg);
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-gallery-list {
        gap: 10px;
    }

    .home-gallery-item,
    .home-gallery-item:nth-child(1),
    .home-gallery-item:nth-child(2),
    .home-gallery-item:nth-child(3),
    .home-gallery-item:nth-child(4),
    .home-gallery-item:nth-child(5),
    .home-gallery-item:nth-child(6),
    .home-gallery-item:nth-child(7) {
        height: 172px;
    }

    .home-gallery-item:nth-child(1),
    .home-gallery-item:nth-child(4) {
        transform: translateY(14px) rotate(-1deg);
    }

    .home-gallery-item:nth-child(2),
    .home-gallery-item:nth-child(6) {
        transform: translateY(4px) rotate(1deg);
    }

    .home-gallery-item:nth-child(3),
    .home-gallery-item:nth-child(5),
    .home-gallery-item:nth-child(7) {
        transform: translateY(-5px) rotate(0);
    }
}

@media (max-width: 767px) {
    .home-gallery-section {
        padding: 34px 0 38px;
    }

    .home-gallery-heading {
        margin-bottom: 18px;
    }

    .home-gallery-heading h2 {
        font-size: 25px;
    }

    .home-gallery-heading p {
        max-width: 310px;
        margin-right: auto;
        margin-left: auto;
        font-size: 11px;
    }

    .home-gallery-list {
        justify-content: flex-start;
        gap: 9px;
        margin: 0 -12px;
        padding: 0 12px 6px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .home-gallery-list::-webkit-scrollbar {
        display: none;
    }

    .home-gallery-item {
        width: 90px;
        height: 148px;
        flex: 0 0 90px;
        border-width: 3px;
        border-radius: 9px;
        transform: none;
    }

    .home-gallery-item:nth-child(1),
    .home-gallery-item:nth-child(2),
    .home-gallery-item:nth-child(3),
    .home-gallery-item:nth-child(4),
    .home-gallery-item:nth-child(5),
    .home-gallery-item:nth-child(6),
    .home-gallery-item:nth-child(7) {
        transform: none;
    }
}

/* ================================================================
   Home: Customer moments
   Data source: blog.b_type = 2
   ================================================================ */
.home-moments-section {
    position: relative;
    overflow: hidden;
    padding: 46px 0;
    border-top: 1px solid #e7e1e3;
    border-bottom: 1px solid #e7e1e3;
    background: #f5f1f2;
}

.home-moments-inner {
    display: flex;
    position: relative;
    width: min(100%, 1360px);
    align-items: center;
    gap: clamp(28px, 4vw, 64px);
    margin: 0 auto;
    padding: 0 20px;
}

.home-moments-intro {
    width: 220px;
    flex: 0 0 220px;
}

.home-moments-intro h2 {
    position: relative;
    margin: 0;
    padding-left: 20px;
    color: #242424;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.home-moments-intro h2::before {
    position: absolute;
    top: .58em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b8d900;
    content: '';
}

.home-moments-intro p {
    margin: 10px 0 16px 20px;
    color: #777;
    font-size: 13px;
    line-height: 1.55;
}

.home-moments-intro a {
    display: inline-flex;
    min-width: 92px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border-radius: 999px;
    background: var(--cm-red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.home-moments-intro a:hover {
    background: var(--cm-red-dark);
    color: #fff;
}

.home-moments-cards {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    gap: 16px;
}

.home-moments-card {
    display: block;
    position: relative;
    min-width: 120px;
    min-height: 250px;
    flex: 1 1 0;
    overflow: hidden;
    border-radius: 22px;
    background: #111;
    box-shadow: 0 8px 16px rgba(33, 20, 22, .16);
    color: #fff;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-moments-card:hover {
    color: #fff;
    box-shadow: 0 15px 25px rgba(33, 20, 22, .26);
    transform: translateY(-5px);
}

.home-moments-card img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-moments-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 66%;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, .88) 100%);
    content: '';
    pointer-events: none;
}

.home-moments-card:hover img {
    transform: scale(1.06);
}

.home-moments-card-gallery-count {
    display: inline-flex;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    padding: 4px 9px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 999px;
    background: rgba(20, 20, 20, .76);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.home-moments-card-caption {
    display: -webkit-box;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 18px;
    left: 0;
    margin: 0;
    padding: 0 13px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1199px) {
    .home-moments-inner {
        gap: 24px;
        padding: 0 24px;
    }

    .home-moments-intro {
        width: 185px;
        flex-basis: 185px;
    }

    .home-moments-intro h2 {
        font-size: 24px;
    }

    .home-moments-card {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .home-moments-section {
        padding: 34px 0;
    }

    .home-moments-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 23px;
        padding: 0 20px;
    }

    .home-moments-intro {
        width: auto;
        flex-basis: auto;
        order: -1;
    }

    .home-moments-intro h2 {
        font-size: 26px;
    }

    .home-moments-intro p {
        margin-top: 10px;
        margin-bottom: 13px;
        font-size: 13px;
    }

    .home-moments-cards {
        width: auto;
        margin-right: -20px;
        padding-right: 20px;
        overflow-x: auto;
        scrollbar-width: none;
        gap: 12px;
    }

    .home-moments-cards::-webkit-scrollbar { display: none; }

    .home-moments-card {
        min-width: 145px;
        min-height: 230px;
        flex-basis: 145px;
        border-radius: 18px;
    }
}

.home-moments-modal {
    display: none;
    position: fixed;
    z-index: 10050;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(25, 20, 13, .82);
}

.home-moments-modal.is-open {
    display: flex;
}

.home-moments-modal-dialog {
    position: relative;
    width: min(92vw, 780px);
    max-height: 92vh;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .36);
}

.home-moments-modal-dialog img {
    display: block;
    width: 100%;
    max-height: calc(92vh - 176px);
    object-fit: contain;
    background: #201a12;
}

.home-moments-modal-dialog p {
    max-height: 92px;
    margin: 0;
    padding: 16px 52px 17px 20px;
    overflow-y: auto;
    color: #403525;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.home-moments-modal-thumbnails {
    display: flex;
    gap: 9px;
    padding: 0 20px 17px;
    overflow-x: auto;
}

.home-moments-modal-thumbnail {
    display: block;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 9px;
    background: #eee;
}

.home-moments-modal-thumbnail.is-active {
    border-color: var(--cm-red);
}

.home-moments-modal-thumbnail img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    background: transparent;
}

/* =====================================================================
   Homepage: Contact and map
   Data source: contact table
   ===================================================================== */
.cm-home-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 440px;
    background: #111;
}

.cm-home-contact-details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 42px clamp(28px, 5vw, 92px);
    background: url('../images/cover/bg-contact.jpg') left center / cover no-repeat;
}

.cm-home-contact-content {
    width: min(100%, 610px);
}

.cm-home-contact-content > h2 {
    margin: 0;
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
}

.cm-home-contact-content > h2::before {
    margin-right: 10px;
    color: #b8d900;
    content: '•';
}

.cm-home-contact-content > p {
    margin: 5px 0 23px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    text-align: center;
}

.cm-home-contact-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
}

.cm-home-contact-card {
    display: flex;
    min-height: 113px;
    width: calc(33.333% - 8px);
    max-width: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 13px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 17px rgba(0, 0, 0, .2);
    color: #333;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}

.cm-home-contact-card:hover {
    background: #fff;
    color: #333;
    transform: translateY(-3px);
}

.cm-home-contact-card i {
    margin-bottom: 7px;
    color: var(--cm-red);
    font-size: 29px;
}

.cm-home-contact-card strong,
.cm-home-contact-card span {
    display: block;
}

.cm-home-contact-card strong {
    margin-bottom: 3px;
    color: #202020;
    font-size: 15px;
    font-weight: 800;
}

.cm-home-contact-card span {
    overflow-wrap: anywhere;
    color: #666;
    font-size: 12px;
}

.cm-home-contact-card.is-line i { color: #06ae3c; }
.cm-home-contact-card.is-whatsapp i { color: #25d366; }

.cm-home-contact-qr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.cm-home-contact-qr {
    display: inline-flex;
    width: 116px;
    flex-direction: column;
    align-items: center;
    padding: 7px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.cm-home-contact-qr img {
    display: block;
    width: 96px;
    height: 96px;
    margin-bottom: 5px;
    object-fit: contain;
}

.cm-home-contact-map,
.cm-home-contact-map iframe {
    min-height: 440px;
}

.cm-home-contact-map {
    overflow: hidden;
    background: #e8ecef;
}

.cm-home-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.cm-site-footer {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: #8d0007;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    text-align: center;
}

.cm-site-footer p { margin: 0; }
.cm-site-footer span { padding: 0 6px; }
.cm-site-footer a { color: #ffd4d7; font-weight: 700; text-decoration: none; }
.cm-site-footer a:hover { color: #fff; }

/* =====================================================================
   About page
   ===================================================================== */
.cm-about-page {
    background: #080808;
}

.cm-about-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #080808;
}

.cm-about-carousel {
    position: absolute;
    z-index: 0;
    inset: 0;
}

.cm-about-carousel,
.cm-about-carousel .carousel-inner,
.cm-about-carousel .carousel-item {
    height: 560px;
}

.cm-about-carousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-about-carousel::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 48%;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, .24) 38%, #080808 100%);
    content: '';
    pointer-events: none;
}

.cm-about-hero-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(126, 0, 6, .92) 0%, rgba(189, 7, 15, .55) 15%, rgba(255, 255, 255, .04) 40%, rgba(0, 0, 0, .10) 66%, transparent 82%);
    pointer-events: none;
}

.cm-about-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 560px;
    justify-content: flex-end;
    align-items: center;
}

.cm-about-hero-copy {
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    padding: 20px 0;
}

.cm-about-hero-copy > span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--cm-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.cm-about-hero-copy h1 {
    position: relative;
    max-width: 470px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #121212 !important;
    font-size: clamp(42px, 4.2vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}

.cm-about-hero-copy h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 5px;
    border-radius: 99px;
    background: var(--cm-red);
    content: '';
}

.cm-about-hero-copy p {
    max-width: 440px;
    margin: 0;
    padding: 11px 15px;
    border-left: 4px solid var(--cm-red);
    border-radius: 0 9px 9px 0;
    background: rgba(255, 255, 255, .92);
    color: #303030;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.cm-about-mobile-intro {
    display: none;
}

/* =====================================================================
   Our rental cars page
   ===================================================================== */
.cm-cars-page {
    background: #080808;
}

.cm-cars-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #080808;
}

.cm-cars-carousel {
    position: absolute;
    z-index: 0;
    inset: 0;
}

.cm-cars-carousel,
.cm-cars-carousel .carousel-inner,
.cm-cars-carousel .carousel-item {
    height: 560px;
}

.cm-cars-carousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-cars-carousel::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 48%;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, .24) 38%, #080808 100%);
    content: '';
    pointer-events: none;
}

.cm-cars-hero-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(126, 0, 6, .92) 0%, rgba(189, 7, 15, .55) 15%, rgba(255, 255, 255, .04) 40%, rgba(0, 0, 0, .1) 66%, transparent 82%);
    pointer-events: none;
}

.cm-cars-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 560px;
    justify-content: flex-end;
    align-items: center;
}

.cm-cars-hero-copy {
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    padding: 20px 0;
}

.cm-cars-hero-copy > span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: var(--cm-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.cm-cars-hero-copy h1 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #121212;
    font-size: clamp(36px, 3.6vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}

.cm-cars-hero-copy h1 em {
    color: var(--cm-red);
    font-style: normal;
}

.cm-cars-hero-copy h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 5px;
    border-radius: 99px;
    background: var(--cm-red);
    content: '';
}

.cm-cars-hero-copy p {
    max-width: 470px;
    margin: 0;
    padding: 11px 15px;
    border-left: 4px solid var(--cm-red);
    border-radius: 0 9px 9px 0;
    background: rgba(255, 255, 255, .92);
    color: #303030;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.cm-cars-mobile-intro {
    display: none;
}

.cm-cars-listing {
    position: relative;
    z-index: 3;
    margin-top: -145px;
    padding: 62px 0 74px;
    background: transparent;
}

.cm-cars-heading {
    max-width: 670px;
    margin: 0 auto 28px;
    text-align: center;
}

.cm-cars-heading > span {
    color: #f04a52;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.cm-cars-heading h2 {
    margin: 4px 0 8px;
    color: #fff;
    font-size: clamp(33px, 3vw, 45px);
    font-weight: 800;
}

.cm-cars-heading p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
}

.cm-cars-tabs {
    margin-bottom: 30px;
}

.cm-cars-more-wrap {
    padding-bottom: 0;
}

/* =====================================================================
   Trusted customers page
   ===================================================================== */
.cm-customers-page {
    background: #080808;
}

.cm-customers-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #080808;
}

.cm-customers-carousel {
    position: absolute;
    z-index: 0;
    inset: 0;
}

.cm-customers-carousel,
.cm-customers-carousel .carousel-inner,
.cm-customers-carousel .carousel-item {
    height: 560px;
}

.cm-customers-carousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-customers-carousel::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 48%;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, .24) 38%, #080808 100%);
    content: '';
    pointer-events: none;
}

.cm-customers-hero-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(126, 0, 6, .92) 0%, rgba(189, 7, 15, .55) 15%, rgba(255, 255, 255, .04) 40%, rgba(0, 0, 0, .1) 66%, transparent 82%);
    pointer-events: none;
}

.cm-customers-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 560px;
    justify-content: flex-end;
    align-items: center;
}

.cm-customers-hero-copy {
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    padding: 20px 0;
}

.cm-customers-hero-copy > span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: var(--cm-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.cm-customers-hero-copy h1 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #121212;
    font-size: clamp(36px, 3.6vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}

.cm-customers-hero-copy h1 em {
    color: var(--cm-red);
    font-style: normal;
}

.cm-customers-hero-copy h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 5px;
    border-radius: 99px;
    background: var(--cm-red);
    content: '';
}

.cm-customers-hero-copy p {
    max-width: 470px;
    margin: 0;
    padding: 11px 15px;
    border-left: 4px solid var(--cm-red);
    border-radius: 0 9px 9px 0;
    background: rgba(255, 255, 255, .92);
    color: #303030;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.cm-customers-mobile-intro {
    display: none;
}

.cm-customers-listing {
    position: relative;
    z-index: 3;
    margin-top: -145px;
    padding: 62px 0 74px;
    background: transparent;
}

.cm-customers-heading {
    max-width: 700px;
    margin: 0 auto 32px;
    text-align: center;
}

.cm-customers-heading > span {
    color: #f04a52;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.cm-customers-heading h2 {
    margin: 4px 0 8px;
    color: #fff;
    font-size: clamp(33px, 3vw, 45px);
    font-weight: 800;
}

.cm-customers-heading p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
}

.cm-customer-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    background: #161616;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cm-customer-card:hover {
    border-color: rgba(225, 25, 35, .78);
    box-shadow: 0 20px 34px rgba(0, 0, 0, .34);
    transform: translateY(-5px);
}

.cm-customer-card-open {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.cm-customer-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #282828;
}

.cm-customer-card-media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.cm-customer-card:hover .cm-customer-card-media > img {
    transform: scale(1.06);
}

.cm-customer-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .38) 100%);
    pointer-events: none;
}

.cm-customer-card-gallery {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 999px;
    background: rgba(10, 10, 10, .72);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.cm-customer-card-body {
    padding: 19px 20px 20px;
}

.cm-customer-card-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
    color: #f5b80b;
    font-size: 13px;
}

.cm-customer-card-body h3 {
    display: -webkit-box;
    min-height: 2.5em;
    margin: 0 0 8px;
    overflow: hidden;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cm-customer-card-body p {
    display: -webkit-box;
    min-height: 4.6em;
    margin: 0 0 16px;
    overflow: hidden;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cm-customer-card-read {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ff5e66;
    font-size: 13px;
    font-weight: 700;
}

.cm-customer-empty {
    margin: 20px 0;
    padding: 30px;
    border: 1px dashed rgba(255, 255, 255, .3);
    border-radius: 15px;
    color: rgba(255, 255, 255, .75);
    text-align: center;
}

.cm-customers-more-wrap {
    padding-bottom: 0;
}

.cm-customer-modal {
    position: fixed;
    z-index: 3000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .8);
}

.cm-customer-modal.is-open {
    display: flex;
}

.cm-customer-modal-dialog {
    position: relative;
    width: min(980px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    padding: 28px;
    border-radius: 20px;
    background: #fff;
}

.cm-customer-modal-close {
    position: absolute;
    z-index: 2;
    top: 13px;
    right: 13px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: var(--cm-red);
    color: #fff;
}

.cm-customer-modal-main {
    overflow: hidden;
    border-radius: 13px;
    background: #eee;
}

.cm-customer-modal-main img {
    display: block;
    width: 100%;
    max-height: 54vh;
    object-fit: contain;
}

.cm-customer-modal-copy {
    padding-top: 20px;
}

.cm-customer-modal-copy h3 {
    margin: 0 0 8px;
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 800;
}

.cm-customer-modal-copy p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.65;
}

.cm-customer-modal-thumbnails {
    display: flex;
    gap: 9px;
    margin-top: 18px;
    overflow-x: auto;
}

.cm-customer-modal-thumbnail {
    width: 76px;
    height: 58px;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #eee;
}

.cm-customer-modal-thumbnail.is-active {
    border-color: var(--cm-red);
}

.cm-customer-modal-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-about-content-section { position: relative; z-index: 3; margin-top: -145px; padding: 76px 0; background: transparent; }
.cm-about-content-card { display: flex; gap: 42px; padding: 40px; border-radius: 25px; background: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.10); }
.cm-about-content-body { flex: 1 1 auto; color: #444; font-size: 17px; line-height: 1.75; }
.cm-about-content-body h2, .cm-about-content-body h3 { color: #191919; font-weight: 800; }
.cm-about-content-body a { color: var(--cm-red); }
.cm-about-content-image { width: 38%; min-width: 260px; margin: 0; }
.cm-about-content-image img { display: block; width: 100%; height: 100%; min-height: 280px; border-radius: 18px; object-fit: cover; }

/* =====================================================================
   Contact page
   ===================================================================== */
.cm-contact-content-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .95fr); overflow: hidden; border-radius: 25px; background: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.18); }
.cm-contact-info-panel { padding: 42px; }
.cm-contact-info-panel > span { color: var(--cm-red); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.cm-contact-info-panel > h2 { margin: 5px 0 8px; color: #1a1a1a; font-size: 34px; font-weight: 800; }
.cm-contact-info-panel > p { margin: 0 0 24px; color: #666; font-size: 16px; line-height: 1.6; }
.cm-contact-info-list { display: grid; gap: 12px; }
.cm-contact-info-list > a { display: flex; align-items: flex-start; gap: 13px; padding: 13px; border-radius: 13px; background: #f7f4f5; color: #444; text-decoration: none; }
.cm-contact-info-list > a > i { width: 22px; margin-top: 2px; color: var(--cm-red); font-size: 19px; text-align: center; }
.cm-contact-info-list strong, .cm-contact-info-list span { display: block; }
.cm-contact-info-list strong { color: #222; font-size: 14px; }
.cm-contact-info-list span { margin-top: 2px; color: #666; font-size: 14px; line-height: 1.45; }
.cm-contact-action-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.cm-contact-action-links a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.cm-contact-action-links .is-line { background: #25b940; }.cm-contact-action-links .is-whatsapp { background: #35c960; }.cm-contact-action-links .is-facebook { background: #1877f2; }
.cm-contact-qr-list { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; }
.cm-contact-qr-list figure { width: 130px; margin: 0; text-align: center; }.cm-contact-qr-list img { display: block; width: 100%; aspect-ratio: 1; padding: 6px; border: 1px solid #eee; border-radius: 10px; object-fit: contain; }.cm-contact-qr-list figcaption { margin-top: 6px; color: #666; font-size: 11px; line-height: 1.35; }
.cm-contact-map-panel { position: relative; min-height: 100%; background: #eee; }.cm-contact-map-panel iframe { display: block; width: 100%; height: 100%; min-height: 530px; border: 0; }.cm-contact-map-panel > a { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 999px; background: var(--cm-red); box-shadow: 0 8px 16px rgba(0,0,0,.22); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
@media (max-width: 991.98px) {
    .cm-about-hero-copy {
        max-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .cm-about-content-section,
    .cm-cars-listing,
    .cm-customers-listing {
        margin-top: 0;
    }

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

    .cm-contact-info-panel {
        padding: 25px 22px;
    }

    .cm-contact-info-panel > h2 {
        font-size: 30px;
    }

    .cm-contact-map-panel iframe {
        min-height: 330px;
    }

    .cm-contact-map-panel > a {
        right: 12px;
        bottom: 12px;
    }

    .cm-customers-hero,
    .cm-customers-carousel,
    .cm-customers-carousel .carousel-inner,
    .cm-customers-carousel .carousel-item {
        min-height: 280px;
        height: 280px;
    }

    .cm-customers-hero-content {
        display: none;
    }

    .cm-customers-mobile-intro {
        display: block;
        padding: 22px 0 0;
        background: #080808;
    }

    .cm-customers-mobile-intro-card {
        padding: 24px 22px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
    }

    .cm-customers-mobile-intro-card > span {
        display: inline-block;
        margin-bottom: 7px;
        color: var(--cm-red);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .13em;
    }

    .cm-customers-mobile-intro-card h1 {
        position: relative;
        margin: 0 0 14px;
        padding-bottom: 11px;
        color: #151515;
        font-size: 31px;
        font-weight: 800;
        line-height: 1.15;
    }

    .cm-customers-mobile-intro-card h1::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 54px;
        height: 4px;
        border-radius: 99px;
        background: var(--cm-red);
        content: '';
    }

    .cm-customers-mobile-intro-card p {
        margin: 0;
        color: #4b4b4b;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }

    .cm-customers-listing {
        padding: 44px 0 52px;
    }

    .cm-customers-heading {
        margin-bottom: 24px;
    }

    .cm-customers-heading h2 {
        font-size: 33px;
    }

    .cm-customers-heading p {
        font-size: 14px;
    }

    .cm-customer-card-body {
        padding: 17px 18px 18px;
    }

    .cm-customer-modal-dialog {
        padding: 20px;
    }

    .cm-customer-modal-copy h3 {
        font-size: 21px;
    }

    .cm-customer-modal-copy p {
        font-size: 15px;
    }

    .cm-cars-hero,
    .cm-cars-carousel,
    .cm-cars-carousel .carousel-inner,
    .cm-cars-carousel .carousel-item {
        min-height: 280px;
        height: 280px;
    }

    .cm-cars-hero-content {
        display: none;
    }

    .cm-cars-mobile-intro {
        display: block;
        padding: 22px 0 0;
        background: #080808;
    }

    .cm-cars-mobile-intro-card {
        padding: 24px 22px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
    }

    .cm-cars-mobile-intro-card > span {
        display: inline-block;
        margin-bottom: 7px;
        color: var(--cm-red);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .13em;
    }

    .cm-cars-mobile-intro-card h1 {
        position: relative;
        margin: 0 0 14px;
        padding-bottom: 11px;
        color: #151515;
        font-size: 31px;
        font-weight: 800;
        line-height: 1.15;
    }

    .cm-cars-mobile-intro-card h1::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 54px;
        height: 4px;
        border-radius: 99px;
        background: var(--cm-red);
        content: '';
    }

    .cm-cars-mobile-intro-card p {
        margin: 0;
        color: #4b4b4b;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }

    .cm-cars-listing {
        padding: 44px 0 52px;
    }

    .cm-cars-heading {
        margin-bottom: 22px;
    }

    .cm-cars-heading h2 {
        font-size: 33px;
    }

    .cm-cars-heading p {
        font-size: 14px;
    }

    .cm-cars-tabs {
        justify-content: flex-start;
        margin-right: -12px;
        margin-left: -12px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .cm-about-hero,
    .cm-about-carousel,
    .cm-about-carousel .carousel-inner,
    .cm-about-carousel .carousel-item {
        min-height: 280px;
        height: 280px;
    }

    .cm-about-hero-content {
        display: none;
    }

    .cm-about-mobile-intro {
        display: block;
        padding: 22px 0 0;
        background: #080808;
    }

    .cm-about-mobile-intro-card {
        padding: 24px 22px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
    }

    .cm-about-mobile-intro-card > span {
        display: inline-block;
        margin-bottom: 7px;
        color: var(--cm-red);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .13em;
    }

    .cm-about-mobile-intro-card h1 {
        position: relative;
        margin: 0 0 14px;
        padding-bottom: 11px;
        color: #151515;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.15;
    }

    .cm-about-mobile-intro-card h1::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 54px;
        height: 4px;
        border-radius: 99px;
        background: var(--cm-red);
        content: '';
    }

    .cm-about-mobile-intro-card p {
        margin: 0;
        color: #4b4b4b;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }

    .cm-about-content-section {
        padding: 42px 0;
    }

    .cm-about-content-card {
        flex-direction: column;
        gap: 22px;
        padding: 24px;
    }

    .cm-about-content-image {
        width: 100%;
        min-width: 0;
        order: -1;
    }

    .cm-about-content-image img {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .cm-about-content-body {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .cm-home-contact {
        grid-template-columns: 1fr;
    }

    .cm-home-contact-map,
    .cm-home-contact-map iframe {
        min-height: 370px;
    }
}

@media (max-width: 575.98px) {
    .cm-home-contact-details {
        padding: 36px 20px;
    }

    .cm-home-contact-content > h2 {
        font-size: 31px;
    }

    .cm-home-contact-cards {
        gap: 9px;
    }

    .cm-home-contact-card {
        width: calc(50% - 5px);
        min-height: 106px;
        padding: 10px 8px;
    }

    .cm-home-contact-card i {
        font-size: 25px;
    }

    .cm-home-contact-map,
    .cm-home-contact-map iframe {
        min-height: 300px;
    }
}

.home-moments-modal-close {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #3c3327;
    font-size: 19px;
}

.home-moments-modal-close:hover {
    background: #ecd982;
}

body.home-moments-modal-open {
    overflow: hidden;
}

@media (max-width: 575px) {
    .home-moments-modal {
        padding: 14px;
    }

    .home-moments-modal-dialog {
        width: 100%;
        border-radius: 13px;
    }

    .home-moments-modal-dialog img {
        max-height: calc(92vh - 186px);
    }

    .home-moments-modal-dialog p {
        max-height: 110px;
        padding: 13px 45px 14px 15px;
        font-size: 13px;
    }

    .home-moments-modal-thumbnails {
        gap: 7px;
        padding: 0 15px 14px;
    }

    .home-moments-modal-thumbnail {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
}

/* ================================================================
   Home: Google reviews
   Data source: blog.b_type = 9
   ================================================================ */
.home-google-section {
    padding: 32px 0;
    border-top: 1px solid #ece9e3;
    border-bottom: 1px solid #ece9e3;
    background: #fff;
}

.home-google-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

.home-google-summary {
    width: 150px;
    flex: 0 0 150px;
    color: #4a433a;
    text-align: center;
}

.home-google-brand {
    display: block;
    margin-bottom: 3px;
    text-decoration: none;
}

.home-google-brand img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}

.home-google-summary > span,
.home-google-summary small {
    display: block;
    color: #6d675f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.home-google-summary > strong {
    display: block;
    margin: 2px 0 1px;
    color: #23669c;
    font-size: 39px;
    font-weight: 400;
    line-height: 1;
}

.home-google-stars,
.home-google-review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.home-google-stars {
    justify-content: center;
    margin: 4px 0;
}

.home-google-stars i,
.home-google-review-stars i {
    color: #fbbc04;
}

.home-google-stars i {
    font-size: 15px;
}

.home-google-stars i.is-empty,
.home-google-review-stars i:not(.is-active) {
    color: #dadce0;
}

.home-google-slider-wrap {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 9px;
}

.home-google-viewport {
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

.home-google-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 2px 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.home-google-track::-webkit-scrollbar {
    display: none;
}

.home-google-review-card {
    width: 305px;
    min-height: 185px;
    flex: 0 0 305px;
    padding: 16px;
    border: 1px solid #ece9e3;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 16px rgba(54, 42, 24, .1);
    color: #4a433a;
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-google-review-card:hover {
    box-shadow: 0 11px 22px rgba(54, 42, 24, .16);
    transform: translateY(-4px);
}

.home-google-review-head {
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-google-avatar {
    display: flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e6eee9;
    color: #52746c;
    font-size: 16px;
    font-weight: 400;
}

.home-google-review-head > div {
    min-width: 0;
    flex: 1;
}

.home-google-review-head strong,
.home-google-review-head small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-google-review-head strong {
    color: #403a33;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.home-google-review-head small {
    color: #77716a;
    font-size: 13px;
    font-weight: 400;
}

.home-google-review-head > i {
    color: #6b6b6b;
    font-size: 15px;
}

.home-google-review-stars {
    margin: 10px 0 7px;
}

.home-google-review-stars i {
    font-size: 13px;
}

.home-google-review-card p {
    display: -webkit-box;
    min-height: 66px;
    margin: 0;
    overflow: hidden;
    color: #5d554d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-google-review-card > a {
    display: inline-block;
    margin-top: 4px;
    color: #2874a8;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.home-google-arrow {
    width: 28px;
    height: 42px;
    flex: 0 0 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b8b8b8;
    font-size: 23px;
}

.home-google-arrow:hover {
    color: #6e6e6e;
}

@media (max-width: 767px) {
    .home-google-section {
        padding: 26px 0;
    }

    .home-google-inner {
        display: block;
    }

    .home-google-summary {
        width: auto;
        margin-bottom: 20px;
    }

    .home-google-brand img {
        width: 135px;
    }

    .home-google-summary > span,
    .home-google-summary small {
        font-size: 15px;
    }

    .home-google-summary > strong {
        font-size: 44px;
    }

    .home-google-stars i {
        font-size: 17px;
    }

    .home-google-slider-wrap {
        gap: 2px;
    }

    .home-google-arrow {
        display: none;
    }

    .home-google-track {
        padding-left: 2px;
    }

    .home-google-review-card {
        width: 320px;
        min-height: 215px;
        flex-basis: 320px;
        padding: 18px;
    }

    .home-google-avatar {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 16px;
    }

    .home-google-review-head strong {
        font-size: 17px;
    }

    .home-google-review-head small {
        font-size: 13px;
    }

    .home-google-review-stars i {
        font-size: 15px;
    }

    .home-google-review-card p {
        min-height: 72px;
        font-size: 15px;
        line-height: 1.55;
    }

    .home-google-review-card > a {
        margin-top: 7px;
        font-size: 13px;
    }
}

/* ================================================================
   Contact and footer
   Data source: contact.id = 1
   ================================================================ */
.restaurant-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 430px;
    background: #fff;
}

.restaurant-contact-details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 42px clamp(36px, 6vw, 120px);
}

.restaurant-contact-content {
    width: min(100%, 620px);
    text-align: center;
}

.restaurant-contact-content h2 {
    margin: 0;
    color: #342a1b;
    font-size: 28px;
    line-height: 1.25;
}

.restaurant-contact-intro {
    margin: 6px 0 24px;
    color: #766d5c;
    font-size: 14px;
    line-height: 1.5;
}

.restaurant-contact-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 66px;
    padding: 12px 22px;
    border-radius: 12px;
    background: #ecd982;
    color: #4a3a1b;
    text-align: left;
    text-decoration: none;
}

.restaurant-contact-address:hover {
    background: #e5cd63;
    color: #342a1b;
}

.restaurant-contact-address i {
    color: #287ab0;
    font-size: 30px;
}

.restaurant-contact-address span {
    font-size: 13px;
    line-height: 1.45;
}

.restaurant-contact-address strong,
.restaurant-contact-card strong,
.restaurant-contact-card span {
    display: block;
}

.restaurant-contact-address strong {
    margin-bottom: 1px;
    font-size: 17px;
    font-weight: 500;
}

.restaurant-contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    gap: 10px;
}

.restaurant-contact-top-row {
    display: grid;
    grid-template-columns: 1.7fr repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.restaurant-contact-top-row .restaurant-contact-address,
.restaurant-contact-top-row .restaurant-contact-phone-card {
    min-height: 112px;
    margin: 0;
}

.restaurant-contact-card {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-radius: 11px;
    background: #ecd982;
    color: #4a3a1b;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}

.restaurant-contact-card:hover {
    transform: translateY(-3px);
    background: #e5cd63;
    color: #342a1b;
}

.restaurant-contact-card i {
    margin-bottom: 7px;
    color: #287ab0;
    font-size: 25px;
}

.restaurant-contact-card strong {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
}

.restaurant-contact-card span {
    overflow-wrap: anywhere;
    font-size: 12px;

}

.restaurant-contact-map {
    min-height: 430px;
    overflow: hidden;
    background: #edf1f5;
}

.restaurant-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
}

.restaurant-footer {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-top: 1px solid #d4bb4e;
    background: #ecd982;
    color: #66572c;
    font-size: 10px;
    text-align: center;
}

.restaurant-footer p {
    margin: 0;
}

.restaurant-footer span {
    padding: 0 6px;
}

.restaurant-footer a {
    color: inherit;
    text-decoration: none;
}

.restaurant-footer a:hover {
    color: #342a1b;
}

@media (max-width: 991px) {
    .restaurant-contact {
        grid-template-columns: 1fr;
    }

    .restaurant-contact-details {
        justify-content: center;
    }

    .restaurant-contact-map,
    .restaurant-contact-map iframe {
        min-height: 360px;
    }
}

@media (max-width: 575px) {
    .restaurant-contact-details {
        padding: 36px 20px;
    }

    .restaurant-contact-content h2 {
        font-size: 25px;
    }

    .restaurant-contact-intro {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .restaurant-contact-address {
        gap: 11px;
        padding: 12px 14px;
    }

    .restaurant-contact-address i {
        font-size: 25px;
    }

    .restaurant-contact-address strong {
        font-size: 15px;
    }

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

    .restaurant-contact-top-row {
        grid-template-columns: 1fr;
    }

    .restaurant-contact-card {
        min-height: 104px;
    }

    .restaurant-contact-map,
    .restaurant-contact-map iframe {
        min-height: 290px;
    }

    .restaurant-footer {
        min-height: 42px;
        font-size: 9px;
        line-height: 1.4;
    }
}
/* ================================================================
   ABOUT PAGE : HAN THUENG CHIANG MAI
   ================================================================ */

.ht-about-page {
    --ht-yellow: #ecd982;
    --ht-yellow-soft: #f8edb8;
    --ht-yellow-pale: #fff9e3;
    --ht-blue: #3783b5;
    --ht-blue-dark: #24688f;
    --ht-brown: #3e311c;
    --ht-brown-soft: #766d5c;
    --ht-white: #ffffff;
    --ht-light: #f6f4ef;
    --ht-line: rgba(84, 66, 35, .14);
    --ht-shadow: 0 18px 45px rgba(73, 53, 23, .14);

    width: 100%;
    overflow: hidden;

    color: var(--ht-brown);
    background: #ffffff;

    font-family: 'Kanit', sans-serif;
}

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

.ht-about-page figure {
    margin: 0;
}

.ht-about-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ht-about-page p {
    margin-top: 0;

    color: var(--ht-brown-soft);

    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
}

.ht-about-eyebrow {
    display: inline-block;

    color: var(--ht-blue);

    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.4;
}

.ht-about-symbol {
    display: inline-flex;

    width: 48px;
    height: 48px;

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

    color: #1f1710;

    font-size: 40px;
    line-height: 1;
}


/* ================================================================
   HERO
   ================================================================ */

.ht-about-hero {
    position: relative;

    width: 100%;

    padding: 78px 0 82px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(255, 249, 227, .98) 0%,
            rgba(255, 249, 227, .96) 48%,
            rgba(255, 249, 227, .84) 100%
        ),
        repeating-linear-gradient(
            45deg,
            transparent 0 18px,
            rgba(177, 141, 32, .04) 18px 20px
        );
}

.ht-about-hero::before {
    content: "";

    position: absolute;
    top: -110px;
    left: -120px;

    width: 360px;
    height: 360px;

    border: 1px solid rgba(177, 141, 32, .2);
    border-radius: 50%;
}

.ht-about-hero::after {
    content: "";

    position: absolute;
    right: -90px;
    bottom: -150px;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: rgba(236, 217, 130, .22);
}

.ht-about-hero-grid {
    display: grid;

    position: relative;
    z-index: 1;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(480px, 1.1fr);

    align-items: center;

    gap: clamp(48px, 7vw, 105px);
}

.ht-about-hero-content h1 {
    margin: 14px 0 20px;

    color: var(--ht-brown);

    font-size: clamp(48px, 5vw, 76px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.ht-about-hero-content h1 span {
    display: block;

    color: #b18d20;
}

.ht-about-hero-description {
    max-width: 590px;
    margin-bottom: 0 !important;

    font-size: 18px !important;
    line-height: 1.75 !important;
}

.ht-about-stats {
    display: grid;

    max-width: 570px;

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

    gap: 10px;

    margin-top: 32px;
}

.ht-about-stat {
    padding: 16px 14px;

    border: 1px solid rgba(177, 141, 32, .22);
    border-radius: 14px;

    background: rgba(255, 255, 255, .66);

    text-align: center;
}

.ht-about-stat strong,
.ht-about-stat span {
    display: block;
}

.ht-about-stat strong {
    color: var(--ht-blue);

    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
}

.ht-about-stat span {
    margin-top: 4px;

    color: var(--ht-brown-soft);

    font-size: 12px;
    font-weight: 300;
}

.ht-about-hero-image {
    position: relative;

    padding: 14px 14px 42px;
    overflow: hidden;

    border-radius: 210px 210px 28px 28px;

    background: #ffffff;

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

.ht-about-hero-image::before {
    content: "";

    position: absolute;
    z-index: -1;

    inset: -18px 28px 32px -22px;

    border: 1px solid rgba(55, 131, 181, .32);
    border-radius: 210px 210px 32px 32px;
}

.ht-about-hero-image img {
    display: block;
    width: 100%;
    height: 510px;

    border-radius: 195px 195px 17px 17px;

    object-fit: cover;
    object-position: center;
}

/*
 * Fallback for Hero images pasted directly into the editor without the
 * .ht-about-hero-image figure wrapper. Keep the image in a stable frame
 * and preserve its proportions rather than letting its original dimensions
 * control the grid height.
 */
.ht-about-hero-grid > img {
    display: block;
    width: 100%;
    height: 510px;
    border-radius: 195px 195px 17px 17px;
    object-fit: cover;
    object-position: center;
}

.ht-about-hero-image figcaption {
    position: absolute;

    right: 24px;
    bottom: 13px;
    left: 24px;

    color: var(--ht-brown-soft);

    font-size: 12px;
    font-weight: 300;

    text-align: center;
}


/* ================================================================
   INTRO STORY
   ================================================================ */

.ht-about-intro {
    width: 100%;

    padding: 92px 0;

    background: #ffffff;
}

.ht-about-intro-grid {
    display: grid;
    grid-template-columns:
        minmax(430px, .95fr)
        minmax(0, 1.05fr);

    align-items: center;
    gap: clamp(55px, 7vw, 105px);
}

.ht-about-intro-heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
}

.ht-about-intro-heading > div {
    min-width: 0;
    width: 100%;
}

.ht-about-intro-heading h2 {
    max-width: 520px;
    margin: 10px 0 0;

    color: var(--ht-brown);

    font-size: clamp(34px, 3vw, 46px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.24;

    word-break: normal;
    overflow-wrap: normal;
}

.ht-about-intro-content {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0 14px 42px;
    border-left: 1px solid var(--ht-line);
}

.ht-about-intro-content p {
    max-width: 720px;
    margin: 0;

    color: var(--ht-brown-soft);

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

.ht-about-intro-content p + p {
    margin-top: 18px;
}


/* ================================================================
   FAMILY RECIPE
   ================================================================ */

.ht-about-recipe {
    width: 100%;

    padding: 96px 0;

    background: var(--ht-light);
}

.ht-about-recipe-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(380px, .88fr);

    align-items: center;

    gap: clamp(45px, 7vw, 100px);
}

.ht-about-recipe-image {
    position: relative;

    overflow: hidden;

    border-radius: 28px 110px 28px 28px;

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

.ht-about-recipe-image img {
    height: 610px;

    object-fit: cover;
}

.ht-about-recipe-content h2 {
    margin: 10px 0 22px;

    color: var(--ht-brown);

    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.18;
}

.ht-about-recipe-content p {
    margin-bottom: 0;
}

.ht-about-recipe-content p + p {
    margin-top: 17px;
}

.ht-about-recipe-content blockquote {
    margin: 28px 0 0;

    padding: 20px 24px 20px 28px;

    border-left: 4px solid var(--ht-blue);
    border-radius: 0 14px 14px 0;

    background: var(--ht-yellow-soft);

    color: var(--ht-brown);

    font-size: 17px;
    font-weight: 300;
    line-height: 1.75;
}


/* ================================================================
   COMMON HEADING
   ================================================================ */

.ht-about-section-heading {
    max-width: 760px;

    margin: 0 auto 38px;

    text-align: center;
}

.ht-about-section-heading h2 {
    margin: 8px 0;

    color: var(--ht-brown);

    font-size: clamp(32px, 3.2vw, 46px);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.18;
}

.ht-about-section-heading p {
    max-width: 650px;

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


/* ================================================================
   ABOUT TIMELINE — FIXED VERSION
   ================================================================ */

.ht-about-timeline {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 92px 0 100px;

    background:
        linear-gradient(
            rgba(255, 249, 227, .96),
            rgba(255, 249, 227, .96)
        ),
        repeating-linear-gradient(
            135deg,
            transparent 0 22px,
            rgba(177, 141, 32, .055) 22px 24px
        );
}

.ht-about-timeline-list {
    width: min(100%, 980px);
    margin: 0 auto;
}

.ht-about-timeline-item {
    display: grid;
    grid-template-columns: 120px 34px minmax(0, 1fr);
    column-gap: 20px;
    align-items: stretch;
    padding-bottom: 38px;
}

.ht-about-timeline-item:last-child {
    padding-bottom: 0;
}

.ht-about-timeline-year {
    padding-top: 18px;
    color: #b18d20;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.ht-about-timeline-marker {
    position: relative;
    min-height: 100%;
}

/* เส้น */
.ht-about-timeline-marker::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -38px;
    left: 50%;
    width: 2px;
    background: rgba(55, 131, 181, .28);
    transform: translateX(-50%);
}

/* จุดวงกลม */
.ht-about-timeline-marker::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    width: 17px;
    height: 17px;
    border: 4px solid #fff9e3;
    border-radius: 50%;
    background: #3783b5;
    box-shadow:
        0 0 0 1px rgba(55, 131, 181, .4),
        0 3px 8px rgba(55, 131, 181, .18);
    transform: translateX(-50%);
}

.ht-about-timeline-item:first-child .ht-about-timeline-marker::before {
    top: 20px;
}

.ht-about-timeline-item:last-child .ht-about-timeline-marker::before {
    bottom: calc(100% - 20px);
}

.ht-about-timeline-card {
    min-width: 0;
    padding: 22px 26px;
    border: 1px solid rgba(177, 141, 32, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(73, 53, 23, .07);
}

.ht-about-timeline-card h3 {
    margin: 0 0 7px;
    color: #3e311c;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
}

.ht-about-timeline-card p {
    margin: 0;
    color: #766d5c;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}
/* ================================================================
   QUALITY
   ================================================================ */

.ht-about-quality {
    width: 100%;

    padding: 100px 0;

    background: #ffffff;
}

.ht-about-quality-grid {
    display: grid;

    grid-template-columns:
        minmax(390px, .9fr)
        minmax(0, 1.1fr);

    align-items: center;

    gap: clamp(50px, 8vw, 115px);
}

.ht-about-quality-content h2 {
    margin: 10px 0 22px;

    color: var(--ht-brown);

    font-size: clamp(36px, 3.6vw, 52px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.18;
}

.ht-about-quality-content > p {
    margin-bottom: 0;
}

.ht-about-quality-content > p + p {
    margin-top: 17px;
}

.ht-about-quality-note {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-top: 27px;

    padding: 18px 20px;

    border-radius: 15px;

    background: var(--ht-light);
}

.ht-about-quality-note > span {
    color: #b18d20;

    font-size: 24px;
    line-height: 1.2;
}

.ht-about-quality-note p {
    margin: 0;

    color: var(--ht-brown);

    font-size: 14px;
    line-height: 1.65;
}

.ht-about-quality-image {
    position: relative;
}

.ht-about-quality-image::before {
    content: "";

    position: absolute;
    z-index: 0;

    top: -22px;
    right: -22px;

    width: 58%;
    height: 66%;

    border-radius: 24px;

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

.ht-about-quality-image img {
    position: relative;
    z-index: 1;

    min-height: 460px;

    border-radius: 26px;

    box-shadow: var(--ht-shadow);

    object-fit: cover;
}


/* ================================================================
   ATMOSPHERE
   ================================================================ */

.ht-about-atmosphere {
    width: 100%;

    padding: 94px 0 100px;

    background: var(--ht-light);
}

.ht-about-atmosphere-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, .65fr);

    gap: 18px;
}

.ht-about-atmosphere-image {
    min-height: 470px;

    overflow: hidden;

    border-radius: 22px;

    background: #ded7ca;

    box-shadow: 0 14px 34px rgba(65, 47, 22, .13);
}

.ht-about-atmosphere-image img {
    height: 100%;
    min-height: 470px;

    object-fit: cover;

    transition: transform .6s ease;
}

.ht-about-atmosphere-image:hover img {
    transform: scale(1.035);
}


/* ================================================================
   THANK YOU
   ================================================================ */

.ht-about-thankyou {
    width: 100%;

    padding: 105px 0;

    background:
        linear-gradient(
            rgba(48, 38, 23, .88),
            rgba(48, 38, 23, .88)
        ),
        url('../images/about/about-inside.jpg')
        center center / cover no-repeat;
}

.ht-about-thankyou-card {
    width: min(100%, 900px);

    margin: 0 auto;

    padding: clamp(38px, 6vw, 72px);

    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 26px;

    background: rgba(255, 253, 247, .94);

    box-shadow: 0 22px 60px rgba(0, 0, 0, .24);

    text-align: center;
}

.ht-about-thankyou-card .ht-about-symbol {
    display: flex;

    margin: 0 auto 5px;
}

.ht-about-thankyou-card h2 {
    margin: 9px 0 21px;

    color: var(--ht-brown);

    font-size: clamp(34px, 3.6vw, 50px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.ht-about-thankyou-card p {
    max-width: 760px;

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

.ht-about-thankyou-card p + p {
    margin-top: 17px;
}

.ht-about-thankyou-card strong {
    display: block;

    margin-top: 27px;

    color: #b18d20;

    font-size: 17px;
    font-weight: 500;
}


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

@media (max-width: 1199px) {

    .ht-about-hero-grid {
        grid-template-columns:
            minmax(0, .9fr)
            minmax(390px, 1.1fr);

        gap: 50px;
    }

    .ht-about-hero-image img {
        height: 450px;
    }

    .ht-about-hero-grid > img {
        height: 450px;
    }

    .ht-about-recipe-grid,
    .ht-about-quality-grid {
        gap: 55px;
    }

    .ht-about-recipe-image img {
        height: 540px;
    }
}


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

@media (max-width: 991px) {

    .ht-about-hero {
        padding: 58px 0 68px;
    }

    .ht-about-hero-grid,
    .ht-about-intro-grid,
    .ht-about-recipe-grid,
    .ht-about-quality-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 36p
    }
    .ht-about-intro-heading h2 {
        max-width: 680px;
    }
    .ht-about-hero-content {
        text-align: center;
    }

    .ht-about-hero-description,
    .ht-about-stats {
        margin-right: auto;
        margin-left: auto;
    }

    .ht-about-hero-image {
        width: min(100%, 650px);

        margin: 0 auto;
    }


    .ht-about-intro-grid,
    .ht-about-recipe-grid,
    .ht-about-quality-grid {
        gap: 42px;
    }

    .ht-about-intro-content {
        min-height: 0;
        padding: 0 0 0 24px;
    }

    .ht-about-intro-content p {
    max-width: 100%;
    }

    .ht-about-recipe-image {
        order: 2;
    }

    .ht-about-quality-image {
        width: min(100%, 700px);

        margin: 0 auto;
    }

    .ht-about-atmosphere-grid {
        grid-template-columns: 1fr;
    }

    .ht-about-atmosphere-image,
    .ht-about-atmosphere-image img {
        min-height: 390px;
    }
}


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

@media (max-width: 767px) {

    .ht-about-page p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ht-about-eyebrow {
        font-size: 10px;
        letter-spacing: .13em;
    }


    /* HERO */

    .ht-about-hero {
        padding: 42px 0 52px;
    }

    .ht-about-hero-grid {
        gap: 36px;
    }

    .ht-about-hero-content h1 {
        margin-top: 9px;

        font-size: clamp(42px, 13vw, 58px);
        line-height: 1;
    }

    .ht-about-hero-description {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .ht-about-stats {
        gap: 7px;

        margin-top: 24px;
    }

    .ht-about-stat {
        padding: 12px 6px;

        border-radius: 10px;
    }

    .ht-about-stat strong {
        font-size: 22px;
    }

    .ht-about-stat span {
        font-size: 10px;
    }

    .ht-about-hero-image {
        padding: 9px 9px 37px;

        border-radius: 150px 150px 19px 19px;
    }

    .ht-about-hero-image img {
        height: 360px;

        border-radius: 142px 142px 12px 12px;
    }

    .ht-about-hero-grid > img {
        height: 360px;
        border-radius: 142px 142px 12px 12px;
    }

    .ht-about-hero-image figcaption {
        font-size: 10px;
    }


    /* SECTION SPACING */

    .ht-about-intro,
    .ht-about-recipe,
    .ht-about-timeline,
    .ht-about-quality,
    .ht-about-atmosphere {
        padding: 62px 0;
    }


    /* COMMON HEADING */

    .ht-about-section-heading {
        margin-bottom: 26px;
    }

    .ht-about-section-heading h2 {
        font-size: 31px;
    }


    /* INTRO */

    .ht-about-intro-heading {
        gap: 12px;
    }

    .ht-about-symbol {
        width: 38px;
        height: 38px;

        flex: 0 0 38px;

        font-size: 31px;
    }

    .ht-about-intro-heading h2,
    .ht-about-recipe-content h2,
    .ht-about-quality-content h2 {
        max-width: none;
        font-size: 31px;
        line-height: 1.28;
    }

    .ht-about-intro-content {
        padding-left: 18px;
    }
    .ht-about-intro-content p {
        font-size: 14px;
        line-height: 1.75;

    }

    /* RECIPE */

    .ht-about-recipe-image {
        border-radius: 19px 70px 19px 19px;
    }

    .ht-about-recipe-image img {
        height: 390px;
    }

    .ht-about-recipe-content blockquote {
        padding: 17px 18px;

        font-size: 15px;
    }


    /* TIMELINE */

    .ht-about-timeline-item {
        grid-template-columns:
            26px
            minmax(0, 1fr);

        column-gap: 12px;

        padding-bottom: 30px;
    }

    .ht-about-timeline-year {
        grid-column: 2;

        padding-top: 0;
        margin-bottom: 8px;

        font-size: 21px;

        text-align: left;
    }

    .ht-about-timeline-marker {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .ht-about-timeline-marker::before {
        top: 0;
        bottom: -30px;
    }

    .ht-about-timeline-item:first-child
    .ht-about-timeline-marker::before {
        top: 9px;
    }

    .ht-about-timeline-item:last-child
    .ht-about-timeline-marker::before {
        bottom: calc(100% - 9px);
    }

    .ht-about-timeline-marker span {
        width: 16px;
        height: 16px;

        margin-top: 4px;
    }

    .ht-about-timeline-card {
        grid-column: 2;

        padding: 18px;

        border-radius: 13px;
    }

    .ht-about-timeline-card h3 {
        font-size: 18px;
    }

    .ht-about-timeline-card p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* QUALITY */

    .ht-about-quality-image::before {
        top: -12px;
        right: -12px;
    }

    .ht-about-quality-image img {
        min-height: 330px;

        border-radius: 18px;
    }


    /* ATMOSPHERE */

    .ht-about-atmosphere-grid {
        gap: 12px;
    }

    .ht-about-atmosphere-image,
    .ht-about-atmosphere-image img {
        min-height: 290px;

        border-radius: 15px;
    }


    /* THANK YOU */

    .ht-about-thankyou {
        padding: 65px 0;
    }

    .ht-about-thankyou-card {
        padding: 34px 22px;

        border-radius: 19px;
    }

    .ht-about-thankyou-card h2 {
        font-size: 31px;
    }

    .ht-about-thankyou-card strong {
        font-size: 14px;
        line-height: 1.6;
    }
}


/* ================================================================
   ABOUT PAGE — FINAL LAYOUT FIX
   ใช้ร่วมกับ about-fixed.php
   ================================================================ */

/* Layout ใหม่จากฐานข้อมูลไม่ต้องมีกรอบ Card ชั้นนอก */
.restaurant-about-page.is-custom-layout {
    padding: 0;
    background: #fff;
}

.restaurant-about-page.is-custom-layout .restaurant-about-page-content,
.restaurant-about-page.is-custom-layout .restaurant-about-page-body {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.restaurant-about-page.is-custom-layout .restaurant-about-page-body {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* ป้องกัน style ของ body เดิมไปรบกวน Layout ใหม่ */
.restaurant-about-page.is-custom-layout .restaurant-about-page-body > .ht-about-page {
    width: 100%;
    margin: 0;
}

/* Section Timeline เต็มพื้นที่ของหน้า โดยไม่ใช้ 100vw hack */
.restaurant-about-page.is-custom-layout .ht-about-timeline {
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 92px 0 100px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 249, 227, .96), rgba(255, 249, 227, .96)),
        repeating-linear-gradient(
            135deg,
            transparent 0 22px,
            rgba(177, 141, 32, .055) 22px 24px
        );
}

/* Timeline ที่จัดแนวเส้นและวงกลมใหม่ */
.restaurant-about-page.is-custom-layout .ht-about-timeline-list {
    position: relative;
    width: min(100%, 980px);
    margin: 0 auto;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-item {
    display: grid;
    position: relative;
    grid-template-columns: 120px 38px minmax(0, 1fr);
    column-gap: 20px;
    align-items: stretch;
    padding-bottom: 38px;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-item:last-child {
    padding-bottom: 0;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-year {
    align-self: start;
    padding-top: 17px;
    color: #b18d20;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-marker {
    position: relative;
    min-height: 100%;
    font-size: 0;
    line-height: 0;
}

/* เส้นแนวตั้ง */
.restaurant-about-page.is-custom-layout .ht-about-timeline-marker::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -38px;
    left: 50%;
    width: 2px;
    background: rgba(55, 131, 181, .28);
    transform: translateX(-50%);
}

/* วงกลมบนเส้น */
.restaurant-about-page.is-custom-layout .ht-about-timeline-marker::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 4px solid #fff9e3;
    border-radius: 50%;
    background: #3783b5;
    box-shadow:
        0 0 0 1px rgba(55, 131, 181, .42),
        0 3px 8px rgba(55, 131, 181, .18);
    transform: translateX(-50%);
}

.restaurant-about-page.is-custom-layout
.ht-about-timeline-item:first-child
.ht-about-timeline-marker::before {
    top: 20px;
}

.restaurant-about-page.is-custom-layout
.ht-about-timeline-item:last-child
.ht-about-timeline-marker::before {
    bottom: calc(100% - 20px);
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-card {
    min-width: 0;
    padding: 22px 26px;
    border: 1px solid rgba(177, 141, 32, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 28px rgba(73, 53, 23, .07);
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-card h3 {
    margin: 0 0 7px;
    color: #3e311c;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-card p {
    margin: 0;
    color: #766d5c;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

/* Hero: รองรับกรณี CKEditor วาง img โดยไม่มี figure ครอบ */
.restaurant-about-page.is-custom-layout .ht-about-hero-grid > img {
    display: block;
    width: 100%;
    height: 510px;
    padding: 14px;
    border-radius: 210px 210px 28px 28px;
    background: #fff;
    box-shadow: var(--ht-shadow);
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .restaurant-about-page.is-custom-layout .ht-about-hero-grid > img {
        width: min(100%, 650px);
        height: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .restaurant-about-page.is-custom-layout .ht-about-timeline {
        padding: 62px 0;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-item {
        grid-template-columns: 28px minmax(0, 1fr);
        column-gap: 12px;
        padding-bottom: 30px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-year {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 9px;
        padding-top: 0;
        font-size: 21px;
        text-align: left;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-marker {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-marker::before {
        top: 0;
        bottom: -30px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-marker::after {
        top: 4px;
        width: 16px;
        height: 16px;
    }

    .restaurant-about-page.is-custom-layout
    .ht-about-timeline-item:first-child
    .ht-about-timeline-marker::before {
        top: 4px;
    }

    .restaurant-about-page.is-custom-layout
    .ht-about-timeline-item:last-child
    .ht-about-timeline-marker::before {
        bottom: calc(100% - 4px);
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-card {
        grid-column: 2;
        grid-row: 2;
        padding: 18px;
        border-radius: 13px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-card h3 {
        font-size: 18px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .restaurant-about-page.is-custom-layout .ht-about-hero-grid > img {
        height: 360px;
        padding: 9px;
        border-radius: 150px 150px 19px 19px;
    }
}
/* ================================================================
   ABOUT PAGE: VISIT US CTA
   ================================================================ */

.ht-about-visit {
    position: relative;
    width: 100%;
    min-height: 720px;
    overflow: hidden;
    background: #2f2619;
}

.ht-about-visit-background,
.ht-about-visit-overlay {
    position: absolute;
    inset: 0;
}

.ht-about-visit-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
}

.ht-about-visit-overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(35, 27, 17, .88) 0%,
            rgba(35, 27, 17, .72) 46%,
            rgba(35, 27, 17, .28) 100%
        );
}

.ht-about-visit-container {
    display: flex;
    position: relative;
    z-index: 2;
    min-height: 720px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ht-about-visit-content {
    width: min(100%, 680px);
    padding: clamp(38px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    background: rgba(37, 28, 17, .6);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    color: #fff;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.ht-about-visit-eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #ecd982;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.5;
}

.ht-about-visit-content h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.ht-about-visit-content h2 span {
    display: block;
    margin-top: 7px;
    color: #ecd982;
}

.ht-about-visit-content blockquote {
    max-width: 580px;
    margin: 27px 0 30px;
    padding: 0 0 0 22px;
    border-left: 3px solid #3783b5;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 300;
    line-height: 1.7;
}

.ht-about-visit-hours {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 15px;
    margin-bottom: 31px;
    padding: 15px 20px;
    border: 1px solid rgba(236, 217, 130, .32);
    border-radius: 15px;
    background: rgba(255, 255, 255, .1);
}

.ht-about-visit-hours-icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecd982;
    color: #3e311c;
    font-size: 21px;
}

.ht-about-visit-hours strong,
.ht-about-visit-hours span {
    display: block;
}

.ht-about-visit-hours strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.ht-about-visit-hours span {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    font-weight: 300;
}

.ht-about-visit-hours small {
    padding: 0 6px;
    color: #ecd982;
    font-size: 12px;
}

.ht-about-visit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.ht-about-visit-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 25px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}

.ht-about-visit-button:hover {
    transform: translateY(-3px);
}

.ht-about-visit-button-primary {
    background: #ecd982;
    color: #3e311c;
}

.ht-about-visit-button-primary:hover {
    background: #f5e7a8;
    color: #2f2617;
}

.ht-about-visit-button-secondary {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.ht-about-visit-button-secondary:hover {
    border-color: #fff;
    background: #fff;
    color: #3e311c;
}
/* ================================================================
   Contact page: ฮ้านถึงเจียงใหม่
   Uses images/preview.jpg
   ================================================================ */
.han-contact-page {
    --contact-yellow: #ecd982;
    --contact-yellow-soft: #fff4c9;
    --contact-blue: #3783b5;
    --contact-blue-dark: #24688f;
    --contact-brown: #3e311c;
    --contact-muted: #766d5c;
    --contact-light: #f7f5ef;
    overflow: hidden;
    background: #fff;
    color: var(--contact-brown);
    font-family: 'Kanit', sans-serif;
}

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

.han-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--contact-blue);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.4;
}

/* Hero */
.han-contact-hero {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    background: #332719;
}

.han-contact-hero__media,
.han-contact-hero__overlay {
    position: absolute;
    inset: 0;
}

.han-contact-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.han-contact-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(38, 28, 16, .89) 0%,
            rgba(38, 28, 16, .7) 47%,
            rgba(38, 28, 16, .18) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .05),
            rgba(0, 0, 0, .28)
        );
}

.han-contact-hero__container {
    display: flex;
    position: relative;
    z-index: 2;
    min-height: 590px;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.han-contact-hero__content {
    width: min(100%, 690px);
}

.han-contact-hero .han-contact-kicker {
    color: var(--contact-yellow);
}

.han-contact-hero__content h1 {
    margin: 13px 0 20px;
    color: #fff;
    font-size: clamp(48px, 5.5vw, 78px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1;
}

.han-contact-hero__content h1 span {
    display: block;
    margin-top: 8px;
    color: var(--contact-yellow);
}

.han-contact-hero__content > p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
}

.han-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.han-contact-button {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 24px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition:
        transform .22s ease,
        background-color .22s ease,
        color .22s ease,
        border-color .22s ease;
}

.han-contact-button:hover {
    transform: translateY(-3px);
}

.han-contact-button--primary {
    background: var(--contact-yellow);
    color: var(--contact-brown);
}

.han-contact-button--primary:hover {
    background: #f5e7a8;
    color: #2f2617;
}

.han-contact-button--outline {
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.han-contact-button--outline:hover {
    border-color: #fff;
    background: #fff;
    color: var(--contact-brown);
}

.han-contact-button--line {
    border-color: #06a94d;
    background: #06c755;
    color: #fff;
}

.han-contact-button--line:hover,
.han-contact-button--line:focus-visible {
    border-color: #059443;
    background: #059443;
    color: #fff;
    outline: none;
}

/* Information */
.han-contact-info {
    padding: clamp(68px, 8vw, 58px) 0;
    background:
        radial-gradient(
            circle at 8% 14%,
            rgba(236, 217, 130, .24),
            transparent 24%
        ),
        #fff;
}

.han-contact-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.han-contact-heading h2 {
    margin: 8px 0 8px;
    color: var(--contact-brown);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.han-contact-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--contact-muted);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.han-contact-layout {
    display: grid;
    grid-template-columns:
        minmax(360px, .9fr)
        minmax(0, 1.1fr);
    align-items: stretch;
    gap: clamp(24px, 4vw, 48px);
}

.han-contact-main-card {
    padding: clamp(28px, 4vw, 45px);
    border: 1px solid rgba(177, 141, 32, .25);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 253, 247, .98),
            rgba(248, 237, 184, .76)
        );
    box-shadow: 0 18px 44px rgba(74, 57, 27, .12);
}

.han-contact-main-card__top {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(84, 66, 35, .14);
}

.han-contact-main-card__icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--contact-blue);
    color: #fff;
    font-size: 23px;
}

.han-contact-main-card__icon i {
    color: #fff !important;
}

.han-contact-main-card__top span {
    color: #a47c17;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .08em;
}

.han-contact-main-card__top h2 {
    margin: 3px 0 0;
    color: var(--contact-brown);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.35;
}

.han-contact-address,
.han-contact-hours {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
    padding: 23px 0;
    border-bottom: 1px solid rgba(84, 66, 35, .14);
    color: var(--contact-brown);
    font-style: normal;
}

.han-contact-address > i,
.han-contact-hours > i {
    width: 25px;
    flex: 0 0 25px;
    padding-top: 3px;
    color: var(--contact-blue);
    font-size: 26px;
    text-align: center;
}

.han-contact-address strong,
.han-contact-address span,
.han-contact-hours strong,
.han-contact-hours span {
    display: block;
}

.han-contact-address strong,
.han-contact-hours strong {
    margin-bottom: 5px;
    color: var(--contact-brown);
    font-size: 18px;
    font-weight: 500;
}

.han-contact-address span,
.han-contact-hours span {
    color: var(--contact-muted);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.han-contact-main-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.han-contact-main-card__actions a {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 17px;
    border-radius: 7px;
    background: var(--contact-blue);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition:
        background-color .2s ease,
        transform .2s ease;
}

.han-contact-main-card__actions a:hover {
    background: var(--contact-blue-dark);
    color: #fff;
    transform: translateY(-2px);
}

.han-contact-channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.han-contact-channel {
    display: grid;
    position: relative;
    min-width: 0;
    min-height: 145px;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 23px;
    border: 1px solid rgba(177, 141, 32, .19);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 11px 26px rgba(74, 57, 27, .08);
    color: var(--contact-brown);
    text-decoration: none;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.han-contact-channel:hover,
.han-contact-channel:focus-visible {
    border-color: rgba(55, 131, 181, .4);
    color: var(--contact-brown);
    outline: none;
    box-shadow: 0 17px 34px rgba(74, 57, 27, .15);
    transform: translateY(-5px);
}

.han-contact-channel--phone:hover {
    border-color: rgba(55, 131, 181, .4);
    box-shadow: 0 17px 34px rgba(74, 57, 27, .15);
}

.han-contact-channel__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--contact-yellow-soft);
    color: var(--contact-blue);
    font-size: 21px;
}

.han-contact-channel small,
.han-contact-channel strong {
    display: block;
    overflow-wrap: anywhere;
}

.han-contact-channel small {
    margin-bottom: 4px;
    color: #a47c17;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.han-contact-channel strong {
    color: var(--contact-brown);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.han-contact-phone-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.han-contact-phone-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 7px;
    border: 1px solid rgba(55, 131, 181, .24);
    border-radius: 7px;
    background: #f7fbfe;
    color: var(--contact-brown);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.han-contact-phone-links a:hover,
.han-contact-phone-links a:focus-visible {
    border-color: var(--contact-blue);
    background: var(--contact-blue);
    color: #fff;
    outline: none;
}

.han-contact-channel__arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgba(84, 66, 35, .28);
    font-size: 11px;
}

/* Map */
.han-contact-map-section {
    padding-top: clamp(5px, 7vw, 12px);
    background: var(--contact-light);
}

.han-contact-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 28px;
}

.han-contact-map-heading h2 {
    margin: 7px 0 5px;
    color: var(--contact-brown);
    font-size: clamp(31px, 3.4vw, 46px);
    font-weight: 400;
    letter-spacing: -.03em;
}

.han-contact-map-heading p {
    margin: 0;
    color: var(--contact-muted);
    font-size: 14px;
    font-weight: 300;
}

.han-contact-map-heading > a {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(177, 141, 32, .48);
    border-radius: 8px;
    background: #fff;
    color: var(--contact-brown);
    font-size: 16px;
    text-decoration: none;
    transition:
        background-color .2s ease,
        transform .2s ease;
}

.han-contact-map-heading > a:hover {
    background: var(--contact-yellow);
    color: var(--contact-brown);
    transform: translateY(-2px);
}

.han-contact-map {
    height: 520px;
    overflow: hidden;
    border-top: 1px solid rgba(177, 141, 32, .22);
    background: #e9ecef;
}

.han-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .han-contact-hero,
    .han-contact-hero__container {
        min-height: 530px;
    }

    .han-contact-hero__overlay {
        background: rgba(38, 28, 16, .66);
    }

    .han-contact-hero__container {
        justify-content: center;
    }

    .han-contact-hero__content {
        text-align: center;
    }

    .han-contact-hero__content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .han-contact-hero__actions {
        justify-content: center;
    }

    .han-contact-layout {
        grid-template-columns: 1fr;
    }

    .han-contact-main-card {
        width: min(100%, 720px);
        margin: 0 auto;
    }

    .han-contact-map-heading {
        align-items: flex-start;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .han-contact-kicker {
        font-size: 9px;
        letter-spacing: .12em;
    }

    .han-contact-hero,
    .han-contact-hero__container {
        min-height: 500px;
    }

    .han-contact-hero__container {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .han-contact-hero__content h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .han-contact-hero__content > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .han-contact-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .han-contact-button {
        width: 100%;
    }

    .han-contact-info {
        padding: 60px 0;
    }

    .han-contact-heading {
        margin-bottom: 28px;
    }

    .han-contact-heading h2 {
        font-size: 31px;
    }

    .han-contact-heading p {
        font-size: 13px;
    }

    .han-contact-main-card {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .han-contact-main-card__top {
        gap: 12px;
    }

    .han-contact-main-card__icon {
        width: 49px;
        height: 49px;
        flex-basis: 49px;
        border-radius: 14px;
        font-size: 19px;
    }

    .han-contact-main-card__top h2 {
        font-size: 21px;
    }

    .han-contact-channels {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .han-contact-channel {
        min-height: 108px;
        padding: 18px;
        border-radius: 15px;
    }

    .han-contact-map-heading {
        display: block;
        padding-bottom: 22px;
    }

    .han-contact-map-heading h2 {
        font-size: 30px;
    }

    .han-contact-map-heading > a {
        margin-top: 17px;
    }

    .han-contact-map {
        height: 380px;
    }
}
/* =========================================================
   CM THAI CAR RENT - ABOUT CLEAN
========================================================= */

.cm-about-clean {
    width: 100%;
    padding: 55px 45px;

    background: #fff;
    color: #222;

    font-family: 'Kanit', sans-serif;

    box-sizing: border-box;
}

.cm-about-clean *,
.cm-about-clean *::before,
.cm-about-clean *::after {
    box-sizing: border-box;
}


/* =========================================================
   MAIN
========================================================= */

.cm-about-clean-main {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 55px;

    align-items: center;
}


/* =========================================================
   COPY
========================================================= */

.cm-about-clean-label {
    margin-bottom: 12px;

    color: #c90812;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: .14em;
}

.cm-about-clean-copy h1 {
    margin: 0 0 20px;

    color: #1d1d1d;

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

    line-height: 1.15;
}

.cm-about-clean-copy h1 strong {
    display: block;

    color: #c90812;

    font-weight: 700;
}

.cm-about-clean-copy p {
    margin: 0 0 14px;

    color: #646464;

    font-size: 15px;
    font-weight: 300;

    line-height: 1.8;
}

.cm-about-clean-copy .cm-about-clean-lead {
    color: #333;

    font-size: 17px;
    font-weight: 400;
}


/* =========================================================
   IMAGE
========================================================= */

.cm-about-clean-images {
    display: grid;

    grid-template-columns: 1.35fr .65fr;

    gap: 12px;

    height: 390px;
}

.cm-about-clean-image-main,
.cm-about-clean-image-small {
    overflow: hidden;

    border-radius: 18px;

    background: #eee;
}

.cm-about-clean-image-main img,
.cm-about-clean-image-small img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   BENEFITS
========================================================= */

.cm-about-clean-benefits {
    display: grid;

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

    gap: 10px;

    margin-top: 42px;
}

.cm-about-clean-benefit {
    display: flex;

    min-height: 82px;

    align-items: center;

    gap: 12px;

    padding: 14px 16px;

    border: 1px solid #e9e9e9;
    border-radius: 13px;

    background: #fafafa;
}

.cm-about-clean-benefit > i {
    display: flex;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

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

    border-radius: 50%;

    background: #c90812;

    color: #fff;

    font-size: 15px;
}

.cm-about-clean-benefit strong,
.cm-about-clean-benefit span {
    display: block;
}

.cm-about-clean-benefit strong {
    color: #222;

    font-size: 13px;
    font-weight: 600;
}

.cm-about-clean-benefit span {
    margin-top: 3px;

    color: #888;

    font-size: 10px;
}


/* =========================================================
   WHY
========================================================= */

.cm-about-clean-why {
    margin-top: 65px;

    padding: 50px 35px;

    border-radius: 22px;

    background: #0b0b0b;
}

.cm-about-clean-heading {
    margin-bottom: 30px;

    text-align: center;
}

.cm-about-clean-heading span {
    color: #e3212b;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .14em;
}

.cm-about-clean-heading h2 {
    margin: 7px 0 0;

    color: #fff;

    font-size: 30px;
    font-weight: 600;
}

.cm-about-clean-heading h2 strong {
    color: #e3212b;
}

.cm-about-clean-why-grid {
    display: grid;

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

    gap: 12px;
}

.cm-about-clean-why-card {
    padding: 24px 16px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;

    background: rgba(255,255,255,.04);

    text-align: center;
}

.cm-about-clean-why-card > i {
    display: flex;

    width: 50px;
    height: 50px;

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

    margin: 0 auto 13px;

    border-radius: 50%;

    background: #c90812;

    color: #fff;

    font-size: 18px;
}

.cm-about-clean-why-card h3 {
    margin: 0 0 6px;

    color: #fff;

    font-size: 15px;
    font-weight: 600;
}

.cm-about-clean-why-card p {
    margin: 0;

    color: rgba(255,255,255,.62);

    font-size: 11px;
    font-weight: 300;

    line-height: 1.6;
}


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

.cm-about-clean-cta {
    display: flex;

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

    gap: 30px;

    margin-top: 25px;

    padding: 30px 35px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #c90812,
            #850308
        );

    color: #fff;
}

.cm-about-clean-cta span {
    font-size: 10px;

    letter-spacing: .14em;

    opacity: .7;
}

.cm-about-clean-cta h2 {
    margin: 4px 0;

    color: #fff;

    font-size: 25px;
    font-weight: 600;
}

.cm-about-clean-cta p {
    margin: 0;

    color: rgba(255,255,255,.75);

    font-size: 12px;
}

.cm-about-clean-buttons {
    display: flex;

    gap: 8px;

    flex-wrap: wrap;

    justify-content: flex-end;
}

.cm-about-clean-buttons a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    min-height: 40px;

    padding: 9px 14px;

    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;

    background: rgba(255,255,255,.1);

    color: #fff;

    font-size: 11px;
    font-weight: 500;

    text-decoration: none;
}

.cm-about-clean-buttons a:hover {
    background: #fff;

    color: #b60811;
}

.cm-about-clean-buttons .is-line {
    border-color: #06b53b;

    background: #06b53b;
}

.cm-about-clean-buttons .is-line:hover {
    background: #079532;

    color: #fff;
}


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

@media (max-width: 991.98px) {

    .cm-about-clean {
        padding: 40px 30px;
    }

    .cm-about-clean-main {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .cm-about-clean-images {
        height: 360px;
    }

    .cm-about-clean-benefits,
    .cm-about-clean-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .cm-about-clean-cta {
        flex-direction: column;

        align-items: flex-start;
    }

    .cm-about-clean-buttons {
        justify-content: flex-start;
    }

}


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

@media (max-width: 575.98px) {

    .cm-about-clean {
        padding: 30px 20px;
    }

    .cm-about-clean-copy h1 {
        font-size: 29px;
    }

    .cm-about-clean-copy
    .cm-about-clean-lead {
        font-size: 15px;
    }

    .cm-about-clean-copy p {
        font-size: 13px;
    }

    .cm-about-clean-images {
        grid-template-columns: 1fr;

        height: auto;
    }

    .cm-about-clean-image-main {
        height: 240px;
    }

    .cm-about-clean-image-small {
        display: none;
    }

    .cm-about-clean-benefits {
        grid-template-columns: 1fr;

        margin-top: 28px;
    }

    .cm-about-clean-why {
        margin-top: 40px;

        padding: 35px 18px;
    }

    .cm-about-clean-why-grid {
        grid-template-columns: 1fr;
    }

    .cm-about-clean-heading h2 {
        font-size: 25px;
    }

    .cm-about-clean-cta {
        padding: 25px 20px;
    }

    .cm-about-clean-buttons {
        display: grid;

        width: 100%;
    }

    .cm-about-clean-buttons a {
        justify-content: center;
    }
}
/* =====================================================================
   CM THAI CAR RENT
   HOW TO RENT / BOOKING PROCESS
   ===================================================================== */


/* =====================================================================
   PAGE WRAPPER
   ===================================================================== */

.cm-howtorent-page .cm-about-content-card {
    display: flex;
    overflow: hidden;

    width: 100%;

    padding: 40px;

    border-radius: 25px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .10);
}

.cm-howtorent-page .cm-about-content-body {
    width: 100%;

    color: inherit;

    font-size: inherit;
    line-height: inherit;
}

.cm-howtorent-page .cm-about-content-body > .cm-rent-guide {
    width: 100%;
}


/* =====================================================================
   ROOT
   ===================================================================== */

.cm-rent-guide {
    --rent-red: var(--cm-red, #c90812);
    --rent-red-dark: var(--cm-red-dark, #850308);

    --rent-black: #0b0b0b;
    --rent-ink: #191919;

    --rent-muted: #666666;

    --rent-bg: #ffffff;
    --rent-soft: #f7f7f7;
    --rent-line: #e8e8e8;

    width: 100%;

    overflow: hidden;

    background: var(--rent-bg);

    color: var(--rent-ink);

    font-family: 'Kanit', sans-serif;
}

.cm-rent-guide *,
.cm-rent-guide *::before,
.cm-rent-guide *::after {
    box-sizing: border-box;
}

.cm-rent-guide a {
    text-decoration: none;
}


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

.cm-rent-guide-intro {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(430px, .9fr);

    gap: clamp(38px, 5vw, 75px);

    align-items: center;

    padding:
        clamp(48px, 5vw, 76px)
        clamp(38px, 5vw, 74px);
}


/* =====================================================================
   INTRO TEXT
   ===================================================================== */

.cm-rent-guide-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

    color: var(--rent-red);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .16em;
}

.cm-rent-guide-eyebrow::before {
    width: 28px;
    height: 2px;

    background: var(--rent-red);

    content: '';
}


.cm-rent-guide-intro-copy h2 {
    max-width: 650px;

    margin: 0 0 20px;

    color: var(--rent-ink);

    font-size: clamp(38px, 4vw, 54px);
    font-weight: 800;

    letter-spacing: -.035em;
    line-height: 1.1;
}

.cm-rent-guide-intro-copy h2 strong {
    color: var(--rent-red);

    font-weight: 800;
}


.cm-rent-guide-intro-copy > p {
    max-width: 650px;

    margin: 0;

    color: var(--rent-muted);

    font-size: 16px;
    font-weight: 400;

    line-height: 1.85;
}


/* =====================================================================
   QUICK CONTACT
   ===================================================================== */

.cm-rent-guide-quick-contact {
    display: grid;

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

    gap: 11px;

    margin-top: 29px;
}


.cm-rent-guide-quick-contact a {
    display: flex;

    min-width: 0;
    min-height: 78px;

    align-items: center;

    gap: 13px;

    padding: 13px 16px;

    border: 1px solid var(--rent-line);
    border-radius: 14px;

    background: #fafafa;

    color: #333333;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}


.cm-rent-guide-quick-contact a:hover {
    border-color: rgba(201, 8, 18, .32);

    box-shadow:
        0 10px 24px
        rgba(0, 0, 0, .07);

    color: #333333;

    transform: translateY(-2px);
}


/* Contact icon */

.cm-rent-guide-quick-contact i {
    display: flex;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

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

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #e41a24,
            #ac050e
        );

    color: #ffffff;

    font-size: 15px;
}


/* Text wrapper */

.cm-rent-guide-quick-contact a > span {
    display: flex;

    min-width: 0;

    flex-direction: column;

    color: #777777;

    font-size: 11px;
    font-weight: 500;

    line-height: 1.35;
}


/*
IMPORTANT:
No ellipsis here.
Phone number / LINE / email must display fully.
*/

.cm-rent-guide-quick-contact a > span > strong {
    display: block !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 0 4px;

    overflow: visible !important;

    color: #1f1f1f;

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

    line-height: 1.25;

    text-overflow: clip !important;

    white-space: nowrap !important;
}


/* Email can wrap on narrow width */

.cm-rent-guide-quick-contact a[href^="mailto:"] strong {
    font-size: 12px;
}


/* =====================================================================
   INTRO IMAGE
   ===================================================================== */

.cm-rent-guide-intro-image {
    position: relative;

    width: 100%;
    min-width: 0;

    overflow: hidden;

    aspect-ratio: 3 / 2;

    border: 1px solid #eeeeee;
    border-radius: 24px;

    background: #f7f7f7;

    box-shadow:
        0 22px 50px
        rgba(0, 0, 0, .14);
}


/*
Artwork has important text and composition.
Use contain — NOT cover.
*/

.cm-rent-guide-intro-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center center;

    background: #ffffff;
}


.cm-rent-guide-image-badge {
    display: inline-flex;

    position: absolute;

    right: 17px;
    bottom: 17px;

    align-items: center;

    gap: 8px;

    padding: 9px 14px;

    border:
        1px solid
        rgba(255, 255, 255, .28);

    border-radius: 999px;

    background:
        rgba(10, 10, 10, .88);

    box-shadow:
        0 8px 20px
        rgba(0, 0, 0, .22);

    color: #ffffff;

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

    backdrop-filter: blur(5px);
}


/* =====================================================================
   GENERAL SECTION
   ===================================================================== */

.cm-rent-guide-section {
    padding:
        68px
        clamp(38px, 5vw, 74px);
}


/* =====================================================================
   HEADINGS
   ===================================================================== */

.cm-rent-guide-heading {
    max-width: 720px;

    margin: 0 auto 36px;

    text-align: center;
}


.cm-rent-guide-heading > span {
    display: inline-block;

    color: var(--rent-red);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .15em;
}


.cm-rent-guide-heading h2 {
    margin: 7px 0 10px;

    color: var(--rent-ink);

    font-size: clamp(31px, 3.4vw, 44px);
    font-weight: 800;

    line-height: 1.15;
}


.cm-rent-guide-heading h2 strong {
    color: var(--rent-red);

    font-weight: 800;
}


.cm-rent-guide-heading p {
    margin: 0;

    color: #777777;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.75;
}


/* =====================================================================
   BOOKING STEPS
   ===================================================================== */

.cm-rent-guide-steps-section {
    border-top: 1px solid #eeeeee;

    background: #f7f7f7;
}


.cm-rent-guide-steps {
    display: grid;

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

    gap: 13px;
}


.cm-rent-guide-step {
    position: relative;

    min-height: 250px;

    padding: 27px 21px 23px;

    border: 1px solid #e5e5e5;
    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 12px 28px
        rgba(0, 0, 0, .045);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}


.cm-rent-guide-step:hover {
    border-color:
        rgba(201, 8, 18, .24);

    box-shadow:
        0 16px 32px
        rgba(0, 0, 0, .07);

    transform: translateY(-4px);
}


.cm-rent-guide-step-no {
    display: inline-flex;

    position: absolute;

    top: 14px;
    right: 14px;

    min-width: 38px;
    height: 27px;

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

    border-radius: 999px;

    background: #151515;

    color: #ffffff;

    font-size: 11px;
    font-weight: 800;
}


.cm-rent-guide-step-icon {
    display: flex;

    width: 60px;
    height: 60px;

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

    margin-bottom: 20px;

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            #e41a24,
            #9c040c
        );

    box-shadow:
        0 9px 20px
        rgba(201, 8, 18, .2);

    color: #ffffff;

    font-size: 22px;
}


.cm-rent-guide-step h3 {
    margin: 0 0 8px;

    color: #1b1b1b;

    font-size: 18px;
    font-weight: 800;
}


.cm-rent-guide-step p {
    margin: 0;

    color: #717171;

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

    line-height: 1.7;
}


/* =====================================================================
   DOCUMENTS + PAYMENT
   ===================================================================== */

.cm-rent-guide-two-columns {
    display: grid;

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

    gap: 18px;

    padding:
        0
        clamp(38px, 5vw, 74px)
        68px;

    background: #f7f7f7;
}


.cm-rent-guide-panel {
    overflow: hidden;

    padding: 31px;

    border: 1px solid #e2e2e2;
    border-radius: 21px;

    background: #ffffff;
}


.cm-rent-guide-panel-dark {
    border-color: #161616;

    background:
        linear-gradient(
            145deg,
            #191919,
            #070707
        );

    color: #ffffff;
}


/* Panel Heading */

.cm-rent-guide-panel-title {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 24px;
}


.cm-rent-guide-panel-title > span {
    display: flex;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

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

    border-radius: 15px;

    background: var(--rent-red);

    color: #ffffff;

    font-size: 19px;
}


.cm-rent-guide-panel-title em {
    display: block;

    margin-bottom: 3px;

    color: var(--rent-red);

    font-size: 10px;
    font-style: normal;
    font-weight: 800;

    letter-spacing: .14em;
}


.cm-rent-guide-panel-dark
.cm-rent-guide-panel-title em {
    color: #ef3c44;
}


.cm-rent-guide-panel-title h2 {
    margin: 0;

    color: #1d1d1d;

    font-size: 23px;
    font-weight: 800;

    line-height: 1.2;
}


.cm-rent-guide-panel-dark
.cm-rent-guide-panel-title h2 {
    color: #ffffff;
}


/* =====================================================================
   DOCUMENT LIST
   ===================================================================== */

.cm-rent-guide-list {
    margin: 0;

    padding-left: 23px;
}


.cm-rent-guide-list li {
    margin-bottom: 11px;

    padding-left: 5px;

    color: #565656;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.72;
}


.cm-rent-guide-list li::marker {
    color: var(--rent-red);

    font-weight: 700;
}


/* =====================================================================
   CHECK LIST
   ===================================================================== */

.cm-rent-guide-checklist {
    margin: 0;

    padding: 0;

    list-style: none;
}


.cm-rent-guide-checklist li {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 14px;

    color:
        rgba(255, 255, 255, .82);

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

    line-height: 1.68;
}


.cm-rent-guide-checklist li > i {
    display: flex;

    width: 22px;
    height: 22px;

    flex: 0 0 22px;

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

    margin-top: 1px;

    border-radius: 50%;

    background: var(--rent-red);

    color: #ffffff;

    font-size: 9px;
}


/* =====================================================================
   NOTE
   ===================================================================== */

.cm-rent-guide-note {
    display: flex;

    gap: 11px;

    margin-top: 23px;

    padding: 15px;

    border:
        1px solid
        rgba(255, 255, 255, .14);

    border-radius: 13px;

    background:
        rgba(255, 255, 255, .055);
}


.cm-rent-guide-note > i {
    flex: 0 0 auto;

    margin-top: 3px;

    color: #ef3c44;
}


.cm-rent-guide-note p {
    margin: 0;

    color:
        rgba(255, 255, 255, .72);

    font-size: 11px;

    line-height: 1.65;
}


/* =====================================================================
   CONDITIONS
   ===================================================================== */

.cm-rent-guide-conditions {
    background: #ffffff;
}


.cm-rent-guide-condition-grid {
    display: grid;

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

    gap: 14px;
}


.cm-rent-guide-condition-card {
    position: relative;

    min-height: 250px;

    padding: 28px;

    border: 1px solid #e7e7e7;
    border-radius: 19px;

    background: #fafafa;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}


.cm-rent-guide-condition-card:hover {
    border-color:
        rgba(201, 8, 18, .26);

    box-shadow:
        0 15px 30px
        rgba(0, 0, 0, .07);

    transform: translateY(-3px);
}


.cm-rent-guide-condition-icon {
    display: flex;

    width: 52px;
    height: 52px;

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

    margin-bottom: 18px;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 7px 18px
        rgba(0, 0, 0, .08);

    color: var(--rent-red);

    font-size: 20px;
}


.cm-rent-guide-condition-card h3 {
    margin: 0 0 10px;

    color: #202020;

    font-size: 18px;
    font-weight: 800;
}


.cm-rent-guide-condition-card p {
    margin: 0;

    color: #707070;

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

    line-height: 1.78;
}


/* =====================================================================
   RETURN / OVERTIME
   ===================================================================== */

.cm-rent-guide-return {
    display: grid;

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

    gap: 21px;

    align-items: center;

    margin:
        0
        clamp(38px, 5vw, 74px)
        25px;

    padding: 29px 32px;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #171717,
            #080808
        );

    color: #ffffff;
}


.cm-rent-guide-return-icon {
    display: flex;

    width: 70px;
    height: 70px;

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

    border-radius: 18px;

    background: var(--rent-red);

    box-shadow:
        0 10px 24px
        rgba(201, 8, 18, .25);

    color: #ffffff;

    font-size: 26px;
}


.cm-rent-guide-return-copy > span {
    display: inline-block;

    color: #ef3c44;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .14em;
}


.cm-rent-guide-return-copy h2 {
    margin: 4px 0 6px;

    color: #ffffff;

    font-size: 23px;
    font-weight: 800;
}


.cm-rent-guide-return-copy p {
    margin: 0;

    color:
        rgba(255, 255, 255, .72);

    font-size: 13px;

    line-height: 1.72;
}


.cm-rent-guide-return-copy p strong {
    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
}


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

.cm-rent-guide-cta {
    display: grid;

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

    gap: 30px;

    align-items: center;

    margin:
        0
        clamp(38px, 5vw, 74px)
        clamp(48px, 5vw, 74px);

    padding: 33px 35px;

    border-radius: 21px;

    background:
        linear-gradient(
            135deg,
            #cf0a14,
            #7c0208
        );

    box-shadow:
        0 16px 34px
        rgba(130, 0, 7, .18);
}


.cm-rent-guide-cta-copy > span {
    display: inline-block;

    color:
        rgba(255, 255, 255, .68);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .14em;
}


.cm-rent-guide-cta-copy h2 {
    margin: 5px 0;

    color: #ffffff;

    font-size: 27px;
    font-weight: 800;
}


.cm-rent-guide-cta-copy p {
    margin: 0;

    color:
        rgba(255, 255, 255, .76);

    font-size: 12px;

    line-height: 1.6;
}


/* CTA buttons */

.cm-rent-guide-cta-actions {
    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

    gap: 8px;
}


.cm-rent-guide-cta-actions a {
    display: inline-flex;

    min-height: 43px;

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

    gap: 7px;

    padding: 9px 15px;

    border:
        1px solid
        rgba(255, 255, 255, .38);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .09);

    color: #ffffff;

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

    white-space: nowrap;

    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease;
}


.cm-rent-guide-cta-actions a:hover {
    background: #ffffff;

    color: var(--rent-red);

    transform: translateY(-2px);
}


.cm-rent-guide-cta-actions .is-line {
    border-color: #05b640;

    background: #05b640;
}


.cm-rent-guide-cta-actions .is-line:hover {
    background: #049333;

    color: #ffffff;
}


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

@media (max-width: 991.98px) {

    .cm-rent-guide-intro {
        grid-template-columns: 1fr;

        gap: 35px;

        padding: 44px 34px;
    }


    .cm-rent-guide-intro-copy {
        max-width: 760px;
    }


    .cm-rent-guide-intro-image {
        width: min(100%, 820px);

        margin: 0 auto;

        aspect-ratio: 3 / 2;
    }


    .cm-rent-guide-intro-image img {
        object-fit: contain;
    }


    .cm-rent-guide-steps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .cm-rent-guide-step {
        min-height: 220px;
    }


    .cm-rent-guide-two-columns {
        grid-template-columns: 1fr;
    }


    .cm-rent-guide-cta {
        grid-template-columns: 1fr;
    }


    .cm-rent-guide-cta-actions {
        justify-content: flex-start;
    }

}


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

@media (max-width: 767.98px) {

    .cm-howtorent-page .cm-about-content-card {
        padding: 24px;
        border-radius: 20px;
    }


    /* Intro */

    .cm-rent-guide-intro {
        padding: 38px 22px;

        gap: 30px;
    }


    .cm-rent-guide-eyebrow {
        font-size: 10px;
    }


    .cm-rent-guide-intro-copy h2 {
        font-size: 34px;

        line-height: 1.12;
    }


    .cm-rent-guide-intro-copy > p {
        font-size: 14px;

        line-height: 1.72;
    }


    /* Contacts */

    .cm-rent-guide-quick-contact {
        grid-template-columns: 1fr;

        gap: 8px;

        margin-top: 23px;
    }


    .cm-rent-guide-quick-contact a {
        min-height: 70px;

        padding: 12px 14px;
    }


    .cm-rent-guide-quick-contact
    a > span > strong {
        font-size: 14px;
    }


    .cm-rent-guide-quick-contact
    a[href^="mailto:"] strong {
        font-size: 12px;
    }


    /* Image */

    .cm-rent-guide-intro-image {
        aspect-ratio: 3 / 2;

        border-radius: 17px;
    }


    .cm-rent-guide-intro-image img {
        width: 100%;
        height: 100%;

        object-fit: contain;
        object-position: center;
    }


    .cm-rent-guide-image-badge {
        right: 10px;
        bottom: 10px;

        padding: 7px 11px;

        font-size: 9px;
    }


    /* General */

    .cm-rent-guide-section {
        padding: 40px 22px;
    }


    .cm-rent-guide-heading {
        margin-bottom: 27px;
    }


    .cm-rent-guide-heading h2 {
        font-size: 29px;
    }


    .cm-rent-guide-heading p {
        font-size: 12px;
    }


    /* Steps */

    .cm-rent-guide-steps {
        grid-template-columns: 1fr;
    }


    .cm-rent-guide-step {
        min-height: 0;

        padding: 23px 20px;
    }


    /* Panels */

    .cm-rent-guide-two-columns {
        padding:
            0
            22px
            40px;
    }


    .cm-rent-guide-panel {
        padding: 25px 20px;

        border-radius: 17px;
    }


    .cm-rent-guide-panel-title h2 {
        font-size: 20px;
    }


    /* Conditions */

    .cm-rent-guide-condition-grid {
        grid-template-columns: 1fr;
    }


    .cm-rent-guide-condition-card {
        min-height: 0;

        padding: 24px 20px;
    }


    /* Return */

    .cm-rent-guide-return {
        grid-template-columns: 1fr;

        margin:
            0
            22px
            18px;

        padding: 25px 20px;
    }


    .cm-rent-guide-return-icon {
        width: 58px;
        height: 58px;

        font-size: 21px;
    }


    /* CTA */

    .cm-rent-guide-cta {
        grid-template-columns: 1fr;

        margin:
            0
            22px
            38px;

        padding: 27px 21px;
    }


    .cm-rent-guide-cta-copy h2 {
        font-size: 23px;
    }


    .cm-rent-guide-cta-actions {
        display: grid;

        width: 100%;

        grid-template-columns: 1fr;

        justify-content: stretch;
    }


    .cm-rent-guide-cta-actions a {
        width: 100%;
    }

}


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

@media (max-width: 420px) {

    .cm-rent-guide-intro,
    .cm-rent-guide-section {
        padding-right: 17px;
        padding-left: 17px;
    }


    .cm-rent-guide-intro-copy h2 {
        font-size: 31px;
    }


    .cm-rent-guide-two-columns {
        padding-right: 17px;
        padding-left: 17px;
    }


    .cm-rent-guide-return,
    .cm-rent-guide-cta {
        margin-right: 17px;
        margin-left: 17px;
    }


    .cm-rent-guide-quick-contact
    a > span > strong {
        white-space: normal !important;
    }


    .cm-rent-guide-intro-image {
        border-radius: 14px;
    }

}
