img.scalable {
    transition: transform 0.3s ease-in-out;
}

img.scalable:hover {
    transform: scale(1.1);
}


.post .post-image {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    max-height: 500px;
}

.post img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    transition: 1s;
    display: block;
    aspect-ratio: 4 / 3;
}

.post img:hover {
    transform: scale(1.1)
}

.newsletter .title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}

.newsletter {
    background-color: #f9f6f1;
    box-shadow: 0 1px 3px #f9f6f1;
    border-radius: 5px;
    padding: 36px 30px 55px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.newsletter button {
    background-color: #e1d2b8;
    color: black;
    cursor: pointer;
    transition: .3s;
    min-width: 0;
    height: 30px;
    border: none;
    outline: none;
    padding: 0 18px;
    border-radius: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}

p.agree {
    display: block;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
}

p.agree a {
    color: black;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #777777;
    font-size: 14px;
}

p.agree span {
    font-family: "Poppins-Medium", sans-serif;
}

.top-news li {
    margin: 0;
    padding: 28px 0 25px;
    border-bottom: 1px solid #CCCCCC;
}

.blog-title {
    color: #b48e4d;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-family: "Poppins-Medium", sans-serif !important;
}

.blog-desc {
    font-family: "Poppins-Medium", sans-serif;
    line-height: 22px;
    margin: 16px 0 0;
    font-size: 18px;
    color: #282938;
}

.text-date {
    font-family: "Poppins-bold", sans-serif;
    line-height: 16px;
    color: #b48e4d;
    font-weight: 700;
    font-size: 14px;
}

.booking-slider-item__btn-text:hover {
    color: #b48e4d;
}

.booking-slider-item__btn-text {
    color: #ffffff;
}

.text-desc p {
    font-family: "Poppins-Medium", sans-serif;
    line-height: 27px;
    margin: 0 0 20px;
    font-size: 18px;
    color: #57595b;
}
.top-info-img-section{
    background-color: rgba(180, 142, 77, 0.08);
}

.swiper {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking-slider {
    --color-gray: #b3b3b3;
    --color-gray-dark: #1e222a;
    --color-gray-bright: #d0d4d4;
    --color-gray-light: #bbbcbf;

    padding-inline: 98px;
    position: relative;
}

.booking-slider__slide {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991.9px) {
    .booking-slider {
        padding: 0;
        margin-inline: -20px;
    }
}

/**
 * Slider Navigation
 */

.slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    z-index: 1;
    pointer-events: none;
}

.slider-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 48px;
    pointer-events: auto;
    cursor: pointer;
    transform-origin: center;
    transition: all 0.3s ease-out;
}

.slider-nav__item.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.slider-nav__item path {
    stroke: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .slider-nav__item:not(.disabled):hover {
        transform: scale(1.1);
    }
}

@media (hover: none) {
    .slider-nav__item:not(.disabled):active {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991.9px) {
    .slider-nav {
        display: none;
    }
}

/**
 * Slider Item
 */

.swiper-slide {
    width: auto;
    height: auto;
}

@keyframes btn-arrow-move {
    0% {
        translate: 0;
    }

    100% {
        translate: 100% -100%;
    }
}

.booking-slider-item {
    background: #363f4d;
    position: relative;
    overflow: hidden;
}

.booking-slider-item__image {
    display: block;
    height: 244px;
    transition: height 0.6s ease-out;
    overflow: hidden;
}

.booking-slider-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .booking-slider-item__image:hover img {
        transform: scale(1.05);
    }
}

.booking-slider-item__content {
    padding: 30px;
}

@media screen and (max-width: 574.9px) {
    .booking-slider-item__content {
        padding: 30px 20px;
    }
}



.booking-slider-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.booking-slider-item__title a {
    display: block;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .booking-slider-item__title a:hover {
        opacity: 0.75;
    }
}

.booking-slider-item__text {
    font-weight: 300;
    color: var(--color-gray-bright);
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    font-family: "Poppins-Medium", sans-serif;
    text-overflow: ellipsis;
    max-height: 7.5em;
}

.booking-slider-item__footer {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.6s ease-in;
}

