:root {
    --termal-primary: #008489;
    --termal-primary-dark: #006b70;
    --termal-primary-soft: #e6f3f3;
}

.termal-logo {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.termal-logo-link {
    display: inline-flex;
    align-items: center;
    height: 44px;
    line-height: 1;
}

.termal-logo-link img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 44px;
}

.termal-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
}

.termal-footer-logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 52px;
}

.termal-footer {
    background: #253131;
    color: rgba(255, 255, 255, 0.76);
}

.termal-footer a {
    color: rgba(255, 255, 255, 0.88);
}

.termal-footer a:hover {
    color: #fff;
}

.termal-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 34px;
    align-items: center;
    padding: 46px 0 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.termal-footer-top p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.termal-footer-cta {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    padding: 20px;
}

.termal-footer-cta strong,
.termal-footer-cta span {
    display: block;
}

.termal-footer-cta strong {
    color: #fff;
    font-size: 18px;
}

.termal-footer-cta span {
    margin: 8px 0 14px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.termal-footer-links {
    padding: 34px 0 22px;
}

.termal-footer-links h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 17px;
}

.termal-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.termal-footer-links li {
    margin-bottom: 9px;
    line-height: 1.45;
}

.termal-footer-popular-cities {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    padding: 0 0 24px;
}

.termal-footer-popular-cities h3 {
    color: #fff;
    font-size: 17px;
    margin: 0 0 14px;
}

.termal-footer-popular-cities div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.termal-footer-popular-cities a {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
}

.termal-footer-popular-cities a:hover {
    background: rgba(255, 255, 255, 0.14);
    text-decoration: none;
}

.termal-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

html,
body {
    overflow-x: clip !important;
}

header.sticky .termal-logo,
.termal-logo.logo_sticky,
.sticky-menu-logo {
    color: #333;
}

.parallax-window {
    background-size: cover;
    background-position: center;
}

.termal-business-hero {
    position: relative;
    overflow: hidden;
    min-height: 430px;
}

.termal-business-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .24);
    pointer-events: none;
}

.termal-business-hero .parallax-content-2 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    min-height: 430px;
    padding: 130px 0 48px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .42);
}

.parallax-content-1,
.parallax-content-2 {
    background: rgba(0, 0, 0, .55);
}

.termal-filter-field {
    margin-bottom: 14px;
}

.termal-filter-field select,
.termal-filter-field input {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 6px 10px;
    background: #fff;
}

.termal-filter-help {
    display: block;
    color: #667b7b;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 6px;
}

.termal-filter-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.termal-check {
    display: block;
    margin-bottom: 8px;
}

.termal-check input {
    width: auto;
    margin-right: 6px;
}

.termal-listing-tools {
    padding: 14px 16px;
}

.termal-listing-tools-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.termal-location-filter-note {
    align-items: center;
    background: #f7fbf9;
    border: 1px solid #dce9e5;
    border-radius: 4px;
    color: #3d605a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin-top: 12px;
    padding: 8px 10px;
}

.termal-location-filter-note i {
    color: var(--termal-primary);
}

.termal-sort-wrap {
    flex: 0 1 440px;
    min-width: 0;
}

.termal-sort-form {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 0;
}

.termal-sort-select {
    flex: 1 1 auto;
    min-width: 190px;
}

.termal-sort-select select {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
}

.termal-sort-submit {
    flex: 0 0 auto;
    min-width: 104px;
    height: 42px;
    margin: 0;
    padding: 0 18px;
    line-height: 42px;
    text-align: center;
    white-space: nowrap;
    border: 0;
    background: var(--termal-primary);
    color: #fff;
}

.termal-sort-submit:hover,
.termal-sort-submit:focus {
    background: var(--termal-primary-dark);
    color: #fff;
}

.termal-result-count {
    flex: 0 0 auto;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
}

.termal-result-count strong {
    color: #333;
}

.termal-pagination {
    margin: 26px 0 0;
}

.termal-pagination nav,
.termal-pagination .pagination {
    margin: 0;
}

.termal-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-left: 0;
    list-style: none;
}

.termal-pagination .page-item {
    display: inline-flex;
    margin: 0;
}

.termal-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #d9e9e9;
    border-radius: 3px;
    background: #fff;
    color: var(--termal-primary);
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.termal-pagination .page-link:hover,
.termal-pagination .page-link:focus {
    border-color: var(--termal-primary);
    background: var(--termal-primary-soft);
    color: var(--termal-primary-dark);
    text-decoration: none;
    outline: 0;
}

.termal-pagination .page-item.active .page-link {
    border-color: var(--termal-primary);
    background: var(--termal-primary);
    color: #fff;
}

.termal-pagination .page-item.disabled .page-link {
    border-color: #e7eeee;
    background: #f7fbfb;
    color: #9bb8b8;
    cursor: not-allowed;
}

.termal-listing-description {
    margin-top: 28px;
    color: #536767;
    font-size: 15px;
    line-height: 1.85;
}

.termal-premium-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.termal-premium-strip span,
.termal-status-pill,
.termal-sponsored-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 4px;
    background: var(--termal-primary-soft);
    color: var(--termal-primary-dark);
    font-size: 12px;
    font-weight: 700;
}

.termal-status-pill:hover {
    color: var(--termal-primary-dark);
    text-decoration: none;
}

.termal-status-pill.is-warning {
    background: #fff3cd;
    color: #8a5b00;
}

.termal-sponsored-ribbon span {
    background: var(--termal-primary) !important;
}

.termal-claim-notice,
.termal-locked-feature {
    border: 1px solid #ead79b;
    border-radius: 6px;
    background: #fffaf0;
    color: #564013;
}

.termal-claim-notice {
    padding: 18px;
}

.termal-claim-notice p,
.termal-locked-feature p {
    margin: 6px 0 0;
}

.termal-locked-feature {
    margin: 12px 0;
    padding: 14px;
    font-size: 13px;
    line-height: 1.45;
}

.termal-locked-feature strong {
    display: block;
    color: #3d2f10;
    font-size: 14px;
}

.termal-locked-feature a {
    display: inline-block;
    margin-top: 8px;
    color: var(--termal-primary-dark);
    font-weight: 700;
}

.termal-hover-info {
    position: relative;
    display: inline-flex;
    max-width: 100%;
    text-align: left;
}

.termal-hover-info-block {
    display: flex;
    margin: 12px 0;
}

.termal-hover-trigger {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    width: 100%;
    border: 1px solid #ead79b;
    border-radius: 4px;
    background: #fffaf0;
    color: #564013;
    padding: 7px 10px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    cursor: help;
    text-align: left;
}

.termal-hover-trigger::after {
    content: "i";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border-radius: 50%;
    background: #ead79b;
    color: #564013;
    font-size: 11px;
    font-weight: 900;
}

.termal-hover-popover {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 20;
    width: min(320px, 80vw);
    padding: 14px;
    border: 1px solid #e1d2a0;
    border-radius: 6px;
    background: #fff;
    color: #453815;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.termal-hover-popover::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #e1d2a0;
    border-bottom: 1px solid #e1d2a0;
    background: #fff;
    transform: rotate(45deg);
}

.termal-hover-popover::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    height: 18px;
}

.termal-hover-popover p {
    margin: 0;
}

.termal-hover-popover a {
    display: inline-block;
    margin-top: 9px;
    color: var(--termal-primary-dark);
    font-weight: 800;
}

.termal-hover-info:hover .termal-hover-popover,
.termal-hover-info:focus-within .termal-hover-popover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.termal-price-unknown {
    display: flex;
    justify-content: flex-end;
}

#price_single_main.termal-price-unknown {
    padding-top: 30px;
}

.termal-hover-info-hero .termal-hover-trigger {
    min-height: 42px;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    font-size: 14px;
}

.termal-hover-info-hero .termal-hover-trigger::after {
    background: #fff;
    color: var(--termal-primary-dark);
}

