:root {
    --primary: #e0b026;
    --text: #565656;
    --card-shadow: 0 14px 40px rgba(13, 110, 253, 0.12);
    --title: #464646;
}


@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/IRANSansX-Thin.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansX-UltraLight.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansX-Light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansX-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansXd;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/IRANSansX-Demibold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/IRANSansX-Black.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
    font-display: swap;
}



body {
    direction: rtl;
    font-family: "IRANSansX";
    background: radial-gradient(circle at 20% 20%, rgb(from var(--primary) r g b / 0.12), transparent 30%), radial-gradient(circle at 80% 80%, rgb(from var(--primary) r g b / 0.08), transparent 35%), linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--primary) 8%, white));
}


    body.lock-body {
        overflow: hidden;
    }

.text-editor * {
    line-height: 30px;
    color: var(--text);
    margin-bottom: 10px;
}

.text-editor h2 {
    font-size: 24px;
}

.text-editor h3 {
    font-size: 19px;
}

.text-editor p {
    font-size: 15px;
    color: var(--text);
}

.page-content {
    border: 1px solid #eeeeee;
    margin: 15px auto;
    padding: 15px;
    border-radius: 15px;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.text-editor :is(h1, h2, h3, h4, h5, h6) {
    padding: 15px 0;
    color: var(--title) !important;
    font-weight: bold;
    margin-bottom: 0;
}

.text-editor img {
    max-width: 100%;
    height: auto;
}

.text-editor a {
    color: var(--primary);
    text-decoration: underline;
}

.text-editor ul {
    list-style-type: disc;
    padding: 15px;
}

    .text-editor ul li {
        margin-bottom: 7px;
    }

        .text-editor ul li::marker {
            color: var(--primary);
        }


.section {
    padding: 30px 0;
}

.custom-container {
    /* max-width: 1200px; */
}


.hl-title-section {
    text-align: center;
    color: var(--title);
}

.hl-btn {
    color: #fff;
    background-color: var(--primary);
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    transition: all .3s;
    text-align: center;
}


    .hl-btn:hover {
        background-color: color-mix(in srgb, var(--primary) 30%, #606060);
    }

.header-btn-bars svg {
    fill: #fff;
    stroke: #fff;
}

.hl-btn-outlined {
    color: var(--primary);
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    transition: all .3s;
    text-align: center;
    border: 1px solid var(--primary);
}

    .hl-btn-outlined:hover {
        color: #fff !important;
        background-color: var(--primary);
    }

.header-fixed .header-btn-bars svg {
    fill: #000;
    stroke: #000;
}

@media (max-width:576px) {
    .hl-btn {
        padding: 10px 15px;
    }

    .header-logo a img {
        height: 40px !important;
    }
}

/* .hl-btn {
    color: color-mix(in srgb, #e0b026 70%, white 30%);
    background: var(--primary);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 0;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.hl-btn:hover {
    color: color-mix(in srgb, #e0b026 70%, white 30%);
}

.hl-btn:before,
.hl-btn:after {
    content: attr(data-hover);
    color: #fff;
    padding: 4px 14px;
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.hl-btn:after {
    transform-origin: bottom right;
}

.hl-btn:hover:before,
.hl-btn:hover:after {
    transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
    .hl-btn {
        margin-bottom: 30px;
    }
}


@media (max-width:992px) {
    .hl-btn {
        color: #ffffff;
    }
} */

.hl-text {
    font-size: 15px;
    color: var(--text);
}

.hl-title-section {
    text-align: right;
}

.hl-title-section-top-title {
    display: inline-block;
    color: var(--primary);
    margin-bottom: 10px;
}

.hl-title-section-title {
    font-weight: 900;
    font-size: 30px;
    color: var(--title);
    margin-bottom: 15px;
}


.hl-four-area-box {
    background: #fbf6e6;
    padding: 15px;
    border-radius: 92px;
}

.hl-four-area-box-icon-wrapper {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--primary);
    display: inline-block;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 10px 6px #dddddd;
}

.hl-four-area-box-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: var(--title);
}


    .hl-four-area-box-title a {
        margin-top: 15px;
        font-size: 20px;
        font-weight: bold;
        color: var(--title);
        text-decoration: none;
    }

.hl-four-area-box-text {
    text-align: justify;
    min-height: 135px;
}

.hl-four-area-box-btn {
    color: var(--primary);
    text-decoration: none;
}

    .hl-four-area-box-btn svg {
        transition: all .3s;
    }

    .hl-four-area-box-btn:hover svg {
        margin-right: 5px;
    }

.hl-cta-item {
    padding: 10px;
    border-radius: 7px;
    background-color: #fdfcf4;
}

.hl-cta-item-content-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}



.hl-cta-item-icon {
    background-color: #ddd7c4;
    padding: 10px;
    border-radius: 7px;
}

.hl-cta-item-content a {
    text-decoration: none;
}


.hl-video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


    .hl-video-container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: auto;
        background: #000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 20%, rgba(255, 255, 255, 0.2) 100%);
    }


    .hl-video-container::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        z-index: 1;
        background-color: #00000047;
    }

    .hl-video-container video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

.hl-video-content-wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.hl-video-content-wrapper-title {
    font-weight: bold;
    color: #fff;
    font-size: 55px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.hl-video-content-wrapper-top-title {
    color: var(--primary);
    font-size: 25px;
}

.hl-room-item {
    padding: 10px;
    border: 1px solid #e9debf;
    border-radius: 10px;
    background: radial-gradient(circle at 20% 20%, rgb(from var(--primary) r g b / 0.12), transparent 30%), radial-gradient(circle at 80% 80%, rgb(from var(--primary) r g b / 0.08), transparent 35%), linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--primary) 8%, white));
}


