

/* Scroll Top Button CSS */

.scroll-to-top-btn {
    background-color: var(--primary-color-1);
    border: 1px solid var(--primary-color-1) !important;
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    position: fixed;
    display: inline-block;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    border-radius: 4px;
    border: transparent;
}

/*Fix For Slider And Content In Arabic*/
html[dir="rtl"] .swiper{
    direction: ltr;
}

html[dir="rtl"] .swiper .swiper-wrapper > *{
direction:rtl;
}

html[dir="rtl"] .section-title{
text-align:right!important;
}

html[dir="rtl"] .service-card .card-content h3, html[dir="rtl"] .service-card .card-content p, html[dir="rtl"] .service-card .card-content li{
text-align:right!important;
}

html[dir="rtl"] .service-card .card-content li{
    padding-left:0;
    padding-right: 18px;
}

html[dir="rtl"] .service-card .card-content li::before{
left:auto;
right:-5px;
}

html[dir="rtl"] .blog-items .blog-content .blog-info li:last-child{
  padding-left: 0;
  padding-right: 12px;
}

html[dir="rtl"] .blog-items .blog-content .blog-info li:last-child::before {
    left: auto;
    right:0;
}

html[dir="rtl"] .pagination-wrapper .pagination {
direction: ltr;    
}

html[dir="rtl"] .ti-widget.ti-trip .ti-header .ti-rating-text{
    text-align: end;
}

html[dir="rtl"] .main-header .navbar-nav .dropdown-parent > .nav-link .dropdown-toggle{
    margin-left:0;
    margin-right: 0.5rem;
}

html[dir="rtl"] .mission-accordion .accordion-button{
padding-left: 4rem!important;
padding-right: 30px!important;
}

html[dir="rtl"] .mission-accordion .accordion-button::before{
left: 22px;
right: auto;
}

html[dir="rtl"] .ti-widget.ti-trip .ti-review-content{
    text-align:right;
}

html[dir="rtl"] .ti-widget.ti-trip .ti-review-content .ti-inner .ti-review-text, html[dir="rtl"] .ti-widget.ti-trip .ti-read-more{
    text-align:end;
}

html[dir="rtl"] .breadcrumb-links{
direction: rtl;    
}

html[dir="rtl"] .breadcrumb-links i, html[dir="rtl"] .right-sidebar-section .right-sidebar .services-details-list li i{
transform: scaleX(-1);    
}

html[dir="rtl"] .services-container .service-content .faq-item h3 i{
    margin-right:0!important;
}

html[dir="rtl"] .fc-det{
    padding-right:0!important;
}

.ti-widget.ti-trip .ti-review-item .ti-stars{
    height: 100%!important;
    line-height: 1.5!important;
    display:flex;
    align-items:center;
}
.ti-widget.ti-trip .ti-header .ti-logo-stars-flex .ti-stars{
    line-height:1.5;
}

.ti-widget.ti-trip .ti-star{
    vertical-align: middle!important;
}

.ti-widget.ti-trip .ti-header .ti-logo-stars-flex{
    align-items: center;
}

.scroll-to-top-btn.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0) !important;
}

.scroll-to-top-btn:hover {
    background-color: var(--primary-color-2);
    color: #FFF;
}

/* Pagination Styling */
.pagination-wrapper .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 10px;
    margin-top: 30px;
}