.termal-verification-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: auto;
    min-height: 30px;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.termal-verification-badge i {
    margin: 0;
    font-size: 15px;
}

.termal-verification-badge.is-confirmed {
    background: rgba(24, 155, 87, 0.92);
    color: #fff;
}

.termal-verification-badge.is-unconfirmed {
    padding: 0;
}

.termal-verification-badge.is-unconfirmed .termal-hover-trigger {
    gap: 7px;
    width: auto;
    min-height: 30px;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    padding: 6px 10px;
    cursor: help;
    text-decoration: none;
}

.termal-verification-badge.is-unconfirmed .termal-hover-trigger::after {
    display: none;
}

.termal-verification-badge.is-unconfirmed .termal-hover-trigger:hover {
    color: #fff;
    text-decoration: none;
}

.termal-verification-popover {
    right: auto;
    left: 0;
    bottom: calc(100% + 10px);
}

.termal-verification-popover::after {
    right: auto;
    left: 18px;
}

.termal-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.termal-plan-showcase {
    border: 1px solid rgba(28, 111, 100, .18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(247, 251, 251, .96), rgba(255, 255, 255, .98)),
        #fff;
    box-shadow: 0 18px 46px rgba(24, 65, 60, .08);
    padding: 24px;
}

.termal-plan-showcase-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3eeee;
}

.termal-plan-showcase-head span {
    display: block;
    margin-bottom: 6px;
    color: var(--termal-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.termal-plan-showcase-head h2 {
    margin: 0;
    color: #253131;
    font-size: 28px;
    line-height: 1.2;
}

.termal-plan-billing-hint {
    flex: 0 0 auto;
    border: 1px solid rgba(219, 164, 77, .32);
    border-radius: 8px;
    background: #fff8ed;
    padding: 11px 14px;
    text-align: right;
}

.termal-plan-billing-hint strong,
.termal-plan-billing-hint em {
    display: block;
}

.termal-plan-billing-hint strong {
    color: #9a6218;
    font-size: 13px;
    font-weight: 900;
}

.termal-plan-billing-hint em {
    margin-top: 2px;
    color: #526565;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.termal-lead-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr);
    gap: 28px;
    align-items: center;
    border: 1px solid #dcecec;
    border-radius: 6px;
    background: #f7fbfb;
    padding: 28px;
}

.termal-lead-intro span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--termal-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.termal-lead-intro h2 {
    margin: 0 0 10px;
    color: #253131;
    font-size: 28px;
    line-height: 1.2;
}

.termal-lead-intro p {
    margin: 0;
    color: #536767;
    line-height: 1.7;
}

.termal-lead-intro ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.termal-lead-intro li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 22px;
    color: #304747;
    font-weight: 700;
}

.termal-lead-intro li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--termal-primary);
}

.termal-ad-banner {
    margin: 0 0 26px;
}

.termal-ad-banner-home_top {
    margin-top: 24px;
}

.termal-ad-banner a {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(28, 111, 100, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(245, 251, 249, .98), rgba(255, 248, 238, .96)),
        #f7fbf9;
    box-shadow: 0 14px 34px rgba(24, 65, 60, .08);
    color: #253131;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.termal-ad-banner-home_top a {
    min-height: 170px;
}

.termal-ad-banner-home_mid a,
.termal-ad-banner-listing_top a,
.termal-ad-banner-city_top a,
.termal-ad-banner-district_top a {
    min-height: 160px;
}

.termal-ad-banner-listing_inline_after_4 a,
.termal-ad-banner-business_detail_top a,
.termal-ad-banner-business_detail_mid a,
.termal-ad-banner-business_detail_bottom a {
    min-height: 140px;
}

.termal-ad-banner a::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--termal-primary), #dba44d);
    z-index: 3;
}

.termal-ad-banner a::after {
    content: "";
    position: absolute;
    top: -54px;
    right: -42px;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background: rgba(219, 164, 77, .16);
    pointer-events: none;
    z-index: 0;
}

.termal-ad-banner a:hover {
    border-color: rgba(28, 111, 100, .34);
    box-shadow: 0 18px 42px rgba(24, 65, 60, .12);
    color: #253131;
    text-decoration: none;
    transform: translateY(-2px);
}

.termal-ad-banner-cta a {
    border-style: dashed;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(241, 249, 246, .98)),
        #fff;
}

.termal-ad-banner-cta .termal-ad-kicker {
    background: rgba(28, 111, 100, .1);
    color: var(--termal-primary);
}

.termal-ad-banner-listing_inline_after_4,
.termal-ad-banner-business_detail_top,
.termal-ad-banner-business_detail_mid,
.termal-ad-banner-business_detail_bottom,
.termal-ad-banner-home_mid {
    clear: both;
}

.termal-ad-banner-listing_sidebar a,
.termal-ad-banner-business_detail_sidebar a {
    background: linear-gradient(145deg, #fff8ed, #f7fbf9);
    border-color: rgba(219, 164, 77, .34);
}

.termal-ad-banner img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.termal-ad-banner img + .termal-ad-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(18, 44, 42, .88), rgba(18, 44, 42, .55) 56%, rgba(18, 44, 42, .22)),
        linear-gradient(135deg, rgba(28, 111, 100, .22), rgba(219, 164, 77, .18));
}

.termal-ad-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 112px;
    padding: 24px 28px 24px 32px;
}

.termal-ad-content-overlay {
    color: #fff;
    isolation: isolate;
    min-height: inherit;
}

.termal-ad-content-overlay > * {
    position: relative;
    z-index: 2;
}