.hl-room-item-btn {
    text-decoration: none;
    color: var(--text);
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 10px;
    background: #f1e2b7;
    margin: 7px;
    transition: all .3s;
}

    .hl-room-item-btn:hover {
        background: #f2d37f;
    }

.hl-room-item-img-box img {
    transition: all .4s ease;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hl-room-item-title {
    margin-top: 10px;
}


    .hl-room-item-title a {
        color: var(--title);
        font-size: 20px;
        font-weight: bolder;
        text-decoration: none;
        margin: 10px 0;
        font-weight: 900;
    }

.hl-room-item-img-box a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    border-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.hl-room-item:hover .hl-room-item-img-box a img {
    transform: scale(1.1);
}

.hl-room-item-property {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

    .hl-room-item-property li {
        display: inline-block;
        margin-left: 10px;
    }

    .hl-room-item-property .value {
        color: var(--text);
        font-size: 14px;
    }

.hl-distance-wrapper {
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel-icon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.hl-hospital-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}


.hl-hospital-arrow-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 105px;
}

    .hl-hospital-arrow-wrapper img {
        height: 70px;
        transform: rotate(215deg);
    }

    .hl-hospital-arrow-wrapper .arrow-label {
        font-weight: bold;
        position: absolute;
        top: 25px;
        left: 38%;
        height: 25px;
        transform: rotate(270deg);
    }

.hl-bus-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 42%;
    left: 0;
    margin: auto;
}


.hl-bus-arrow-wrapper {
    position: absolute;
    left: 22%;
    margin: auto;
    text-align: center;
    top: 42%;
}

    .hl-bus-arrow-wrapper img {
        height: 70px;
        transform: rotate(125deg);
    }

    .hl-bus-arrow-wrapper .arrow-label {
        font-weight: bold;
        position: absolute;
        top: -9px;
        width: 60px;
        left: 18%;
    }


.hl-mall-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.hl-mall-arrow-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 105px;
}

    .hl-mall-arrow-wrapper img {
        height: 70px;
        transform: rotate(37deg);
    }

    .hl-mall-arrow-wrapper .arrow-label {
        font-weight: bold;
        position: absolute;
        top: 22px;
        width: 60px;
        left: -65px;
        right: 0;
        margin: auto;
        transform: rotate(270deg);
    }


.hl-train-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 42%;
    right: 0;
    margin: auto;
}


.hl-train-arrow-wrapper {
    position: absolute;
    right: 22%;
    text-align: center;
    margin: auto;
    top: 42%;
    bottom: 105px;
}

    .hl-train-arrow-wrapper img {
        height: 70px;
        transform: rotate(127deg);
    }

    .hl-train-arrow-wrapper .arrow-label {
        font-weight: bold;
        position: absolute;
        top: -9px;
        width: 60px;
        right: -5px;
        margin: auto;
    }

.hl-distance-wrapper .arrow-label {
    font-size: 13px;
}

.hl-distance-wrapper .hl-text {
    font-size: 13px;
    font-weight: bold;
}





.hl-service-box {
    color: #fff;
    /* background-color: #fff; */
    background: radial-gradient(circle at 20% 20%, rgb(from var(--primary) r g b / 0.12), transparent 30%), radial-gradient(circle at 80% 80%, rgb(from var(--primary) r g b / 0.08), transparent 35%), linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--primary) 8%, white));
    text-align: center;
    padding: 25px 15px 35px;
    border: 1px solid rgb(233, 222, 191);
    border-radius: 30px;
    position: relative;
}

    .hl-service-box .service-icon {
        color: var(--primary);
        background: var(--white);
        font-size: 40px;
        line-height: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50px;
        box-shadow: 0 0 4px var(--primary);
        margin: 0 auto 30px;
    }

        .hl-service-box .service-icon i {
            line-height: inherit
        }

    .hl-service-box .title {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }

    .hl-service-box .description {
        color: #555;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-align: center;
        line-height: 24px;
        min-height: 72px;
        margin: 0;
    }

    .hl-service-box.pink {
        --primary: #F1679A;
    }

    .hl-service-box.green {
        --primary: #10BE81;
    }

    .hl-service-box.blue {
        --primary: #02A7B6;
    }

@media only screen and (max-width: 1199px) {
    .hl-service-box {
        margin: 0 0 30px;
    }
}



.hl-cafe-slider-wrapper .owl-prev,
.hl-cafe-slider-wrapper .owl-next {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary) !important;
    border-radius: 5px;
    color: var(--primary) !important;
    background-color: #fff;
    font-size: 20px !important;
}



    .hl-cafe-slider-wrapper .owl-prev:hover,
    .hl-cafe-slider-wrapper .owl-next:hover {
        background-color: unset !important;
        color: var(--primary) !important;
    }

.hl-hall-card-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: var(--title);
}

    .hl-hall-card-title a {
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        color: var(--title);
    }

.hl-hall-badges li {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 5px;
}


    .hl-hall-badges li .value {
        font-weight: bold;
    }

.hl-hall-badges li {
    padding: 5px;
    background-color: #f1ecdd;
    border-radius: 5px;
    color: #b57f2a;
}

.hl-hall-badges {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.hl-hall-card {
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid #efe6ca;
    border-radius: 10px;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(251 244 225) 100%);
}

.hl-hall-card-property-title {
    font-size: 13px;
    font-weight: bold;
    color: var(--text);
    display: block;
    margin: 5px 0;
}

.hl-hall-card-property li {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--text);
}

    .hl-hall-card-property li::marker {
        color: var(--primary);
    }