.booking-slider-item__footer-inner {
    padding-top: 24px;
}
.booking-slider-item__amenity-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.booking-slider-item__btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.booking-slider-item__btn-icon {
    flex-shrink: 0;
    display: block;
    aspect-ratio: 1;
    width: 24px;
    position: relative;
    overflow: hidden;
}

.booking-slider-item__btn-icon::before,
.booking-slider-item__btn-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://bato-web-agency.github.io/bato-shared/img/slider-2/icon-btn-arrow.svg")
    center center no-repeat;
    background-size: 100%;
}

.booking-slider-item__btn-icon::after {
    position: absolute;
    top: 100%;
    right: 100%;
}

.booking-slider__slide:not(.swiper-slide-active) .booking-slider-item__image {
    height: 204px;
}

.booking-slider__slide:not(.swiper-slide-active) .booking-slider-item__footer {
    max-height: 0;
}

@media (hover: hover) and (pointer: fine) {
    .booking-slider-item__btn:hover .booking-slider-item__btn-icon::before,
    .booking-slider-item__btn:hover .booking-slider-item__btn-icon::after {
        animation: btn-arrow-move 0.4s ease forwards;
    }
}

@media (hover: none) {
    .booking-slider-item__btn:active .booking-slider-item__btn-icon::before,
    .booking-slider-item__btn:active .booking-slider-item__btn-icon::after {
        animation: btn-arrow-move 0.4s ease forwards;
    }
}

.tinymce-content strong {
    font-weight: bold;
    line-height: 1.8;
}

.tinymce-content ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 20px;
}

.tinymce-content li {
    margin-bottom: 5px;
    line-height: 0.5;
}
/* Reset for TinyMCE Content */
.tinymce-content {
    all: unset; /* Reset inherited styles */
}

/* Base Styles */
.tinymce-content {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Handle common elements */
.tinymce-content h1,
.tinymce-content h2,
.tinymce-content h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
/* Reset heading sizes inside TinyMCE content */
.tinymce-content h1 {
    font-size: 2em; /* 32px */
    font-weight: bold;
    margin: 1em 0 0.5em;
}

.tinymce-content h2 {
    font-size: 1.75em; /* 28px */
    font-weight: bold;
    margin: 1em 0 0.5em;
}

.tinymce-content h3 {
    font-size: 1.5em; /* 24px */
    font-weight: bold;
    margin: 1em 0 0.5em;
}

.tinymce-content h4 {
    font-size: 1.25em; /* 20px */
    font-weight: bold;
    margin: 1em 0 0.5em;
}

.tinymce-content h5 {
    font-size: 1.125em; /* 18px */
    font-weight: bold;
    margin: 1em 0 0.5em;
}

.tinymce-content h6 {
    font-size: 1em; /* 16px */
    font-weight: bold;
    margin: 1em 0 0.5em;
}

/* Optional: Ensure headings inherit text color from parent */
.tinymce-content h1,
.tinymce-content h2,
.tinymce-content h3,
.tinymce-content h4,
.tinymce-content h5,
.tinymce-content h6 {
    color: inherit;
}

.tinymce-content p {
    margin: 0 0 1em;
}

.tinymce-content a {
    color: #007bff;
    text-decoration: underline;
}

.tinymce-content ul,
.tinymce-content ol {
    margin: 1em 0;
    padding-left: 2em;
}

.tinymce-content li {
    margin-bottom: 0.5em;
}

/* Images and Media */
.tinymce-content img {
    max-width: 100%;
    height: auto;
}

/* Tables */
.tinymce-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.tinymce-content th,
.tinymce-content td {
    border: 1px solid #ddd;
    padding: 0.5em;
}

.tinymce-content th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* Code Blocks */
.tinymce-content pre {
    background-color: #f5f5f5;
    padding: 1em;
    border-radius: 5px;
    overflow-x: auto;
}

.tinymce-content code {
    font-family: monospace;
    color: #e83e8c;
}
.tinymce-content ol {
    list-style-type: decimal !important;
    margin-left: 2em;
    padding-left: 1.5em;
}

.tinymce-content ul {
    list-style-type: disc !important;
    margin-left: 2em;
    padding-left: 1.5em;
}

/* Reset for list items */
.tinymce-content li {
    margin-bottom: 0.5em;
}