.termal-ad-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.termal-ad-kicker {
    width: max-content;
    border-radius: 999px;
    background: rgba(28, 111, 100, .1);
    color: var(--termal-primary-dark);
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.termal-ad-content strong {
    color: var(--termal-primary-dark);
    font-size: 22px;
    line-height: 1.22;
}

.termal-ad-content small {
    color: #536767;
    font-size: 15px;
    line-height: 1.45;
}

.termal-ad-content em {
    flex: 0 0 auto;
    border-radius: 4px;
    background: var(--termal-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(28, 111, 100, .22);
    padding: 11px 16px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.termal-ad-content-overlay .termal-ad-kicker {
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
}

.termal-ad-content-overlay strong,
.termal-ad-content-overlay small {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}

.termal-ad-content-overlay em {
    background: #fff;
    color: var(--termal-primary);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    opacity: 1;
}

.termal-sponsored-label {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 700;
}

.termal-ad-banner-listing_sidebar .termal-ad-content,
.termal-ad-banner-business_detail_sidebar .termal-ad-content {
    align-items: flex-start;
    display: block;
    min-height: 180px;
}

.termal-ad-banner-listing_sidebar .termal-ad-content strong,
.termal-ad-banner-business_detail_sidebar .termal-ad-content strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.termal-ad-banner-listing_sidebar .termal-ad-content small,
.termal-ad-banner-business_detail_sidebar .termal-ad-content small {
    display: block;
    margin-bottom: 14px;
}

.termal-ad-banner-listing_inline_after_4 {
    background: #fbfcfd;
    border: 1px dashed #dce6ea;
    border-radius: 8px;
    margin: 0 0 28px;
    padding: 12px;
}

.termal-plan-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e1eeee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(35, 60, 60, .05);
    cursor: pointer;
    min-height: 100%;
    padding: 22px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.termal-plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #dfecec;
}

.termal-plan-card:hover,
.termal-plan-card:focus {
    border-color: rgba(28, 111, 100, .42);
    box-shadow: 0 16px 34px rgba(24, 65, 60, .11);
    outline: none;
    transform: translateY(-3px);
}

.termal-plan-card.is-recommended {
    border-color: rgba(219, 164, 77, .6);
    box-shadow: 0 14px 34px rgba(219, 164, 77, .16);
}

.termal-plan-card.is-recommended::before {
    background: linear-gradient(90deg, #dba44d, var(--termal-primary));
}

.termal-plan-card.is-selected {
    border-color: var(--termal-primary);
    box-shadow: 0 0 0 3px rgba(28, 111, 100, .14), 0 18px 38px rgba(24, 65, 60, .14);
}

.termal-plan-card.is-selected::after {
    content: "Seçildi";
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 4px;
    background: var(--termal-primary);
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.termal-plan-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
    gap: 10px;
    margin-bottom: 12px;
    padding-right: 58px;
}

.termal-plan-topline > span {
    border-radius: 999px;
    background: #eef7f7;
    color: var(--termal-primary-dark);
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.termal-plan-heading {
    min-width: 0;
    margin-bottom: 12px;
}

.termal-plan-card h3 {
    margin: 0;
    font-size: 22px;
    min-width: 0;
}

.termal-plan-heading em {
    display: inline-block;
    margin-top: 5px;
    color: #d07f24;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.termal-plan-price-row {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.termal-plan-price {
    color: var(--termal-primary-dark);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.05;
}

.termal-plan-price span {
    color: #777;
    font-size: 13px;
    font-weight: 600;
}

.termal-annual-price {
    width: fit-content;
    margin-top: 0;
    border-radius: 6px;
    background: #f3fbf8;
    color: #273c3c;
    font-size: 15px;
    font-weight: 800;
    padding: 8px 10px;
}

.termal-annual-price.is-free {
    background: #f4f8f8;
    color: var(--termal-primary-dark);
}

.termal-annual-price span {
    display: block;
    margin-top: 3px;
    color: #1f9d72;
    font-size: 12px;
    font-weight: 800;
}

.termal-billing-switch,
.termal-billing-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.termal-billing-switch {
    justify-content: center;
}

.termal-billing-switch label,
.termal-billing-options label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #d9e8e8;
    border-radius: 6px;
    background: #fff;
    color: #304747;
    cursor: pointer;
    font-weight: 800;
}

.termal-billing-switch label {
    min-width: 170px;
    justify-content: center;
    padding: 12px 16px;
}

.termal-billing-options label {
    flex: 1;
    justify-content: center;
    padding: 9px 10px;
    font-size: 13px;
}

.termal-billing-switch label.is-active,
.termal-billing-options label:has(input:checked) {
    border-color: var(--termal-primary);
    background: #eefafa;
    color: var(--termal-primary-dark);
    box-shadow: 0 0 0 3px rgba(0, 128, 128, .09);
}

.termal-billing-switch span {
    color: #1f9d72;
    font-size: 12px;
}

.termal-billing-options {
    margin: 16px 0 12px;
}

.termal-plan-summary {
    min-height: 58px;
    margin: 12px 0 0;
    color: #596b6b;
    font-size: 13px;
    line-height: 1.45;
}

.termal-plan-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.termal-plan-metrics span {
    border: 1px solid #deeeee;
    border-radius: 999px;
    background: #f7fbfb;
    color: #304747;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 800;
}

.termal-plan-card ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.termal-plan-card li {
    padding: 7px 0 7px 22px;
    position: relative;
    color: #405656;
    font-size: 13px;
    line-height: 1.35;
}

.termal-plan-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--termal-primary);
    font-weight: 800;
}

.termal-plan-badge {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #ffb703;
    color: #fff;
    box-shadow: 0 6px 16px rgba(255, 183, 3, 0.28);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.termal-plan-select {
    margin-top: 16px;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.termal-plan-card:hover .termal-plan-select {
    transform: translateY(-1px);
}

.termal-plan-card.is-selected .termal-plan-select {
    border-color: var(--termal-primary);
    background: var(--termal-primary);
    color: #fff;
}

.termal-selected-plan-note {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #d8eeee;
    border-radius: 4px;
    background: #f3fbfb;
    color: var(--termal-primary-dark);
    font-weight: 800;
}

.termal-campaign-list,
.termal-owner-response,
.termal-metric-box {
    border: 1px solid #e7eeee;
    border-radius: 6px;
    background: #fff;
}

.termal-campaign-list {
    padding: 18px;
}

.termal-campaign-item {
    padding: 12px 0;
    border-top: 1px solid #eef3f3;
}

.termal-campaign-item:first-of-type {
    border-top: 0;
}

.termal-owner-response {
    margin: 14px 0;
    padding: 14px;
    background: #f7fbfb;
}

.termal-whatsapp-btn {
    background: #20b15a !important;
}

.customer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-nav li + li {
    border-top: 1px solid #eef3f3;
}

.customer-nav a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-weight: 700;
}

.termal-customer-body {
    background: #f3f7f7;
}

.termal-customer-body header,
.termal-customer-body footer,
.termal-customer-body .termal-cookie-consent {
    display: none !important;
}

.customer-panel {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    min-height: 100vh;
}

.termal-customer-sidebar {
    position: sticky;
    top: 0;
    align-self: start;
    min-height: 100vh;
    padding: 28px 22px;
    border-right: 1px solid #dfeaea;
    background: #fff;
}

.termal-customer-logo {
    display: block;
    margin-bottom: 28px;
}

.termal-customer-logo img {
    max-width: 190px;
    max-height: 52px;
}

.termal-customer-sidebar .customer-nav ul {
    border-top: 1px solid #eef3f3;
}

.termal-customer-sidebar .customer-nav a {
    padding: 14px 0;
}

.termal-customer-sidebar-actions {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #eef3f3;
}

.termal-customer-sidebar-actions a {
    display: block;
    color: var(--termal-primary-dark);
    font-weight: 800;
}

.termal-customer-main {
    min-width: 0;
    padding: 32px;
}

.termal-customer-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.termal-customer-topbar span {
    display: block;
    color: #708282;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.termal-customer-topbar h1 {
    margin: 0;
    color: #1f2f2f;
    font-size: 28px;
}

.termal-customer-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.termal-customer-hero span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--termal-primary-dark);
    font-size: 13px;
    font-weight: 900;
}

.termal-customer-hero h2 {
    margin: 0 0 6px;
    font-size: 26px;
}

.termal-customer-hero p {
    margin: 0;
}

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

.termal-quota-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #eef3f3;
}

.termal-quota-row strong {
    color: var(--termal-primary-dark);
}

.termal-quota-status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.termal-quota-row .termal-feature-closed {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #f1d59b;
    border-radius: 999px;
    padding: 4px 10px;
    background: #fff8e8;
    color: #8a620c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.termal-customer-actions a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eef3f3;
    color: #263c3c;
    font-weight: 800;
}

.termal-panel-note,
.termal-field-warning {
    display: block;
    margin: 10px 0 14px;
    border-radius: 6px;
    padding: 11px 13px;
    font-size: 13px;
    line-height: 1.45;
}

.termal-panel-note {
    border: 1px solid #cfe7e4;
    background: #f2fbf9;
    color: #315f5b;
}

.termal-field-warning {
    border: 1px solid #f1d59b;
    background: #fff8e8;
    color: #7c5b12;
}

.termal-field-warning-block {
    margin-top: 0;
}

.termal-inline-form .termal-field-warning {
    margin-top: -4px;
}