.hl-hall-card-btn {
    text-decoration: none;
    color: var(--text);
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 10px;
    background: #f1e2b7;
    margin: 7px;
    transition: all .3s;
}

    .hl-hall-card-btn:hover {
        background: #f2d37f;
    }

.hl-about-us-content .hl-title-section-text {
    text-align: justify;
}




@media (max-width: 991.98px) {
    .hl-halls .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        padding-bottom: 10px;
    }

        .hl-halls .row > [class*="col-"] {
            flex: 0 0 280px;
            max-width: 280px;
        }
}

.hl-halls .row {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

    .hl-halls .row > [class*="col-"] {
        scroll-snap-align: start;
    }

.hl-about-us-img-wrapper {
    position: relative;
}


.hl-about-us-small-img {
    position: absolute;
    border: 3px solid #ffff;
    border-radius: 5px;
    top: 60px;
    right: -31%;
}

.header-logo a img {
    height: 50px;
}

.header-fixed .top-menu > li > a:before {
    background-image: url("../images/icons/chevron-down-svgrepo-com.black.svg");
}

.top-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .top-menu > li {
        display: inline-block;
        margin-left: 0px;
        position: relative;
    }

        .top-menu > li > a {
            /* color: #fff !important; */
            text-decoration: none;
            position: relative;
            transition: all 0.3s;
            font-size: 14px;
            padding: 10px 15px;
            border-radius: 30px;
        }

.header-fixed .top-menu > li > a {
    transition: all .3s;
}

    .header-fixed .top-menu > li > a:hover {
        color: var(--primary) !important;
    }

.header-fixed {
    background-color: #fff;
}

    .header-fixed .top-menu > li > a {
        color: #000 !important;
    }

.top-menu > li a:hover {
    color: var(--primary);
}

.top-menu li ul {
    position: absolute;
    top: 40px;
    transform: translate(0, 10%) scale(0.8);
    z-index: 3;
    padding: 24px 20px;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 5px 8px 28px rgba(93, 93, 102, 0.1);
    transition: 0.2s;
    list-style-type: none;
}

.top-menu > li > ul::before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    top: -9px;
    right: 30px;
}