.pagination-wrapper .pagination li .page-numbers {
    display: inline-block;
    padding: 10px 18px;
    background: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .pagination li .page-numbers:hover,
.pagination-wrapper .pagination li .page-numbers.current {
    background: var(--primary-color-1);
    color: #fff;
}

.pagination-wrapper .pagination li .page-numbers.dots {
    background: transparent;
    padding: 10px 5px;
}
.text-14{
font-size:14px;
}
/* Breadcrumb CSS */

.breadcrumb-wrapper {
    z-index: 9;
}
.custom-shape-divider-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-bottom svg{
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}
.custom-shape-divider-bottom .shape-fill {
    fill: #FFFFFF;
}
.breadcrumb-wrapper .breadcrumb-heading {
    position: relative;
    padding: 120px 0 160px;
    z-index: 9;
    text-align: center;
}

.breadcrumb-wrapper .breadcrumb-heading .breadcrumb-links {
    display: inline-flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.breadcrumb-wrapper .breadcrumb-heading .breadcrumb-links li {
    color: white;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.breadcrumb-wrapper .breadcrumb-heading .breadcrumb-links li a {
    color: white;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

/* Line Icon And Hover Button CSS */

/* Commony Used CSS */
.text-light-gray {
    color: #aaacad;
}

.border-none {
    border: none !important;
}

.z-1 {
    z-index: 1;
}

.z-99 {
    z-index: 99;
}

.width-3 {
    width: 3rem;
}

.line-y {
    width: 100%;
    border-top: 1px solid var(--primary-color-1);
    border-bottom: 1px solid var(--primary-color-1);
    padding: 30px 0;
}

.site-logo {
    display: inline-block;
    max-width: 120px;
    /* Sensible default for header logos */
}

body.shaden-brand-shaden-cateringt .site-logo{

max-width: 80px;
}
body.shaden-brand-flavour-strip .site-logo{
max-width: 80px;

}
.site-logo img,
.site-logo svg {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-logo {
    display: inline-block;
    max-width: 120px;
    /* Sensible default for footer logos */
    margin-bottom: 20px;
}

body.shaden-brand-neema-retreat .footer-logo {
     max-width: 70px;
}

.footer-logo img,
.footer-logo svg {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

.section-title h6 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    position: relative;
    display: flex;
    margin-bottom: 25px;
    gap: 10px;
}

.service-details-contact-bg {
    border-radius: 16px;
    padding: 40px;
    z-index: 9;
    overflow: hidden;
}


.service-details-contact-bg::before {
    content: "";
    opacity: 0.5;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: black;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.service-details-contact-bg h3 {
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}

.service-details-contact-bg .icon {
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    margin: 30px auto 20px;
    position: relative;
    z-index: 1;
}

.service-details-contact-bg p {
    color: white;
    opacity: 0.88;
    margin-bottom: 5px;
}

.service-details-contact-bg h3 a {
    color: white;
    position: relative;
    z-index: 1;
}


.hero-icon {
    width: 3.5em;
    height: 1em;
}

.hero-icon-small {
    width: 1.5em;
    height: 0.5em;
}

.hero-icon-default {
    width: 1em;
    height: 1em;
}

.main-theme-colored-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--primary-color-1);
    color: #fff;
    font-weight: 500;
    padding: 19px 35px;
    transition: 500ms;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 4px;
}

.main-theme-colored-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--primary-color-2);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/* Header CSS */

header {
    border-bottom: 0.5px solid rgb(184, 184, 184);
}

.sticky-header {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.sticky-header.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(0);
    animation: slideDown 0.4s ease-in-out forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-header .navbar-nav .nav-link {
    background-image: linear-gradient(var(--primary-color-1), var(--primary-color-1));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    width: fit-content;
}

.main-header .navbar-nav .nav-link:hover {
    background-size: 100% 2px;
    color: var(--primary-color-1) !important;
}

.main-header .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

.header-hover-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    background-color: #FFF;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header-hover-btn {
    z-index: 1;
}

.header-hover-btn:hover {
    color: var(--primary-color-2) !important;
}

.header-hover-btn:hover::before {
    height: 600%;
}


/* Dropdown Menu Styling */
.main-header .navbar-nav .dropdown-parent {
    position: relative;
}
/* ---------------------------------------------------------
   FINAL CSS BLOCK
   --------------------------------------------------------- */

/* 1. Hide the OLD Theme Icon (::after on the link) */
.main-header .navbar-nav .dropdown-parent > .nav-link::after {
    display: none !important;
}

/* 2. Hide the BOOTSTRAP Icon (::after on the span) */
.main-header .navbar-nav .dropdown-toggle::after {
    display: none !important;
}

/* 3. Style the NEW JavaScript Icon (The span itself) */
.main-header .navbar-nav .dropdown-parent > .nav-link .dropdown-toggle {
    display: inline-block;
    margin-left: 0.5rem; /* I removed the duplicate 6px line */
    width: 0;
    height: 0;
    vertical-align: 0.15em;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 0.5em;
}

/* 4. ROTATION LOGIC (FIXED) */

/* Rotate when the menu is OPEN (Works on Mobile & Desktop) */
.main-header .navbar-nav .dropdown-parent.show > .nav-link .dropdown-toggle {
    transform: rotate(180deg);
}

/* Rotate on HOVER (Desktop Only - prevents stuck icon on mobile) */
@media (min-width: 1025px) {
    .main-header .navbar-nav .dropdown-parent:hover > .nav-link .dropdown-toggle {
        transform: rotate(180deg);
    }
}

.main-header .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width:180px;
    list-style: none;
    padding: 0.75rem 0 !important;
    margin: 0.5rem 0 0 0 !important;
    background-color: var(--primary-color-2);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    z-index: 1001;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: block !important;
}

/*body.shaden-brand-shaden-hospitality .main-header .navbar-nav .dropdown-menu{*/
/* min-width:auto;*/

/*}*/
body.shaden-brand-shaden-hospitality .main-header .navbar-nav .dropdown-menu .nav-link{
    position: relative;
    left:3px;
}
.main-header .navbar-nav .dropdown-parent:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-header .navbar-nav .dropdown-menu .nav-item {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.main-header .navbar-nav .dropdown-menu .nav-link {
    display: block;
    padding: 0.75rem 1.5rem !important;
    color: white !important;
    font-size: 0.95rem;
    background-image: none !important;
    background-size: 0 !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin: 0 !important;
    /*position: relative;
    left: 40px;*/
    
}


.main-header .navbar-nav .dropdown-menu .nav-link:hover {
    background-color: var() !important;
    padding-left: 2rem !important;
    background-image: none !important;
    color:var(--primary-color-1)!important;
}

/* Second level dropdown (if applicable) */
.main-header .navbar-nav .dropdown-menu .dropdown-parent {
    position: relative;
}

.main-header .navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin: 0 0 0 0.5rem !important;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
}

.main-header .navbar-nav .dropdown-menu .dropdown-parent:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Mobile responsive - disable hover dropdown on touch devices */
@media screen and (min-width:1025px) and (max-width:1315px) {
.main-header .navbar-nav .nav-link,.booking-translate-div,.booking-translate-div .gtranslate_wrapper select,.main-header .navbar-nav .dropdown-menu .nav-link {
font-size:0.70rem;
} 
.main-header .site-logo img{
max-width:90px;
}
}

@media (max-width: 1024px) {
    .main-header .navbar-nav .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background-color: rgba(0, 0, 0, 0.05);
        box-shadow: none;
        display: none !important;
        margin-left: 1rem !important;
    }

    .main-header .navbar-nav .dropdown-parent.show > .dropdown-menu {
        display: block !important;
    }

    .main-header .navbar-nav .dropdown-menu .nav-link {
        padding: 0.5rem 1.5rem !important;
    }

    .main-header .navbar-nav .dropdown-menu .nav-link:hover {
        padding-left: 1.5rem !important;
    }
}


/* Home Page Banner */

.hero-text {
    padding-top: 6rem;
    z-index: 2;
}

.hero-text h1 {
    max-width: 500px;
}

.hero-text p {
    max-width: 720px;
}

.hero-logo {
    width: 3rem;
    height: 3rem;
    opacity: 0.25;
}

.parallel-lines {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.05;
    filter: invert(1);
    width: 30%;
    height: 25%;
}

.hover-btn {
    outline: none;
    border: 1px solid var(--primary-color-1);
}

.hover-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    background-color: var(--primary-color-1);
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hover-btn-2 {
    z-index: 1;
}

.hover-btn-2::before {
    background-color: #FFF;
}

.hover-btn-2:hover {
    color: var(--primary-color-2) !important;
}

.hover-btn:hover::before {
    height: 600%;
}

@media screen and (min-width: 1025px) {

    .hero-text h1 {
        font-size: 45px;
        max-width: 620px;
    }

}

@media screen and (max-width:1024px) {

.social-icons a:hover{
    transform:none!important;
}

    .parallel-lines {
        display: none;
    }

    @media screen and (max-width:1023px) {
        .hexagon-wrapper {
            max-width: 100% !important;
            position: relative !important;
            min-height: 400px;
            max-height: 400px;
        }

        .hexagon-wrapper::before {
            display: none !important;
        }
    }

    .hero-section-content {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 574px) {
    .main-header .site-logo img{
max-width:90px;
}
    .room-slider-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


@media screen and (min-width: 450px) {

    .max-w-sm-200 {
        max-width: 200px;
    }

}

.section-padding {
    padding: 3rem 0;
}

@media (max-width: 991px) {
    .special-offers-wrapper .special-offer-box .special-offers-content p{
        max-width: 100%!important;
    }
    .special-offers-section{
     padding:70px 0!important;   
    }
    .rev-mob {
    flex-direction: column-reverse;
    }

    .blogs-section{
        padding:70px 0!important;
    }
    .video-hero-container{
        min-height:30rem!important;
        height: 100% !important;
    }
    .video-hero-section{
        min-height:100%!important;
    }
    .about-us-images{
    top:0!important;    
    }
    /*.section-padding {*/
    /*    padding: 90px 0;*/
    /*}*/
}

/*@media (max-width: 767px) {*/
/*    .section-padding {*/
/*        padding: 70px 0;*/
/*    }*/
/*}*/

/* For Video Banner CSS */

.video-hero-container {
    overflow: hidden;
    max-height: calc(100dvh - 100px);
    min-height: calc(100dvh - 100px);
    /*max-height: 30rem;*/
    /*min-height: 30rem;*/
}
body.shaden-brand-shaden-hospitality .video-hero-container{
    min-height: 40rem;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-index-1 {
    z-index: 1;
}

/* Gallery Masonry */
.gallery-grid {
    /*column-count: 3;*/
    /*column-gap: 20px;*/
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.gallery-item {
    display: inline-block;
    width: 100%;
    /*margin-bottom: 20px;*/
    position: relative;
    overflow: hidden;
    height: 300px;
}

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

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

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 991px) {
    .gallery-grid {
        column-count: 2;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        column-count: 1;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Contact CTA Section */
.contact-cta-section {
    min-height: 450px;
    display: flex;
    align-items: center;
}

.white-title h2 {
    color: #fff !important;
}

.video-hero-bg {
    z-index: 0;
}

.banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-overlay {
    z-index: 1;
}

.bg-black {
    background-color: #000000;
}

.hero-central-content {
    z-index: 2;
}

.video-bg-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    /* 16:9 ratio */
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
}


.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* For Line Animation */

.hexagon-wrapper {
    position: absolute;
    width: 100%;
    max-width: 850px;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(82% 0, 100% 25%, 100% 100%, 0% 100%);
}

.hexagon-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    /* opacity control */
    background: rgba(0, 0, 0, 0.514);
    pointer-events: none;
}

.hexagon-border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* Sits above the image */
    pointer-events: none;
    /* Allows clicking through to the image */
}

.hexagon-border-svg polygon {
    fill: none;
    stroke: #D69F5A;
    stroke-width: 1;
    /* Adjust thickness here */

    /* The Glow Effect */
    filter: drop-shadow(0 0 3px rgba(214, 159, 90, 0.8));

    /* Animation Logic */
    stroke-dasharray: 250 250;
    /* Total length of the path */
    stroke-dashoffset: 500;
    animation: drawLine 6s linear infinite;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

.hexagon-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: none;
    pointer-events: none;
    z-index: 10;
    filter: drop-shadow(0 0 5px #e39c57);
}

.hexagon-border polygon {
    stroke: url(#tech-gradient);
    stroke-width: 0.5;
    /* Thinner line for a more refined tech look */

    /* 100 for a medium-long tail, 200 for the gap (Perimeter ~300) */
    stroke-dasharray: 150 300;
    stroke-dashoffset: 450;

    /* Changed to 6s for a slower, calmer pace */
    /* 'linear' ensures the speed never speeds up or slows down */
    animation: moveTechLine 6s linear infinite;
}

@keyframes moveTechLine {
    to {
        stroke-dashoffset: 0;
    }
}

/* Facilities CSS */

.amenitis-box{
    text-decoration: none;
    color: inherit;
}
.amenitis-box:hover{
    color: inherit;
}

.facility-box {
    color: inherit;
    background-color: #F8F8F8;
    padding-block: 40px;
    /*min-height: 160px;*/
    height:100%;
    z-index: 9;
    position: relative;
}

.facility-box:hover {
  color: inherit;
}

.facility-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 1px var(--primary-color-1);
    border-left: solid 1px var(--primary-color-1);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: 4px;
}

.facility-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: solid 1px var(--primary-color-1);
    border-right: solid 1px var(--primary-color-1);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: 4px;
}

.facility-box:hover:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.facility-box:hover:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.facility-box i {
    transition: all 0.4s ease-in-out;
    /*width: 60px;*/
}

.facility-box:hover:hover i {
    transform: scaleX(-1);
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-16 {
    border-radius: 16px;
}

/* Facilities 2 CSS */

.why-choose-us-bg-shape {
    z-index: -1;
}

@media (max-width: 991px) {
.img-cont-mob{
    display:flex;
    flex-direction: column;
    gap:0.25rem;
}
    .why-choose-us-image-section .why-choose-us-single-image .gt-content {
        transform: translateY(108px)!important;
    }

    @media (max-width: 767px) {
        .hero-icon{
            width: auto!important;
        }
        .why-choose-us-image-section .why-choose-us-single-image .gt-content {
            transform: translateY(75px);
        }
        .footer-bottom .footer-bottom-wrapper ul{
            gap:0!important;
        }
    }
}

.why-choose-us-image-section {
    margin-top: 30px;
    height: 100%;
}

.why-choose-us-image-section .why-choose-us-single-image {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    height: 100%;
}

.why-choose-us-image-section .why-choose-us-single-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.why-choose-us-image-section .why-choose-us-single-image .gt-content {
    background-color: var(--primary-color-2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 24px 40px;
    border-radius: 0px 0px 8px 8px;
    transform: translateY(60%);
    transition: all 0.4s ease-in-out;
}

.why-choose-us-image-section .why-choose-us-single-image .gt-content h3 {
    color: #FFF;
    margin-bottom: 15px;
    line-height: 1;
}

.why-choose-us-image-section .why-choose-us-single-image .gt-content p {
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.why-choose-us-image-section .why-choose-us-single-image:hover .gt-content {
    background-color: var(--primary-color-1);
    transform: translateY(0);
}


/* About Section CSS */

.about-hover {
    z-index: 1;
}

.about-hover:hover {
    color: white;
}

.about-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--primary-color-2);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.about-hover:hover::before {
    height: 600%;
}

.award-box {
    background: var(--primary-color-2);
    padding: 40px 22px;
    max-width: 200px;
    bottom: 19%;
    right: 75px;
}

.w-456 {
    max-width: 456px;
}

.max-w-476 {
    max-width: 476px;
}

.w-327 {
    max-width: 327px;
    bottom: -90px;
    right: 50px;
}

.object-fit-cover {
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.opacity-20 {
    opacity: 0.20;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

@media screen and (max-width:1024px) {
    .shaden-collapsible-div {
        position: fixed;
        /*inset: 0;*/
        transform: translateX(-100%);
        width: 70%;
        height: 100dvh;
        z-index: 9999;
        padding: 1rem 1.5rem;
        background-color: var(--primary-color-2);
        transition: transform 0.4s ease-in-out;
        overflow: auto;
        top:0;
        right:0;
    }

    .book-now-mobile {
        /* width: fit-content; */
    }

    .shaden-collapsible-div.show {
        transform: translateX(0);
    }
    
    html[dir="rtl"] .shaden-collapsible-div {
        left:0!important;
        right:auto!important;
    }

    .w-456 {
        max-width: 100% !important;
    }

    .w-327 {
        max-width: 100% !important;
        position: relative !important;
        inset: 0 !important;
    }

    .w-327 img {
        border-width: 0px !important;

    }

    .award-box {
        right: 50% !important;
        bottom: 50% !important;
        transform: translate(50%, 50%);
    }
}

@media (max-width: 767px){
    .shaden-collapsible-div{
        width:100%!important;
    }
    .mobile-menu-bottom,.shaden-collapsible-div .navbar-nav,.main-header .navbar-nav .dropdown-menu .nav-link{
        padding-inline:0!important;
    }
}

/* About 2 Section CSS */
.about-us-section-2 {
    background-color: var(--primary-color-2-light);
    padding: 120px 0;
}

.about-container-wrapper-2 {
    margin-bottom: 30px;
}

.about-container-wrapper-2 .about-2-left-content .about-2-items-box {
    margin-top: 40px;
}

.about-container-wrapper-2 .about-2-left-content .about-2-items-box .about-2-content-icon .about-2-icon-box {
    display: flex;
    gap: 25px;
    border-bottom: 1px solid rgba(77, 77, 77, 0.24);
    padding-bottom: 25px;
    margin-top: 25px;
}

.about-2-title-box {
    border-radius: 0px 0px 8px 8px;
    background: var(--primary-color-2);
    padding: 10px;
    color: #FFF;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-container-wrapper-2 .about-2-left-content .about-2-items-box .about-2-images .about-2-title-box img {
    width: initial;
    margin-right: 10px;
}

.about-container-wrapper-2 .about-2-left-content .about-2-items-box .about-2-images img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.about-container-wrapper-2 .about-2-left-content .about-2-items-box .about-2-images .about-2-title-box img {
    width: initial;
    margin-right: 10px;
}

.about-container-wrapper-2 .about-2-left-content .about-2-items-box .about-content-icon {
    margin-left: 30px;
}

.about-container-wrapper-2 .about-2-right-image-section .about-2-images img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin-right: 30px;
}

.about-2-right-image-section {
    position: relative;
    z-index: 9;
}

.about-container-wrapper-2 .about-2-right-image-section .about-2-images::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 3px solid var(--primary-color-1);
    top: 30px;
    left: 30px;
    z-index: -1;
}

.about-container-wrapper-2 .about-2-right-image-section .about-2-counter-box {
    padding: 40px 22px;
    background-color: var(--primary-color-2);
    max-width: 200px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: white;
}

.about-us-transparent {
    width: 100% !important;
    max-width: 650px !important;
    left: 0 !important;
    bottom: 0 !important;
    filter: brightness(0.3);

    /* Fade edges */
    -webkit-mask-image: radial-gradient(circle at center,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(circle at center,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0) 100%);
}

.about-us-images {
    top: -4px;
}

/* Rooms Section CSS */

.room-section {
    padding: 120px 0;
    background: #F8F8F8;
}

.room-slider-wrapper {
    margin-left: -3%;
    margin-right: -10%;
    margin-top: 30px;
}

.room-image {
    min-height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.room-slider-wrapper .room-items {
    margin-top: 30px;
    position: relative;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.room-slider-wrapper .room-items .room-item-thumb {
    overflow: hidden;
    position: relative;
}

.room-slider-wrapper .room-items .room-item-thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.room-slider-wrapper .room-items .room-item-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.room-slider-wrapper .room-items .room-item-thumb .room-post-box {
    border-radius: 4px;
    display: inline-block;
    background-color: var(--primary-color-1);
    padding: 5px 14px;
    color: white;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 9;
}

.room-slider-wrapper .room-items .room-content {
    padding: 24px;
}

.room-slider-wrapper .room-items .room-content .room-category {
    display: inline-block;
    color: var(--primary-color-1);
    font-size: 18px;
    margin-bottom: 5px;
}

.room-slider-wrapper .room-items .room-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--primary-color-2);
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(180deg, var(--primary-color-1) 0%, var(--primary-color-1) 100%);
}

.room-slider-wrapper .room-items .room-content h3 a:hover {
    color: var(--primary-color-1);
    background-size: 100% 2px;
}

.room-slider-wrapper .room-items .room-content .room-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.room-slider-wrapper .room-items .room-content .room-discover-link-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-color-1);
    margin-top: 24px;
    background-image: linear-gradient(var(--primary-color-1), var(--primary-color-1));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.room-discover-link-btn:hover {
    background-size: 100% 2px !important;
}

/* Booking Section CSS */

.room-booking-section {
    padding: 120px 0;
}

.room-booking-section .booking-bg-shape {
    position: absolute;
    left: 0;
    top: 17%;
    z-index: -1;
    animation: float-x 3s infinite linear;
}

@keyframes float-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

.room-booking-wrapper {
    /*padding: 80px;*/
    padding: 60px;
    border-radius: 12px;
    background-color: var(--primary-color-2);
    position: relative;
    z-index: 99;
}

.room-booking-wrapper .room-form-fields {
    margin-top: 30px;
}

.room-booking-wrapper .room-form-fields span {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    color: white;
    margin-bottom: 10px;
}

.room-booking-wrapper .room-form-fields input {
    border: none;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 12px;
    color-scheme: dark;
    line-height: initial;
    height: initial;
    border-radius:0;
    padding-top:0!important;
    padding-inline:0!important;
}

.room-booking-wrapper .room-form-fields .shaden-form-dropdown {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #4D4D4D;
    border-radius: 0;
    padding: 0;
    padding-bottom: 12px;
    line-height: initial;
    height: initial;
    color: white;
    cursor: pointer;
}

.room-booking-wrapper .room-form-fields .shaden-form-dropdown option {
    /* color: #6E6E6E; */
    background-color: #0A1B2F;
}

/*Room Booking Widget*/

.gvd-widget .search-bar-wrapper .calendar-wrapper .calendar,.gvd-widget .search-bar-wrapper .traveler-wrapper .traveler,.gvd-widget .search-bar-wrapper .promotion-wrapper .promotion,.gvd-widget .search-bar-wrapper-xs .promotion{
    align-items:center!important;
}

.gvd-widget .search-bar-wrapper{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    padding-block:20px!important;
}

.gvd-widget .search-bar-wrapper-xs{
    width:100%!important;
}

.gvd-widget .search-bar-wrapper-xs .section{
    height:100%!important;
    padding-block: 20px;
}

.gvd-widget .search-bar-wrapper-xs .section-none-border{
    flex-wrap:wrap;
}

.gvd-widget .search-bar-wrapper-xs .section-none-border .action{
    width:100%!important;
}

.gvd-widget .search-bar-wrapper-xs .action .action-wrapper-large{
    justify-content:center;
}

.gvd-widget .search-bar-wrapper .action {
    padding-right: 20px!important;
}

html[dir="rtl"] .gvd-widget .search-bar-wrapper .action{
padding-left:20px!important;
padding-right:0!important;
}

@media (min-width: 1025px){
   .gvd-widget .search-bar-wrapper .title,.gvd-widget .search-bar-wrapper .value,.gvd-widget .search-bar-wrapper input{
       font-size:16px!important;
   }
   
   .gvd-widget .search-bar-wrapper .action .action-wrapper-large .action-text {
        font-size: 18px !important;
    }
   
}

.book-form-submit {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--primary-color-1);
    color: #fff;
    font-weight: 500;
    padding: 19px 35px;
    transition: 500ms;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 4px;
}


.book-hover-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--primary-color-2);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Only Difference with other hover buttons */
    width: 100%;
}

.book-hover-btn:hover {
    color: var(--primary-color-2);
}

.book-hover-btn:hover::before {
    height: 2000%;
    background-color: #FFF;
}

.btn-loader {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.6s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.room-booking-video {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-top: -200px;
}

.room-booking-video .booking-video-items {
    padding: 390px 0 200px;
}

.room-booking-video .video-btn {
    display: block;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color-1);
    color: white;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-size: 22px;
}

.room-booking-video .video-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-radius: 77px;
    border: 2px solid white;
    background: rgba(183, 142, 90, 0.33);
}