.termal-field-with-upgrade {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.termal-inline-form .termal-field-with-upgrade input,
.termal-inline-form .termal-field-with-upgrade textarea {
    width: auto;
    min-width: 0;
    flex: 1;
}

.termal-upgrade-tip {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: 2px;
    border: 1px solid #f1d59b;
    border-radius: 50%;
    background: #fff8e8;
    color: #8a620c;
    text-decoration: none;
}

.termal-upgrade-tip-compact {
    width: 28px;
    height: 28px;
    margin-top: 0;
}

.termal-upgrade-tip-compact .termal-upgrade-popover {
    bottom: calc(100% + 8px);
    width: min(270px, 76vw);
}

.termal-upgrade-tip:hover,
.termal-upgrade-tip:focus {
    color: #8a620c;
    text-decoration: none;
}

.termal-upgrade-icon {
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.termal-upgrade-popover {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 20;
    width: min(300px, 78vw);
    border: 1px solid #f1d59b;
    border-radius: 6px;
    padding: 12px 13px;
    background: #fff8e8;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
    color: #6e4d08;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .16s ease, transform .16s ease;
}

.termal-upgrade-popover::after {
    position: absolute;
    right: 12px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #f1d59b;
    border-bottom: 1px solid #f1d59b;
    background: #fff8e8;
    content: "";
    transform: rotate(45deg);
}

.termal-upgrade-tip:hover .termal-upgrade-popover,
.termal-upgrade-tip:focus .termal-upgrade-popover,
.termal-upgrade-tip:focus-within .termal-upgrade-popover {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.termal-management-item {
    position: relative;
    margin-top: 18px;
    border-top: 1px solid #e7eeee;
    padding-top: 18px;
}

.termal-management-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.termal-management-heading strong {
    color: #243636;
    font-size: 16px;
}

.termal-management-heading span {
    border-radius: 999px;
    background: #edf7f6;
    color: var(--termal-primary-dark);
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 800;
}

.termal-delete-form {
    margin-top: 8px;
}

.termal-subscription-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.termal-subscription-summary > div {
    border: 1px solid #e4eeee;
    border-radius: 6px;
    background: #f8fbfb;
    padding: 14px;
}

.termal-subscription-summary span {
    display: block;
    color: #6f8383;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.termal-subscription-summary strong {
    display: block;
    margin-top: 6px;
    color: var(--termal-primary-dark);
    font-size: 20px;
}

.termal-customer-table th,
.termal-customer-table td {
    vertical-align: middle;
}

.termal-metric-box {
    min-height: 112px;
    text-align: center;
}

.termal-metric-box h3 {
    margin: 0;
    color: var(--termal-primary);
    font-size: 32px;
}

.hotel_container .img_container img,
.tour_container .img_container img,
.strip_all_tour_list .img_list img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.carousel-thumbs-2.owl-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.carousel-thumbs-2.owl-carousel:not(.owl-loaded) .item img,
.carousel-thumbs-2 .owl-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.termal-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.termal-gallery-item[hidden] {
    display: none !important;
}

.termal-gallery-item a,
.termal-gallery-item img {
    display: block;
    width: 100%;
}

.termal-gallery-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.termal-gallery-actions {
    margin-top: 18px;
    text-align: center;
}

.termal-gallery-load-more span {
    margin-left: 6px;
}

.termal-inline-price {
    background: #fff;
    border: 1px solid #edf1f3;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(38, 50, 56, .05);
    padding: 16px;
}

.termal-price-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.termal-price-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    padding: 7px 10px;
}

.termal-price-status.is-verified {
    background: #e8f6ee;
    color: #21734d;
}

.termal-price-status.is-estimated {
    background: #fff8ed;
    color: #8a5a00;
}

.termal-price-box {
    background: linear-gradient(180deg, #f8fafb 0%, #fff 100%);
    border: 1px solid #edf1f3;
    border-radius: 8px;
    padding: 13px 14px;
}

.termal-price-box span {
    color: #758891;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.termal-price-box strong {
    color: var(--termal-primary-dark);
    display: block;
    font-size: 20px;
    line-height: 1.15;
}

.termal-inline-price p,
.termal-price-note {
    color: #60737c;
    margin: 10px 0 0;
}

.termal-detail-actions,
.termal-action-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.termal-detail-actions .btn_1,
.termal-action-grid .btn_1 {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
}

.termal-detail-actions .btn_1 i {
    font-size: 15px;
    line-height: 1;
}

.termal-detail-locks {
    display: grid;
    gap: 8px;
}

.termal-detail-locks .termal-hover-info-block {
    margin: 0;
}

.termal-sidebar-price-grid {
    margin-bottom: 10px;
}

.termal-sidebar-price-grid .termal-price-box {
    padding: 11px 10px;
}

.termal-sidebar-price-grid .termal-price-box strong {
    font-size: 17px;
}

.termal-sidebar-locks {
    margin-top: 12px;
}

.termal-sticky-sidebar {
    position: static;
}

.termal-map-embed {
    overflow: hidden;
    border-radius: 4px;
    background: #f1f1f1;
}

.termal-map-embed iframe {
    display: block;
    width: 100%;
    min-height: 280px;
    border: 0;
}

.termal-map-note {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.45;
}

.hotel_container .img_container {
    overflow: hidden;
}

.hotel_container .img_container img,
.tour_container .img_container img {
    max-width: 100%;
}

.strip_all_tour_list .img_list img {
    height: 100%;
}

.termal-home-hero-slider {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #111;
}

.termal-home-hero-slider .owl-carousel,
.termal-home-hero-slider .owl-stage-outer,
.termal-home-hero-slider .owl-stage,
.termal-home-hero-slider .owl-item {
    min-height: 650px;
}

.termal-home-hero-slide {
    min-height: 650px;
    background-size: cover;
    background-position: center;
}

.termal-home-hero-overlay {
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 120px 0 86px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.12));
}

.termal-home-hero-content {
    color: #fff;
    max-width: 760px;
}

.termal-home-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.termal-home-hero-content h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.termal-home-hero-content p {
    max-width: 680px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 1.55;
}

.termal-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.termal-home-hero-actions .btn_1 {
    margin: 0;
}

.termal-home-hero-actions .btn_1.outline {
    border-color: rgba(255, 255, 255, 0.72);
    color: #fff;
}

.termal-home-hero-actions .btn_1.outline:hover,
.termal-home-hero-actions .btn_1.outline:focus {
    border-color: #fff;
    background: #fff;
    color: #333;
}

.termal-home-hero-panel {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.termal-home-hero-panel span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.termal-home-hero-panel strong {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
}

.termal-home-hero-panel small {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.55;
}

.termal-home-hero-slider .owl-nav {
    position: absolute;
    right: 32px;
    bottom: 34px;
    display: flex;
    gap: 10px;
}

.termal-home-hero-slider .owl-nav button.owl-prev,
.termal-home-hero-slider .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    line-height: 44px !important;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

.termal-home-hero-slider .owl-nav button.owl-prev:hover,
.termal-home-hero-slider .owl-nav button.owl-next:hover {
    background: #fff !important;
    color: #333 !important;
}

.termal-home-hero-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
}

.termal-home-hero-slider .owl-dot span {
    width: 30px !important;
    height: 4px !important;
    margin: 0 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.42) !important;
}

.termal-home-hero-slider .owl-dot.active span {
    background: #fff !important;
}

.parallax-slider {
    object-fit: cover;
    object-position: center;
}

.categories_grid a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    color: #fff;
}

.categories_grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.categories_grid .col-md-6 > a > img {
    height: 528px;
}

.categories_grid .wrapper {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .68));
}

.categories_grid h2,
.categories_grid p {
    color: #fff;
}

.categories_grid h2 {
    margin: 0 0 6px;
    font-size: 28px;
}

.categories_grid p {
    margin: 0;
}

.termal-region-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 248px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #253131;
    color: #fff;
    box-shadow: 0 14px 34px rgba(24, 65, 60, .1);
    text-decoration: none;
}

.termal-region-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .72)),
        linear-gradient(90deg, rgba(28, 111, 100, .36), rgba(0, 0, 0, 0));
    z-index: 1;
}

.termal-region-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .28s ease;
}

.termal-region-card:hover,
.termal-region-card:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.termal-region-card:hover img,
.termal-region-card:focus img {
    transform: scale(1.055);
}

.termal-region-count {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--termal-primary-dark);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.termal-region-card-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 24px;
}