.top-menu > li ul li a {
    display: block;
    padding: 5px;
    font-size: 15px;
    text-align: right;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

    .top-menu > li ul li a::after {
        content: "";
        position: absolute;
        top: 10%;
        right: 10%;
        transform: translate(50%, -50%);
        padding: 0;
        border-radius: 50%;
        z-index: -1;
        background: var(--primary);
        transition: padding 0.05s;
    }

    .top-menu > li ul li a:hover::after {
        padding: 110%;
        transition: padding 0.25s ease-in;
    }

    .top-menu > li ul li a:hover {
        color: #fff;
    }

.top-menu > li > ul > li > ul {
    right: 220px;
    top: 13px;
}

.top-menu > li:hover > ul {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    visibility: visible;
}

.top-menu > li > ul > li:hover > ul {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    visibility: visible;
}

.header-logo a img {
    height: 50px;
}

.top-menu > li > a:before {
    content: "";
    background-image: url("../images/icons/chevron-down-svgrepo.svg");
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    left: 0px;
    font-size: 7px;
    top: 15px;
}

.top-menu > li > ul > li a:before {
    content: "";
    background-image: url("../images/icons/chevron-left-svgrepo.svg");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    font-size: 7px;
    left: 0;
    top: 25px;
    transition: all 0.3s;
}

.top-menu > li > ul > li a:before {
    content: "";
    font-size: 10px;
    color: #fff;
    padding-left: 3px;
    position: absolute;
    left: 10px;
    top: 13px;
}

/* .top-menu>li>a:only-child:after,
.top-menu>li>ul>li a:only-child:after {
    content: '' !important;
    background-image: none !important;

} */

.top-menu > li > a:only-child:before,
.top-menu > li > ul > li a:only-child:before {
    content: "" !important;
    background-image: none !important;
}

.top-menu li a {
    color: #000;
    text-decoration: none;
}

.top-menu > li > a {
    color: #fff;
}

/* ============================================ */
/* Sidebar Start */
/* ============================================ */

.sidebar-menu {
    position: fixed;
    z-index: 999999999;
    background: #fff;
    width: 315px;
    height: 100%;
    top: 0;
    right: -400px;
    transition: all 0.2s;
    overflow-y: scroll;
}

.sidebar-menu-bottom {
    position: fixed;
    z-index: 999999999;
    background: #fff;
    width: 100%;
    height: 400px;
    border-radius: 20px 20px 0 0;
    bottom: -400px;
    transition: all 0.2s;
    overflow-y: scroll;
}

.show-menu-bottom {
    bottom: 0 !important;
}

.sidebar-logo {
    border-left: none !important;
}

.show-menu {
    right: 0 !important;
}

.sidebar-logo a img {
    height: 75px;
    margin: 10px;
}

.btn-close-offcanvas {
    left: 5px;
    top: 5px;
}

/* 
.mobile-menu {
    margin-top: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: 15px;
}

.mobile-menu ul {
    display: none;
    margin-right: 10px;
}

.mobile-menu li {
    padding: 5px;
    border-radius: 5px;
    border-bottom: 1px dashed #c3c0c0;
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu li a:hover {
    background-color: #d3d3d3;
}

.mobile-menu li a {
    padding: 5px;
    display: block;
    border-radius: 5px;
    position: relative;
    padding: 10px 5px;
    text-decoration: none;
    color: #000;
}

.mobile-menu>li>a:before {
    content: '';
    background-image: url("../images/icons/chevron-down-svgrepo.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    left: 10px;
    font-size: 7px;
    transition: all 0.3s;
    top: 16px;
}


.mobile-menu>li>ul>li a:before {
    content: '';
    background-image: url("../images/icons/chevron-down-svgrepo.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    font-size: 7px;
    left: 10px;
    top: 14px;
    transition: all 0.3s;
}

.mobile-menu>li>a:only-child:after,
.mobile-menu>li>ul>li a:only-child:after {
    content: '' !important;
    background-image: none !important;

}

.mobile-menu>li>a:only-child:before,
.mobile-menu>li>ul>li a:only-child:before {
    content: '' !important;
    background-image: none !important;

} */

.sidebar-menu,
.sidebar-overlay {
    z-index: 999999999;
    height: 100%;
    position: fixed;
}

.sidebar-menu {
    background: #fff;
    width: 315px;
    top: 0;
    right: -400px;
    transition: 0.2s;
    overflow-y: scroll;
}

.sidebar-logo {
    border-left: none !important;
}

.show-menu {
    right: 0 !important;
}

.sidebar-logo a img {
    height: 75px;
    margin: 10px;
}

.btn-close-offcanvas {
    left: 5px;
    top: 5px;
}

.sidebar-menu-content > ul {
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    text-align: right;
}

    .sidebar-menu-content > ul li .drop-menu {
        padding-right: 15px;
        background: #f9f9f9;
    }

    .sidebar-menu-content > ul ul {
        display: none;
        margin-right: 10px;
    }

    .sidebar-menu-content > ul li {
        padding: 5px;
        border-radius: 5px;
        position: relative;
    }

        .sidebar-menu-content > ul li a:hover {
            background-color: #d3d3d3;
        }

        .sidebar-menu-content > ul li a {
            padding: 10px 5px;
            display: block;
            border-radius: 5px;
            position: relative;
            font-size: 14px;
        }

        .sidebar-menu-content > ul li .mobile-menu-item-icon {
            content: "";
            background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiAxNS4yNUMxMS45MDE1IDE1LjI1MDQgMTEuODAzOCAxNS4yMzEyIDExLjcxMjggMTUuMTkzNEMxMS42MjE4IDE1LjE1NTcgMTEuNTM5MiAxNS4xMDAxIDExLjQ3IDE1LjAzTDYuNDcgMTAuMDNDNi4zNzAyNyA5Ljg4NDA4IDYuMzI1MjcgOS43MDc2NSA2LjM0MjkzIDkuNTMxODFDNi4zNjA1OCA5LjM1NTk4IDYuNDM5NzcgOS4xOTIwMiA2LjU2NjUxIDkuMDY4ODZDNi42OTMyNSA4Ljk0NTcxIDYuODU5NDEgOC44NzEyNiA3LjAzNTY5IDguODU4NjZDNy4yMTE5NiA4Ljg0NjA2IDcuMzg3MDIgOC44OTYxMSA3LjUzIDguOTk5OThMMTIgMTMuNDRMMTYuNDcgOC45OTk5OEMxNi42MTEgOC45MDg1OSAxNi43Nzg1IDguODY3MTcgMTYuOTQ1OCA4Ljg4MjM1QzE3LjExMzEgOC44OTc1NCAxNy4yNzA1IDguOTY4NDYgMTcuMzkyNyA5LjA4Mzc0QzE3LjUxNDkgOS4xOTkwMiAxNy41OTQ4IDkuMzUxOTggMTcuNjE5NyA5LjUxODEyQzE3LjY0NDYgOS42ODQyNSAxNy42MTMgOS44NTM5NCAxNy41MyA5Ljk5OTk4TDEyLjUzIDE1QzEyLjQ2MzMgMTUuMDc1NSAxMi4zODE5IDE1LjEzNjcgMTIuMjkwOCAxNS4xNzk3QzEyLjE5OTcgMTUuMjIyNyAxMi4xMDA3IDE1LjI0NjYgMTIgMTUuMjVaIiBmaWxsPSIjMDAwMDAwIi8+DQo8L3N2Zz4=");
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            cursor: pointer;
            left: 15px;
            font-size: 7px;
            transition: 0.3s;
            top: 12px;
            padding: 5px;
            background-color: #f0f0f0;
            box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0, rgba(27, 31, 35, 0.15) 0 0 0 1px;
            border-radius: 3px;
        }

            .sidebar-menu-content > ul li .mobile-menu-item-icon.active {
                background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNyAxNS4yNUMxNi45MDE1IDE1LjI1MDQgMTYuODAzOCAxNS4yMzEyIDE2LjcxMjggMTUuMTkzNEMxNi42MjE4IDE1LjE1NTcgMTYuNTM5MiAxNS4xMDAxIDE2LjQ3IDE1LjAzTDEyIDEwLjU2TDcuNTMgMTVDNy4zODkwNCAxNS4wOTE0IDcuMjIxNDggMTUuMTMyOCA3LjA1NDE4IDE1LjExNzZDNi44ODY4NyAxNS4xMDI0IDYuNzI5NTEgMTUuMDMxNSA2LjYwNzMxIDE0LjkxNjJDNi40ODUxMiAxNC44MDA5IDYuNDA1MTYgMTQuNjQ4IDYuMzgwMjYgMTQuNDgxOEM2LjM1NTM2IDE0LjMxNTcgNi4zODY5NiAxNC4xNDYgNi40Njk5OSAxNEwxMS40NyA4Ljk5OTk4QzExLjYxMDYgOC44NTk1MyAxMS44MDEyIDguNzgwNjQgMTIgOC43ODA2NEMxMi4xOTg3IDguNzgwNjQgMTIuMzg5NCA4Ljg1OTUzIDEyLjUzIDguOTk5OThMMTcuNTMgMTRDMTcuNjcwNCAxNC4xNDA2IDE3Ljc0OTMgMTQuMzMxMiAxNy43NDkzIDE0LjUzQzE3Ljc0OTMgMTQuNzI4NyAxNy42NzA0IDE0LjkxOTQgMTcuNTMgMTUuMDZDMTcuMzg1MyAxNS4xOTA3IDE3LjE5NDggMTUuMjU5IDE3IDE1LjI1WiIgZmlsbD0iIzAwMDAwMCIvPg0KPC9zdmc+");
            }

    .sidebar-menu-content > ul > li > a:only-child:after,
    .sidebar-menu-content > ul > li > a:only-child:before,
    .sidebar-menu-content > ul > li > ul > li a:only-child:after,
    .sidebar-menu-content > ul > li > ul > li a:only-child:before {
        content: "" !important;
        background-image: none !important;
    }

.sidebar-overlay {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    right: 0;
    top: 0;
    display: none;
}

.sidebar-menu-section .mobile-logo {
    height: 40px;
}

.sidebar-header {
    padding: 20px;
}

.sidebar-menu::-webkit-scrollbar {
    width: 5px;
}

.sidebar-menu::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: silver;
    border-radius: 5px;
}