@media (max-width:767px){
.room-booking-wrapper{
    padding:30px!important;
}
}

/* Exlusive Deals CSS */

.special-offers-section {
    position: relative;
    padding: 40px 0;
    z-index: 9;
}

.special-offers-section .right-bg-shape {
    z-index: -1;
}

@media (min-width: 2000px){
.special-offers-wrapper {
    margin-left: 0!important;
    margin-right: 0!important;
}
}

@media (min-width: 4000px){
.special-offers-wrapper {
    margin-left: 10%!important;
    margin-right: 10%!important;
}
}

.special-offers-wrapper {
    margin-left: -20%;
    margin-right: -28%;
}

.special-offers-wrapper .swiper-button-next,.special-offers-wrapper .swiper-button-prev{
background: var(--primary-color-2);
    color: #FFF;
    border-radius: 50%;
    overflow: hidden;
    padding: 22px;
    font-size: 20px;
}

.special-offers-wrapper .swiper-button-next:after,.special-offers-wrapper .swiper-button-prev:after{
font-size:1.5rem!important;
}

.special-offers-wrapper .special-offer-box {
    border-radius: 12px;
    background: #F8F8F8;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    color:inherit;
}

.special-offers-wrapper .swiper-slide-active .special-offer-box {
    background: var(--primary-color-1);
}
/*.hours-card {*/
/*    background: var(--primary-color-1);*/
/*}*/

.special-offers-wrapper .swiper-slide-active .special-offer-box .special-offers-content span {
    color: white;
}

.special-offers-wrapper .swiper-slide-active .special-offer-box .special-offers-content h3 {
    color: white;
     background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    /*display: inline;*/
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(180deg, #FFF 0%, #FFF 100%);
}

.special-offers-wrapper .swiper-slide-active .special-offer-box .special-offers-content p {
    color: white;
}

.special-offers-wrapper .special-offer-slider .swiper-slide-active .special-offer-box .special-offers-content .package-services-container .package-services-list li {
    color: white;
}

.special-offers-wrapper .special-offer-slider .swiper-slide-active .special-offer-box .special-offers-content .package-services-container .package-services-list li i {
    color: white;
}

.special-offers-wrapper .special-offer-slider .swiper-slide-active .special-offer-box .special-offers-content .price-details del {
    color: white;
}

.special-offers-wrapper .special-offer-slider .swiper-slide-active .special-offer-box .special-offers-content .price-details h4 {
    color: white;
}

.special-offers-wrapper .special-offer-box .special-offer-b-img {
    max-width: 348px;
    /* width: 100%;
    overflow: hidden;
    position: relative; */
    /*min-height: 400px;*/
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.special-offers-wrapper .special-offer-box .special-offers-content span {
    font-size: 16px;
    color: var(--primary-color-1);
    display: inline-block;
    margin-bottom: 12px;
}

.special-offer-box .special-offers-content h3 {
    outline: none !important;
    cursor: pointer;
    color: var(--primary-color-2);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    /*display: inline;*/
    width:fit-content;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(180deg, var(--primary-color-1) 0%, var(--primary-color-1) 100%);
}

.special-offer-box:hover .special-offers-content h3 {
    color: var(--primary-color-1);
    background-size: 100% 2px;
}

.special-offers-wrapper .special-offer-slider .swiper-slide-active .special-offer-box:hover .special-offers-content h3 {
    background-size: 100% 2px;
    background-image: linear-gradient(white 0%, white 100%);
}

.special-offers-wrapper .special-offer-box .special-offers-content p {
    max-width: 435px;
    margin-top: 10px;
}

.special-offers-wrapper .special-offer-box .special-offers-content .package-services-container {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.special-offers-wrapper .special-offer-box .special-offers-content .package-services-container .package-services-list li:not(:last-child) {
    margin-bottom: 15px;
}

.special-offers-wrapper .special-offer-box .special-offers-content .package-services-container .package-services-list li {
    color: var(--primary-color-2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.special-offers-wrapper .special-offer-box .special-offers-content .price-details {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 25px;
}

.special-offers-wrapper .special-offer-box .special-offers-content .price-details del {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color-1);
}

.special-offers-wrapper .special-offer-box .special-offers-content .price-details h4 {
    font-size: 32px;
    font-weight: 400;
    color: var(--primary-color-1);
}

@media (min-width:1950px){
.special-offers-wrapper .special-offer-box .special-offers-content p{
max-width:100%!important;
}
}

@media (max-width: 1399px) {
    .special-offers-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .special-offers-wrapper .special-offer-box {
        display: block;
    }

    .special-offers-wrapper .special-offer-box .special-offer-b-img {
        max-width: 800px;
        margin-bottom: 25px;
    }

    .special-offers-wrapper .special-offer-box .special-offers-content .package-services-container {
        flex-wrap: wrap;
        gap: 20px;
    }

    @media screen and (min-width: 768px) and (max-width:1024px) {
        .special-offers-wrapper .swiper-slide {
            width: 50%;
        }
    }

    @media screen and (max-width: 767px) {
        .special-offers-wrapper{
            padding-inline:12px;
        }
        .special-offers-wrapper .swiper-slide {
            width: 100%;
            margin-right: 0;
        }
    }
}


/* Counter Section CSS */

/* .counter-section::before {
    background-color: var(--primary-color-2-light);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 50%;
} */

/* .counter-section::after {
    background-color: var(--primary-color-2-light);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    bottom: 50%;
} */

.counter-container {
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(155, 155, 155, 0.32);
    background: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0 40px;
}

.counter-container .counter {
    position: relative;
    /*min-width: 230px;*/
    width: 100%;
    text-align: center;
    border-right: 1px solid rgba(155, 155, 155, 0.32);
    height: 190px;
    padding-top: 40px;
}

.counter-container .counter:last-child {
    border-right: none !important;
}

.counter-container .counter.border-none {
    border-right: none;
}

.counter-container h2 {
    font-size: 100px;
    opacity: 0.32;
    color: var(--primary-color-1);
    font-weight: 400;
}

.counter-container p {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color-2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .counter-container {
        flex-wrap: wrap;
        gap: 30px;
        justify-content:center;
    }

    .counter-container .counter {
        padding-top: 0;
        height: initial;
        border-right: none;
    }
}

/* Testimonial Section CSS */

.testimonial-section {
    padding-top: 120px;
    background: var(--primary-color-2-light);
}

.testimonial-container .testimonial-left-section .our-info-testimonial {
    margin-top: 25px;
}

.testimonial-container .testimonial-left-section .client-info-section {
    margin-top: 60px;
}

.testimonial-container .testimonial-left-section .client-info-section .client-image {
    margin-bottom: 20px;
}

.testi-inner-cont{
    padding-bottom: 120px;
}

.client-image img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50px;
    border: 3px solid #FFF;
}

.clients-count {
    width: 65px;
    height: 65px;
    color: #FFF;
    border-radius: 50px;
    border: 3px solid #FFF;
    background-color: var(--primary-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 150px;
}

.client-2 {
    left: 50px;
}

.client-3 {
    left: 100px;
}

.testimonial-container .testimonial-nav-buttons {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 50px;
}

.testimonial-container .testimonial-nav-buttons .prev-btn,
.testimonial-container .testimonial-nav-buttons .next-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    border: none;
}

.testimonial-container .testimonial-nav-buttons .testimonial-slider-dot .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    transition: 0.6s;
    background-color: #fff;
    opacity: 1;
    border-radius: 60px;
    position: relative;
}

.testimonial-container .testimonial-nav-buttons .testimonial-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color-1);
    transition: 0.6s;
    position: relative;
    width: 51px;
}

.testimonial-container .testimonial-nav-buttons .prev-btn {
    background-color: white;
    color: var(--primary-color-2);
}

.testimonial-container .testimonial-nav-buttons .next-btn {
    background-color: var(--primary-color-1);
}

.testimonial-container .testimonial-nav-buttons .prev-btn:hover {
    background-color: var(--primary-color-1);
    color: #FFF;
}

.testimonial-container .testimonial-nav-buttons .next-btn:hover {
    background-color: var(--primary-color-2);
    color: #FFF;
}

.testimonial-container .client-testimonials-section {
    border-radius: 12px;
    border: 1.5px solid var(--primary-color-1);
    background: white;
    padding: 40px;
    position: relative;
    margin-left: 60px;
}

.testimonial-container .client-testimonials-section .quote-icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.testimonial-container .client-testimonials-section .star {
    color: #FCD554;
}