.termal-region-card-content > span {
    display: inline-flex;
    margin-bottom: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.termal-region-card-content h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 25px;
    line-height: 1.18;
}

.termal-region-card-content p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.45;
}

.termal-home-campaign-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(33, 52, 45, .08);
    margin-bottom: 30px;
    overflow: hidden;
}

.termal-home-campaign-card a {
    color: #263c31;
    display: block;
    min-height: 100%;
    position: relative;
    text-decoration: none;
}

.termal-home-campaign-card img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
    width: 100%;
}

.termal-home-campaign-card:hover img {
    transform: scale(1.04);
}

.termal-home-campaign-card > a > span {
    background: #e14d43;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    left: 18px;
    padding: 7px 11px;
    position: absolute;
    top: 18px;
    z-index: 2;
}

.termal-home-campaign-card div {
    padding: 20px;
}

.termal-home-campaign-card small {
    color: var(--termal-primary);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}

.termal-home-campaign-card h3 {
    color: #263c31;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 9px;
}

.termal-home-campaign-card p {
    color: #60736b;
    margin: 0 0 14px;
}

.termal-home-campaign-card em {
    color: var(--termal-primary);
    font-style: normal;
    font-weight: 900;
}

.termal-inline-form {
    margin-top: 20px;
}

.termal-business-edit-form {
    display: grid;
    gap: 18px;
    margin-top: 0;
}

.termal-form-header,
.termal-form-section,
.termal-form-actions {
    border: 1px solid #e1ecec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(22, 48, 48, .05);
}

.termal-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
}

.termal-form-header span {
    display: inline-flex;
    margin-bottom: 7px;
    color: var(--termal-primary-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.termal-form-header h2 {
    margin: 0 0 6px;
    color: #1f2f2f;
    font-size: 26px;
}

.termal-form-header p,
.termal-form-section-head p {
    margin: 0;
    color: #6d7d7d;
    line-height: 1.5;
}

.termal-form-section {
    overflow: visible;
}

.termal-form-section-head {
    padding: 18px 22px;
    border-bottom: 1px solid #edf3f3;
    background: #fbfdfd;
}

.termal-form-section-head h3 {
    margin: 0 0 5px;
    color: #203737;
    font-size: 18px;
    font-weight: 900;
}

.termal-form-section > .row {
    padding: 20px 18px 8px;
}

.termal-form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 7px;
    color: #243a3a;
    font-size: 13px;
    font-weight: 900;
}

.termal-form-help {
    display: block;
    margin: -5px 0 14px;
    color: #728282;
    font-size: 12px;
    line-height: 1.45;
}

.termal-inline-form input,
.termal-inline-form select,
.termal-inline-form textarea {
    width: 100%;
    border: 1px solid #d6e2e2;
    border-radius: 6px;
    padding: 11px 12px;
    margin-bottom: 12px;
    background: #fff;
    color: #253737;
    font-size: 14px;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.termal-inline-form input:focus,
.termal-inline-form select:focus,
.termal-inline-form textarea:focus {
    outline: 0;
    border-color: var(--termal-primary);
    background: #fbffff;
    box-shadow: 0 0 0 3px rgba(0, 137, 123, .12);
}

.termal-inline-form textarea {
    min-height: 136px;
    resize: vertical;
}

.termal-upgrade-tip-label {
    width: 22px;
    height: 22px;
    margin-top: 0;
    font-size: 12px;
}

.termal-upgrade-tip-label .termal-upgrade-icon {
    font-size: 12px;
}

.termal-upgrade-tip-label .termal-upgrade-popover {
    right: auto;
    left: 0;
    bottom: calc(100% + 9px);
}

.termal-upgrade-tip-label .termal-upgrade-popover::after {
    right: auto;
    left: 8px;
}

.termal-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 22px;
}

.termal-legal-links a {
    display: inline-block;
    margin-left: 14px;
}

.termal-cookie-consent {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 620px;
    padding: 18px 20px;
    border-radius: 4px;
    color: #555;
    background: #fff;
    box-shadow: 0 12px 38px rgba(0, 0, 0, .22);
}

.termal-cookie-consent[hidden] {
    display: none;
}

.termal-cookie-consent strong {
    display: block;
    margin-bottom: 4px;
    color: #333;
    font-size: 16px;
}

.termal-cookie-consent p {
    margin: 0;
    line-height: 1.45;
}

.termal-cookie-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.termal-cookie-secondary {
    border: 1px solid #d8e4e0;
    border-radius: 4px;
    background: #f7fbf9;
    color: var(--termal-primary-dark);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 12px;
}

.termal-cookie-secondary:hover {
    border-color: rgba(28, 111, 100, .34);
    color: var(--termal-primary);
}

#single_tour_desc .sp-image,
#single_tour_desc .post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .termal-home-hero-slider,
    .termal-home-hero-slider .owl-carousel,
    .termal-home-hero-slider .owl-stage-outer,
    .termal-home-hero-slider .owl-stage,
    .termal-home-hero-slider .owl-item,
    .termal-home-hero-slide,
    .termal-home-hero-overlay {
        min-height: 540px;
    }

    .termal-home-hero-overlay {
        padding: 104px 0 76px;
    }

    .termal-home-hero-content h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .termal-home-hero-content p {
        font-size: 16px;
    }

    .termal-home-hero-slider .owl-nav {
        display: none;
    }

    .termal-home-hero-slider .owl-dots {
        bottom: 24px;
    }

    .categories_grid img,
    .categories_grid .col-md-6 > a > img {
        height: 230px;
    }

    .categories_grid .wrapper {
        padding: 20px;
    }

    .categories_grid h2 {
        font-size: 24px;
    }

    .termal-legal-links {
        margin-top: 12px;
        text-align: left !important;
    }

    .termal-legal-links a {
        margin: 0 12px 8px 0;
    }

    .termal-cookie-consent {
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: block;
        max-width: none;
    }

    .termal-cookie-actions {
        justify-content: space-between;
        margin-top: 14px;
    }

    .termal-logo {
        font-size: 16px;
    }

    .termal-logo-link {
        height: 36px;
    }

    .termal-logo-link img {
        max-width: 168px;
        max-height: 36px;
    }

    .termal-footer-logo img {
        max-width: 190px;
    }

    .termal-listing-tools-row,
    .termal-sort-form {
        align-items: stretch;
        flex-direction: column;
    }

    .termal-sort-wrap,
    .termal-sort-select,
    .termal-sort-submit {
        width: 100%;
        min-width: 0;
    }

    .termal-sort-wrap {
        flex: none;
    }

    .termal-result-count {
        width: 100%;
        text-align: left;
        white-space: normal;
    }

    .termal-pagination .pagination {
        justify-content: flex-start;
    }

    .termal-pagination .page-link {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
    }

    .styled-select-filters select,
    .hotel_container .img_container img,
    .tour_container .img_container img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hotel_container .img_container img,
    .tour_container .img_container img {
        height: 230px;
        transform: none !important;
    }

    .carousel-thumbs-2.owl-carousel:not(.owl-loaded) {
        grid-template-columns: 1fr;
    }

    .termal-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .termal-ad-banner-home_top {
        margin-top: 16px;
    }

    .termal-ad-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        min-height: 0;
        padding: 22px 20px 22px 24px;
    }

    .termal-ad-content strong {
        font-size: 19px;
    }

    .termal-ad-content em {
        width: 100%;
        text-align: center;
    }

    .termal-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .termal-plan-showcase {
        padding: 18px;
    }

    .termal-plan-showcase-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .termal-plan-billing-hint {
        width: 100%;
        text-align: left;
    }

    .termal-footer-top,
    .termal-lead-intro {
        grid-template-columns: 1fr;
    }

    .termal-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .termal-subscription-summary {
        grid-template-columns: 1fr;
    }

    .customer-panel {
        grid-template-columns: 1fr;
    }

    .termal-customer-sidebar {
        position: static;
        min-height: auto;
        padding: 20px;
    }

    .termal-customer-main {
        padding: 20px;
    }

    .termal-customer-topbar,
    .termal-customer-hero,
    .termal-form-header {
        align-items: stretch;
        flex-direction: column;
    }

    .termal-form-header,
    .termal-form-section-head,
    .termal-form-actions {
        padding: 18px;
    }

    .termal-form-section > .row {
        padding: 18px 14px 6px;
    }

    .termal-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .termal-form-actions .btn_1,
    .termal-form-header .btn_1 {
        width: 100%;
        text-align: center;
    }

    .termal-sticky-sidebar {
        position: static;
    }

    .termal-map-embed iframe {
        min-height: 240px;
    }

    .tooltip-content-flip {
        display: none;
    }

    .parallax-mirror,
    .parallax-slider {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .termal-sticky-sidebar {
        position: sticky;
        top: 96px;
        z-index: 2;
        align-self: flex-start;
    }
}