.sidebar-overlay {
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    right: 0px;
    top: 0px;
    display: none;
}

.btn-close-offcanvas {
    background-color: transparent;
    top: 10px;
    left: 10px;
    border: none;
    position: absolute;
}

.sidebar-menu-content ul {
    padding: 0;
    margin: 0;
}

    .sidebar-menu-content ul li {
        margin-bottom: 5px;
    }

    .sidebar-menu-content ul > li > a:hover {
        background-color: var(--primary);
        color: #fff;
    }

    .sidebar-menu-content ul li a {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        border-radius: 5px;
        display: block;
        padding: 8px 10px;
        position: relative;
    }

.sidebar-menu-content > ul > li > a {
    border-bottom: 1px solid #dddddd;
}

/* .sidebar-menu-content ul li a::after {
    content: "\F107";
    position: absolute;
    font-family: fontello;
    left: 10px;
    top: 10px;
    transition: .3s;
    font-size: 12px
} */

.sidebar-menu-content ul li a.active {
    background-color: var(--primary);
    color: #fff;
}

    .sidebar-menu-content ul li a.active::after {
        transform: rotate(90deg);
    }

.sidebar-menu-content ul li:last-child a,
.sidebar-menu-content > ul li:last-child {
    border-bottom: none;
}

.sidebar-menu-content > ul > li ul {
    padding-right: 5px;
    margin: 10px 20px 10px 0;
    border-right: 1px solid #dddddd;
    display: none;
}

.sidebar-menu-content ul {
    list-style-type: none;
}

.header-btn-bars {
    background-color: transparent;
    border: none;
}

/* ============================================ */
/* Sidebar End */
/* ============================================ */


.hl-video-btns {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .hl-video-btns li {
        display: inline-block;
        margin-bottom: 5px;
    }


header nav {
    text-align: right;
}

footer {
    padding: 30px;
    background-color: #fff;
    border-top: 1px solid #efe6ca;
}

.footer-link-title {
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
}


.footer-link ul {
    margin: 0;
}

    .footer-link ul li {
        margin-bottom: 10px;
    }

        .footer-link ul li::marker {
            color: var(--primary);
        }

        .footer-link ul li a {
            color: #000;
            text-decoration: none;
            font-size: 15px;
            transition: all .3s;
        }


.footer-link.footer-call ul li {
    font-size: 14px;
    color: var(--text);
}


    .footer-link.footer-call ul li .footer-call-value::after {
        content: "-";
    }


    .footer-link.footer-call ul li .footer-call-value:last-child::after {
        content: "";
    }


    .footer-link.footer-call ul li .footer-call-label {
        font-weight: bold;
    }


    .footer-link.footer-call ul li a {
        font-size: 14px;
        color: var(--text);
    }

.footer-link.footer-link-outlined ul {
    list-style-type: none;
    padding: 0;
}

.footer-logo img {
    height: 50px;
}


.footer-link.footer-link-outlined ul li {
    display: inline-block;
}

.footer-link-social {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .footer-link-social li {
        display: inline-block;
    }

        .footer-link-social li a {
            padding: 10px;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            color: #fff;
            background-color: var(--primary);
        }

.footer-about {
    text-align: justify;
}


.footer-link ul li a:hover {
    color: var(--primary);
}

.footer-link ul {
    list-style-type: none;
    padding-right: 0;
}

    .footer-link ul li {
        position: relative;
        padding-right: 15px;
    }

.footer-link.footer-link-outlined ul li {
    padding-right: unset !important;
}

    .footer-link.footer-link-outlined ul li::before {
        content: unset;
    }

.footer-link ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 8px;
    border-radius: 50%;
    background-color: var(--primary);
}


.footer-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px !important;
}

    .footer-phone::marker {
        color: var(--primary);
    }

.footer-call-value a {
    font-size: 16px !important;
    letter-spacing: 2px;
}

.footer-address {
    font-size: 16px !important;
}

.footer-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px !important;
}

.footer-email-label {
    font-weight: bold;
}


.footer-address-label {
    font-weight: bold;
}

.footer-email-value {
    font-size: 16px !important;
}

.hl-blog-card {
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid #efe6ca;
    border-radius: 10px;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(251 244 225) 100%);
}


.hl-blog-card-img a img {
    border-radius: 10px;
    width: 100%;
    display: block;
    margin: auto;
    height: 200px;
    object-fit: cover;
}


.hl-blog-card-title a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: var(--title);
}

.hl-page-content-wrapper {
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #efe6ca;
    border-radius: 10px;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(251 244 225) 100%);
}