.testimonial-container .client-testimonials-section .client-statement {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    margin-top: 16px;
}

.testimonial-container .client-testimonials-section .client-info-section {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

.testimonial-container .client-testimonials-section .client-info-section .client-details h4 {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .testimonial-container .client-testimonials-section .quote-icon {
        top: 20px;
        bottom: auto !important;
        right: 20px !important;
    }
}

@media (max-width: 1199px) {
    .about-container-wrapper-2 .about-2-right-image-section .about-2-images::before {
        display: none;
    }

    .testimonial-container .client-testimonials-section {
        margin-left: 0;
    }

    .about-container-wrapper-2 {
        margin-bottom: 0;
    }
}

/* Marquee CSS */

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 0;
    background-color: var(--primary-color-2);
    padding: 30px 0;
}

.marquee .marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    animation: scroll 30s linear infinite;
}

.marquee .text {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0;
    position: relative;
    color: white;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 0px));
    }
}


/* Blogs Section CSS */

.blogs-section {
    z-index: 9;
    /*padding: 120px 0;*/
}

.blogs-section .right-bg-img {
    z-index: -1;
}

.blog-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-items {
    margin-top: 30px;
}

.blog-bg-img {
    width: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.blog-items .blog-content {
    padding: 24px;
    background-color: white;
    border-radius: 8px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.24);
    margin: 0 30px;
    position: relative;
    z-index: 9;
    margin-top: -52px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-items .blog-content .blog-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-items .blog-content .blog-info li {
    color: var(--primary-color-2);
}

.blog-items .blog-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--primary-color-2);
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(180deg, var(--primary-color-1) 0%, var(--primary-color-1) 100%);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width:fit-content;
}

.blog-items .blog-content h3 a:hover {
    color: var(--primary-color-1);
    background-size: 100% 2px;
}

.blog-items .blog-content .blog-info li:last-child {
    position: relative;
    padding-left: 12px;
}

.blog-items .blog-content .blog-info li:last-child::before {
    width: 4px;
    height: 4px;
    line-height: 4px;
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    border-radius: 4px;
    background-color: var(--primary-color-1);
}

.blog-items .blog-content .blog-info li img {
    margin-right: 8px;
}

.blog-items .blog-content .main-theme-colored-btn {
    padding: 16px 30px;
    border: 1px solid var(--primary-color-1);
    background: transparent;
    color: var(--primary-color-2);
    margin-top: 24px;
}

.blog-items .blog-content .main-theme-colored-btn::before {
    background-color: var(--primary-color-1);
}

.blogs-hover-btn:hover::before,
.blog-title-hover-btn:hover::before {
    height: 600%;
}

.blog-items .blog-content .main-theme-colored-btn:hover,
.blog-title-hover-btn:hover {
    color: white !important;
}

/*.blog-items .blog-content h3 {*/
/*min-height: 50px;*/
/*max-height: fit-content;*/
/*    }*/

@media (max-width: 1399px) {
    .blog-items .blog-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .blog-items .blog-content h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog-items .blog-content .blog-info {
        flex-wrap: wrap;
    }
}

/* Instagram Section CSS */

.instagram-section {
    padding: 120px 0;
    background: #f8f8f8;
}

.instagram-image {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 8px 8px 0px 0px;
    min-height: 250px;
    background-size: 100% 100%;
    background-position: center;
    transition: all 1.5s ease-out;
    background-repeat: no-repeat;
}

.instagram-image:hover {
    background-size: 110% 110%;
}

.instagram-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    top: 30px;
    bottom: 0px;
    right: 0;
    background: rgba(29, 29, 29, 0.6);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: 9;
    border-radius: 8px 8px 0px 0px;
}

.instagram-image img {
    width: 100%;
    height: 100%;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
    border-radius: 8px 8px 0px 0px;
}

.instagram-image:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}


.instagram-image:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.instagram-image .instagram-icon {
    display: inline-block;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.instagram-image:hover .instagram-icon {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 2500px) {
    .instagram-image {
        min-height: 350px !important;
    }
}

@media screen and (max-width:1199px) {

    .instagram-section {
        padding: 100px 0;
    }

    @media (max-width: 991px) {
        .instagram-section {
            padding: 80px 0;
        }
    }
}

/* Footer CSS */
.footer-transparent-img img {
    opacity: 0.2;
}

.shaden-footer-container {
    padding: 90px 0 120px;
}

.shaden-footer-container .footer-items {
    margin-top: 30px;
}

.shaden-footer-container .footer-items .footer-item-heading {
    margin-bottom: 30px;
}

/*.shaden-footer-container .footer-item-heading .footer-logo img {*/
/*     width: 8rem;*/
/*    height: 8rem;*/
/*}*/

.shaden-footer-container .footer-items .footer-content .social-icons {
    gap: 20px;
    margin-top: 40px;
}

.shaden-footer-container .footer-items .footer-content .social-icons a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    text-decoration: none;
}

.shaden-footer-container .footer-items .footer-content .social-icons a:hover {
    color: var(--primary-color-1);
}

.shaden-footer-container .footer-items .footer-links li a:hover,
.shaden-footer-container .footer-items .contact-info li a:hover {
    background-size: 100% 2px;
    color: var(--primary-color-1) !important;
}

.shaden-footer-container .footer-items .footer-links li:not(:last-child),
.shaden-footer-container .footer-items .active-hours li:not(:last-child) {
    margin-bottom: 16px;
}

.shaden-footer-container .footer-items .footer-links li a,
.shaden-footer-container .footer-items .contact-info li a {
    color: rgba(255, 255, 255, 0.7)!important;
    font-size: 16px;
    text-decoration: none;
    background-image: linear-gradient(var(--primary-color-1), var(--primary-color-1));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.4s ease-in-out;
    width: fit-content;
    display: block;
    padding:0!important;
}

.shaden-footer-container .footer-items .active-hours li {
    color: rgba(255, 255, 255, 0.7);
}

.shaden-footer-container .footer-items .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

.shaden-footer-container .footer-items .contact-info li {
    display: flex;
    gap: 20px;
    color: rgba(255, 255, 255, 0.7);
    align-items: center;
}

/* Social Icons Hover */
.social-icons a {
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: var(--primary-color-1) !important;
    transform: translateY(-3px);
    display: inline-block;
}

.top-header .social-icons a:hover {
    color: var(--primary-color-2) !important;
}

/* Top Header Contact Sliding Underline */
.top-header-contact a {
    position: relative;
    background-image: linear-gradient(var(--primary-color-2), var(--primary-color-2));
    /* Using primary-2 (Navy) for the underline since background is primary-1 (Golden/Accent) */
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.4s ease-in-out;
    width: fit-content;
}

.top-header-contact a:hover {
    background-size: 100% 2px;
}

.shaden-footer-container .footer-items .contact-info li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.shaden-footer-container .footer-items .contact-info li a:hover {
    color: var(--primary-color-1);
}

.footer-bottom {
    position: relative;
    z-index: 9;
    z-index: 9;
    border-top: 1.5px solid rgba(155, 155, 155, 0.24);
}

.footer-bottom .footer-bottom-wrapper {
    position: relative;
    z-index: 9;
    padding: 20px 0;
}

.footer-bottom .footer-bottom-wrapper p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom .footer-bottom-wrapper p a {
    color: var(--primary-color-1);
}

.footer-bottom .footer-bottom-wrapper ul {
    display: flex;
    gap: 20px;
}

.footer-bottom .footer-bottom-wrapper ul li a {
    color: rgba(255, 255, 255, 0.7)!important;
    background-image: linear-gradient(var(--primary-color-1), var(--primary-color-1));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    padding:0!important;
}

.footer-bottom .footer-bottom-wrapper ul li a:hover {
    background-size: 100% 1.5px;
    color: var(--primary-color-1)!important;
}

/* Services Packages Details CSS */

.service-details-container .service-details .service-details-content {
    margin-top: 30px;
}

.service-details-container .service-details .service-details-content h2 {
    margin-bottom: 15px;
}

.service-details-container .service-details .service-details-content .services-details-quote-section {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color-2);
    border-radius: 8px;
    border-left: 5px solid var(--primary-color-1);
    background: var(--primary-color-2-light);
    display: inline-block;
    padding: 24px 32px;
    font-style: italic;
    margin-top: 30px;
    line-height: 164%;
}

.check-avail-hover-btn:hover::before {
    height: 600%;
}

.s-d-bg-img {
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-d-gallery-img {
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-details-container .service-details .service-details-content .details-list-item {
    margin-top: 30px;
    margin-bottom: 40px;
}

.service-details-container .service-details .service-details-content .details-list-item h3 {
    margin-bottom: 20px;
}

.service-details-container .service-details .service-details-content .details-list-item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.service-details-container .service-details .service-details-content .details-list-item ul li {
    text-transform: capitalize;
}

.service-details-container .service-details .service-details-content .details-list-item ul li span i {
    color: var(--primary-color-1);
    margin-right: 10px;
}

.service-details-container .service-details .service-details-content .details-list-item ul li span {
    font-weight: 500;
    color: var(--primary-color-2);
    display: block;
}

.service-details-container .service-details .service-details-content .details-list-item {
    margin-top: 30px;
    margin-bottom: 40px;
}

.service-details-container .service-details .service-details-content .details-list-item h3 {
    margin-bottom: 20px;
}

.service-details-container .service-details .service-details-content .details-list-item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.service-details-container .service-details .service-details-content .details-list-item ul li {
    text-transform: capitalize;
}

.service-details-container .service-details .service-details-content .details-list-item ul li span {
    font-weight: 900;
    color: var(--primary-color-2);
    display: block;
}

.service-details-container .service-details .service-details-content .faq-content {
    margin-top: 40px;
}

.service-details-container .service-details .service-details-content .faq-content h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.service-details-container .service-details .service-details-content .faq-content .accordion-item {
    border: none !important;
    background: #f8f8f8;
}

.service-details-container .service-details .service-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 33px;
    padding-top: 15px;
    padding-right: 40px;
    color: var(--primary-color-2);
    background: #f8f8f8;
    padding-bottom: 28px;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.right-sidebar-section .right-sidebar .services-details-list li:not(:last-child) {
    margin-bottom: 20px;
}

.right-sidebar-section .right-sidebar .services-details-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color-2);
    transition: all 0.4s ease-in-out;
    background-color: white;
    padding: 18px 22px;
    line-height: 1;
    border-radius: 8px;
}

.right-sidebar-section .right-sidebar .services-details-list li:hover {
    background-color: var(--primary-color-1);
}

.right-sidebar-section .right-sidebar .services-details-list li:hover a,
.right-sidebar-section .right-sidebar .services-details-list li:hover i {
    color: white;
}

.right-sidebar-section .right-sidebar .services-details-list li a {
    color: var(--primary-color-2);
}

.right-sidebar-section .right-sidebar .services-details-list li i {
    transition: all 0.4s ease-in-out;
    color: var(--primary-color-2);
}

.right-sidebar-section .right-sidebar .hours-list li:not(:last-child) {
    margin-bottom: 18px;
}

.right-sidebar-section .right-sidebar .hours-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-sidebar-section .right-sidebar .hours-list li span {
    font-weight: 500;
    color: var(--primary-color-2);
}

.right-sidebar-section .right-sidebar .hours-list li b {
    font-weight: 500;
    color: var(--primary-color-1);
}

.service-details-container .service-details .service-details-content .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background: #F4F4F4;
    padding: 22px 30px;
    color: var(--primary-color-2);
    border-radius: 16px;
}

.service-details-container .service-details .service-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    color: var(--primary-color-2);
    letter-spacing: -0.2px;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    background: #F4F4F4;
    padding: 20px 30px 0;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.service-details-container .service-details .service-details-content .faq-content .accordion-item .accordion-header .accordion-button::after {
    transition: all 0.3s ease-in-out !important;
    position: absolute;
    top: 22px;
    right: 24px;
    color: var(--primary-color-2);
    content: "\f101";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    background-image: none;
}