@media (max-width: 767px) {
    .termal-plan-grid,
    .termal-subscription-summary {
        grid-template-columns: 1fr;
    }

    .termal-plan-showcase {
        padding: 14px;
    }

    .termal-plan-showcase-head h2 {
        font-size: 24px;
    }

    .termal-business-hero,
    .termal-business-hero .parallax-content-2 {
        min-height: 390px;
    }

    .termal-business-hero .parallax-content-2 {
        padding: 110px 0 34px;
    }
}

.termal-checkout-period-form {
    margin: 18px 0;
}

.termal-billing-switch-inline {
    justify-content: flex-start;
    margin-top: 10px;
}

.termal-billing-switch-inline label {
    cursor: pointer;
}

.termal-renewal-warning {
    background: #fff7e6;
    border: 1px solid #f1c46b;
    border-radius: 6px;
    color: #6f4b00;
    font-weight: 700;
    margin: 16px 0;
    padding: 12px 14px;
}

.termal-payment-consent-form {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    margin: 16px 0;
    padding: 14px;
}

.termal-payment-consent {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.termal-payment-consent input {
    margin-top: 4px;
}

.termal-payment-consent a {
    font-weight: 700;
}

.termal-field-error {
    color: #b42318;
    font-weight: 700;
    margin: -4px 0 12px;
}

.termal-payment-consent-form .btn_1:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.termal-direct-payment-box {
    border: 1px solid #e8edf0;
    box-shadow: 0 12px 34px rgba(34, 51, 59, .08);
}

.termal-direct-payment-form {
    margin-top: 18px;
}

.termal-payment-section-title {
    align-items: flex-start;
    display: flex;
    gap: 13px;
    margin-bottom: 16px;
}

.termal-payment-section-title span {
    align-items: center;
    background: #e14d43;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 34px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    line-height: 1;
    width: 34px;
}

.termal-payment-section-title h3 {
    color: #263238;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 3px;
}

.termal-payment-section-title p {
    color: #6c7a80;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.termal-payment-section-title-card {
    border-top: 1px solid #edf1f3;
    margin-top: 24px;
    padding-top: 24px;
}

.termal-payment-field {
    color: #34464f;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 14px;
}

.termal-payment-field input,
.termal-payment-field textarea {
    background: #f8fafb;
    border: 1px solid #d9e1e5;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
    color: #263238;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 7px;
    min-height: 48px;
    outline: none;
    padding: 12px 13px;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
    width: 100%;
}

.termal-payment-field textarea {
    min-height: 96px;
    resize: vertical;
}

.termal-payment-field input::placeholder,
.termal-payment-field textarea::placeholder {
    color: #9aa8ae;
    font-weight: 500;
}

.termal-payment-field input:focus,
.termal-payment-field textarea:focus {
    background: #fff;
    border-color: #e14d43;
    box-shadow: 0 0 0 3px rgba(225, 77, 67, .13);
}

.termal-secure-payment-note {
    align-items: flex-start;
    background: #eef8f4;
    border: 1px solid #b9dfcf;
    border-radius: 6px;
    color: #1e5943;
    display: flex;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 18px;
    padding: 13px 15px;
}

.termal-secure-payment-note::before {
    color: #2b8a67;
    content: "✓";
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 900;
    margin-right: 9px;
}

.termal-invoice-type {
    background: #f8fafb;
    border: 1px solid #e3e9ec;
    border-radius: 6px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
    padding: 6px;
}

.termal-invoice-type label {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #34464f;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.termal-invoice-type label:has(input:checked) {
    background: #fff;
    border-color: #e14d43;
    color: #d94339;
    box-shadow: 0 6px 18px rgba(34, 51, 59, .08);
}

.termal-invoice-type input {
    accent-color: #e14d43;
    margin: 0;
}

.termal-corporate-fields {
    background: #fbfcfd;
    border: 1px solid #edf1f3;
    border-radius: 6px;
    margin-top: 4px;
    padding: 18px 18px 4px;
}

.termal-corporate-fields[hidden],
.termal-individual-field[hidden] {
    display: none !important;
}

.termal-corporate-fields h4 {
    color: #263238;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px;
}

.termal-direct-payment-box .termal-payment-consent {
    background: #fff7e6;
    border: 1px solid #f1c46b;
    border-radius: 6px;
    color: #604100;
    font-weight: 700;
    margin: 18px 0;
    padding: 12px 14px;
}

.termal-direct-payment-box .termal-payment-consent input {
    accent-color: #e14d43;
    flex: 0 0 auto;
}

.termal-direct-payment-box .btn_1[type="submit"] {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 800;
    min-height: 48px;
    padding-left: 26px;
    padding-right: 26px;
}

.termal-direct-payment-box + .box_style_1,
.termal-direct-payment-box ~ .box_style_1 {
    border: 1px solid #e8edf0;
}

.termal-direct-payment-box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f8fafb inset;
    -webkit-text-fill-color: #263238;
}

@media (max-width: 767px) {
    .termal-invoice-type {
        grid-template-columns: 1fr;
    }

    .termal-payment-section-title h3 {
        font-size: 20px;
    }
}

.termal-featured-section {
    background: #fff;
    border: 1px solid #edf1f3;
    border-radius: 8px;
    padding: 22px 22px 6px;
}

.white_bg .termal-featured-section {
    border-color: #e5ebee;
}

.termal-featured-section-head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.termal-featured-section-head h3 {
    color: #263238;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
}

.termal-featured-section-head p {
    color: #667780;
    margin: 0;
}

.termal-featured-section-head > span {
    background: #e14d43;
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 10px;
}

.termal-featured-item-note {
    background: #fff8ed;
    border: 1px solid #f3d6a8;
    border-radius: 8px 8px 0 0;
    color: #604100;
    margin-bottom: -1px;
    padding: 10px 12px;
}

.termal-featured-item-note strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
}

.termal-featured-item-note p {
    font-size: 13px;
    margin: 4px 0 0;
}

.termal-section-inline-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.termal-section-inline-head h3 {
    margin: 0;
}

.termal-section-inline-head span {
    background: #eef5f7;
    border-radius: 999px;
    color: #48616c;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.termal-campaign-list {
    display: block;
}

.termal-campaign-item {
    background: #fff;
    border: 1px solid #edf1f3;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(38, 50, 56, .05);
    padding: 16px;
    height: 100%;
}

.termal-campaign-item.is-featured {
    border-color: #f1c46b;
    box-shadow: 0 10px 26px rgba(225, 77, 67, .09);
}

.termal-campaign-cta .termal-campaign-item {
    border-style: dashed;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(247, 251, 249, .98)),
        #fff;
}

.termal-campaign-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.termal-campaign-meta span {
    background: #e14d43;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    padding: 7px 9px;
}

.termal-campaign-meta small {
    color: #758891;
    font-weight: 700;
}