.hl-page {
    /* margin-top: 70px; */
}

.hl-page-image {
    position: relative;
}

    .hl-page-image::before {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: #ffffff;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.52) 100%);
    }

.hl-breadcrumb {
    margin: 15px 0;
}

    .hl-breadcrumb ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .hl-breadcrumb ul li {
            display: inline-block;
            margin-left: 15px;
            color: var(--text);
            font-size: 15px;
            position: relative;
        }

            .hl-breadcrumb ul li::after {
                content: "";
                position: absolute;
                width: 5px;
                height: 5px;
                background-color: var(--primary);
                border-radius: 50%;
                left: -12px;
                top: 10px;
            }


            .hl-breadcrumb ul li.active {
                color: var(--primary);
            }


                .hl-breadcrumb ul li.active a {
                    color: var(--primary);
                }

            .hl-breadcrumb ul li:last-child:after {
                display: none;
            }

            .hl-breadcrumb ul li a {
                color: var(--text);
                font-size: 15px;
                text-decoration: none;
            }

.hl-blog-detail {
    margin-top: 100px;
}

.hl-blog-content {
    border: 1px solid #efe6ca;
    border-radius: 10px;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(251 244 225) 100%);
    padding: 30px;
    margin-bottom: 20px;
}

.hl-blog-img {
    display: block;
    width: 100%;
    margin: auto;
    border-radius: 10px;
}

.hl-blog-dsc p {
    margin-bottom: 0;
}

.hl-blog-dsc {
    border: 1px solid #efe6ca;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
}

.hl-blog-props {
    padding: 15px 0;
    padding-bottom: 0;
}

    .hl-blog-props ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }


        .hl-blog-props ul li {
            display: flex;
            font-size: 13px;
            align-items: center;
            gap: 5px;
        }


            .hl-blog-props ul li .key {
                font-weight: bold;
            }


            .hl-blog-props ul li .icon svg {
                /* fill: var(--primary) !important;
    stroke: var(--primary) !important; */
            }

.hl-title-list {
    padding: 10px;
    border: 1px solid #efe6ca;
    border-radius: 10px;
    margin: 15px 0;
}

    .hl-title-list ul {
        margin-bottom: 0;
        margin-top: 10px;
    }


        .hl-title-list ul li a {
            text-decoration: none;
            color: #000;
            transition: all .4s;
            font-size: 14px;
        }

            .hl-title-list ul li a:hover {
                color: var(--primary);
            }


        .hl-title-list ul li {
            margin-bottom: 10px;
        }

            .hl-title-list ul li::marker {
                color: var(--primary);
            }


            .hl-title-list ul li:last-child {
                margin-bottom: 0;
            }

.hl-title-list-title {
    font-weight: bold;
    color: var(--primary);
    font-size: 20px
}


.hl-blog-category {
    margin-top: 100px;
    margin-bottom: 20px;
}


.hl-contact-us-section {
    margin-top: 60px;
}

.hl-social-item {
    padding: 10px;
    border-radius: 5px;
}

.hl-social-item-title {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    display: block;
}

.hl-social-item-instagram {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.hl-social-item-telegram {
    background-color: #24A1DE;
}

.hl-contact-us-content a {
    text-decoration: none;
}

.hl-map-btn {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    gap: 10px;
    border: 1px solid #e9debf;
    text-decoration: none;
    color: var(--title);
    font-size: 17px;
    font-weight: bold;
}

    .hl-map-btn img {
        height: 50px;
        width: 50px;
        object-fit: contain;
    }





.hl-room-options-box {
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid var(--primary);
    background: radial-gradient(circle at 20% 20%, rgb(from var(--primary) r g b / 0.12), transparent 30%), radial-gradient(circle at 80% 80%, rgb(from var(--primary) r g b / 0.08), transparent 35%), linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--primary) 8%, white));
}


.hl-room-options-box-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 17px;
}

.hl-room-options-box-list {
    list-style-type: none;
    margin-bottom: 0;
}

    .hl-room-options-box-list li {
        margin-bottom: 5px;
        font-size: 14px;
        color: #4a4a4a;
        position: relative;
    }


        .hl-room-options-box-list li::before {
            content: "";
            position: absolute;
            right: -20px;
            top: 2px;
            width: 15px;
            height: 15px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIgMTJDMjIgMTcuNTIyOCAxNy41MjI4IDIyIDEyIDIyQzYuNDc3MTUgMjIgMiAxNy41MjI4IDIgMTJDMiA2LjQ3NzE1IDYuNDc3MTUgMiAxMiAyQzE3LjUyMjggMiAyMiA2LjQ3NzE1IDIyIDEyWk0xNi4wMzAzIDguOTY5NjdDMTYuMzIzMiA5LjI2MjU2IDE2LjMyMzIgOS43Mzc0NCAxNi4wMzAzIDEwLjAzMDNMMTEuMDMwMyAxNS4wMzAzQzEwLjczNzQgMTUuMzIzMiAxMC4yNjI2IDE1LjMyMzIgOS45Njk2NyAxNS4wMzAzTDcuOTY5NjcgMTMuMDMwM0M3LjY3Njc4IDEyLjczNzQgNy42NzY3OCAxMi4yNjI2IDcuOTY5NjcgMTEuOTY5N0M4LjI2MjU2IDExLjY3NjggOC43Mzc0NCAxMS42NzY4IDkuMDMwMzMgMTEuOTY5N0wxMC41IDEzLjQzOTNMMTIuNzM0OCAxMS4yMDQ1TDE0Ljk2OTcgOC45Njk2N0MxNS4yNjI2IDguNjc2NzggMTUuNzM3NCA4LjY3Njc4IDE2LjAzMDMgOC45Njk2N1oiIGZpbGw9IiNlMGIwMjYiLz4gPC9nPgoNPC9zdmc+");
        }