.service-details-container .service-details .service-details-content .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    font-weight: 900;
    color: var(--primary-color-1);
    transform: rotate(0);
    background-image: none;
    content: "\f103";
}

/* Services Hotel Details CSS */

.our-hotel-section {
    z-index: 9;
    padding: 120px 0;
}

.our-hotel-section .right-bg-img {
    z-index: -1;
}

.hotel-detail-container {
    margin-top: 120px;
}

.hotel-detail-container .hotel-images-section .hotel-image-container {
    margin-top: 20px;
    max-width: 490px;
    margin-left: 100px;
}

.hotel-detail-container .hotel-images-section .hotel-image-container img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.hotel-detail-container .hotel-images-section .hotel-image-container .hotel-exp-counter {
    border-radius: 8px;
    background: var(--primary-color-2);
    padding: 40px 22px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 9;
    text-align: center;
    min-width: 210px;
}

.hotel-detail-container .hotel-images-section .hotel-image-container .hotel-exp-counter h2 {
    color: white;
    font-size: 72px;
    font-weight: 400;
}

.hotel-detail-container .hotel-images-section .hotel-image-container .hotel-exp-counter p {
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.hotel-detail-container .hotel-images-section .hotel-image-container .hotel-image-2 {
    max-width: 443px;
    position: absolute;
    top: -175px;
    left: 0;
}

.hotel-detail-container .hotel-images-section .hotel-image-container img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.hotel-detail-container .hotel-text-content {
    margin-top: -110px;
}

.hotel-detail-container .hotel-text-content .hotel-details {
    margin-top: 15px;
}

.title-with-icon h6 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.hotel-detail-container .hotel-text-content .nav {
    gap: 24px;
    margin-top: 18px;
}

.hotel-detail-container .hotel-text-content .nav .nav-item .nav-link.active {
    background-color: var(--primary-color-1);
    color: white;
}

.hotel-detail-container .hotel-text-content .nav .nav-item .nav-link {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 18px 16px;
    line-height: 1;
    color: var(--primary-color-2);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.sd-read-m-hover-btn:hover {
    color: white;
}

.sd-read-m-hover-btn:hover::before {
    height: 600%;
}

.hotel-detail-container .hotel-text-content .menu-list {
    margin-top: 15px;
    max-width: 330px;
}

.hotel-detail-container .hotel-text-content .menu-list p {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color-2);
}

.hotel-detail-container .hotel-text-content .menu-list ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

.hotel-detail-container .hotel-text-content .menu-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.hotel-detail-container .hotel-text-content .menu-list ul li {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.hotel-detail-container .hotel-text-content .menu-list ul li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color-2);
}

@media (max-width: 1199px) {
    .hotel-detail-container .hotel-text-content .nav {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .hotel-detail-container .hotel-images-section .hotel-image-container .hotel-image-2 {
        top: 0;
    }

    .hotel-detail-container .hotel-images-section .hotel-image-container {
        margin-left: 0;
        max-width: 100%;
    }

    .hotel-detail-container {
        margin-top: 0;
    }

    .hotel-detail-container .hotel-text-content {
        margin-top: 0;
    }

    .our-hotel-section {
        padding: 80px 0;
    }
}

@media screen and (max-width:991px) {
    .hotel-detail-container .hotel-images-section .hotel-image-container .hotel-image-2 {
        position: relative;
        max-width: 100%;
    }

    .hotel-detail-container .hotel-images-section .hotel-image-container .hotel-exp-counter {
        top: 50%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hotel-detail-container .hotel-images-section .hotel-image-container .hotel-exp-counter h2 {
        font-size: 50px;
    }
}

/* Offering Section CSS */

.our-offering-section {
    z-index: 9;
    padding: 120px 0;
    background-color: var(--primary-color-2-light);
}

.our-offering-section .left-bg-image {
    z-index: -1;
}

.services-container .service-content .service-text {
    margin-top: 25px;
    margin-bottom: 25px;
}

.services-container .service-content .faq-item {
    transition: all 0.3s ease-in-out;
    margin: 15px 0 20px;
}

.services-container .service-content .faq-item h3 i {
    margin-right: 10px;
    font-size: 22px;
}

.services-container .service-content .faq-item.active .faq-text {
    max-height: 200px;
    opacity: 1;
}

.services-container .service-content .faq-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    color: #333;
    margin-top: 10px;
}

.services-container .service-content .faq-item:hover .faq-text {
    max-height: 100px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.services-container .service-content .main-theme-colored-btn {
    margin-top: 10px;
}

.view-all-s-hover-btn:hover {
    color: white;
}

.view-all-s-hover-btn:hover::before {
    height: 600%;
}

.services-container .service-image {
    /*max-width: 555px;*/
    position: relative;
}

.serv-set-bg-img {
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.services-container .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.capsule{
    font-size: 14px;
    border-radius: 4px;
    top: 50px;
    right: 35px;
    padding: 12px 12px;
}

.services-container .service-image .price-text {
    font-size: 14px;
    border-radius: 4px;
    top: 24px;
    /*right: 24px;*/
    right:0;
    padding: 12px 12px;
    display:flex;
    gap:4px;
    flex-wrap:wrap;
    
}

.services-container .offering-nav-btn {
    display: flex;
    align-items: center;
    gap: 13px;
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateY(-50%);
    position: absolute;
    top: 27%;
    /*right: 0;*/
    right:12px;
    z-index: 99;
}

.services-container .offering-nav-btn .next-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    border: transparent;
}

.services-container .offering-nav-btn .prev-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    border: transparent;
}

.services-container .offering-nav-btn .next-btn:hover {
    background-color: var(--primary-color-2);
    color: #FFF;
}

.services-container .offering-nav-btn .prev-btn:hover {
    background-color: var(--primary-color-1) !important;
    color: #FFF;
}

/* FAQ SECTION 2 CSS */

.faq-section-2 {
    padding: 120px 0;
    background-color: #F8F8F8;
}

.gt-faq-wrapper .gt-faq-content .gt-faq-text {
    margin-top: 25px;
}

.gt-faq-wrapper .gt-faq-content .gt-faq-button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1199px) {
    .room-explore-2-wrapper {
        margin-right: 0!important;
    }
    .gt-faq-wrapper .gt-faq-content .gt-faq-button {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }
}

.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn.gt-border-style {
    border: 1px solid var(--primary-color-1);
    background-color: transparent;
    color: var(--primary-color-2);
}

.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn.gt-border-style::before {
    background-color: var(--primary-color-1);
}

.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn.gt-border-style:hover {
    color: #FFF;
}

.gt-faq-wrapper .faq-items {
    background-color: #FFF;
    border-radius: 16px;
    padding: 48px;
}

@media (max-width: 1199px) {
    .gt-faq-wrapper .faq-items {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .gt-faq-wrapper .faq-items {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .gt-faq-wrapper .faq-items {
        padding: 25px;
    }
}

.gt-faq-wrapper .faq-items .accordion .accordion-item {
    border-radius: 8px;
    border: none;
    margin-bottom: 25px;
    background: #F2F2F2;
    padding: 0;
}

.gt-faq-wrapper .faq-items .accordion .accordion-item h2 button {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 24px 30px;
    color: var(--primary-color-2);
    border-radius: 8px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-right: 4rem;
}

.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
    padding: 20px 30px;
}

.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    color: var(--primary-color-2);
    font-size: 1x;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
}

.gt-faq-wrapper .faq-items .accordion .accordion-button {
    background-color: var(--primary-color-1);
    color: #FFF !important;
    border-radius: 8px;
}

.gt-faq-wrapper .faq-items .accordion .accordion-button::after {
    display: none;
}

.gt-faq-wrapper .faq-items .accordion .accordion-button::before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 7 Free";
    font-weight: 700;
    transform: rotate(90deg);
    top: 13px;
    right: 22px;
    font-size: 14px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    color: var(--primary-color-1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: #FFF;
}

.gt-faq-wrapper .faq-items .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--primary-color-2) !important;
}

.gt-faq-wrapper .faq-items .accordion .accordion-button.collapsed::before {
    color: #FFF;
    background-color: var(--primary-color-1);
    transform: rotate(0deg);
}

.faq-snd-hover-btn {
    border: 1px solid var(--primary-color-1);
    background: transparent;
    color: var(--primary-color-2);
}

.faq-snd-hover-btn::before {
    background-color: var(--primary-color-1);
}

.faq-snd-hover-btn:hover {
    color: #FFF;
}

.faq-snd-hover-btn:hover::before {
    height: 600%;
}

/* Rooms & Suites 2 Slider */
.room-explore-section-2 {
    padding: 120px 0;
}

.room-explore-2-wrapper {
    margin-top: 30px;
    margin-right: -90%;
}

.room-explore-2-wrapper .room-explore-items-2 {
    padding: 40px;
    border-radius: 12px;
}

.room-explore-2-wrapper .room-explore-box-2-items {
    max-width: 410px;
    padding: 32px;
    border-radius: 8px;
}

.room-explore-2-wrapper .room-explore-box-2-items .rate-title-2 {
    padding: 13px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
}

.room-explore-2-wrapper .room-explore-box-2-items h3 {
    font-weight: 600;
    margin-bottom: 8px;
}

.room-explore-2-wrapper .room-explore-box-2-items p {
    margin-bottom: 20px;
    font-size: 18px;
}

.room-explore-2-wrapper .room-explore-box-2-items ul li {
    font-size: 16px;
}

.room-explore-2-wrapper .room-explore-box-2-items ul li:not(:last-child) {
    margin-bottom: 12px;
}

.room-explore-2-wrapper .room-explore-box-2-items .gt-theme-btn {
    padding: 16px 30px;
    border: 1px solid var(--primary-color-1);
    background: transparent;
    color: var(--primary-color-2);
    margin-top: 30px;
    width: 100%;
}

.room-explore-2-wrapper .room-explore-box-2-items .gt-theme-btn::before {
    background-color: var(--primary-color-1);
    transform: rotate(-10deg);
    left: 0;
}

.room-explore-2-wrapper .room-explore-box-2-items .gt-theme-btn:hover {
    color: var(--gt-white);
}

.gt-room-explore-wrapper {
    margin-top: 30px;
    margin-right: -90%;
}

@media (max-width: 1199px) {
    .gt-room-explore-wrapper {
        margin-right: 0;
    }
}