.termal-campaign-item strong {
    color: #263238;
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.termal-campaign-item p {
    color: #60737c;
    margin-bottom: 12px;
}

.termal-campaign-carousel,
.termal-room-carousel {
    position: relative;
}

.termal-campaign-carousel.owl-carousel:not(.owl-loaded),
.termal-room-carousel.owl-carousel:not(.owl-loaded) {
    display: grid;
    gap: 14px;
}

.termal-campaign-carousel.owl-carousel:not(.owl-loaded) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.termal-room-carousel.owl-carousel:not(.owl-loaded) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.termal-campaign-carousel .owl-stage,
.termal-room-carousel .owl-stage {
    display: flex;
}

.termal-campaign-carousel .owl-item,
.termal-campaign-carousel .item,
.termal-room-carousel .owl-item,
.termal-room-carousel .item {
    display: flex;
}

.termal-campaign-carousel .owl-nav,
.termal-room-carousel .owl-nav {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 12px;
}

.termal-campaign-carousel .owl-nav button.owl-prev,
.termal-campaign-carousel .owl-nav button.owl-next,
.termal-room-carousel .owl-nav button.owl-prev,
.termal-room-carousel .owl-nav button.owl-next {
    align-items: center;
    background: var(--termal-primary) !important;
    border-radius: 50%;
    color: #fff !important;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    line-height: 1;
    width: 34px;
}

.termal-room-grid,
.termal-spa-grid {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.termal-room-card,
.termal-spa-card {
    background: #fff;
    border: 1px solid #edf1f3;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(38, 50, 56, .04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 16px;
    width: 100%;
}

.termal-room-card {
    padding: 0;
}

.termal-room-image {
    aspect-ratio: 16 / 10;
    background: #edf1f3;
    overflow: hidden;
}

.termal-room-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.termal-room-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 15px 15px 0;
}

.termal-room-card h5,
.termal-spa-card h5 {
    color: #263238;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 8px;
}

.termal-room-head span,
.termal-spa-card > div span {
    background: #eef5f7;
    border-radius: 999px;
    color: #48616c;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    margin: 0 4px 6px 0;
    padding: 6px 9px;
}

.termal-room-card p,
.termal-spa-card p {
    color: #60737c;
    margin-bottom: 10px;
}

.termal-room-card p {
    padding: 0 15px;
}

.termal-room-card dl {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 15px 10px;
}

.termal-room-card dl div {
    background: #f8fafb;
    border-radius: 6px;
    padding: 9px 10px;
}

.termal-room-card dt {
    color: #758891;
    font-size: 12px;
    font-weight: 800;
}

.termal-room-card dd {
    color: #263238;
    font-weight: 800;
    margin: 0;
}

.termal-room-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0 15px 15px;
    padding: 0;
}

.termal-room-card li {
    background: #fff8ed;
    border-radius: 999px;
    color: #604100;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 8px;
}

.termal-card-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}

.termal-card-signals span {
    align-items: center;
    background: #f2f7f4;
    border: 1px solid #dbe8e0;
    border-radius: 999px;
    color: #315245;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    min-height: 30px;
    padding: 7px 9px;
    white-space: nowrap;
}

.termal-nearby-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.termal-nearby-list span {
    background: #f7faf8;
    border: 1px solid #dfe9e3;
    border-radius: 999px;
    color: #315245;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 11px;
}

.termal-nearby-section {
    position: relative;
}

.termal-location-note {
    align-items: center;
    background: #f7fbf9;
    border: 1px solid #dfeae6;
    border-radius: 6px;
    color: #3e5e58;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin: -8px 0 24px;
    padding: 9px 12px;
}

.termal-location-note i {
    color: var(--termal-primary);
}

.termal-score-detail {
    background: #f9fbfa;
    border: 1px solid #e0ebe5;
    border-radius: 8px;
    padding: 18px;
}

.termal-score-main {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
}

.termal-score-main strong {
    align-items: center;
    background: #1f7a57;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 30px;
    height: 64px;
    justify-content: center;
    min-width: 78px;
}

.termal-score-main span {
    color: #42534a;
    font-size: 15px;
    font-weight: 600;
}

.termal-score-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 12px;
}

.termal-score-grid div {
    align-items: center;
    background: #fff;
    border: 1px solid #e5ece8;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
}

.termal-score-grid span {
    color: #57635d;
    font-size: 13px;
}

.termal-score-grid strong {
    color: #1f7a57;
    font-size: 15px;
}

.termal-score-detail small {
    color: #6b7670;
    display: block;
    line-height: 1.5;
}

.termal-blog-featured {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e7ece9;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(34, 46, 41, 0.08);
    display: grid;
    grid-template-columns: minmax(260px, 42%) 1fr;
    margin: 0 0 28px;
    overflow: hidden;
}

.termal-blog-featured-image img {
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    width: 100%;
}