.hl-room-item {
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    border: 1px solid var(--primary);
    background: radial-gradient(circle at 20% 20%, rgb(from var(--primary) r g b / 0.12), transparent 30%), radial-gradient(circle at 80% 80%, rgb(from var(--primary) r g b / 0.08), transparent 35%), linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--primary) 8%, white));
}

.hl-room-item-content {
    font-size: 14px;
}


.hl-room-options-box-icon {
    text-align: center;
    margin-bottom: 20px;
}

/*==============================
    HOTEL INFO
==============================*/

.hl-hotel-info {
    /* background:#f8f9fb; */
}

.hl-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.hl-section-title p {
    color: #777;
    font-size: 16px;
    margin: 0;
}

/*==============================
    CARD
==============================*/

.hl-info-card {
    /* background:#fff; */
    background: radial-gradient(circle at 20% 20%, rgb(from var(--primary) r g b / 0.12), transparent 30%), radial-gradient(circle at 80% 80%, rgb(from var(--primary) r g b / 0.08), transparent 35%), linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--primary) 8%, white));
    border-radius: 20px;
    border: 1px solid var(--primary);
    overflow: hidden;
    /* box-shadow:0 10px 35px rgba(0,0,0,.06); */
    transition: .35s;
    height: 100%;
}

    .hl-info-card:hover {
        /* transform:translateY(-6px); */
        /* box-shadow:0 18px 45px rgba(0,0,0,.12); */
    }

.hl-card-header {
    background: var(--primary);
    color: #fff;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}

    .hl-card-header i {
        font-size: 28px;
    }

    .hl-card-header span {
        font-size: 22px;
        font-weight: 700;
    }

.hl-card-body {
    padding: 30px;
}

/*==============================
    RULES
==============================*/

.hl-rule-box {
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #e4e4e4;
}

    .hl-rule-box:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .hl-rule-box h5 {
        color: var(--primary);
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .hl-rule-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .hl-rule-box li {
        position: relative;
        padding-right: 22px;
        margin-bottom: 12px;
        color: #555;
        line-height: 2;
        font-size: 15px;
    }

        .hl-rule-box li:last-child {
            margin-bottom: 0;
        }

        .hl-rule-box li::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--primary);
            position: absolute;
            right: 0;
            top: 13px;
        }

/*==============================
    FEATURES
==============================*/

.hl-feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    /* background: #fafafa; */
    border: 1px solid var(--primary);
    border-radius: 16px;
    padding: 18px;
    height: 100%;
    transition: .35s;
}

    .hl-feature-item:hover {
        background: var(--primary);
        border-color: var(--primary);
        /* transform: translateY(-4px); */
    }

    .hl-feature-item i {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: rgba(0, 0, 0, .04);
        color: var(--primary);
        font-size: 28px;
        transition: .35s;
        flex: 0 0 auto;
    }

    .hl-feature-item:hover i {
        background: rgba(255, 255, 255, .18);
        color: #fff;
    }

    .hl-feature-item h6 {
        margin: 0;
        font-size: 17px;
        font-weight: 700;
        color: #222;
        transition: .35s;
    }

    .hl-feature-item small {
        display: block;
        margin-top: 5px;
        color: #777;
        font-size: 13px;
        transition: .35s;
    }

    .hl-feature-item:hover h6,
    .hl-feature-item:hover small {
        color: #fff;
    }

.hl-feature-item {
    align-items: flex-start;
}

    .hl-feature-item ul {
        margin: 10px 0 0;
        padding-right: 18px;
    }

    .hl-feature-item li {
        color: #666;
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 6px;
        display: inline-block;
        position: relative;
        margin-left: 15px;
    }


        .hl-feature-item li::after {
            content: "-";
            position: absolute;
            left: -11px;
            top: -6px;
            font-size: 22px;
            color: var(--primary);
        }

    .hl-feature-item:hover li::after {
        color: #fff;
    }

    .hl-feature-item li:last-child::after {
        content: "";
    }

    .hl-feature-item li:last-child {
        margin-bottom: 0;
    }

    .hl-feature-item:hover li {
        color: #fff;
    }

@media (max-width:768px) {
    .hl-feature-item li::after {
        display: none;
    }

    .hl-feature-item {
        flex-wrap: wrap;
        gap: 20px 0;
    }

        .hl-feature-item h6 {
            text-align: center;
            margin-bottom: 5px;
        }

        .hl-feature-item li {
            display: block;
            margin-bottom: 5px;
        }

        .hl-feature-item i {
            margin: auto;
        }

        .hl-feature-item > div {
            width: 100%;
        }
}

/*==============================
FAQ
==============================*/

.hl-faq-wrapper {
    max-width: 1200px;
    margin: auto;
}

.hl-faq-item {
    background: radial-gradient(circle at 20% 20%, rgb(from var(--primary) r g b / 0.12), transparent 30%), radial-gradient(circle at 80% 80%, rgb(from var(--primary) r g b / 0.08), transparent 35%), linear-gradient(90deg, #ffffff, color-mix(in srgb, var(--primary) 8%, white));
    border-radius: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid var(--primary);
    cursor: pointer;
    transition: .35s;
}

    .hl-faq-item:hover {
        border-color: var(--primary);
        box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    }

.hl-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    transition: .35s;
}

    .hl-faq-question i {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        transition: .35s;
    }

.hl-faq-answer {
    display: none;
    padding: 0 26px 24px;
    color: #666;
    line-height: 2;
    font-size: 15px;
}

    .hl-faq-answer ul {
        margin: 0;
        padding-right: 18px;
    }

    .hl-faq-answer li {
        margin-bottom: 8px;
    }