.gt-room-explore-wrapper .gt-room-explore-items {
    padding: 40px;
    border-radius: 12px;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items {
    max-width: 410px;
    background-color: #FFF;
    padding: 32px;
    border-radius: 8px;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items .gt-rate-title {
    background-color: var(--primary-color-1);
    color: #FFF;
    padding: 13px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items h3 {
    color: var(--primary-color-2);
    font-weight: 600;
    margin-bottom: 8px;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items p {
    margin-bottom: 20px;
    font-size: 18px;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items ul li {
    font-size: 16px;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items ul li:not(:last-child) {
    margin-bottom: 12px;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items .gt-theme-btn {
    padding: 16px 30px;
    border: 1px solid var(--primary-color-1);
    background: transparent;
    color: var(--primary-color-2);
    margin-top: 30px;
    width: 100%;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items .gt-theme-btn::before {
    background-color: var(--primary-color-1);
    transform: rotate(-10deg);
    left: 0;
}

.gt-room-explore-wrapper .gt-room-exlore-box-items .gt-theme-btn:hover {
    color: var(--gt-white);
}

/* Hotel Booking + Details Section CSS */

.room-details-section {
    padding: 120px 0;
}

.check-avail-hover-btn:hover::before {
    height: 600%;
}

.room-details-container .room-details-left-section .room-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    min-height: 440px;
}

.room-details-container .room-details-left-section .room-details-content {
    margin-top: 20px;
}

.room-details-container .room-details-left-section .room-details-content h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color-1);
}

.room-details-container .room-details-left-section .room-details-content h3 {
    font-weight: 500;
    margin-top: 20px;
}

.room-details-container .room-details-left-section .room-details-content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
}

.room-details-container .room-details-left-section .room-details-content p {
    margin-top: 10px;
    font-size: 18px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-list {
    margin-top: 20px;
}

.room-details-container .room-details-left-section .room-details-content .included-list {
    margin-top: 25px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-list .included-list li:not(:last-child) {
    margin-bottom: 15px;
}

.room-details-container .room-details-left-section .room-details-content .included-list li:not(:last-child) {
    margin-bottom: 15px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-list .included-list li {
    font-size: 18px;
}

.room-details-container .room-details-left-section .room-details-content .included-list li {
    font-size: 18px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-list .included-list li i {
    color: var(--primary-color-1);
    margin-right: 8px;
}

.room-details-container .room-details-left-section .room-details-content .included-list li i {
    color: var(--primary-color-1);
    margin-right: 8px;
}

.room-details-container .room-details-left-section .room-details-content .-room-features-content {
    margin-top: 32px;
    margin-bottom: 40px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-content h3 {
    margin-bottom: 20px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-content ul li span {
    font-size: 18px;
    color: var(--primary-color-2);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.room-details-container .room-details-left-section .room-details-content .room-features-content ul li span i {
    color: var(--primary-color-1);
}

.sticky-style {
    position: sticky !important;
    top: 100px;
}

.right-sidebar-section .right-sidebar {
    margin-bottom: 40px;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 16px;
}

.right-sidebar-section .right-sidebar .sidebar-title {
    border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
    padding-bottom: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.right-sidebar-section .right-sidebar .sidebar-title h3 {
    font-weight: 800;
}

.right-sidebar-section .right-sidebar .booking-item form .form-input-section input {
    width: 100%;
    background-color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 18px 22px;
    line-height: 1;
    color: var(--primary-color-2);
}

.right-sidebar-section .right-sidebar .booking-item form .form-input-section .shaden-form-dropdown {
    border: none;
    line-height: 1;
    padding: 18px 22px;
    cursor: pointer;
}

.right-sidebar-section .right-sidebar .booking-item form .form-input-section .shaden-form-dropdown::after {
    right: 22px;
    width: 8px;
    height: 8px;
}

.right-sidebar-section .right-sidebar {
    margin-bottom: 40px;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 16px;
}

.right-sidebar-section .right-sidebar .sidebar-title {
    border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.right-sidebar-section .right-sidebar .sidebar-title h3 {
    font-weight: 800;
}

.right-sidebar-section .right-sidebar .amenities-list li:not(:last-child) {
    margin-bottom: 20px;
}

.right-sidebar-section .right-sidebar .amenities-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .room-details-section {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) {
    .room-details-section {
        padding: 100px 0;
    }
}

/* Contact Form CSS */

.contact-cta-card {
    position: relative;
    border-radius: 30px;
    padding: 100px 40px;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
}

.contact-cta-card .video-overlay {
    border-radius: 30px;
}

.contact-section {
    padding: 120px 0;
}

.contact-wrapper .contact-form-left-section {
    margin-right: 40px;
}

.contact-title h6 {
    color: var(--primary-color-1);
}

.contact-wrapper .contact-form-left-section .contact-title h2 {
    font-size: 40px;
}


.contact-wrapper .contact-form-left-section .contact-info .content h4 a:hover {
    color: var(--primary-color-1);
}

.contact-wrapper .contact-form-left-section .contact-info li {
    border-radius: 8px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 32px;
}

.contact-wrapper .contact-form-right-section {
    border-radius: 8px;
    background-color: #F8F8F8;
    padding: 43px;
    height: 100%;
}

.contact-map-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 400px;
    border-radius: 8px;
}

.contact-info-footer {
    border-top: 1px solid #eee;
}

.contact-info-item .icon {
    width: 50px;
    height: 50px;
    background: #F8F8F8;
    color: var(--primary-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-info-item .content h4 a:hover {
    color: var(--primary-color-1);
}

.contact-wrapper .contact-form-left-section .contact-info li .icon {
    border-radius: 4px;
    background-color: var(--primary-color-1);
    display: inline-block;
    max-width: 64px;
    width: 100%;
    height: 64px;
    line-height: 75px;
    text-align: center;
}

.contact-wrapper .contact-form-left-section .contact-info li .icon i {
    font-size: 32px;
    color: white;
}

.contact-wrapper .contact-form-left-section .contact-info li h4 {
    margin-top: 5px;
    font-weight: 500;
}

.contact-wrapper .contact-form-right-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.contact-wrapper .contact-form-right-section .contact-form-box {
    margin-top: 30px;
}

.contact-wrapper .contact-form-right-section .contact-form-box h4 {
    margin-bottom: 10px;
}

.contact-wrapper .contact-form-right-section .contact-form-box .form-input-section input,
.contact-wrapper .contact-form-right-section .contact-form-box .form-input-section textarea {
    border-radius: 4px;
    border: none;
    background: white;
    line-height: 1;
    padding: 20px 25px;
    width: 100%;
    text-transform: capitalize;
    color: var(--primary-color-2);
}

.contact-wrapper .contact-form-right-section .contact-form-box .form-input-section textarea {
    padding-bottom: 110px;
}

.content a {
    color: unset;
}

.contact-hover-btn:hover {
    color: #FFF;
}

.contact-hover-btn:hover::before {
    height: 600%;
}

@media (max-width: 1399px) {
    .contact-wrapper .contact-form-left-section .contact-info li {
        display: grid;
    }
}

@media (max-width: 1199px) {
    .contact-section {
        padding: 100px 0;
    }

    .contact-wrapper .contact-form-left-section {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .contact-section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .contact-title {
        margin-bottom: 0;
    }

    .contact-wrapper .contact-form-right-section {
        padding: 30px;
    }
}


/* Contact Map CSS */

.googpemap-2 iframe {
    width: 100%;
    height: 716px;
}

/* Utilities */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Shop Room Page CSS */
.shop-rooms-section {
    padding-bottom: 120px;
}

.shop-layout-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
}

.shop-filter-column {
    position: sticky;
    top: 140px;
    align-self: start;
    z-index: 9;
}

.room-filter-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.room-filter-group {
    display: flex;
    flex-direction: column;
}

.room-filter-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    color: var(--primary-color-2);
    margin-bottom: 8px;
    font-weight: 500;
}

.room-filter-select {
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    padding: 0.65rem 1rem;
    background: #fbfbfb;
    font-size: 14px;
    color: var(--primary-color-2);
    outline: none;
    transition: 0.3s;
}

.room-filter-select:focus {
    border-color: var(--primary-color-1);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(214, 159, 90, 0.1);
}

.room-filter-form .main-theme-colored-btn {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.shop-products-column .products {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.shop-products-column .products::before,
.shop-products-column .products::after {
    display: none;
}

.shop-products-column .products li.product {
    list-style: none;
    margin-bottom: 0px;
    width: calc(33.333% - 1.35rem);
    display: flex;
}

.shop-products-column .room-items {
    margin-top: 0px;
    width: 100%;
}

.room-description {
    margin-top: 16px;
    color: #525252;
    line-height: 1.4;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .shop-layout-grid {
        grid-template-columns: 1fr;
    }

    .shop-filter-column {
        position: static;
        top: auto;
    }

    .room-filter-form {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 1rem;
    }

    .room-filter-group {
        flex: 1 1 200px;
    }

    .room-filter-form .main-theme-colored-btn {
        width: auto;
        flex: 1 1 100%;
    }

    .shop-products-column .products li.product {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 767px) {
    .shop-products-column .products li.product {
        width: 100%;
    }
}

/* ==========================================================================
   MotoPress Hotel Booking Custom Styling
   ========================================================================== */

/* Buttons */
.mphb-book-button,
.mphb-button,
.mphb-submit-button,
.mphb-calendar-button {
    background-color: var(--primary-color-1) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.mphb-book-button:hover,
.mphb-button:hover,
.mphb-submit-button:hover {
    background-color: var(--primary-color-2) !important;
}

/* Availability Calendar */
.mphb-calendar.datepicker {
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    padding: 15px !important;
}

.mphb-calendar .ui-datepicker-header {
    background: var(--primary-color-1) !important;
    color: #fff !important;
    border: none !important;
}

.mphb-calendar .ui-datepicker-calendar .ui-state-active,
.mphb-calendar .ui-datepicker-calendar .ui-state-highlight {
    background: var(--primary-color-1) !important;
    color: #fff !important;
}

/* Search Form */
.mphb_sc_search-wrapper .mphb-search-form>p {
    margin-bottom: 20px !important;
}

.mphb-search-form label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
}

.mphb-search-form input,
.mphb-search-form select {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

/* Room Details Widgets */
.mphb-accommodation-attributes {
    list-style: none !important;
    padding: 0 !important;
}

.mphb-accommodation-attributes li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #eee !important;
    display: flex !important;
    justify-content: space-between !important;
}

/* Standardized Archive Card Styles */
.standard-archive-card {
    list-style: none;
    margin-bottom: 30px;
}

.archive-card-inner {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.archive-card-inner:hover {
    transform: translateY(-5px);
}

.archive-card-thumb {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.archive-card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.archive-card-inner:hover .archive-card-image {
    transform: scale(1.1);
}

.archive-card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--accent);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}

.archive-card-content {
    padding: 25px;
}

.archive-card-title a {
    color: var(--accent);
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.archive-card-title a:hover {
    opacity: 0.8;
}

.archive-card-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.price-amount {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color-1);
}

.price-suffix {
    font-size: 12px;
    color: #777;
    font-weight: 600;
}

.archive-card-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.archive-card-amenities {
    gap: 15px;
    font-size: 14px;
    color: #555;
}

.archive-card-amenities i {
    color: var(--primary-color-1);
}

.archive-card-btn {
    display: block;
    width: 100%;
    background: var(--primary-color-1);
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.archive-card-btn:hover {
    background: var(--primary-color-2);
    color: #fff;
}

/* Room Categories Section */
.room-categories-section {
    background: #f8f6f1;
}

.room-category-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.room-category-card__thumb {
    overflow: hidden;
}

.room-category-card__image {
    display: block;
    min-height: 280px;
    background-color: #e8e1d5;
    background-image: linear-gradient(135deg, rgba(214, 159, 90, 0.2), rgba(10, 27, 47, 0.12));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.5s ease;
}

.room-category-card:hover .room-category-card__image {
    transform: scale(1.06);
}

.room-category-card__content {
    padding: 28px;
}

.room-category-card__meta {
    margin-bottom: 12px;
}

.room-category-card__meta span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(214, 159, 90, 0.12);
    color: var(--primary-color-1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.room-category-card__title {
    margin-bottom: 12px;
}

.room-category-card__title a {
    color: var(--primary-color-2);
    font-size: 28px;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.room-category-card__title a:hover {
    color: var(--primary-color-1);
}

.room-category-card__text {
    color: #666;
    margin-bottom: 24px;
    line-height: 1.7;
}

.room-category-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color-1);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
}

.room-category-card__link:hover {
    color: var(--primary-color-2);
}

@media (max-width: 767px) {
    .room-category-card__image {
        min-height: 240px;
    }

    .room-category-card__content {
        padding: 22px;
    }

    .room-category-card__title a {
        font-size: 24px;
    }
}

/* Custom WYSIWYG Post Content Styles */
.wysiwyg-content ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 2rem;
}

.wysiwyg-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
}

/* Automatic Icon via CSS */
.wysiwyg-content ul li::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900; /* solid */
    content: "\f058"; /* fa-circle-check */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color-1);
    font-size: 20px;
}

/* If the user manually inserts an icon or span structure */
.wysiwyg-content ul li i.fa-solid.fa-circle-check {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-color-1);
    font-size: 20px;
}

/* Hide CSS icon if manual icon exists */
.wysiwyg-content ul li:has(i.fa-circle-check)::before {
    display: none;
}

.wysiwyg-content ul li b,
.wysiwyg-content ul li strong,
.wysiwyg-content ul li span:first-child {
    display: block;
    color: var(--primary-color-2);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 5px;
}

/* Image Grid Support in WYSIWYG */
.wysiwyg-content .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 2rem;
}

.wysiwyg-content .wp-block-column {
    flex: 1;
    min-width: 300px;
}

.wysiwyg-content .wp-block-image img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wysiwyg-content blockquote,
.wysiwyg-content .services-details-quote-section {
    display: block;
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    background-color: #f9f9f9;
    border-left: 5px solid var(--primary-color-1);
    font-style: italic;
    font-size: 1.1rem;
    color: #444;
}

/* Language Switcher Dropdown */
.shaden-language-dropdown .dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.shaden-language-dropdown .dropdown-menu {
    min-width: 140px;
    padding: 0.5rem 0;
    margin-top: 10px !important;
}

.shaden-language-dropdown .dropdown-item:hover,
.shaden-language-dropdown .dropdown-item:focus {
    background-color: var(--primary-color-1);
    color: #fff !important;
}

.shaden-language-dropdown .dropdown-item.active {
    background-color: var(--primary-color-1);
}

.lang-flag {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/*Custom Mobile Override Bootstrap*/

/* Mobile menu below 1024px */
@media (max-width: 1024px) {
  .main-header .navbar-expand-lg{
      order:2;
  }
  
  .main-header .navbar-expand-lg .navbar-toggler {
    display: flex;
    justify-content:center;
    align-items:center;
  }

  .main-header .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .main-header .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
}

/* Desktop menu above 1024px */
@media (min-width: 1025px) {
.d-desktop-none{
    display:none!important;
}
.d-desktop-block{
display:block!important;
}
.main-header .navbar-expand-lg .navbar-nav {
        flex-direction: row;
}

.flex-desktop-row{
    flex-direction:row;
}
  .main-header .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .main-header .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.booking-translate-div .gtranslate_wrapper select {
    text-align: center;
    font-family: 'Futura MD BT', sans-serif;
    border:none;
}

.booking-translate-div .gtranslate_wrapper {
    border-radius: .3rem !important;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .booking-translate-div{
        justify-content:flex-end;
        flex-grow:1;
        gap:4px!important;
    }
    .custom-container-lg{
        gap:4px!important;
        padding-inline: 0.5rem !important;
    }
    .booking-translate-div a, .booking-translate-div .gtranslate_wrapper select ,.main-header .navbar-toggler-icon{
        font-size:0.60rem!important;
    }
    /*.book-now{
        padding-inline:10px!important;
    }*/
    .gtranslate_wrapper select{
        max-height:32.8px;
    }
    .shaden-collapsible-div {
        display: flex;
        flex-direction: column;
        height: 100vh;
        overflow-y: auto;
        background-color: var(--primary-color-2);
    }

    .mobile-menu-bottom {
        margin-top: auto;
        padding: 2rem 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        /* background: rgba(0, 0, 0, 0.2); */
    }
.main-header .navbar-expand-lg .navbar-nav {
        flex-direction: column!important;
}
    .shaden-collapsible-div .navbar-nav {
        align-items: flex-start !important;
        text-align: left !important;
        width: 100%;
        padding: 0 1.5rem;
    }

    .shaden-collapsible-div .nav-item {
        width: 100%;
    }

    .shaden-collapsible-div .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        display: block;
        width: 100%!important;
        text-align: left;
        background-image:none!important;
    }
    
    html[dir="rtl"] .shaden-collapsible-div .nav-link{
        text-align:right!important;
    }

    .mobile-hamburger-header {
        padding: 1rem 1rem;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 1rem !important;
    }

    .navbar-toggler,
    .mobile-hamburger-header button {
        padding: 0.5rem !important;
        margin: 0 !important;
    }

    .mobile-contact-line {
        font-size: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
}

.gtranslate_wrapper a{
    color: var(--primary-color-1) !important;
}

.blog-items .blog-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Customizer */

.booking-item1 input[type="text"],
.booking-item1 .mphb-datepick {
    width: 100%;
    background-color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 18px 22px;
    line-height: 1;
    color: var(--primary-color-2);
    box-sizing: border-box;
    font-size: 15px;
}
/*
.booking-item1 select {
    width: 100% !important;
    background-color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 18px 22px;
    line-height: 1;
    color: var(--primary-color-2);
    cursor: pointer;
    box-sizing: border-box;
    font-size: 15px;
}*/

.booking-item1 button,
.booking-item1 input[type="submit"],
.booking-item1 .button,
.booking-item1 .mphb_sc_search-submit-button,
.booking-item1 .mphb-reserve-btn,
.booking-item1 .mphb-book-button {
    width: 100% !important;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--primary-color-1);
    color: #fff;
    font-weight: 500;
    padding: 19px 35px;
    transition: 500ms;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
}
.booking-item1 button:hover,
.booking-item1 input[type="submit"]:hover,
.booking-item1 .button:hover,
.booking-item1 .mphb_sc_search-submit-button:hover,
.booking-item1 .mphb-reserve-btn:hover,
.booking-item1 .mphb-book-button:hover {
background:#0a1b2f;
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.mphb-check-in-date-wrapper label{
    display:none;
}
.mphb-required-fields-tip small{
    display:none;
}
.mphb-check-out-date-wrapper label{
        display:none;
}


.button-color {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 15px;
}

.mphb-view-details-button {
    background-color: #d69f5a;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.mphb_sc_rooms-wrapper .mphb-button,
.mphb_sc_rooms-wrapper .book-button,
.mphb_sc_rooms-wrapper .mphb-submit-button {
    background-color: #0a1b2f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.mphb-view-details-button:hover,
.mphb_sc_rooms-wrapper .mphb-button:hover,
.mphb_sc_rooms-wrapper .book-button:hover,
.mphb_sc_rooms-wrapper .mphb-submit-button:hover {
    background: #0a1b2f !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .mphb_sc_rooms-wrapper {
        grid-template-columns: 1fr;
    }
}
.is-style-horizontal-form input {
     border: 2px solid #d69f5a !important;
}
.is-style-horizontal-form select{
        border: 2px solid #d69f5a !important;

}

.mphbs-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
/*     margin-top: -82px; */
}
.search-result{

    width:100%;
}

/* Map Marker CSS */
g.marker .dot {
    fill: #f4a261;
}

g.marker .pulse {
    fill: rgb(244 162 97 / 89%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        r: 10;
        opacity: 0.8;
    }

    100% {
        r: 30;
        opacity: 0;
    }
}

/*Menu CSS*/

.food-menu-section {
    background: #F8F8F8;
}

.food-menu-section .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 30px;
    gap: 50px;
    border-bottom: 1.5px solid rgba(155, 155, 155, 0.32);
    padding-bottom: 40px;
}


.food-menu-section .nav .nav-item .nav-link {
    font-size: 24px;
    font-weight: 400;
    color: var(--primary-color-2);
    background-image: linear-gradient(var(--primary-color-1), var(--primary-color-1));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.4s ease-in-out;
}

.food-menu-section .nav .nav-item .nav-link:hover{
background-size: 100% 2px !important;
color: var(--primary-color-1) !important;
}

.food-menu-section .nav .nav-item .nav-link.active {
background-size: 100% 2px !important;
color: var(--primary-color-1) !important;
}

.food-menu-list {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #FFF;
    padding: 15px;
    margin-top: 30px;
    position: relative;
}

.food-details-div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.food-menu-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.food-menu-list span {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color-1);
}

@media screen and (min-width:992px) and (max-width:1199px){
.food-content{
    flex-shrink:2;
}
}

@media screen and (max-width: 767px){
    .food-menu-section .nav {
            justify-content: space-between !important;
            gap: 20px !important;
        }
        .food-details-div{
            flex-wrap:wrap;
        }
        .food-image{
            min-height:250px!important;
        }
}

/*Reservation Section CSS*/
.components-section--reservation_options{
padding-inline:20px;
}
.reservation-section{
    padding: 100px!important;
}

@media screen and (max-width:767px){
    .reservation-section{
        padding:50px!important;
    }
}

/*Our Team CSS*/

.team-member-card .team-member-pic img {
    border-radius: 16px;
}

.team-member-card .team-member-pic .team-content {
    padding: 16px 35px;
    border-radius: 0px 16px;
}

.team-member-card .team-member-pic .team-content h4 a {
    font-weight: 800;
    margin-bottom: 5px;
    background-image: linear-gradient(var(--primary-color-1), var(--primary-color-1));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.team-member-card .team-member-pic .team-content h4 a:hover {
    color: var(--primary-color-1);
    background-size: 100% 2px !important;
}

.team-member-card .team-member-pic .social-icon {
    transform: rotate(90deg);
    padding: 12px 24px;
    border-radius: 4px;
    top: 40%;
    right: -30%;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
}

.team-member-card:hover .team-member-pic .social-icon {
    opacity: 1;
    visibility: visible;
    right: -120px;
}

.team-content h4 a {
    transition: all 0.4s ease-in-out;
}

.team-member-card .team-member-pic .social-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    transform: rotate(-90deg);
    transition: all 0.4s ease-in-out;
}

.team-member-card .team-member-pic .social-icon a:hover {
    background-color: #FFF;
    color: var(--primary-color-2) !important;
}

/*Contact Form CSS*/

.shaden-alula-submit-btn{
    width: 100% !important;
    border-radius: 4.8px !important;
    padding-block:1rem!important;
    background-color:var(--primary-color-1);
    font-weight:700!important;
    color:#FFF;
    z-index:1;
    text-transform: uppercase !important;
    position:relative;
    overflow:hidden;
    box-shadow:none;
}
.shaden-alula-submit-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: var(--primary-color-2);
    width: 100%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);   
}
.shaden-alula-submit-btn:hover::before {
    height: 800%;
}

/*Mission Accordion*/
.mission-accordion .accordion {
display:flex;
flex-direction: column;
gap:25px;
}

.mission-accordion .accordion-button{
line-height: 1;
padding: 24px 4rem 24px 30px!important;
background-color: var(--primary-color-1);
color: rgb(255, 255, 255) !important;
border-radius: 8px!important;
font-size: 18px;
}

.mission-accordion .accordion-button:not(.collapsed){
border-radius: 8px 8px 0 0!important;    
}

.mission-accordion .accordion .accordion-item {
    /*margin-bottom: 25px;*/
    border-radius: 8px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(242, 242, 242);
    padding: 0px;
}
.mission-accordion .accordion-button::before{
    position: absolute;
    content: "";
    font-family: "Font Awesome 7 Free";
    font-weight: 700;
    transform: rotate(90deg);
    top: 13px;
    right: 22px;
    font-size: 14px;
    color: var(--primary-color-1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    transition: 0.4s ease-in-out;
    border-radius: 4px;
}
.mission-accordion .accordion-button.collapsed {
    background-color: #F8F8F8;
    color: var(--primary-color-2) !important;
}
.mission-accordion .accordion-button.collapsed::before {
    color: rgb(255, 255, 255);
    background-color: var(--primary-color-1);
    transform: rotate(0deg);
}

.mission-accordion .accordion-button::after {
    display: none;
}

.mission-bg-img{
    /*min-height: 400px;*/
    height:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}
/*Food Menu CSS*/
.food-image{
min-height:200px;
background-size:cover;
background-repeat:no-repeat;
background-position:center;
border-radius:8px;
}
/*Opening Hours CSS*/
/*.working-hours-border {*/
/*    border-bottom: 0.5px solid var(--primary-color-2);*/
/*}*/
body.shaden-brand-alula-resort .working-hours-border {
    border-bottom: 0.5px solid #ffffff;
}

body.shaden-brand-flavour-strip .working-hours-border {
    border-bottom: 0.5px solid #ffffff;
}

body.shaden-brand-shaden-hospitality .working-hours-border {
    border-bottom: 0.5px solid #ffffff;
}

body.shaden-brand-neema-retreat .working-hours-border {
    border-bottom: 0.5px solid #ffffff;
}

/*Meetings Events CSS*/

.capacity-table{
overflow-x:auto;
padding:20px;
}

.capacity-charts-modern{
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
    font-family: Arial;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.capacity-charts-modern th{
     background: var(--primary-color-2);
    color: #fff;
    padding: 15px;
    /*text-align: center;*/
    text-transform:uppercase;
}
.capacity-charts-modern td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.whitespace-nowrap{
white-space:nowrap;
}

.catering-option-card{
z-index: 9;
    position: relative;
}

.catering-option-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-top: solid 1px var(--primary-color-1);
    border-left: solid 1px var(--primary-color-1);
    transition: all 0.7s ease-in-out;
    border-radius: 8px;
}

.catering-option-card::after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-bottom: solid 1px var(--primary-color-1);
    border-right: solid 1px var(--primary-color-1);
    transition: all 0.7s ease-in-out;
    border-radius: 8px;
}

.catering-option-card:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.catering-option-card:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.catering-option-card ul,.space-card ul,.package-features-list{
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}

.catering-option-img{
    width: 100%;
    max-width: 60px;
    /* margin: 0 auto; */
    display: flex;
}
.catering-tag-single.positive-tag{
    color:#FFF;
    background-color:var(--secondary-color-3);
}
.catering-option-section{
    background-color:#F8F8F6;
}
.catering-option-card{
    box-shadow:0 4px 20px rgba(0, 0, 0, 0.08);
}

/*AV Equipment CSS*/
.av-icon{
    height:fit-content;
    box-shadow:0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease-in-out;
}
.av-option-card{
    cursor:pointer;
}
.av-option-card:hover .av-icon{
transform: scaleX(-1);
}

/*.catering-tag-single.popular-tag{
    background-color: var(--secondary-color-4);
    color: #FFF;
}
*/
.catering-tag-single.outdoor-tag{
    background-color:var(--secondary-color-1);
}

.catering-tag-single.flexible-tag{
    background-color:var(--secondary-color-2);
}

.even-space-list {
list-style:none;
display: flex;
    flex-direction: column;
    gap: 10px;
}
.package-features-list li{
   position: relative;
    /*padding-left: 30px;*/
    margin-bottom: 10px;
    display:flex;
    align-items:center;
    gap:10px;
}

.package-features-list li::before {
    content: "✓";
    position: relative;
    /*left: 0;*/
    /*top: 2px;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d0f9e2; /* circle color */
    color: #2ecc71; /* check color */
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-tag.popular-tag{
    background-color: var(--secondary-color-4);
}

.text-grid-color-2{
    color:#fff;
}
.text-grid-color-4{
    color:#fff;
}
.text-grid-color-3{
    color:#fff;
}
.text-grid-color-4{
    color:#fff;
}
.gt-section-title{
    padding: 30px;
}

/*Awards Slider CSS*/

.slider-track-wrapper {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.slider-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--scroll-width))); }
}

.award-card img{
    height:200px;
}

@media (max-width: 991px){
    .mission-bg-img{
    min-height: 400px;
}
}

@media (max-width: 500px){
    .mission-bg-img{
    min-height: 300px!important;
}
}

@media (max-width:767px){
    .award-card img{
    height:100px!important;
}
}

/*// Header Language Swither*/


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1307px !important;
    }
}

.text-primary-2 a {
    color: black;
}

.button.mphb-view-details-button{
    display: none;
}

@media (min-width: 992px) {
    .custom-container-lg{
     max-width:100%;   
    }
    .shaden-brand-alula-resort .gap-lg-4 {
        gap: 0.6rem !important;
    }
}


/*
body.shaden-brand-flavour-strip .gtranslate_wrapper{
    background:#7EAF71;
}
*/
/* Dropdown box */
.gtranslate_wrapper select {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 6px 10px;
border-radius: 2px;
    /*font-size: 14px;*/
    cursor: pointer;
    outline: none;
}


/* Remove default browser styling */
.gtranslate_wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Dropdown options (limited styling support) */
.gtranslate_wrapper option {
    color: #fff;
    background:#0a1b2f;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1311px !important;
    }
    .justify-items-xl-center{
        justify-items:center;
    }
}




@media (min-width: 1200px) {
   .shaden-brand-neema-retreat .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1328px !important;
    }
}
.text-primary-2 a {
    color: black;
}


@media (min-width: 1200px) {
   .shaden-brand-neema-retreat .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px !important;
        /*height: 60px !important;*/
    }
}

@media (min-width: 992px) {
  .shaden-brand-neema-retreat  .gap-lg-4 {
        gap: 0.5rem !important;
    }
}


/*Shaden Catering*/


.py-3, .gtranslate_wrapper select {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
/*.text-uppercase {*/
/*     text-transform: none !important; */
/*}*/
.food-content h3 {
    color:#0a1b2f;
}
.food-content p{
    color:#0a1b2f;
}
.food-menu-list {
    transition: 0.3s ease;
}
.food-menu-list:hover{
    
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


.menu-header h2{
    color:#d69f5a;
    
}


/*Shaden Alula*/


/* Wrapper */
.mphb_sc_checkout-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

/* Sections as cards */
.mphb-checkout-section {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Titles */
.mphb-checkout-section h3,
.mphb-checkout-section h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

/* Inputs */
input, select, textarea {
       width: 100%;
    padding: 14px 16px;
    border-radius: 7px;
    border: 1px solid #ffffff;
    transition: 0.3s;
}

input:focus, select:focus, textarea:focus {
    border-color: #d69f5a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(214,159,90,0.2);
}

/* Labels */
label {
    font-weight: 500;
}

/* Booking details styling */
.mphb-booking-details p {
    background: #fafafa;
    padding: 10px;
    border-radius: 8px;
}

/* Price table */
.mphb-price-breakdown {
    width: 100%;
    border-collapse: collapse;
}

.mphb-price-breakdown td,
.mphb-price-breakdown th {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Total highlight */
.mphb-price-breakdown-total th {
    color: #d69f5a;
    font-size: 18px;
}

/* Button */
.button {
    background: #d69f5a;
    color: #fff;
    border: none;
    padding: 14px 25px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.button:hover {
    background: #b88545;
}

/* Submit wrapper center */
.mphb_sc_checkout-submit-wrapper {
    text-align: center;
    margin-top: 20px;
}

/* Error message */
.mphb-errors-wrapper {
    color: red;
    margin-top: 10px;
}

/* Services list */
.mphb_checkout-services-list li {
    margin-bottom: 10px;
}

/* Checkbox spacing */
.mphb-checkbox-label {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Responsive */
@media (min-width: 900px) {
    .mphb_sc_checkout-form {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 25px;
    }

    #mphb-price-details {
        position: sticky;
        top: 20px;
        height: fit-content;
    }
}
/* Remove default list style */
.mphb_checkout-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each item as a card */
.mphb_checkout-services-list li {
    margin-bottom: 12px;
}

/* Label becomes the card */
.mphb-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
}

/* Hover effect */
.mphb-checkbox-label:hover {
    border-color: #d69f5a;
    background: #faf7f2;
}

/* Hide default checkbox */
.mphb-checkbox-label input[type="checkbox"] {
    display: none;
}

/* Custom checkbox circle */
.mphb-checkbox-label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 6px;
    margin-right: 12px;
    transition: all 0.25s ease;
}

/* Align text nicely */
.mphb-checkbox-label {
    gap: 12px;
}

/* Checked state */
.mphb-checkbox-label input[type="checkbox"]:checked + * {
    color: #d69f5a;
}

/* When checked – highlight card */
.mphb-checkbox-label:has(input:checked) {
    border-color: #d69f5a;
    background: #fffaf3;
}

/* Checkbox filled when checked */
.mphb-checkbox-label:has(input:checked)::before {
    background: #d69f5a;
    border-color: #d69f5a;
    content: "✓";
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Price styling */
.mphb-checkbox-label em {
    font-style: normal;
    color: #999;
    font-size: 14px;
}

.mphb-price {
    color: #d69f5a;
    font-weight: 500;
}




/*tours_package*/




/* =========================================
   PREMIUM PACKAGES FILTER & LAYOUT STYLING
   ========================================= */

/* 1. Filter Buttons (Pill Shape Design) */
.filter-bar-wrapper {
    margin-bottom: 40px;
}

.filter-btn {
    display: inline-block;
    padding: 10px 28px;
    border: 2px solid #dee2e6;
    border-radius: 50px; /* Pill shape */
    color: #495057;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.filter-btn:hover {
    color: #fff;
    background:  #7eaf71;
    transform: translateY(-1px);
}

.filter-btn.active {
    background-color: #7eaf71; /* Primary Color */
    border-color: #7EAF71;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 94, 0, 0.3);
    transform: translateY(-2px);
}

/* 2. Section Title Styling */
.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 30px;
}

/* 3. Featured Section Line */
.featured-packages hr {
    border-top: 2px solid #f0f0f0;
    margin-top: 10px;
    margin-bottom: 50px;
}

/* 4. Card Hover Lift Effect */
.blog-items {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-items:hover {
    transform: translateY(-8px);
}

.blog-items:hover .blog-content{
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}



/* Horizontal Card Layout */
.tour-horizontal-card {
    display: flex;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.tour-horizontal-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* Left Image Area */
.tour-card-image {
    flex: 0 0 40%; /* Image takes 40% of the width */
    position: relative;
}

.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Content Area */
.tour-card-content {
    flex: 1; /* Content takes the remaining 60% */
    padding: 25px;
    display: flex;
    flex-direction: column;
}

/* Duration */
.tour-card-duration {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
}

/* Tags */
.tour-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.tour-card-tags .tag-item {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f4f4f4;
    color: #333;
    padding: 4px 10px;
    border-radius: 4px;
}

/* Title */
.tour-card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.tour-card-title a {
    color: #111;
    text-decoration: none;
}

.tour-card-title a:hover {
    color: #0056b3; /* Change to your theme's primary color */
}

/* Description */
.tour-card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
}

/* Buttons */
.tour-card-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto; /* Pushes buttons to the bottom */
}

.btn-tour {
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-explore {
    background: #111;
    color: #fff;
}

.btn-explore:hover {
    background: #333;
    color: #fff;
}

.btn-personalize {
    background: transparent;
    color: #111;
    border: 1.5px solid #111;
}

.btn-personalize:hover {
    background: #111;
    color: #fff;
}

/* Responsive: Stack on Mobile */
@media (max-width: 767px) {
    .tour-horizontal-card {
        flex-direction: column; /* Stacks image on top of content */
    }
    
    .tour-card-image {
        flex: none;
        height: 220px;
    }
}

.tour-booking-card {
    background: linear-gradient(145deg, #ffffff, #f7f9fc);
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.10);
    font-family: Arial, sans-serif;
    margin:auto;
}

.tour-booking-header {
    text-align: center;
    margin-bottom: 25px;
}

.tour-booking-header h2 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #222;
}

.tour-booking-header p {
    color: #666;
    font-size: 14px;
}

.tour-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.field {
    display: flex;
    flex-direction: column;
}

.field.full {
    grid-column: span 2;
}

.field label {
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.tour-booking-card input,
.tour-booking-card textarea {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
    background: #fff;
}

.tour-booking-card input:focus,
.tour-booking-card textarea:focus {
    border-color: #ff6b00;
    box-shadow: 0 0 0 3px rgba(255,107,0,0.15);
}

.tour-submit {
    margin-top: 20px;
    text-align: center;
}

.tour-submit input {
    background: linear-gradient(135deg, #7eaf71, #5c9aae);
    color: white;
    border: none;
    padding: 14px 35px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
}

.tour-submit input:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255,107,0,0.3);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .tour-grid {
        grid-template-columns: 1fr;
    }

    .field.full {
        grid-column: span 1;
    }
}


.top-header{
height: 50px;
    padding: 9px;
}

.multi-line-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ti-footer-filter-text{
    display: none !important;
}

.testimonial-left-section{
position: relative;
z-index: 2;
}

.book-btn{
display: flex;
/*justify-content: space-between;*/
gap:8px;
align-items: center;
}

@media (max-width: 1024px){
.book-btn{
flex-direction:column!important;
}
.book-btn .blogs-hover-btn{
margin-top:0!important;
width:100%!important;
}
}

@media (min-width: 1025px) and (max-width: 1179px){
.book-btn .blogs-hover-btn{
font-size:14px!important;
padding:10px!important;
}
}

.book-btn-sp{
display: flex;
justify-content: center;
align-items: center;   
}

.btn-content{
display: flex;
align-items: center;}

@media screen and (max-width: 767px) {
    .cta-box h2{
        font-size: 16px;
    }

    #package-top-filters{
        justify-content: center;
    }
}