.termal-blog-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.termal-blog-eyebrow {
    color: var(--termal-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.termal-blog-featured h2 {
    font-size: 28px;
    line-height: 1.22;
    margin: 0 0 12px;
}

.termal-blog-featured h2 a {
    color: #24342d;
}

.termal-blog-featured p {
    color: #5e6a64;
    font-size: 15px;
    line-height: 1.7;
}

.termal-blog-meta,
.termal-post-card-meta,
.termal-blog-detail-meta {
    align-items: center;
    color: #78837e;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
}

.termal-blog-meta a,
.termal-blog-detail-meta a {
    color: var(--termal-primary);
    font-weight: 700;
}

.termal-blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.termal-blog-categories a {
    align-items: center;
    background: #f6faf8;
    border: 1px solid #dfe9e4;
    border-radius: 999px;
    color: #385146;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    padding: 9px 14px;
}

.termal-blog-categories a.active,
.termal-blog-categories a:hover {
    background: var(--termal-primary);
    border-color: var(--termal-primary);
    color: #fff;
}

.termal-blog-categories small {
    opacity: .75;
}

.termal-post-card-meta {
    border-top: 1px solid #edf1ef;
    margin-top: 12px;
    padding-top: 10px;
}

.termal-blog-article {
    background: #fff;
    border: 1px solid #e4ebe7;
    border-radius: 8px;
    padding: 28px;
}

.termal-blog-detail-meta {
    border-bottom: 1px solid #edf1ef;
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.termal-rich-content {
    color: #34443d;
    font-size: 16px;
    line-height: 1.8;
}

.termal-rich-content h2,
.termal-rich-content h3,
.termal-rich-content h4 {
    color: #21332b;
    line-height: 1.3;
    margin: 28px 0 12px;
}

.termal-rich-content p,
.termal-rich-content ul,
.termal-rich-content ol,
.termal-rich-content blockquote {
    margin-bottom: 18px;
}

.termal-rich-content ul,
.termal-rich-content ol {
    padding-left: 22px;
}

.termal-rich-content blockquote {
    background: #f7fbf9;
    border-left: 4px solid var(--termal-primary);
    border-radius: 6px;
    color: #43554d;
    padding: 16px 18px;
}

.termal-rich-content img {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}

.termal-blog-tags {
    border-top: 1px solid #edf1ef;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
    padding-top: 18px;
}

.termal-blog-tags span {
    background: #f2f7f5;
    border-radius: 999px;
    color: #41574d;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 11px;
}

.termal-blog-sidebar {
    position: sticky;
    top: 96px;
}

.termal-blog-sidebar h4 {
    margin-bottom: 14px;
}

.termal-related-post {
    border-bottom: 1px solid #edf1ef;
    display: block;
    padding: 13px 0;
}

.termal-related-post strong {
    color: #2d3f36;
    display: block;
    line-height: 1.35;
}

.termal-related-post span {
    color: #7a8580;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.termal-pagination-wrap {
    margin-top: 18px;
}

.termal-compare-nav {
    position: relative;
}

.termal-compare-nav span {
    align-items: center;
    background: var(--termal-primary);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    margin-left: 4px;
    min-width: 18px;
    padding: 0 5px;
}

.termal-compare-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe7e2;
    border-radius: 999px;
    color: #31433a;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    min-height: 38px;
    padding: 8px 14px;
    transition: all 0.2s ease;
}

.termal-compare-btn:hover,
.termal-compare-btn:focus,
.termal-compare-btn.is-selected {
    background: var(--termal-primary);
    border-color: var(--termal-primary);
    color: #fff;
}

.termal-compare-btn-card {
    margin: 6px 0 10px;
}

.termal-detail-actions .termal-compare-btn {
    border-radius: 4px;
    min-height: 40px;
}

.termal-compare-toolbar {
    align-items: center;
    background: #fff;
    border: 1px solid #e7efeb;
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(34, 54, 45, 0.08);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding: 24px;
}

.termal-compare-toolbar span {
    color: var(--termal-primary);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.termal-compare-toolbar h2 {
    margin: 4px 0 8px;
}

.termal-compare-toolbar p {
    margin: 0;
}

.termal-compare-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.termal-compare-empty {
    text-align: center;
}

.termal-compare-scroll {
    border: 1px solid #e5eeea;
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(35, 49, 43, 0.08);
    overflow-x: auto;
}

.termal-compare-table {
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 980px;
    width: 100%;
}

.termal-compare-table th,
.termal-compare-table td {
    border-bottom: 1px solid #edf3f0;
    border-right: 1px solid #edf3f0;
    padding: 18px;
    vertical-align: top;
}

.termal-compare-table thead th {
    background: #f7fbf9;
}

.termal-compare-table th:first-child {
    background: #f7fbf9;
    color: #31433a;
    font-weight: 900;
    left: 0;
    min-width: 180px;
    position: sticky;
    z-index: 2;
}

.termal-compare-table thead th:first-child {
    z-index: 3;
}

.termal-compare-table td {
    color: #53635c;
    min-width: 230px;
}

.termal-compare-table td strong {
    color: #2d3f36;
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.termal-compare-table td small {
    color: #7f8e87;
    display: block;
}

.termal-compare-business {
    position: relative;
}

.termal-compare-business img {
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    display: block;
    margin-bottom: 12px;
    object-fit: cover;
    width: 100%;
}

.termal-compare-business strong {
    color: #263c31;
    display: block;
    font-size: 16px;
    line-height: 1.35;
}

.termal-compare-business span,
.termal-compare-business a {
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.termal-compare-remove {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    color: #d64c4c;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
}

.termal-compare-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.termal-compare-tags span {
    background: #edf7f2;
    border-radius: 999px;
    color: #315445;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 9px;
}

.termal-compare-list {
    margin: 0;
    padding-left: 18px;
}

.termal-compare-list li + li {
    margin-top: 5px;
}

.termal-compare-note {
    background: #f7fbf9;
    border: 1px solid #e2eee8;
    border-radius: 8px;
    margin-top: 22px;
    padding: 18px 20px;
}

.termal-compare-note strong {
    color: #263c31;
    display: block;
    margin-bottom: 6px;
}

.termal-compare-note p {
    margin: 0;
}

.termal-business-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.termal-business-card-heading {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.hotel_container .hotel_title.termal-business-card-body h3 {
    color: #263238;
    flex: 1;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
    padding-right: 4px;
    text-transform: none;
}

.termal-card-meta-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
}

.hotel_container .hotel_title .termal-card-meta-row .rating {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    margin: 0;
}

.termal-card-location,
.termal-card-place {
    align-items: center;
    color: #65756e;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    line-height: 1;
}

.termal-card-place {
    color: #33463c;
}

.termal-card-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    margin-top: 10px;
}

.termal-card-action-row .termal-compare-btn-card {
    margin: 0;
    min-height: 30px;
    padding: 6px 10px;
}

.termal-verify-badge {
    align-items: center;
    border: 1px solid #dfe9e3;
    border-radius: 999px;
    color: #315245;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    gap: 5px;
    line-height: 1;
    min-height: 30px;
    padding: 7px 9px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.termal-verify-badge i {
    font-size: 13px;
}

.termal-verify-badge.is-verified {
    background: #edf8f1;
    border-color: #b8dfc6;
    color: #17743c;
}

.termal-verify-badge.is-unverified {
    background: #f7f8f6;
    border-color: #e0e6df;
    color: #68746d;
}

.termal-verify-badge:hover,
.termal-verify-badge:focus {
    background: var(--termal-primary);
    border-color: var(--termal-primary);
    color: #fff;
    text-decoration: none;
}

.termal-verify-badge small {
    background: #263238;
    border-radius: 6px;
    bottom: calc(100% + 9px);
    box-shadow: 0 12px 28px rgba(24, 41, 34, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 1.35;
    opacity: 0;
    padding: 9px 11px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 6px);
    transition: all 0.2s ease;
    visibility: hidden;
    white-space: normal;
    width: 210px;
    z-index: 8;
}

.termal-verify-badge small:after {
    border: 6px solid transparent;
    border-top-color: #263238;
    content: "";
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
}

.termal-verify-badge:hover small,
.termal-verify-badge:focus small {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.termal-explore-grid {
    display: grid;
    gap: 14px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.termal-explore-card {
    background: #263c31;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(38, 60, 49, 0.14);
    color: #fff;
    display: block;
    min-height: 230px;
    overflow: hidden;
    position: relative;
}

.termal-explore-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(10, 20, 16, 0.82) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.termal-explore-card img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transform: scale(1.01);
    transition: transform 0.32s ease, filter 0.32s ease;
    width: 100%;
}

.termal-explore-card:hover img {
    filter: saturate(1.06);
    transform: scale(1.06);
}

.termal-explore-card > span {
    background: rgba(255, 255, 255, 0.93);
    border-radius: 999px;
    color: #2f6b4f;
    font-size: 12px;
    font-weight: 800;
    left: 18px;
    line-height: 1;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    z-index: 2;
}

.termal-explore-card div {
    bottom: 0;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.termal-explore-card h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 8px;
}

.termal-explore-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.termal-explore-card-large {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 474px;
}

.termal-explore-card-wide {
    grid-column: span 2;
}

.termal-explore-card-large h2 {
    font-size: 34px;
}

@media (max-width: 767px) {
    .termal-explore-grid {
        grid-template-columns: 1fr;
    }

    .termal-explore-card,
    .termal-explore-card-large,
    .termal-explore-card-wide {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 250px;
    }

    .termal-explore-card-large h2 {
        font-size: 26px;
    }

    .termal-campaign-carousel.owl-carousel:not(.owl-loaded),
    .termal-room-carousel.owl-carousel:not(.owl-loaded),
    .termal-price-grid,
    .termal-detail-actions,
    .termal-action-grid {
        grid-template-columns: 1fr;
    }

    .termal-featured-section {
        padding: 16px 16px 2px;
    }

    .termal-featured-section-head {
        display: block;
    }

    .termal-featured-section-head > span {
        display: inline-block;
        margin-top: 10px;
    }

    .termal-section-inline-head {
        align-items: flex-start;
        display: block;
    }

    .termal-section-inline-head span {
        display: inline-block;
        margin-top: 8px;
    }

    .termal-room-card dl {
        grid-template-columns: 1fr;
    }

    .termal-score-grid {
        grid-template-columns: 1fr;
    }

    .termal-blog-featured {
        grid-template-columns: 1fr;
    }

    .termal-blog-featured-content,
    .termal-blog-article {
        padding: 20px;
    }

    .termal-blog-sidebar {
        margin-top: 24px;
        position: static;
    }

    .termal-compare-toolbar {
        align-items: flex-start;
        display: block;
        padding: 18px;
    }

    .termal-compare-toolbar-actions {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .termal-compare-table th:first-child {
        min-width: 136px;
    }

    .termal-compare-table td {
        min-width: 210px;
    }
}