.hl-faq-item.open {
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

    .hl-faq-item.open .hl-faq-question {
        color: var(--primary);
    }

        .hl-faq-item.open .hl-faq-question i {
            background: var(--primary);
            color: #fff;
            transform: rotate(45deg);
        }

/*==============================
Responsive
==============================*/

@media(max-width:768px) {

    .hl-faq-question {
        font-size: 15px;
        padding: 18px;
    }

    .hl-faq-answer {
        padding: 0 18px 18px;
        font-size: 14px;
    }
}

/*==============================
    SCROLLBAR
==============================*/

.hl-card-body::-webkit-scrollbar {
    width: 6px;
}

.hl-card-body::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 20px;
}

/*==============================
    RESPONSIVE
==============================*/

@media (max-width:991px) {

    .hl-section-title h2 {
        font-size: 30px;
    }

    .hl-section-subtitle {
        font-size: 28px;
    }

    .hl-card-header {
        padding: 18px 22px;
    }

        .hl-card-header span {
            font-size: 20px;
        }

    .hl-card-body {
        padding: 24px;
    }
}

@media (max-width:767px) {

    .hl-hotel-info {
        padding: 60px 0;
    }

    .hl-section-title h2 {
        font-size: 26px;
    }

    .hl-section-title p {
        font-size: 14px;
    }

    .hl-card-header {
        padding: 16px 18px;
    }

        .hl-card-header span {
            font-size: 18px;
        }

        .hl-card-header i {
            font-size: 22px;
        }

    .hl-card-body {
        padding: 18px;
    }

    .hl-rule-box {
        margin-bottom: 22px;
        padding-bottom: 18px;
    }

        .hl-rule-box h5 {
            font-size: 17px;
        }

        .hl-rule-box li {
            font-size: 14px;
            line-height: 1.9;
        }

    .hl-feature-item {
        padding: 16px;
        gap: 14px;
    }

        .hl-feature-item i {
            width: 50px;
            height: 50px;
            font-size: 22px;
        }

        .hl-feature-item h6 {
            font-size: 15px;
        }

        .hl-feature-item small {
            font-size: 12px;
        }

    .hl-section-subtitle {
        font-size: 24px;
    }

    .hl-custom-accordion .accordion-button {
        padding: 18px;
        font-size: 15px;
    }

    .hl-custom-accordion .accordion-body {
        padding: 18px;
        font-size: 14px;
    }
}

/* .hl-room-intro {
    padding: 120px 0;
    position: relative;
}

.hl-room-intro::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.89) 10%, rgba(255, 255, 255, 0) 91%);
} */

@media (max-width:768px) {
    .hl-about-us-small-img {
        right: 0;
        left: 0;
        margin: auto;
        top: unset;
        top: 80%;
    }

    .hl-video-content-wrapper-title {
        font-size: 30px;
    }

    .hl-video-content-wrapper-top-title {
        font-size: 20px;
    }

    .hl-video-content-wrapper {
        top: -30%;
    }
}

@media (max-width:992px) {
    .hl-four-area-box-text {
        min-height: unset;
    }

    .hl-bus-arrow-wrapper img,
    .hl-hospital-arrow-wrapper img,
    .hl-train-arrow-wrapper img,
    .hl-mall-arrow-wrapper img {
        height: 60px;
    }

    .hl-distance-wrapper .hl-text {
        font-size: 12px;
    }

    .hl-distance-wrapper {
        min-height: 470px;
    }

    .hl-about-us {
        margin-bottom: 250px;
    }
}


@media (max-width:576px) {

    .header-btn-call.hl-btn {
        font-size: 14px;
        padding: 7px 13px;
    }

    .hl-page-content-wrapper {
        padding: 10px;
    }



    .hl-title-section-title {
        font-size: 25px;
    }


    .hl-blog-content {
        padding: 10px;
    }

    .hl-blog-props ul li {
        width: 100%;
        font-size: 13px;
    }

    .hl-map-btn {
        font-size: 12px;
    }
}


.hl-book-btn {
    background-color: var(--primary);
    border-color: var(--primary);
}

    .hl-book-btn:hover {
        border-color: var(--primary);
        background-color: color-mix(in srgb, var(--primary) 75%, #000 15%)
    }

.book-hotel {
    padding: 56px 0;
}

.booking-card {
    border: 0;
    border-radius: 24px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
}

.booking-head {
    background-color: var(--primary);
    color: #fff;
    padding: 28px;
}

.booking-body {
    padding: 28px;
}

.form-control,
.btn {
    border-radius: 14px;
    min-height: 52px;
}

.form-control {
    padding-inline: 14px;
}

.help-text {
    color: #6c757d;
    font-size: .92rem;
}

.badge-soft {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    backdrop-filter: blur(8px);
}

.summary-box {
    background: #f8faff;
    border: 1px solid #e8eefb;
    border-radius: 18px;
    padding: 16px;
}

.form-label {
    font-weight: 700;
    margin-bottom: .6rem;
}

.btn-primary {
    box-shadow: 0 10px 24px rgba(13, 110, 253, .18);
}

    .btn-primary:hover {
        transform: translateY(-1px);
    }

.input-group-text {
    border-radius: 14px 0 0 14px;
}

.date-icon {
    font-size: 1.05rem;
}

.footer-note {
    font-size: .9rem;
    color: #6c757d;
}

.datepicker-plot-area {
    font: unset;
    min-width: 333px;
    width: 333px;
}

@media (max-width:576px) {
    .datepicker-plot-area {
        width: 284px;
        min-width: 284px;
    }
}
