@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@font-face {
    font-family: 'Futura Bk BT';
    src: url('FuturaBT-Book.woff2') format('woff2'), url('FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: var(--vr-sans);
    src: url('FuturaBT-Light.woff2') format('woff2'), url('FuturaBT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Md BT';
    src: url('FuturaBT-Medium.woff2') format('woff2'), url('FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@import url("../../../../css2");
:root, [data-bs-theme="light"] {
    --bs-themecolor: #6c011d;
    --bs-themecolor-rgb: #6c011d;
    --bs-themehovercolor: #6c011d;
    --bs-themehovercolor-rgb: 181.30275, 134.87156, 59.69725;
    --bs-primary: #6c011d;
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: var(--bs-primary);
    --bs-link-hover-color: var(--bs-themehovercolor);
    --bs-link-hover-color-rgb: var(--bs-primary);
    --bs-success: #09b850;
    --bs-success-rgb: 9, 184, 80;
    --bs-primary-rgb: var(--bs-themecolor-rgb);
    --bs-primary-text-emphasis: #6c011d;
    --bs-primary-bg-subtle: #f4ecde;
    --bs-primary-border-subtle: #e9d9bd;
    --bs-body-color: #333;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-secondary: #9d9fa4;
    --bs-secondary-rgb: 157, 159, 164;
    --bs-heading-color: var(--bs-emphasis-color);
    --bs-body-font-family: var(--vr-sans);
    --bs-heading-font-family: var(--vr-sans);
    --bs-body-font-size: 1.125rem;
}
[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-link-color: var(--bs-themecolor);
    --bs-link-color-rgb: var(--bs-themecolor-rgb);
    --bs-link-hover-color: var(--bs-themehovercolor);
    --bs-link-hover-color-rgb: var(--bs-themehovercolor-rgb);
    --bs-heading-color: var(--bs-emphasis-color);
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --text-body-primary: #ddd;
}
/* =================================== */
/*  Lenis Js
/* =================================== */
html.lenis, html.lenis body {
    height: auto;
    letter-spacing: 1px !important;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: clip;
}
.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-wheel], .lenis [data-lenis-prevent-touch], .lenis [data-lenis-prevent-vertical], .lenis [data-lenis-prevent-horizontal] {
    overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
.lenis.lenis-autoToggle {
    transition-property: overflow;
    transition-duration: 1ms;
    transition-behavior: allow-discrete;
}
/* =================================== */
/*  1. Basic
/* =================================== */
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}
.bg-1 {
    background: var(--bs-primary);
}
.bg-blue {
    background-color: rgb(12 19 36) !important;
}
::selection {
    background: var(--bs-themecolor);
    color: #fff;
    text-shadow: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
img {
    vertical-align: inherit;
}
p {
    line-height: 1.7;
    /*    letter-spacing: 1px !important;*/
}
blockquote {
    border-width: 0 0 0 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
}
.blockquote-footer {
    padding-left: 20px;
}
html[dir="rtl"] blockquote {
    border-width: 0 5px 0 0px;
}
html[dir="rtl"] blockquote .blockquote-footer {
    padding-right: 20px;
    padding-left: 0px;
}
[data-bs-theme="dark"] blockquote {
    border-color: #343a40;
}
iframe {
    border: 0 !important;
}
.heading-font-family {
    font-family: var(--bs-heading-font-family);
    text-transform: uppercase;
}
.text-primary {
    color: var(--bs-primary) !important;
}
.header-sec {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 0;
    top: 0;
    margin: 0 auto;
    z-index: 1010;
}
#top-bar {
    /*	    background: var(--bs-themecolor);*/
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    background: #f8f6f5 !important;
    position: relative;
    z-index: 999;
}
#header {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent !important;
    width: 100%;
    padding: 0;
}
.top-start p {}
#header .logo img {
    max-width: 160px;
    display: block;
    transition: all 0.3s ease;
}
#header .primary-menu:not(.sticky-on) .logo img {
    filter: drop-shadow(0px 1px 8px rgba(255, 255, 255, 0.75)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.95));
}
#header .primary-menu:not(.sticky-on) .logo img:hover {
    filter: drop-shadow(0px 1px 12px rgba(255, 255, 255, 0.95)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
    transform: scale(1.02);
}
#header .primary-menu.sticky-on .logo img {
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
}
#header .primary-menu.sticky-on .logo img:hover {
    transform: scale(1.02);
}
#header .primary-menu .logo, #header .btn.btn-new.btn-primary {
    display: flex;
}
#header .navbar {
    padding: 0px;
}
.container-fluid {
    max-width: 1650px;
}
/* Flexbox header layout for better alignment with long navigation */
@media (min-width: 1200px) {
    #header .primary-menu .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 3%;
        padding-right: 3%;
    }
    #header .primary-menu .container-fluid > a.logo {
        flex: 0 0 auto;
        margin-right: 2rem;
    }
    #header .primary-menu .container-fluid > #header-nav {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
    }
    #header .primary-menu .container-fluid > a.btn.btn-new {
        flex: 0 0 auto;
        margin-left: 2rem !important;
    }
    #header .primary-menu .container-fluid > button.navbar-toggler {
        display: none;
    }
}
/* Mobile: normal flex layout so collapse works naturally */
@media (max-width: 1199.98px) {
    #header .primary-menu .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .primary-menu .container-fluid > a.logo {
        flex: 0 0 auto;
    }
    #header .primary-menu .container-fluid > #header-nav {
        flex: 0 0 100%;
        order: 4;
    }
    #header .primary-menu .container-fluid > a.btn.btn-new {
        margin-left: auto !important;
        margin-right: 12px;
        order: 3;
    }
    #header .primary-menu .container-fluid > button.navbar-toggler {
        margin-left: 0;
        order: 3;
    }
}
#header .logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
#header .sticky-on .logo img {
    padding: 6px 0;
}
/*=== 2.1 Navigation ===*/
.primary-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #fff;
    border-bottom: 1px solid #efefef;
    /*  position: absolute;*/
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}
.primary-menu.bg-transparent {
    background: rgba(255, 255, 255) !important;
/*
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
*/
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.primary-menu.bg-transparent:not(.show) ul.navbar-nav > li > a:not(.btn) {
    color: #000;
}
.primary-menu.bg-transparent:not(.show) ul.navbar-nav > li:hover > a:not(.btn), .primary-menu.bg-transparent:not(.show) ul.navbar-nav > li > a.active:not(.btn) {
    color: #ff4d4d !important; /* Vibrant high-contrast red on dark background */
    background: transparent !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sticky-on.primary-menu.bg-transparent:not(.show) ul.navbar-nav > li:hover > a:not(.btn), .sticky-on.primary-menu.bg-transparent:not(.show) ul.navbar-nav > li > a.active:not(.btn) {
    background: transparent !important;
    color: var(--bs-primary, #6c011d) !important; /* Brand red on light sticky background */
}
.primary-menu.bg-transparent .navbar-toggler span {
    background: #fff;
}
.primary-menu.sticky-on {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    left: 0;
    margin-top: 0px !important;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.primary-menu.sticky-on .none-on-sticky {
    display: none !important;
}
.primary-menu ul.navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.primary-menu ul.navbar-nav > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.primary-menu ul.navbar-nav > li > a:not(.btn) {
    height: 30px;
    padding: 0px 0.75em;
    color: #252b33;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 14px;
    margin: 0px 4px;
}
.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li > a:not(.btn)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    bottom: -6px;
    left: 50%;
    background: #ff4d4d; /* Vibrant red for dark transparent header */
    transition: width 0.3s ease, left 0.3s ease;
}
.sticky-on.primary-menu ul.navbar-nav > li > a:not(.btn)::after {
    background: var(--bs-primary, #6c011d); /* Brand red for light sticky header */
}
.primary-menu ul.navbar-nav > li:hover > a:not(.btn)::after, .primary-menu ul.navbar-nav > li > a.active:not(.btn)::after {
    width: 100%;
    left: 0;
}
.primary-menu .dropdown-toggle::after {
    border: none !important; /* Disables the default Bootstrap downward triangle caret pointer */
}
.primary-menu ul.navbar-nav > li a.btn {
    padding: 0.5rem 1rem;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    border: 0px none;
    padding: 10px 22px;
    min-width: 250px;
    margin: 0;
    text-transform: capitalize;
    z-index: 1021;
    top: 100%;
    border-radius: 0;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0px;
    background-color: transparent;
    color: #0c1324;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 14px !important;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
    font-size: .875rem;
    width: 18px;
    text-align: center;
    margin-right: 7px;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li a.active:not(.btn) {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    margin-top: -52px;
    margin-left: -2px; /* Slight overlap to prevent hover drop */
}
/* Invisible bridge to keep hover active */
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -20px;
    width: 25px;
    height: calc(100% + 20px);
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
    border-top: .4em solid transparent;
    border-right: 0;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid;
}
.primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
    content: none !important;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
    position: absolute;
    min-width: 15px;
    height: 100%;
    right: 2px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: initial;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}
.primary-menu .dropdown-menu-end {
    left: auto !important;
    right: 100% !important;
}
.primary-menu .dropdown-toggle:after {
    content: none;
}
.primary-menu .btn-new {
    padding: 5px 5px 5px 22px !important;
}
.primary-menu .btn-new .btn-icon {
    width: 32px;
    height: 32px;
}
/*== Color Options ==*/
[data-bs-theme="dark"] .primary-menu {
    background: #111418;
    border-bottom: #111418;
}
[data-bs-theme="dark"] ul.navbar-nav > li > a:not(.btn) {
    color: #fff;
}
[data-bs-theme="dark"] ul.navbar-nav > li:hover > a:not(.btn), [data-bs-theme="dark"] ul.navbar-nav > li > a.active:not(.btn) {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[data-bs-theme="dark"] ul.navbar-nav > li.dropdown .dropdown-menu {
    background: #0c1324;
}
[data-bs-theme="dark"] ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    color: #f8f9fa;
}
[data-bs-theme="dark"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), [data-bs-theme="dark"] ul.navbar-nav > li.dropdown .dropdown-menu li a.active:not(.btn) {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[data-bs-theme="dark"] ul.navbar-nav > li.dropdown:hover > a:after {
    border-color: transparent transparent #0c1324 transparent;
}
[data-bs-theme="dark"] ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    border-color: initial;
}
[data-bs-theme="dark"] .primary-menu .navbar-toggler span {
    background: #fff;
}
.sticky-on.bg-transparent, .sticky-on-top.bg-transparent {
    background-color: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04) !important;
}
.sticky-on.primary-menu.bg-transparent:not(.show) ul.navbar-nav > li > a:not(.btn) {
    color: #333;
}
[data-bs-theme="dark"] .sticky-on.bg-transparent, [data-bs-theme="dark"] .sticky-on-top.bg-transparent {
    background-color: #0a0a0c !important;
    border-bottom: 1px solid rgba(250, 250, 250, 0.1) !important;
}
.bg-accent {
    background: #6c011d;
}
/*=== 2.1.1 Hamburger Menu Button ===*/
.navbar-toggler {
    width: 31px;
    height: 30px;
    padding: 10px;
    margin: 18px 15px;
    position: relative;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
}
.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3c3636;
    border-radius: 2px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
    top: 4px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggler span:nth-child(2) {
    top: 14px;
    width: 65%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggler span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 65%;
}
.navbar-toggler:hover span:nth-child(2) {
    width: 100%;
}
.navbar-toggler:hover span:nth-child(3) {
    width: 65%;
}
.navbar-toggler.show span:nth-child(1) {
    top: 3px;
    left: 4px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggler.show span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.navbar-toggler.show span:nth-child(3) {
    top: 25px;
    left: 4px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-accordion {
    position: initial;
}
/*=== 2.1.2 Responsive Navbar ===*/
.navbar-expand-none .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.navbar-expand-none .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
}
.navbar-expand-none ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
}
.navbar-expand-none ul.navbar-nav li:last-child {
    border: none;
}
.navbar-expand-none ul.navbar-nav li + li {
    margin-left: 0px;
}
.navbar-expand-none ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: calc(50% + 2px);
}
.navbar-expand-none ul.navbar-nav li > a:hover:after, .navbar-expand-none ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
}
.navbar-expand-none ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
}
.navbar-expand-none ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 8px;
    height: 8px;
    top: calc(50% - 2px);
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
    background: transparent;
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
}
[data-bs-theme="dark"] .navbar-expand-none .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
}
[data-bs-theme="dark"] .navbar-expand-none .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
}
@media (max-width: 575.98px) {
    .navbar-expand-sm .navbar-collapse {
        position: absolute;
        top: 99%;
        right: 0;
        left: 0;
        background: #fff;
        margin-top: 0px;
        z-index: 1000;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .navbar-expand-sm .navbar-collapse .navbar-nav {
        overflow: hidden;
        overflow-y: auto;
        max-height: 65vh;
        padding: 15px;
    }
    .navbar-expand-sm ul.navbar-nav li {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
    }
    .navbar-expand-sm ul.navbar-nav li:last-child {
        border: none;
    }
    .navbar-expand-sm ul.navbar-nav li + li {
        margin-left: 0px;
    }
    .navbar-expand-sm ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        top: calc(50% + 2px);
    }
    .navbar-expand-sm ul.navbar-nav li > a:hover:after, .navbar-expand-sm ul.navbar-nav li > a.active:after {
        content: none !important;
        width: 0px !important;
    }
    .navbar-expand-sm ul.navbar-nav > li > a:not(.btn) {
        height: auto;
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-sm ul.navbar-nav > li.dropdown:hover > a:after {
        content: none;
    }
    .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 8px;
        height: 8px;
        top: calc(50% - 2px);
    }
    .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0px 0px 0px 15px;
        background: transparent;
    }
    .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        margin: 0;
    }
    [data-bs-theme="dark"] .navbar-expand-sm .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
    }
    [data-bs-theme="dark"] .navbar-expand-sm .navbar-collapse ul.navbar-nav li {
        border-color: rgba(250, 250, 250, 0.15);
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md .navbar-collapse {
        position: absolute;
        top: 99%;
        right: 0;
        left: 0;
        background: #fff;
        margin-top: 0px;
        z-index: 1000;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .navbar-expand-md .navbar-collapse .navbar-nav {
        overflow: hidden;
        overflow-y: auto;
        max-height: 65vh;
        padding: 15px;
    }
    .navbar-expand-md ul.navbar-nav li {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
    }
    .navbar-expand-md ul.navbar-nav li:last-child {
        border: none;
    }
    .navbar-expand-md ul.navbar-nav li + li {
        margin-left: 0px;
    }
    .navbar-expand-md ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        top: calc(50% + 2px);
    }
    .navbar-expand-md ul.navbar-nav li > a:hover:after, .navbar-expand-md ul.navbar-nav li > a.active:after {
        content: none !important;
        width: 0px !important;
    }
    .navbar-expand-md ul.navbar-nav > li > a:not(.btn) {
        height: auto;
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-md ul.navbar-nav > li.dropdown:hover > a:after {
        content: none;
    }
    .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 8px;
        height: 8px;
        top: calc(50% - 2px);
    }
    .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0px 0px 0px 15px;
        background: transparent;
    }
    .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        margin: 0;
    }
    [data-bs-theme="dark"] .navbar-expand-md .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
    }
    [data-bs-theme="dark"] .navbar-expand-md .navbar-collapse ul.navbar-nav li {
        border-color: rgba(250, 250, 250, 0.15);
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: 99%;
        right: 0;
        left: 0;
        background: #fff;
        margin-top: 0px;
        z-index: 1000;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .navbar-expand-lg .navbar-collapse .navbar-nav {
        overflow: hidden;
        overflow-y: auto;
        max-height: 65vh;
        padding: 15px;
    }
    .navbar-expand-lg ul.navbar-nav li {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
    }
    .navbar-expand-lg ul.navbar-nav li:last-child {
        border: none;
    }
    .navbar-expand-lg ul.navbar-nav li + li {
        margin-left: 0px;
    }
    .navbar-expand-lg ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        top: calc(50% + 2px);
    }
    .navbar-expand-lg ul.navbar-nav li > a:hover:after, .navbar-expand-lg ul.navbar-nav li > a.active:after {
        content: none !important;
        width: 0px !important;
    }
    .navbar-expand-lg ul.navbar-nav > li > a:not(.btn) {
        height: auto;
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-lg ul.navbar-nav > li.dropdown:hover > a:after {
        content: none;
    }
    .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 8px;
        height: 8px;
        top: calc(50% - 2px);
    }
    .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0px 0px 0px 15px;
        background: transparent;
    }
    .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        margin: 0;
    }
    [data-bs-theme="dark"] .navbar-expand-lg .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
    }
    [data-bs-theme="dark"] .navbar-expand-lg .navbar-collapse ul.navbar-nav li {
        border-color: rgba(250, 250, 250, 0.15);
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-collapse {
        position: absolute;
        top: 99%;
        right: 0;
        left: 0;
        background: #fff;
        margin-top: 0px;
        z-index: 1000;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .navbar-expand-xl .navbar-collapse .navbar-nav {
        overflow: hidden;
        overflow-y: auto;
        max-height: 65vh;
        padding: 15px;
    }
    .navbar-expand-xl ul.navbar-nav li {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
    }
    .navbar-expand-xl ul.navbar-nav li:last-child {
        border: none;
    }
    .navbar-expand-xl ul.navbar-nav li + li {
        margin-left: 0px;
    }
    .navbar-expand-xl ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        top: calc(50% + 2px);
    }
    .navbar-expand-xl ul.navbar-nav li > a:hover:after, .navbar-expand-xl ul.navbar-nav li > a.active:after {
        content: none !important;
        width: 0px !important;
    }
    .navbar-expand-xl ul.navbar-nav > li > a:not(.btn) {
        height: auto;
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
        padding: 8px 0;
        position: relative;
    }
    .navbar-expand-xl ul.navbar-nav > li.dropdown:hover > a:after {
        content: none;
    }
    .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 8px;
        height: 8px;
        top: calc(50% - 2px);
    }
    .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0px 0px 0px 15px;
        background: transparent;
    }
    .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        margin: 0;
    }
    [data-bs-theme="dark"] .navbar-expand-xl .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
    }
    [data-bs-theme="dark"] .navbar-expand-xl .navbar-collapse ul.navbar-nav li {
        border-color: rgba(250, 250, 250, 0.15);
    }
}
/*=== 2.1.3 Overlay Menu ===*/
.primary-menu.sticky-on.show {
    -webkit-animation: slide-down 0 !important;
    -moz-animation: slide-down 0 !important;
    animation: slide-down 0 !important;
}
.primary-menu.navbar-overlay .navbar-collapse {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: auto;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden;
    background: rgba(var(--bs-dark-rgb), 0.95);
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.primary-menu.navbar-overlay .navbar-collapse.show {
    opacity: 1 !important;
    visibility: visible;
}
.primary-menu.navbar-overlay .navbar-collapse .navbar-nav {
    min-width: 350px;
    max-height: 80vh;
}
.primary-menu.navbar-overlay .navbar-toggler {
    z-index: 1001;
}
.primary-menu.navbar-overlay .navbar-toggler.show span {
    background: #fff;
}
.primary-menu.navbar-overlay ul.navbar-nav li {
    border: 0px none;
    height: auto;
}
.primary-menu.navbar-overlay ul.navbar-nav li a {
    display: block;
    color: var(--bs-light);
    -webkit-transition: transform 0.44s 0.14s ease, color 0.2s linear;
    transition: transform 0.44s 0.14s ease, color 0.2s linear;
}
.primary-menu.navbar-overlay ul.navbar-nav > li.dropdown .dropdown-toggle .arrow::after {
    width: 11px;
    height: 11px;
}
.primary-menu.navbar-overlay ul.navbar-nav > li.dropdown .dropdown-menu {
    background: transparent;
}
.primary-menu.navbar-overlay ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    font-size: 1.1rem;
    color: var(--bs-light);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.primary-menu.navbar-overlay ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .primary-menu.navbar-overlay ul.navbar-nav > li.dropdown .dropdown-menu li a.active:not(.btn) {
    color: var(--bs-themecolor);
}
.primary-menu.navbar-overlay ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
}
/*=== 2.1.4 Sidebar Menu ===*/
@media (min-width: 992px) {
    .sidebar #main-wrapper {
        margin-left: 270px;
    }
    .sidebar .container {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .primary-menu.navbar-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        width: 270px;
        height: 100% !important;
        background-color: var(--bs-white);
        z-index: 4;
        overflow: hidden;
        overflow-y: auto;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav li {
        border: 0px none;
        height: auto;
        display: block;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav li a {
        display: block;
        position: relative;
        -webkit-transition: transform 0.44s 0.14s ease, color 0.2s linear;
        transition: transform 0.44s 0.14s ease, color 0.2s linear;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav li a:hover:after, .primary-menu.navbar-sidebar ul.navbar-nav li a.active:after {
        content: none;
        width: 0px;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav > li > a:not(.btn) {
        height: auto;
        padding: 10px 0;
        position: relative;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav > li.dropdown:hover a:after {
        content: none;
        width: 0px;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        width: 8px;
        height: 8px;
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav > li.dropdown .dropdown-menu {
        position: static;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: auto;
        padding: 0px 0px 0px 15px;
        background: transparent;
    }
    .primary-menu.navbar-sidebar ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
        position: relative;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    [data-bs-theme="dark"] .primary-menu.navbar-sidebar {
        background-color: color-mix(in srgb, var(--bs-themecolor) 20%, black);
    }
    [data-bs-theme="dark"] .primary-menu.navbar-sidebar ul.navbar-nav li a {
        color: var(--bs-light);
    }
    [data-bs-theme="dark"] .primary-menu.navbar-sidebar ul.navbar-nav li:hover > a:not(.btn), [data-bs-theme="dark"] .primary-menu.navbar-sidebar ul.navbar-nav li a.active:not(.btn) {
        color: var(--bs-themecolor);
    }
}
@media (max-width: 991.98px) {
    .primary-menu.navbar-sidebar {
        width: 100%;
        height: auto !important;
        overflow: visible;
    }
}
.dropdown-menu {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    border: 0px none;
    --bs-dropdown-border-radius: 1rem;
    --bs-dropdown-font-size: 1.125rem;
}
@media (min-width: 576px) {
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) ul.navbar-nav > li + li {
        margin-left: 2px;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: -3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 1.6rem;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        width: 6px;
        height: 6px;
        top: calc(50% - 0px);
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 5px;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
        margin-top: 0px;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li + li {
        margin-left: 0px;
        margin-right: 2px;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 0px;
        margin-right: 5px;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: auto;
        left: -3px;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 0.85em;
        padding-left: 1.6rem;
    }
    .primary-menu.navbar-expand-sm:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(60%, -50%) rotate(-45deg);
        transform: translate(60%, -50%) rotate(-45deg);
        top: calc(50% - 1px);
    }
}
@media (min-width: 768px) {
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) ul.navbar-nav > li + li {
        margin-left: 2px;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: -3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 1.6rem;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        width: 6px;
        height: 6px;
        top: calc(50% - 0px);
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 5px;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
        margin-top: 0px;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li + li {
        margin-left: 0px;
        margin-right: 2px;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 0px;
        margin-right: 5px;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: auto;
        left: -3px;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 0.85em;
        padding-left: 1.6rem;
    }
    .primary-menu.navbar-expand-md:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(60%, -50%) rotate(-45deg);
        transform: translate(60%, -50%) rotate(-45deg);
        top: calc(50% - 1px);
    }
}
@media (min-width: 992px) {
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) ul.navbar-nav > li + li {
        margin-left: 2px;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: -3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 1.6rem;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        width: 6px;
        height: 6px;
        top: calc(50% - 0px);
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 5px;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
        margin-top: 0px;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li + li {
        margin-left: 0px;
        margin-right: 2px;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 0px;
        margin-right: 5px;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: auto;
        left: -3px;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 0.85em;
        padding-left: 1.6rem;
    }
    .primary-menu.navbar-expand-lg:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(60%, -50%) rotate(-45deg);
        transform: translate(60%, -50%) rotate(-45deg);
        top: calc(50% - 1px);
    }
}
@media (min-width: 1200px) {
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) ul.navbar-nav > li + li {
        margin-left: 2px;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: -3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 1.6rem;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        width: 6px;
        height: 6px;
        top: calc(50% - 0px);
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 5px;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
        margin-top: 0px;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li + li {
        margin-left: 0px;
        margin-right: 2px;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 0px;
        margin-right: 5px;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: auto;
        left: -3px;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 0.85em;
        padding-left: 1.6rem;
    }
    .primary-menu.navbar-expand-xl:not(.navbar-sidebar) html[dir="rtl"] ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(60%, -50%) rotate(-45deg);
        transform: translate(60%, -50%) rotate(-45deg);
        top: calc(50% - 1px);
    }
}
/*=== 2.2 Page Header ===*/
.page-header {
    padding: 30px 0;
}
.page-header h1 {
    font-weight: 600;
    margin: 0;
}
.page-header .breadcrumb {
    background: none;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.9;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    padding: 0 9px 0 7px;
    font-weight: 900;
}
.page-header .breadcrumb > li a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-header .breadcrumb > li a:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-header.page-header-text-light {
    color: #fff;
}
.page-header.page-header-text-light h1 {
    color: #fff;
}
.page-header.page-header-text-light .breadcrumb > li {
    color: #f8f9fa;
}
.page-header.page-header-text-light .breadcrumb > li a {
    color: #f8f9fa;
}
.page-header.page-header-text-light .breadcrumb > li a:hover {
    color: var(--bs-themecolor);
}
.page-header.page-header-text-dark h1 {
    color: #1e1d1c;
}
.page-header.page-header-text-dark .breadcrumb > li {
    color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a {
    color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a:hover {
    color: var(--bs-themecolor);
}
/* =================================== */
/*  3. Layouts
/* =================================== */
#main-wrapper {
    background: #f5f5f5;
}
[data-bs-theme="dark"] #main-wrapper {
    background: #0a0a0c;
}
.section {
    position: relative;
    padding: 110px 0;
    padding: 3.85rem 0;
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .section {
        padding: 1.5rem 0;
    }
    .primary-menu.bg-transparent .navbar-toggler span {
        background: #030303;
    }
}
/* Circle Text */
.circle-text {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 10px;
}
.circle-text .circle-icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    font-size: 28px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
}
.circle-text svg {
    width: 100%;
    animation: text-rotation 8s infinite linear;
    will-change: animation;
}
.circle-text text:not(.circle-icon) {
    font-size: 72px;
    fill: var(--bs-themecolor);
    transition: fill .2s;
}
/* Circle Text Animation */
@keyframes text-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/*== Scroll Down Arrow ==*/
.scroll-down-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    width: 35px;
    height: 46px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.scroll-down-arrow .animated {
    position: relative;
    animation: fadeInDown 1.5s infinite;
    -webkit-animation: fadeInDown 1.5s infinite;
    -moz-animation: fadeInDown 1.5s infinite;
    -o-animation: fadeInDown 1.5s infinite;
}
.scroll-down-arrow .animated i {
    height: 46px;
}
.scroll-down-arrow .animated:after {
    position: absolute;
    content: " ";
    bottom: -5px;
    left: calc(50% + 0.05px);
    width: 10px;
    height: 10px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: none;
}
[data-bs-theme="dark"] .scroll-down-arrow {
    color: rgba(250, 250, 250, 0.5);
}
[data-bs-theme="dark"] .scroll-down-arrow .animated:after {
    border-color: rgba(250, 250, 250, 0.5);
}
@keyframes fadeInDown {
    0% {
        top: -25px;
        opacity: 0;
    }
    100% {
        top: 10px;
        opacity: 1;
    }
}
.rotate-animation {
    animation: infiniterotate 10s infinite linear !important;
}
@keyframes infiniterotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Thumb */
.img-thumb {
    width: 75px !important;
    height: auto;
}
.img-thumb-sm {
    width: 50px !important;
    height: auto;
}
.img-thumb-lg {
    width: 100px !important;
    height: auto;
}
/* Call to Action */
.call-to-action {
    background: url("../images/call-to-action-bg.png") top left no-repeat, url("../images/call-to-action-bg-2.png") bottom right no-repeat;
}
@media (max-width: 767.98px) {
    .call-to-action {
        background-size: contain;
    }
}
/* Map */
.map-wrap {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
/* Restaurant Menu */
.line hr {
    border-style: dashed;
    opacity: 0.3;
    border-width: 1px;
    height: 0px;
}
/* =================================== */
/*  4a. Elements
/* =================================== */
/*=== 4.1 Facilities New ===*/
.fac-img img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
}
.fac-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
}
.fac_title {
    display: inline-flex;
}
.fac_subtitle {
    margin-bottom: 30px;
    font-size: 16px;
}
/* =================================== */
/*  4. Elements
/* =================================== */
/*=== 4.1 Featured Box ===*/
.featured-box {
    box-sizing: border-box;
    position: relative;
}
.featured-box h3, .featured-box h4 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}
.featured-box:not(.style-5) .featured-box-icon img {
    max-width: 450px
}
.featured-box.style-1, .featured-box.style-2, .featured-box.style-3 {
    padding-left: 55px;
    padding-top: 8px;
}
.featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 30px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
}
.featured-box.style-2 p {
    margin-left: -50px;
}
.featured-box.style-3 {
    padding-left: 90px;
    padding-top: 0px;
}
.featured-box.style-3 .featured-box-icon {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.featured-box.style-4 {
    text-align: center;
}
.featured-box.style-4 .featured-box-icon {
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
    width: 110px;
    height: 110px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}
.abt-sec .text-start a {
    color: var(--bs-link-hover-color-rgb) !important
}
.featured-box.style-5 {
    text-align: center;
    background: #fff;
    border: 1px solid #f0f2f3;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-box.style-5:hover {
    border: 1px solid #ebeded;
    -webkit-box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
}
.featured-box.style-5 h3 {
    background: #f1f5f6;
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 0px;
}
.featured-box.style-5 .featured-box-icon {
    font-size: 50px;
    margin: 44px 0px;
}
.featured-box.featured-box-reverse, html[dir="rtl"] .featured-box:not(.style-4) {
    text-align: right;
}
.featured-box.featured-box-reverse.style-1, .featured-box.featured-box-reverse.style-2, html[dir="rtl"] .featured-box:not(.style-4).style-1, html[dir="rtl"] .featured-box:not(.style-4).style-2 {
    padding-right: 50px;
    padding-left: 0px;
}
.featured-box.featured-box-reverse.style-1 .featured-box-icon, .featured-box.featured-box-reverse.style-2 .featured-box-icon, html[dir="rtl"] .featured-box:not(.style-4).style-1 .featured-box-icon, html[dir="rtl"] .featured-box:not(.style-4).style-2 .featured-box-icon {
    left: auto;
    right: 0px;
}
.featured-box.featured-box-reverse.style-2 p, html[dir="rtl"] .featured-box:not(.style-4).style-2 p {
    margin-right: -50px;
    margin-left: 0;
}
.featured-box.featured-box-reverse.style-3, html[dir="rtl"] .featured-box:not(.style-4).style-3 {
    padding-left: 0;
    padding-right: 90px;
}
.featured-box.featured-box-reverse.style-3 .featured-box-icon, html[dir="rtl"] .featured-box:not(.style-4).style-3 .featured-box-icon {
    left: auto;
    right: 0px;
}
@media (min-width: 576px) {
    .featured-box.featured-box-reverse-sm {
        text-align: right;
    }
    .featured-box.featured-box-reverse-sm.style-1, .featured-box.featured-box-reverse-sm.style-2 {
        padding-right: 50px;
        padding-left: 0px;
    }
    .featured-box.featured-box-reverse-sm.style-1 .featured-box-icon, .featured-box.featured-box-reverse-sm.style-2 .featured-box-icon {
        left: auto;
        right: 0px;
    }
    .featured-box.featured-box-reverse-sm.style-2 p {
        margin-right: -50px;
        margin-left: 0;
    }
    .featured-box.featured-box-reverse-sm.style-3 {
        padding-left: 0;
        padding-right: 90px;
    }
    .featured-box.featured-box-reverse-sm.style-3 .featured-box-icon {
        left: auto;
        right: 0px;
    }
}
@media (min-width: 768px) {
    .featured-box.featured-box-reverse-md {
        text-align: right;
    }
    .featured-box.featured-box-reverse-md.style-1, .featured-box.featured-box-reverse-md.style-2 {
        padding-right: 50px;
        padding-left: 0px;
    }
    .featured-box.featured-box-reverse-md.style-1 .featured-box-icon, .featured-box.featured-box-reverse-md.style-2 .featured-box-icon {
        left: auto;
        right: 0px;
    }
    .featured-box.featured-box-reverse-md.style-2 p {
        margin-right: -50px;
        margin-left: 0;
    }
    .featured-box.featured-box-reverse-md.style-3 {
        padding-left: 0;
        padding-right: 90px;
    }
    .featured-box.featured-box-reverse-md.style-3 .featured-box-icon {
        left: auto;
        right: 0px;
    }
}
@media (min-width: 992px) {
    .featured-box.featured-box-reverse-lg {
        text-align: right;
    }
    .featured-box.featured-box-reverse-lg.style-1, .featured-box.featured-box-reverse-lg.style-2 {
        padding-right: 50px;
        padding-left: 0px;
    }
    .featured-box.featured-box-reverse-lg.style-1 .featured-box-icon, .featured-box.featured-box-reverse-lg.style-2 .featured-box-icon {
        left: auto;
        right: 0px;
    }
    .featured-box.featured-box-reverse-lg.style-2 p {
        margin-right: -50px;
        margin-left: 0;
    }
    .featured-box.featured-box-reverse-lg.style-3 {
        padding-left: 0;
        padding-right: 90px;
    }
    .featured-box.featured-box-reverse-lg.style-3 .featured-box-icon {
        left: auto;
        right: 0px;
    }
}
@media (min-width: 1200px) {
    .featured-box.featured-box-reverse-xl {
        text-align: right;
    }
    .featured-box.featured-box-reverse-xl.style-1, .featured-box.featured-box-reverse-xl.style-2 {
        padding-right: 50px;
        padding-left: 0px;
    }
    .featured-box.featured-box-reverse-xl.style-1 .featured-box-icon, .featured-box.featured-box-reverse-xl.style-2 .featured-box-icon {
        left: auto;
        right: 0px;
    }
    .featured-box.featured-box-reverse-xl.style-2 p {
        margin-right: -50px;
        margin-left: 0;
    }
    .featured-box.featured-box-reverse-xl.style-3 {
        padding-left: 0;
        padding-right: 90px;
    }
    .featured-box.featured-box-reverse-xl.style-3 .featured-box-icon {
        left: auto;
        right: 0px;
    }
}
/*=== 4.2 Accordion ===*/
.accordion {
    --bs-accordion-border-radius: 1rem;
    --bs-accordion-inner-border-radius: 1rem;
    --bs-accordion-color: var(--bs-secondary-color);
}
.accordion .accordion-item {
    border: none;
    margin-bottom: 1rem;
    background-color: transparent;
}
.accordion .accordion-header .accordion-button {
    box-shadow: none;
    border-radius: 1rem;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1.40rem;
    padding-bottom: 1.40rem;
    padding-left: 1.50rem;
    color: #252b33;
}
.accordion:not(.accordion-flush) .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--bs-themecolor);
    color: #fff;
}
.accordion:not(.accordion-flush) .accordion-header .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.accordion .accordion-body {
    line-height: 1.8;
    padding-left: 1.50rem;
    padding-bottom: 0;
    font-size: 1rem;
}
.accordion.accordion-flush .accordion-item {
    margin: 0;
}
.accordion.accordion-flush .accordion-header .accordion-button {
    padding: 1.50rem 0.95rem 1.50rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    color: var(--bs-themecolor);
}
.accordion.accordion-flush .accordion-header .accordion-button.collapsed {
    color: #252b33;
}
.accordion.accordion-flush .accordion-item:first-of-type .accordion-header .accordion-button {
    border-top: 0px;
}
.accordion.accordion-flush .accordion-body {
    padding: 0rem 2.5rem 1.50rem 0rem;
}
[data-bs-theme="dark"] .accordion:not(.accordion-flush) .accordion-header .accordion-button.collapsed {
    background-color: rgba(250, 250, 250, 0.08);
    color: #fff;
}
[data-bs-theme="dark"] .accordion.accordion-flush .accordion-header .accordion-button {
    border-top-color: rgba(250, 250, 250, 0.1);
}
[data-bs-theme="dark"] .accordion.accordion-flush .accordion-header .accordion-button.collapsed {
    color: #fff;
}
[data-bs-theme="dark"] .accordion .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
html[dir="rtl"] .accordion .accordion-header .accordion-button {
    padding: 1rem 2.25rem 1rem 1.25rem;
}
html[dir="rtl"] .accordion .accordion-header .accordion-button:after {
    left: auto;
    right: 12px;
}
html[dir="rtl"] .accordion .accordion-body {
    padding-right: 2.25rem;
    padding-left: 0;
}
html[dir="rtl"] .accordion.accordion-flush .accordion-header .accordion-button {
    padding-right: 1.40rem;
}
html[dir="rtl"] .accordion.accordion-flush .accordion-header .accordion-button::after {
    left: auto;
    right: 0px;
}
html[dir="rtl"] .accordion.accordion-flush .accordion-body {
    padding-right: 1.25rem;
}
html[dir="rtl"] .accordion.arrow-right .accordion-header .accordion-button {
    padding-right: 1.25rem;
    padding-left: 2.25rem;
}
html[dir="rtl"] .accordion.arrow-right .accordion-header .accordion-button::after {
    left: 20px;
    right: auto;
}
html[dir="rtl"] .accordion.arrow-right .accordion-body {
    padding-right: 1.25rem;
    padding-left: 0;
}
html[dir="rtl"] .accordion.accordion-flush.arrow-right .accordion-header .accordion-button {
    padding-right: 0;
    padding-left: 2.25rem;
}
html[dir="rtl"] .accordion.accordion-flush.arrow-right .accordion-header .accordion-button::after {
    left: 6px;
    right: auto;
}
/* 4.3 Nav */
.nav .nav-item .nav-link {
    color: #0c1324;
}
.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover {
    color: var(--bs-themecolor);
}
.nav.nav-separator .nav-item .nav-link {
    position: relative;
}
.nav.nav-separator .nav-item + .nav-item .nav-link:after {
    height: 14px;
    width: 1px;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
html[dir="rtl"] .nav.nav-separator .nav-item + .nav-item .nav-link:after {
    right: 0;
    left: auto;
}
.nav.nav-separator.nav-separator-light .nav-item + .nav-item .nav-link:after {
    background-color: rgba(250, 250, 250, 0.2);
}
.nav.nav-lg .nav-item .nav-link {
    font-size: 21px;
}
.nav-pills .nav-link {
    padding: 11px 30px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.nav-pills .nav-link:not(.active):hover {
    color: var(--bs-themecolor);
}
.nav-pills .nav-link.active, .nav-pills.nav-light .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    border-color: #6c011d;
    background-color: #6c011d;
}
.nav-pills .nav-link:not(.active):hover {
    color: var(--bs-themecolor);
}
.nav-pills {
    --bs-nav-pills-link-active-bg: #6c011d;
    --bs-nav-pills-border-radius: 0.625rem;
}
[data-bs-theme="dark"] .nav .nav-item .nav-link:not(.active) {
    color: #dee2e6;
}
[data-bs-theme="dark"] .nav:not(.nav-pills) .nav-item .nav-link.active, [data-bs-theme="dark"] .nav .nav-item .nav-link:not(.active):hover {
    color: var(--bs-themecolor);
}
[data-bs-theme="dark"] .nav.nav-separator .nav-item + .nav-item .nav-link:after {
    background-color: rgba(250, 250, 250, 0.2);
}
.nav-tabs {
    --bs-nav-tabs-border-color: rgba(0, 0, 0, 0.14);
    --bs-nav-tabs-link-active-border-color: rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.14) var(--bs-body-bg);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #f5f5f5;
    border-bottom-color: #f5f5f5;
}
.nav-tabs .nav-link:not(.active):hover {
    border-color: transparent;
}
[data-bs-theme="dark"] .nav-tabs {
    --bs-nav-tabs-border-color: rgba(250, 250, 250, 0.14);
    --bs-nav-tabs-link-active-border-color: rgba(250, 250, 250, 0.14) rgba(250, 250, 250, 0.14) var(--bs-body-bg);
}
[data-bs-theme="dark"] .nav-tabs .nav-link.active, [data-bs-theme="dark"] .nav-tabs .nav-item.show .nav-link {
    background-color: #0a0a0c;
    border-bottom-color: #0a0a0c;
}
.nav-underline {
    --bs-nav-underline-border-width: 3px;
    --bs-nav-underline-gap: 0.4rem 1rem;
}
.nav-underline .nav-link {
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 2px;
}
.nav-underline .nav-link:not(.active):hover {
    border-bottom: 0px;
    border-bottom-color: transparent;
}
.nav-underline .nav-link.active {
    font-weight: 500;
}
/*=== 4.4 Hero Background ===*/
.hero-wrap {
    position: relative;
    overflow: hidden;
}
.hero-wrap.cta-sec {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-wrap .hero-mask {
    z-index: 1;
}
.hero-wrap .hero-content {
    position: relative;
    z-index: 3;
}
.hero-wrap .hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video-text {
    /*
	position: relative;
	bottom: 10%;
*/
}
.hero-wrap .hero-bg-slideshow {
    z-index: 0;
}
.hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}
.hero-wrap .hero-bg.hero-bg-scroll {
    background-attachment: scroll;
}
.hero-wrap .hero-bg.swiper {
    min-height: 100vh;
}
.hero-wrap .hero-bg.swiper.hero-slider {
    position: relative;
}
.hero-wrap .hero-bg.swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}
.hero-wrap .hero-bg.swiper .swiper-slide .hero-mask {
    z-index: 2;
}
.hero-wrap .hero-bg.swiper .slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    transition: transform 6s ease;
    z-index: 1;
}
.hero-wrap .hero-bg.swiper .swiper-slide-active .slide-bg {
    transform: scale(1);
}
.hero-wrap .hero-bg.swiper .slide-content {
    position: relative;
    z-index: 3;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    padding-top: 6.85rem;
    padding-bottom: 3rem;
}
.hero-wrap .hero-bg.swiper .swiper-slide-active .slide-content {
    opacity: 1;
    transform: translateY(0);
}
.hero-wrap .hero-bg-slideshow .hero-bg {
    background-attachment: inherit;
}
.hero-wrap .hero-bg.swiper .swiper-slide .slide-bg {
    min-height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
    .hero-wrap .hero-bg {
        background-attachment: initial !important;
        background-position: center center !important;
    }
}
/*=== 4.5 Swiper Carousel/Slider ===*/
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(250, 250, 250, 0.4);
    background: none;
    opacity: 1;
    margin: 0 6px !important;
}
.swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
    border-color: rgba(250, 250, 250, 0.6);
}
.swiper-pagination.position-relative .swiper-pagination-bullet {
    border-color: rgba(0, 0, 0, 0.12);
}
.swiper-pagination.position-relative .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
    border-color: rgba(0, 0, 0, 0.3);
}
.swiper-pagination-bullet-active {
    background-color: var(--bs-themecolor);
    border: 1px solid var(--bs-themecolor);
}
.swiper-button-next, .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    background: rgba(var(--bs-secondary-rgb), 0.6);
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-button-next .swiper-navigation-icon, .swiper-button-prev .swiper-navigation-icon {
    display: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--bs-themecolor);
}
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
/*=== 4.6 Brands Grid ===*/
.brands-grid {
    overflow: hidden;
}
.brands-grid > .row > * {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.brands-grid.separator-border > .row > *:after, .brands-grid.separator-border > .row > *:before {
    content: '';
    position: absolute;
}
.brands-grid.separator-border > .row > *:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.brands-grid.separator-border > .row > *:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
[data-bs-theme="dark"] .brands-grid.separator-border > .row > *:after {
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}
[data-bs-theme="dark"] .brands-grid.separator-border > .row > *:before {
    border-left: 1px solid rgba(250, 250, 250, 0.1);
}
/*=== 4.7 Room Items ===*/
.room-items-wrap .room-item {
    position: relative;
    overflow: hidden;
}
.room-items-wrap .room-item .room-item-img {
    position: relative;
    overflow: hidden;
}
.room-items-wrap .room-item .room-item-img img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.room-items-wrap .room-item .room-discount {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-left: 2rem;
    padding: 1px 10px;
}
.room-items-wrap .room-item .room-details {
    position: absolute;
    padding: 2rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.room-items-wrap .room-item .room-details .details-link-icon {
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: var(--bs-themecolor);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transform: translate(0, 2rem);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.room-items-wrap .room-item:hover .room-details .details-link-icon {
    opacity: 1;
    transform: translate(0, 0px);
}
.room-items-wrap .room-item:hover .room-item-img img {
    -webkit-transform: scale(1.08) !important;
    transform: scale(1.08) !important;
}
/*=== 4.8 Gallery ===*/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery .gallery-item img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.gallery .gallery-item:hover img {
    -webkit-transform: scale(1.08) !important;
    transform: scale(1.08) !important;
}
.gallery .gallery-item .overlay-details {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(var(--bs-themecolor-rgb), 0.75);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery .gallery-item:hover .overlay-details {
    opacity: 1;
}
.gallery .gallery-item .playButton {
    width: 80px;
    height: 80px;
}
/*=== 4.9 Jarallax ===*/
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img, picture.jarallax-img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*=== 4.10 Video Play button ===*/
.playButton {
    position: relative;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    font-size: 24px;
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.playButton:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%) scale(1.3);
    transform: translate(50%, 50%) scale(1.3);
    border-radius: 50%;
    background-color: #fff;
    opacity: .2;
}
.playButton.playButton-pulsing:before {
    opacity: .6;
    -webkit-transform: translate(50%, 50%) scale(1);
    transform: translate(50%, 50%) scale(1);
    -webkit-animation: pulsing-ring 1800ms cubic-bezier(0.2, 0.6, 0.35, 1) infinite;
    animation: pulsing-ring 1800ms cubic-bezier(0.2, 0.6, 0.35, 1) infinite;
}
.playButton:hover {
    background-color: var(--bs-themehovercolor) !important;
}
@-webkit-keyframes pulsing-ring {
    100% {
        -webkit-transform: translate(50%, 50%) scale(1.3);
        transform: translate(50%, 50%) scale(1.3);
        opacity: 0;
    }
}
@keyframes pulsing-ring {
    100% {
        -webkit-transform: translate(50%, 50%) scale(1.3);
        transform: translate(50%, 50%) scale(1.3);
        opacity: 0;
    }
}
/*=== 4.11 Team ===*/
.team {
    text-align: center;
}
.team .team-img {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}
.team .team-overlay {
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team:hover .team-overlay {
    opacity: 1;
}
.team .team-overlay-details {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.team .team-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team:hover .team-img img {
    -webkit-transform: scale(1.04) !important;
    transform: scale(1.04) !important;
}
.team .team-details {
    padding: 1.5rem 0;
}
/*=== 4.12 Portfolio ===*/
.portfolio .portfolio-box {
    position: relative;
}
.portfolio .portfolio-box .portfolio-img {
    position: relative;
    overflow: hidden;
}
.portfolio .portfolio-box .portfolio-overlay {
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(var(--bs-themecolor-rgb), 0.75);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-box:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio .portfolio-box .portfolio-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-box:hover .portfolio-img img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.03) !important;
    transform: scale(1.03) !important;
}
.portfolio .portfolio-box .portfolio-overlay-details {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.portfolio .portfolio-details {
    padding: 1.5rem 0;
    text-align: center;
}
[data-bs-theme="dark"] .mfp-close-btn-in .mfp-close {
    color: #fff;
}
html[dir="rtl"] .mfp-content {
    text-align: right;
}
html[dir="rtl"] .mfp-close {
    left: 0px;
    right: auto;
}
/*=== 4.13 List Style ===*/
.list-link {
    padding: 0;
    margin: 0;
}
.list-link > li {
    position: relative;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 12px;
    padding-bottom: 12px;
}
.list-link > li a {
    position: relative;
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 600;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-link > li a:after {
    content: " ";
    position: absolute;
    top: calc(50%);
    left: 0;
    border-color: var(--bs-themecolor) !important;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 9px;
    height: 9px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.list-link > li a:hover {
    color: var(--bs-themehovercolor);
    margin-left: 7px;
}
.list-link > li a:hover:after {
    border-color: var(--bs-themehovercolor) !important;
}
.list-link > li:last-child {
    border: none;
    padding-bottom: 0px;
}
.list-style-1 > li {
    position: relative;
    list-style-type: none;
}
.list-style-1 > li:after {
    content: " ";
    position: absolute;
    top: 13px;
    left: -16px;
    border-color: currentColor;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
html[dir="rtl"] .list-style-1 > li:after {
    right: -15px;
    left: auto;
    border-color: #333;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.list-style-2 {
    padding: 0;
}
.list-style-2 > li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 12px;
    padding-bottom: 12px;
}
[data-bs-theme="dark"] .list-style-2 > li {
    border-bottom-color: rgba(250, 250, 250, 0.14);
}
/* =================================== */
/*  5. Helpers Classes
/* =================================== */
/* Box Shadow */
.shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
}
/* Border Radius */
.rounded-lg {
    border-radius: 0.6rem !important;
}
.rounded-top-0 {
    border-top-start-radius: 0px !important;
    border-top-end-radius: 0px !important;
}
.rounded-bottom-0 {
    border-bottom-start-radius: 0px !important;
    border-bottom-end-radius: 0px !important;
}
.rounded-start-0 {
    border-top-start-radius: 0px !important;
    border-bottom-start-radius: 0px !important;
}
.rounded-end-0 {
    border-top-end-radius: 0px !important;
    border-bottom-end-radius: 0px !important;
}
/* Text Size */
.text-0 {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
}
.text-1 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
}
.text-2 {
    font-size: 14px !important;
    font-size: 0.8rem !important;
}
.text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
}
.text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}
.text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
}
.text-6 {
    font-size: 24px !important;
    font-size: 1.50rem !important;
}
.text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
}
.text-8 {
    font-size: 32px !important;
    font-size: 2rem !important;
}
.text-9 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
}
.text-10 {
    font-size: 40px !important;
    font-size: 2.50rem !important;
}
.text-11 {
    font-size: calc(1.4rem + 2.17742vw) !important;
}
@media (min-width: 1200px) {
    .text-11 {
        font-size: 2.75rem !important;
    }
}
.text-12 {
    font-size: calc(1.425rem + 2.54032vw) !important;
}
@media (min-width: 1200px) {
    .text-12 {
        font-size: 3rem !important;
    }
}
.text-13 {
    font-size: calc(1.45rem + 2.90323vw) !important;
}
@media (min-width: 1200px) {
    .text-13 {
        font-size: 2.25rem !important;
    }
}
.text-14 {
    font-size: calc(1.475rem + 3.26613vw) !important;
}
@media (min-width: 1200px) {
    .text-14 {
        font-size: 3.5rem !important;
    }
}
.text-15 {
    font-size: calc(1.5rem + 3.62903vw) !important;
}
@media (min-width: 1200px) {
    .text-15 {
        font-size: 3.75rem !important;
    }
}
.text-16 {
    font-size: calc(1.525rem + 3.99194vw) !important;
}
@media (min-width: 1200px) {
    .text-16 {
        font-size: 4rem !important;
    }
}
.text-17 {
    font-size: calc(1.575rem + 4.71774vw) !important;
}
@media (min-width: 1200px) {
    .text-17 {
        font-size: 4.5rem !important;
    }
}
.text-18 {
    font-size: calc(1.625rem + 5.44355vw) !important;
}
@media (min-width: 1200px) {
    .text-18 {
        font-size: 5rem !important;
    }
}
.text-19 {
    font-size: calc(1.65rem + 5.80645vw) !important;
}
@media (min-width: 1200px) {
    .text-19 {
        font-size: 5.25rem !important;
    }
}
.text-20 {
    font-size: calc(1.7rem + 6.53226vw) !important;
}
@media (min-width: 1200px) {
    .text-20 {
        font-size: 5.75rem !important;
    }
}
.text-21 {
    font-size: calc(1.775rem + 7.62097vw) !important;
}
@media (min-width: 1200px) {
    .text-21 {
        font-size: 6.5rem !important;
    }
}
.text-22 {
    font-size: calc(1.825rem + 8.34677vw) !important;
}
@media (min-width: 1200px) {
    .text-22 {
        font-size: 7rem !important;
    }
}
.text-23 {
    font-size: calc(1.9rem + 9.43548vw) !important;
}
@media (min-width: 1200px) {
    .text-23 {
        font-size: 7.75rem !important;
    }
}
.text-24 {
    font-size: calc(1.95rem + 10.16129vw) !important;
}
@media (min-width: 1200px) {
    .text-24 {
        font-size: 8.25rem !important;
    }
}
.text-25 {
    font-size: calc(2.025rem + 11.25vw) !important;
}
@media (min-width: 1200px) {
    .text-25 {
        font-size: 9rem !important;
    }
}
.text-26 {
    font-size: calc(2.1rem + 12.33871vw) !important;
}
@media (min-width: 1200px) {
    .text-26 {
        font-size: 9.75rem !important;
    }
}
.text-27 {
    font-size: calc(2.15rem + 13.06452vw) !important;
}
@media (min-width: 1200px) {
    .text-27 {
        font-size: 10.25rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-28 {
        font-size: calc(1.825rem + 8.34677vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-28 {
        font-size: calc(2.025rem + 11.25vw) !important;
    }
}
@media (min-width: 992px) {
    .text-28 {
        font-size: 11rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-29 {
        font-size: calc(1.9rem + 9.43548vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-29 {
        font-size: calc(2.1rem + 12.33871vw) !important;
    }
}
@media (min-width: 992px) {
    .text-29 {
        font-size: 11.75rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-30 {
        font-size: calc(1.95rem + 10.16129vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-30 {
        font-size: calc(2.15rem + 13.06452vw) !important;
    }
}
@media (min-width: 992px) {
    .text-30 {
        font-size: 12.25rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-31 {
        font-size: calc(2.025rem + 11.25vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-31 {
        font-size: calc(2.225rem + 14.15323vw) !important;
    }
}
@media (min-width: 992px) {
    .text-31 {
        font-size: 13rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-32 {
        font-size: calc(2.1rem + 12.33871vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-32 {
        font-size: calc(2.3rem + 15.24194vw) !important;
    }
}
@media (min-width: 992px) {
    .text-32 {
        font-size: 13.75rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-33 {
        font-size: calc(2.15rem + 13.06452vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-33 {
        font-size: calc(2.35rem + 15.96774vw) !important;
    }
}
@media (min-width: 992px) {
    .text-33 {
        font-size: 14.25rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-34 {
        font-size: calc(2.225rem + 14.15323vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-34 {
        font-size: calc(2.425rem + 17.05645vw) !important;
    }
}
@media (min-width: 992px) {
    .text-34 {
        font-size: 15rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-35 {
        font-size: calc(2.3rem + 15.24194vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-35 {
        font-size: calc(2.5rem + 18.14516vw) !important;
    }
}
@media (min-width: 992px) {
    .text-35 {
        font-size: 15.75rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-36 {
        font-size: calc(2.35rem + 15.96774vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-36 {
        font-size: calc(2.55rem + 18.87097vw) !important;
    }
}
@media (min-width: 992px) {
    .text-36 {
        font-size: 16.25rem !important;
    }
}
@media (max-width: 767.98px) {
    .text-37 {
        font-size: calc(2.425rem + 17.05645vw) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-37 {
        font-size: calc(2.625rem + 19.95968vw) !important;
    }
}
@media (min-width: 992px) {
    .text-37 {
        font-size: 17rem !important;
    }
}
.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25, .text-26, .text-27, .text-28, .text-29 {
    line-height: 1.3;
}
.text-30, .text-31, .text-32, .text-33, .text-34, .text-35, .text-36, .text-37 {
    line-height: 1.1;
}
/* Font Weight */
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
/* Letter Spacing */
.ls-0 {
    letter-spacing: 0px;
}
.ls-1 {
    letter-spacing: 1px;
}
.ls-2 {
    letter-spacing: 2px;
}
.ls-3 {
    letter-spacing: 3px;
}
.ls-4 {
    letter-spacing: 4px;
}
.ls-5 {
    letter-spacing: 5px;
}
.ls-6 {
    letter-spacing: 6px;
}
.ls-7 {
    letter-spacing: 7px;
}
.ls-8 {
    letter-spacing: 8px;
}
.ls-9 {
    letter-spacing: 9px;
}
.ls-10 {
    letter-spacing: 10px;
}
/* Opacity */
.opacity-0 {
    opacity: 0;
}
.opacity-1 {
    opacity: 0.1;
}
.opacity-2 {
    opacity: 0.2;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-6 {
    opacity: 0.6;
}
.opacity-7 {
    opacity: 0.7;
}
.opacity-8 {
    opacity: 0.8;
}
.opacity-9 {
    opacity: 0.9;
}
.opacity-10 {
    opacity: 1;
}
/* Background light */
.bg-light-1 {
    background-color: #f8f6f5 !important;
}
.bg-light-2 {
    background-color: #ede8e6 !important;
}
.bg-light-3 {
    background-color: #ced4da !important;
}
.bg-light-4 {
    background-color: #adb5bd !important;
}
/* Background Dark */
.bg-dark {
    background-color: rgb(64 61 57 / 94%) !important;
}
.bg-dark-1 {
    background-color: #0c1324 !important;
}
.bg-dark-2 {
    background-color: #343a40 !important;
}
.bg-dark-3 {
    background-color: #495057 !important;
}
.bg-dark-4 {
    background-color: #6c757d !important;
}
/* Progress Bar */
.progress-sm {
    height: 0.5rem !important;
}
.progress-lg {
    height: 1.5rem !important;
}
/* =================================== */
/*  6. Blog
/* =================================== */
/* 6.1 List Item */
.list-item {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.list-item > li {
    display: block;
    position: relative;
}
.list-item li a {
    padding: 7px 0px 7px 16px;
    color: var(--bs-body-color);
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.list-item li a:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 1px;
    border-color: #333;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.list-item a:hover {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list-item li a span {
    float: right;
}
html[dir="rtl"] .list-item li a {
    padding-left: 0px;
    padding-right: 16px;
}
html[dir="rtl"] .list-item li a:after {
    top: 50%;
    left: auto;
    right: 1px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top: 0px;
    border-right: 0px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(45deg);
}
html[dir="rtl"] .list-item li a span {
    float: left;
}
/* 6.2 Tags */
.tags a {
    text-decoration: none;
    border-radius: 50rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: var(--bs-secondary-color);
    padding: 5px 16px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tags a:hover {
    background: var(--bs-themecolor);
    border-color: var(--bs-themecolor);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
html[dir="rtl"] .tags a {
    margin-left: 5px;
    margin-right: 0px;
}
/* 6.3 Side Post */
.side-post .item-post {
    margin-top: 1.4rem;
    display: flex;
    gap: 1rem;
}
.side-post .item-post:after {
    display: block;
    clear: both;
    content: "";
}
.side-post .item-post .img-thumb {
    min-width: 110px !important;
}
.side-post .item-post .caption {
    overflow: hidden;
}
.side-post .item-post .caption a {
    color: var(--bs-heading-color);
    display: block;
    line-height: 1.25;
    text-decoration: none;
    margin-top: -3px;
    margin-bottom: 3px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.side-post .item-post .caption a:hover {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.side-post .item-post .caption .date-post {
    color: var(--bs-secondary-color);
    font-size: 14px;
    margin-bottom: 0px;
}
.item-post .caption a h6{
	font-size: 15px;
	line-height: 23px;
}
html[dir="rtl"] .side-post .item-post .img-thumb {
    float: right;
    margin-left: 12px;
    margin-right: 0px;
}
/* 6.4 Post */
.blog-post {
    background: #f8f6f5;
}
.blog-post p {
    font-size: 1rem;
}
.blog-post .link-primary.link-offset-2 {
    color: #6c011d !important;
}
.blog-post .title-blog {
    margin-bottom: 1rem;
    font-size: 1.39rem;
    font-weight: 600;
}
.blog-post .title-blog a {
    text-decoration: none;
    font-size: 1.39rem;
    font-weight: 600;
    color: var(--bs-heading-color);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog-post .title-blog a:hover {
    color: var(--bs-themehovercolor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-post .card-img-top {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ba-we-love-subscribers {
    width: 290px;
    height: 50px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 0 0 10px 0;
    overflow: hidden;
    opacity: 0;
}
.ba-we-love-subscribers.open {
    height: 450px;
    opacity: 1;
    padding: 30px;
}
.ba-we-love-subscribers.popup-ani {
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ba-we-love-subscribers h1 {
    font-size: 20px;
    color: #757575;
    padding: 25px 0;
    margin: 0;
    font-weight: 400;
}
.ba-we-love-subscribers .love {
    width: 20px;
    height: 20px;
    background-position: 35px 84px;
    display: inline-block;
    margin: 0 6px;
    background-size: 62px;
}
.ba-we-love-subscribers .ba-logo {
    width: 65px;
    height: 25px;
    background-position: 0px;
    margin: 0 auto;
    opacity: 0.5;
    cursor: pointer;
}
.ba-we-love-subscribers .ba-logo:hover {
    opacity: 1;
}
.logo-ani {
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
}
.ba-we-love-subscribers-fab {
    width: 65px;
    height: 65px;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6c011d;
    border-radius: 50%;
    float: right;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.3);
    z-index: 5;
    position: relative;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.ba-we-love-subscribers-fab .img-fab {
    height: 30px;
    width: 30px;
    margin: 15px auto;
    background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
    background-position: -1px -53px;
}
.ba-we-love-subscribers-fab .wrap {
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .ani {
    transform: rotate(45deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .close {
    background-position: -2px 1px;
    transform: rotate(-45deg);
    float: none;
    /*Bootstrap Overide*/
    opacity: 1;
    /*Bootstrap Overide*/
}
.ba-we-love-subscribers-wrap {
    position: fixed;
    right: 0.5%;
    bottom: 43%;
    z-index: 1000;
}
.ba-settings {
    position: absolute;
    top: -25px;
    right: 0px;
    padding: 10px 20px;
    background-color: #555;
    border-radius: 5px;
    color: #fff;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333;
    }
    50% {
        background-color: #333;
        -webkit-box-shadow: 0 0 40px #333;
    }
    100% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333;
    }
}
@-moz-keyframes glowing {
    0% {
        background-color: #333;
        -moz-box-shadow: 0 0 3px #333;
    }
    50% {
        background-color: #333;
        -moz-box-shadow: 0 0 40px #333;
    }
    100% {
        background-color: #333;
        -moz-box-shadow: 0 0 3px #333;
    }
}
@-o-keyframes glowing {
    0% {
        background-color: #333;
        box-shadow: 0 0 3px #333;
    }
    50% {
        background-color: #6c011d;
        box-shadow: 0 0 40px #6c011d;
    }
    100% {
        background-color: #333;
        box-shadow: 0 0 3px #333;
    }
}
@keyframes glowing {
    0% {
        background-color: #333;
        box-shadow: 0 0 3px #333;
    }
    50% {
        background-color: #6c011d;
        box-shadow: 0 0 40px #6c011d;
    }
    100% {
        background-color: #333;
        box-shadow: 0 0 3px #333;
    }
}
.blog-post:hover .card-img-top {
    -webkit-transform: scale(1.08) !important;
    transform: scale(1.08) !important;
}
.pay-status {
    position: absolute;
    top: 22%;
    right: 0;
    color: #fff;
    padding: 3px 18px;
    font-size: 12px;
    border-radius: 12px 0 0 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.pay-status.green {
    background: green;
}
.pay-status.red {
    background: red;
}
.cat-status {
    position: absolute;
    bottom: 5%;
    left: 4%;
    padding: 3px 10px;
    font-size: 12px;
    color: #333000;
    letter-spacing: 1.5px;
    background: #fff;
    font-weight: 600;
}
.blog-post .meta-blog {
    padding-left: 0px;
    display: flex;
    gap: 15px;
    list-style: none;
}
.blog-post .meta-blog li {
    font-size: 14px;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #6a6a6a;
}
.blog-post .meta-blog li i {
    font-size: 12px;
    color: #6c011d;
}
.blog-post .meta-blog li a {
    color: var(--bs-tertiary-color);
    font-weight: 500;
    text-decoration: none;
}
.blog-post .meta-blog li a:hover {
    color: var(--bs-themehovercolor);
}
html[dir="rtl"] .blog-post .meta-blog {
    padding-right: 0px;
}
html[dir="rtl"] .blog-post .meta-blog li {
    margin-right: 0px;
    margin-left: 12px;
}
html[dir="rtl"] .blog-post .meta-blog li i {
    margin-right: 0px;
    margin-left: 5px;
}
/* 6.5 Post Comment */
.post-comment ul {
    padding: 0px;
    list-style-type: none;
}
.post-comment ul li {
    border-top: 1px solid rgba(16, 85, 96, 0.1);
    padding-top: 1.3rem;
    margin-top: 1rem;
}
.post-comment ul ul {
    margin-left: 2.5rem;
}
.post-comment > ul > li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
html[dir="rtl"] .post-comment ul ul {
    margin-left: 0rem;
    margin-right: 2.5rem;
}
@media (max-width: 575.98px) {
    .post-comment ul ul {
        margin-left: 1.5rem;
    }
    html[dir="rtl"] .post-comment ul ul {
        margin-left: 0;
        margin-right: 1.5rem;
    }
}
/* =================================== */
/*  7. Footer New
/* =================================== */
.footer-dark {
    background: #403d39;
    color: #fff;
    padding: 40px 0;
}
.footer-top {
    margin-bottom: 40px;
    padding: 0 30px;
    border-bottom: 1px solid #ffffff2e;
}
.footer-contact small {
    color: #fff;
    display: block;
    font-weight: bolder;
}
.footer-contact p {
    margin: 0;
    font-weight: 500;
    color: #ddd;
    font-size: 15px;
}
.footer-contact a {
    text-decoration: none;
}
.foot-abt p {
    color: #ddd;
}
.icon-circle {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-circle i {
    color: #6b011d;
}
.footer-contact p {
    margin: 0;
    font-weight: 500;
    color: #ddd;
    font-size: 15px;
}
.footer-contact small {
    color: #fff;
    display: block;
    font-weight: bolder;
}
.footer-middle h5 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-family: var(--bs-heading-font-family)
}
.links-grid {
    display: flex;
    justify-content: space-between;
}
.links-grid ul {
    list-style: none;
    padding: 0;
}
.links-grid a {
    color: #ddd;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
}
.links-grid a:hover {
    color: #fff;
}
.footer-bottom {
    margin-top: 20px;
}
.footer-bottom p {
    margin: 0px;
}
hr {
    border-color: #ffffff2a;
}
/* =================================== */
/*  7. Facilities
/* =================================== */
.trips-slider .swiper-wrapper, .events-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.trip-card {
    position: relative;
    height: 520px;
    overflow: hidden;
    transition: transform 0.4s ease;
}
.trip-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    filter: grayscale(0.8);
}
.trip-card:hover {
    transform: scale(1.05);
}
.trip-card:hover img {
    filter: none;
}
.trip-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
    transition: 0.4s;
}
/* TOP RIGHT TEXT */
.nights {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0px;
    /* left: 0px; */
    color: #fff;
    padding: 2rem;
    width: 100%;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 1));
}
/* CONTENT BLOCK (BOTTOM LOCKED) */
.content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding: 2rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
}
/* MAIN TEXT */
.content-main small {
    font-size: 12px;
    letter-spacing: 2px;
}
.content-main h3 {
    font-size: 22px;
    margin: 8px 0 12px;
    font-family: var(--bs-heading-font-family);
}
/* EXTRA CONTENT (HIDDEN INITIALLY) */
.content-extra {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}
.content-extra p, .content-extra .price {
font-size: 14px;
    line-height: 24px;
    color: #f6f6f6;
}
/* BUTTON */
.btn-explore {
    display: inline-block;
    margin-top: 12px;
    border-radius: 30px;
    border: 1px solid #6c011d;
    padding: 10px 18px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-family: var(--vr-sans);
    letter-spacing: 2px;
    background: #6c011d;
}
/* 🔥 HOVER EFFECT */
.trip-card:hover img {
    transform: scale(1.08);
}
.trip-card:hover .overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.4));
}
.trip-card:hover .content-extra {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
}
/* =================================== */
/*  7. Footer
/* =================================== */
#footer {
    background: #fff;
    color: #252b33;
}
.footer-logo img {
    max-width: 90px;
}
#footer .nav .nav-item {
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: 0 10px;
}
#footer .nav .nav-item .nav-link {
    padding: 0;
    margin: 0.4rem 0px;
    color: #252b33;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer .nav .nav-item .nav-link:focus {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#footer .nav .nav-link:hover {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#footer .newsletter .form-control {
    height: 44px !important;
    background: transparent;
    border-color: rgba(0, 0, 0, 0.3);
    color: inherit;
}
#footer .newsletter .input-group-text {
    margin-left: 0px !important;
    background: transparent;
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4);
}
#footer .footer-copyright {
    margin-top: 6.5rem;
    border-top: 1px solid #e2e8ea;
    padding: 40px 0px;
    color: #67727c;
}
#footer .footer-copyright .nav .nav-item .nav-link {
    color: #67727c;
}
#footer .footer-copyright .nav .nav-link:hover {
    color: var(--bs-themecolor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#footer .nav.flex-column .nav-item {
    padding: 0px;
}
#footer .nav.flex-column .nav-item .nav-link:hover {
    padding-left: 7px;
}
#footer.footer-dark {
    color: #fafafa;
    background: color-mix(in srgb, var(--bs-themecolor) 20%, black);
}
#footer.footer-dark .nav .nav-item .nav-link, #footer.footer-dark .dropdown-toggle {
    color: #fafafa;
}
#footer.footer-dark .nav .nav-item .nav-link:hover, #footer.footer-dark .dropdown-toggle:hover {
    color: var(--bs-themecolor);
}
#footer.footer-dark .footer-copyright {
    border-color: rgba(250, 250, 250, 0.1);
    color: #fafafa;
}
#footer.footer-dark .newsletter .form-control {
    border-color: rgba(250, 250, 250, 0.5);
    color: rgba(250, 250, 250, 0.6);
}
#footer.footer-dark .newsletter .input-group-text {
    border-color: rgba(250, 250, 250, 0.5);
    color: rgba(250, 250, 250, 0.6);
}
@media (max-width: 575.98px) {
    #footer .footer-copyright {
        margin-top: 3.5rem;
    }
}
body:not(.rtl) #footer .nav .nav-item:first-child {
    padding-left: 0px;
}
body:not(.rtl) #footer .nav .nav-item:last-child {
    padding-right: 0px;
}
.rtl #footer .nav .nav-item:first-child {
    padding-right: 0px;
}
.rtl #footer .nav .nav-item:last-child {
    padding-left: 0px;
}
/*=== 7.1 Social Icons ===*/
.social-icons, .payment-icons {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.social-icons li, .payment-icons li {
    margin: 0px 3px;
    padding: 0;
    overflow: visible;
    display: flex;
}
.social-icons li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    font-size: 21px;
    text-align: center;
    color: #4d555a;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.social-icons li i {
    line-height: inherit;
    font-size: 13px;
}
.social-icons li img {
    max-width: 20px;
    filter: invert(100%);
}
.social-icons.social-icons-sm li {
    margin: 2px 4px;
}
.social-icons.social-icons-sm li a {
    font-size: 16px;
    height: 40px;
    width: 40px;
}
.social-icons.social-icons-light li a {
    color: #f8f9fa;
    border-color: rgba(250, 250, 250, 0.1);
}
.payment-icons li a {
    padding: 5px;
    border: 1px solid #eeeeee38;
    border-radius: 5px;
    display: flex;
}
.payment-icons li a img {
    max-width: 60px;
}
.social-icons li a:hover {
    color: #ffffff;
    border-color: #ffffff;
}
html:not([dir="rtl"]) .social-icons li:first-child {
    margin-left: 0px;
}
html:not([dir="rtl"]) .social-icons li:last-child {
    margin-right: 0px;
}
html[dir="rtl"] .social-icons li:first-child {
    margin-right: 0px;
}
html[dir="rtl"] .social-icons li:last-child {
    margin-left: 0px;
}
/*=== 7.2 Back to Top ===*/
#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1030;
    bottom: 1.5rem;
    right: 1.5rem;
    background: #868686;
    color: #fff;
    font-size: 14px;
    width: 45px;
    height: 45px;
    text-decoration: none;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#back-to-top.show {
    transform: scale(1);
}
#back-to-top:hover {
    background-color: #6c011d;
}
[data-bs-theme="dark"] #back-to-top {
    border: 1px solid rgba(250, 250, 250, 0.3);
    color: 1px solid rgba(250, 250, 250, 0.3);
}
[data-bs-theme="dark"] #back-to-top:after {
    border-top: 1px solid rgba(250, 250, 250, 0.7);
    border-right: 1px solid rgba(250, 250, 250, 0.7);
}
[data-bs-theme="dark"] #back-to-top:hover {
    background: transparent;
    border-color: rgba(var(--bs-themecolor-rgb), 1);
}
[data-bs-theme="dark"] #back-to-top:hover:after {
    border-color: rgba(var(--bs-themecolor-rgb), 1);
}
html[dir="rtl"] body:not(.side-header-right) #back-to-top, html:not([dir="rtl"]) .side-header-right #back-to-top {
    left: 10px;
    right: auto;
}
@media (max-width: 575.98px) {
    #back-to-top {
        z-index: 1029;
    }
}
/* =================================== */
/*  8. Extras
/* =================================== */
/* Bootstrap Specific */
.form-control:not(.form-control-sm), .form-select:not(.form-control-sm) {
    padding: 0 0 .810rem 0rem;
    height: inherit;
    box-shadow: inset 0 0;
}
.form-control:not(.form-control-sm).rounded-pill, .form-select:not(.form-control-sm).rounded-pill {
    padding: .810rem 1.2rem;
}
.icon-inside {
    position: absolute;
    right: 0.96rem;
    top: calc(50% - 13px);
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #c4c3c3;
    z-index: 3;
}
.form-control-sm + .icon-inside {
    font-size: 0.875rem !important;
    font-size: 14px;
    top: calc(50% - 13px);
}
.form-control:not(.form-control-sm).rounded-pill + .icon-inside, .form-select:not(.form-control-sm).rounded-pill {
    right: 1.2rem;
}
.form-select option {
    color: initial;
}
.form-select:invalid {
    color: #8c8c8f;
}
select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    height: auto;
    padding-top: .700rem;
    padding-bottom: .700rem;
}
.custom-select:not(.custom-select-sm) {
    height: calc(3.05rem + 2px);
    padding-top: .700rem;
    padding-bottom: .700rem;
}
.col-form-label-sm {
    font-size: 13px;
}
.custom-select-sm {
    padding-left: 5px !important;
    font-size: 14px;
}
.custom-select:not(.custom-select-sm).border-0 {
    height: 3.00rem;
}
.form-control:focus, .form-select:focus {
    -webkit-box-shadow: rgba(var(--bs-themecolor-rgb), 0.5);
    box-shadow: rgba(var(--bs-themecolor-rgb), 0.5);
    border-color: var(--bs-themecolor) !important;
}
.form-control:focus[readonly] {
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #8c8c8f;
}
.form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #8c8c8f;
}
.form-control::-moz-placeholder {
    /* FF 19+ */
    color: #8c8c8f;
}
.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #8c8c8f;
}
/* Form Dark */
.form-dark .form-select:invalid {
    color: #8c8c8f;
}
.form-dark .form-label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #7b7b7b;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    font-weight: 500;
}
.form-dark .form-control, .form-dark .form-select {
    border-color: rgb(164 164 164 / 25%);
    background: none;
    color: #fff;
    border: none;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
}
.form-dark .form-select {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 13px 15px;
    border-color: rgb(164 164 164 / 25%);
    background-color: none;
}
.form-dark .icon-inside {
    color: #8c8c8f;
}
/*  Input Group for Booking Form  */
@media (min-width: 992px) {
    .intro-booking-form .input-group div:not(:first-child) .form-control, .intro-booking-form .input-group div:not(:first-child) .form-select, .intro-booking-form .input-group div:not(:first-child) .btn {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .intro-booking-form .input-group div:not(:last-child) .form-control, .intro-booking-form .input-group div:not(:last-child) .form-select, .intro-booking-form .input-group div:not(:last-child) .btn {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .intro-booking-form .form-control:focus, .intro-booking-form .form-select:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: var(--bs-border-color) !important;
    }
    .intro-booking-form .form-group .form-control, .intro-booking-form .form-group .form-select {
        border-top: none;
        border-bottom: none;
    }
    .intro-booking-form .form-control:not(.form-control-sm), .intro-booking-form .form-select:not(.form-control-sm) {
        padding: .810rem .96rem;
    }
    .intro-booking-form .form-control:not(.form-control-sm).rounded-pill + .icon-inside, .intro-booking-form .form-select:not(.form-control-sm).rounded-pill {
        right: .96rem;
    }
}
@media (max-width: 991.98px) {
    .intro-booking-form {
        border-radius: var(--bs-border-radius-xxl) !important;
    }
    .intro-booking-form .input-group {
        width: auto;
    }
}
/*  DateRangePicker */
.daterangepicker {
    border-radius: 10px;
    margin-top: 8px;
}
.daterangepicker.opensright:before {
    left: 18px;
    top: -9px;
    border-right-width: 9px;
    border-left-width: 9px;
    border-bottom-width: 9px;
}
.daterangepicker.opensright:after {
    left: 19px;
    top: -8px;
    border-right-width: 8px;
    border-left-width: 8px;
    border-bottom-width: 8px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--bs-themecolor);
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    font-size: 14px;
    min-width: 34px;
    width: 36px;
    height: 26px;
    line-height: 26px;
}
.btn {
    --bs-btn-padding-x: 28px;
    --bs-btn-padding-y: 0.8rem;
    --bs-btn-font-weight: 600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-sm {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 14px;
}
.btn-lg {
    --bs-btn-font-size: 1.25rem;
}
.input-group-append .btn, .input-group-prepend .btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
@media (max-width: 575.98px) {
    .btn:not(.btn-sm) {
        padding: .810rem 2rem;
    }
    .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn {
        padding: 0 0.75rem;
    }
}
.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-themehovercolor);
    --bs-btn-hover-border-color: var(--bs-themehovercolor);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--bs-themehovercolor);
    --bs-btn-active-border-color: var(--bs-themehovercolor);
    --bs-btn-disabled-bg: var(--bs-themecolor);
    --bs-btn-disabled-border-color: var(--bs-themecolor);
}
.btn-outline-primary {
    --bs-btn-color: var(--bs-themecolor);
    --bs-btn-border-color: var(--bs-themecolor);
    --bs-btn-hover-bg: var(--bs-themecolor);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-themecolor);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--bs-themehovercolor);
    --bs-btn-active-border-color: var(--bs-themehovercolor);
    --bs-btn-disabled-color: var(--bs-themecolor);
    --bs-btn-disabled-border-color: var(--bs-themecolor);
}
.link-primary:hover, .link-primary:focus {
    color: var(--bs-link-hover-color-rgb) !important;
    text-decoration-color: rgba(var(--bs-themehovercolor-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.btn-secondary {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: #8d8f94;
    --bs-btn-hover-border-color: #8d8f94;
    --bs-btn-active-bg: #8d8f94;
    --bs-btn-active-border-color: #8d8f94;
}
.btn-outline-secondary {
    --bs-btn-color: #87898d;
    --bs-btn-border-color: #87898d;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: #8d8f94;
    --bs-btn-active-border-color: #8d8f94;
}
.link-secondary:hover, .link-secondary:focus {
    color: rgba(141, 143, 148, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(141, 143, 148, var(--bs-link-underline-opacity, 1)) !important;
}
.progress, .progress-stacked {
    --bs-progress-bar-bg: var(--bs-themecolor);
}
.pagination {
    --bs-pagination-active-bg: var(--bs-themecolor);
    --bs-pagination-active-border-color: var(--bs-themecolor);
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-bg: transparent;
    --bs-pagination-font-size: 1.125rem;
}
.pagination .page-item .page-link {
    margin: 0 5px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.pagination .page-item .page-link:focus {
    box-shadow: none;
}
/*  Button New Style with Arrow Icon */
.btn-new {
    --bs-btn-padding-y: 5px;
    padding-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    border-radius: 0;
}
.btn-new .btn-text {
    overflow: hidden;
}
.btn-new .btn-text span {
    display: flex;
    backface-visibility: hidden;
    text-shadow: 0 30px 0;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}
.btn-new .btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #6c011d;
    border-radius: 0%;
    transition: all 0.3s ease-in-out;
}
.btn-new .btn-icon i {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
.btn-new:hover .btn-text span {
    transform: translateY(-30px);
}
.btn-new:hover .btn-icon i {
    transform: rotate(0);
}
.btn-new.btn-sm .btn-icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
}
.btn-new.btn-secondary .btn-icon {
    background-color: color-mix(in srgb, var(--bs-secondary) 30%, black);
}
.btn-new.btn-success .btn-icon {
    background-color: color-mix(in srgb, var(--bs-success) 25%, black);
}
.btn-new.btn-danger .btn-icon {
    background-color: color-mix(in srgb, var(--bs-danger) 40%, black);
}
.btn-new.btn-warning .btn-icon {
    background-color: color-mix(in srgb, var(--bs-warning) 20%, black);
}
.btn-new.btn-info .btn-icon {
    background-color: color-mix(in srgb, var(--bs-info) 30%, black);
}
.btn-new.btn-light .btn-icon {
    background-color: var(--bs-dark);
}
.btn-new.btn-dark .btn-icon {
    background-color: #fff;
}
.btn-new.btn-dark .btn-icon i {
    color: var(--bs-dark);
}
.btn-new.btn-link .btn-icon {
    background-color: var(--bs-themecolor);
    width: 30px;
    height: 30px;
}
.btn-new:not(:hover).btn-outline-primary .btn-icon {
    background-color: var(--bs-themecolor);
}
.btn-new:not(:hover).btn-outline-secondary .btn-icon {
    background-color: var(--bs-secondary);
}
.btn-new:not(:hover).btn-outline-success .btn-icon {
    background-color: var(--bs-success);
}
.btn-new:not(:hover).btn-outline-danger .btn-icon {
    background-color: var(--bs-danger);
}
.btn-new:not(:hover).btn-outline-warning .btn-icon {
    background-color: var(--bs-warning);
}
.btn-new:not(:hover).btn-outline-info .btn-icon {
    background-color: var(--bs-info);
}
.btn-new:not(:hover).btn-outline-light .btn-icon {
    background-color: var(--bs-light);
    color: var(--bs-dark);
}
.btn-new.btn-outline-dark .btn-icon {
    background-color: var(--bs-dark);
}
.btn-new.btn-outline-dark:hover .btn-icon {
    background-color: #fff;
    color: var(--bs-dark);
}
.d-grid > .btn-new {
    --bs-btn-padding-y: 10px;
    padding-right: 28px;
}
.d-grid > .btn-new .btn-icon {
    width: 30px;
    height: 30px;
}
.discovery-card {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}
/* Image & Video */
.discovery-card img, .discovery-card video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
/* Default states */
.discovery-card video {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
}
.discovery-card img {
    z-index: 1;
    transition: opacity 0.5s ease;
}
/* Overlay ALWAYS visible */
.discovery-card .overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
/* Content */
.discovery-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    color: #fff;
    background: none;
    padding: 15px 25px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    width: 100%;
}
.discovery-card .content h3 {
    color: #fff;
    font-size: 22px;
    margin: 8px 0 12px;
    font-family: var(--bs-heading-font-family);
}
.discovery-card .content span {
    color: #ddd;
    font-size: 14px;
}
/* Hover state (visual only) */
.discovery-card:hover video {
    opacity: 1;
}
.discovery-card:hover img {
    opacity: 0;
}
.gift-card-img img {
    width: 100%;
}
/*______________________________________________________________________FLIPBOOK_____________________________________________________________________________*/
.booklet {
    margin: 0 auto;
}
.booklet img {
    width: 100%;
    max-width: 550px;
}
.controls {
    margin: 20px auto 10px;
    background: #eee;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    gap: 12px;
}
.controls span {
    font-size: 14px;
    color: #555;
}
.page-box {
    background: #ddd;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
}
.caption {
    font-size: 14px;
    color: #666;
}
.download-btn {
    margin-top: 15px;
    background: #1f2c2f;
    color: #fff;
    padding: 12px 28px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration: none;
}
.download-btn:hover {
    background: #333;
    color: #fff;
}
.viewer-section {
    text-align: center;
    padding: 60px 0;
}
.flipbook-container {
    width: 420px;
    margin: 0 auto;
}
.caption {
    font-size: 14px;
    color: #666;
}
.download-btn {
    margin-top: 15px;
    display: inline-block;
    background: #1f2c2f;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    letter-spacing: 1px;
}
.download-btn:hover {
    background: #333;
}
.pro-booking-box {
    background: #fff;
    padding: 30px;
    border-radius: 0px;
    text-align: left;
}
.pro-booking-box h4 {
    margin-bottom: 10px;
}
.pro-price {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
}
.btn-white {
    background: white;
    color: var(--primary);
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
/*______________________________________________________________________BANNER BUTTONS SECTION_____________________________________________________________________________*/
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #fff;
}
.hero.hero-ban-sec .hero-content h1 {
    font-weight: lighter;
    font-size: 75px;
    font-family: var(--vr-sans);
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #0b101c;
}
.hero.hero-ban-sec .hero-content p {
    text-shadow: 2px 4px 4px #0b101c;
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    z-index: 1;
}
.navbar {
    position: relative;
    z-index: 2;
}
.navbar-brand {
    letter-spacing: 1px;
}
.hero-content {
    position: relative;
    z-index: 2;
    top: 55%;
    padding-bottom: 60px;
}
.cta-sec .hero-content {
    top: 12%;
}
.bg-grady {
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(transparent));
    background: linear-gradient(180deg, #222, transparent);
    height: 200px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: -12%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sticky-on .bg-grady {
    background: none
}
.sticky-on.primary-menu ul.navbar-nav > li > a:not(.btn) {
    margin: 0px 5px;
}
.btn-border {
    color: #333;
    background: #fffcf2;
}
.btn-border .btn-icon {
    background: #ffffff;
    color: #333;
}
.btn-border:hover {
    border: 1px solid #fff;
    background: #ffffff78;
    color: #333;
}
.bottom-cards {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}
.twitter {
    color: #333000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.twitter:hover {
    color: #FF7D6D;
    text-decoration: none;
}
.fl-fl {
    background: #f8f6f5;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: absolute;
    width: 250px;
    right: -10.2%;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.float-sm .fa-solid {
    font-size: 20px;
    color: #6c011d;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}
.float-sm .fl-fl:hover {
    right: 0;
}
.float-sm .fl-fl a {
    color: #6c011d !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}
.float-fb {
    top: 160px;
}
.float-tw {
    top: 215px;
}
.float-gp {
    top: 270px;
}
.float-rs {
    top: 325px;
}
.float-ig {
    top: 380px;
}
.float-pn {
    top: 435px;
}
/*______________________________________________________________________CENTER SLIDER SECTION_____________________________________________________________________________*/
.acco.swiper-wrapper {
    display: flex;
    align-items: flex-start;
}
.accomodation-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px 0;
    position: relative;
    overflow: hidden;
}
.acco .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.8);
    opacity: 0.5;
}
.acco .swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 10;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 16px;
}
.acco .swiper-slide-active .acco-content h5 {
    font-weight: 600;
}
.acco-card {
    background: #fff;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}
.acco-content {
    text-align: center;
    padding: 20px;
}
.acco-content i {
    color: #6c011d;
}
.acco .swiper-slide a {
    text-decoration: none;
}
.acco-content h5 {
    font-family: var(--bs-heading-font-family);
    font-size: 18px;
    text-transform: uppercase;
}
.acco-content p, .acco-btn {
    display: none;
    transform: translateY(10px);
    transition: all 0.4s ease;
    font-size: 0.9rem;
    line-height: 20px;
}
.acco-pg-card.acco-card .acco-content p, .acco-pg-card.acco-card .acco-btn{
    display: flex;justify-content: center;
}
.acco-btn a {
    font-size: 12px;
    line-height: 20px
}
.acco .swiper-slide-active .acco-content p, .acco .swiper-slide-active a {
    display: inherit !important;
    transform: translateY(0);
}
.acco-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: grayscale(1);
}
.acco-card:hover img {
    filter: none
}
.acco .swiper-slide-active .acco-card img {
    filter: none
}
/*______________________________________________________________________INSTAGRAM SECTION_____________________________________________________________________________*/
.social-section {
    background: #f7f6f4;
}
.social-section .img-box img {
    filter: grayscale(1);
}
.social-section .img-box img:hover {
    filter: none
}
/* Heading */
.subheading {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    color: #ddd;
    margin-bottom: 10px;
}
.heading {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #ddd;
    margin-bottom: 0;
}
/* Feature Card */
.feature-card {
    background: #6b011d;
    color: #ffffff;
    height: 100%;
    padding: 40px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feature-card h5 {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
.feature-card p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.96;
}
.feature-card .insta {
    margin-top: 5px;
    font-weight: 500;
}
.see-more {
    margin-top: 40px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    float: left;
    width: fit-content;
}
/* Image Grid */
.img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
/*
.img-box img:hover {
	filter: none;
}
*/
/*
.border-rite {
  border-radius: 0 15px 15px 0;
}
*/
/* Hover Zoom */
.img-box:hover img {
    transform: scale(1.08);
}
/* Remove gaps */
.row.g-0 > * {
    padding: 0;
}
.eq-col-2 {
    display: table-cell;
    height: 100%;
}
.eq-col-container {
    display: table;
    width: 100%;
}
.eq-col {
    display: table-cell;
}
.abt-sec .signature img {
    filter: invert(1);
}
/*
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

TIMESHARE PAGE

----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
*/
.hero.inner-page-banner {
    height: 55vh;
}
.hero.inner-page-banner .hero-content {
    top: 45%;
}
.box {
    padding: 25px;
    margin-bottom: 25px;
}
.available {
    background: #e6efe9;
}
.closed {
    background: #efe3e3;
}
.special {
    background: #e9ecef;
}
.week-card {
    background: #fff;
    padding: 18px;
    border: 1px solid #ddd;
}
.week-card.active {
    background: #6c011d;
    padding: 18px;
    border: 1px solid #ddd;
}
.week-card.active h5 {
    color: #fff;
    font-weight: 800;
}
.week-card.active p {
    color: #fff;
}
.week-card.active .status.available {
    font-weight: 600;
}
.week-card h5 {
    font-weight: 600;
}
.top-trending img {
    max-width: 20px;
}
.status {
    font-size: 14px;
    margin-top: 10px;
    padding: 4px 12px;
}
.status.available {
    color: #2e7d32;
}
.status.closed {
    color: #6c011d;
}
.badge-closed {
    background: #6c011d;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
}
.special-btn {
    background: #2c2c2c;
    color: #fff;
    padding: 5px 16px;
    display: inline-block;
}
/* ----------------------------------------------------------------------------------------- Discovery Bar ----------------------------------------------------------------------------------------- */
.discovery-bar {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0px;
    padding: 8px;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
}
.discovery-bar:focus-within {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
}
.discovery-input {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    flex: 1;
    min-width: 0;
}
.discovery-icon {
    font-size: 1.2rem;
    color: #111;
    margin-right: 15px;
    opacity: 0.7;
}
.input-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.discovery-bar .input-wrap label {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}
.discovery-bar .input-wrap input, .discovery-bar .input-wrap select, .discovery-bar .input-wrap .flatpickr-input {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: #111;
    width: 100%;
    outline: none !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.category-group .input-wrap {
    position: relative;
}
.category-group .input-wrap::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    pointer-events: none;
    opacity: 0.5;
}
.input-wrap input::placeholder {
    color: #aaa;
}
.discovery-divider {
    width: 1px;
    height: 32px;
    background: #eee;
    margin: 0 5px;
}
.discovery-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 5px;
}
.btn-clear {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #888;
    text-decoration: none;
    transition: background 0.2s ease;
}
.btn-clear:hover {
    background: #f5f5f5;
    color: #111;
}
@media (max-width: 991px) {
    .discovery-bar {
        flex-direction: column;
        border-radius: 20px;
        padding: 15px;
    }
    .discovery-divider {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }
    .discovery-input {
        width: 100%;
        padding: 10px 5px;
    }
    .discovery-actions {
        width: 100%;
        margin-top: 15px;
        padding: 0;
        justify-content: space-between;
    }
    .btn-search {
        flex: 1;
    }
}
/* ----------------------------------------------------------------------------------------- MEAL Package ----------------------------------------------------------------------------------------- */
.reservation-card {
    width: 100%;
    max-width: 570px;
    background: #fff;
    padding: 60px 55px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid #ececec;
}
.reservation-top {
    text-align: center;
    margin-bottom: 55px;
}
.reservation-top span {
    display: block;
    font-size: 13px;
    letter-spacing: 5px;
    color: #6c011d;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 500;
}
.reservation-top h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0;
}
/* RIGHT CONTENT */
.restaurant-content {
    padding-left: 60px;
}
.title-row {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin-bottom: 35px;
    align-items: center;
}
.bottom-text {
    text-align: center;
    margin-top: 35px;
    color: #7a7a7a;
    font-size: 15px;
}
.logo-box {
    width: 130px;
    min-width: 130px;
    height: 130px;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box img {
    width: 60px;
    opacity: 0.45;
}
.restaurant-title {
    font-size: 78px;
    line-height: 0.95;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.restaurant-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 28px;
    max-width: 900px;
}
/* FEATURES */
.features-wrapper {
    margin-top: 25px;
}
.feature-box {
    border-left: 2px solid #6c011d;
    padding-left: 24px;
    padding-right: 30px;
}
.feature-box h5 {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6c011d;
    font-weight: 600;
    margin-bottom: 16px;
}
.feature-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}
/* RESPONSIVE */
@media(max-width:1199px) {
    .restaurant-title {
        font-size: 58px;
    }
    .restaurant-content {
        padding-left: 35px;
    }
}
@media(max-width:991px) {
    .reservation-card {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .restaurant-content {
        padding-left: 0;
    }
    .restaurant-title {
        font-size: 48px;
    }
}
@media(max-width:767px) {
    .title-row {
        flex-direction: column;
        gap: 25px;
    }
    .restaurant-title {
        font-size: 40px;
    }
    .restaurant-content p {
        font-size: 15px;
        line-height: 1.8;
    }
    .feature-box {
        margin-bottom: 30px;
    }
}
/* Custom Package Component (Replaces Bootstrap Card) */
.pkg-item {
    /* background-color: #f2f2f2; */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.pkg-item__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}
.pkg-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-in-out;
}
/* Zoom Effect */
.pkg-item:hover .pkg-item__image {
    transform: scale(1.12);
}
.pkg-item__badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--deep-navy);
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.pkg-item__content {
    padding: 30px 20px;
    flex-grow: 1;
}
.pkg-item__title {
    font-size: 1.25rem;
    color: var(--deep-navy);
    margin-bottom: 15px;
    font-weight: 600;
}
.pkg-item__text {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 25px;
}
.pkg-item__link {
    text-decoration: none;
    color: var(--accent-gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-bottom: 1px solid var(--accent-gold);
    padding-bottom: 4px;
    transition: color 0.3s ease;
}
.pkg-item__link:hover {
    color: var(--deep-navy);
    border-color: var(--deep-navy);
}
/* Bottom Menu Action Section */
.menu-cta {
    padding: 40px 0;
    text-align: center;
}
.btn-custom {
    padding: 14px 35px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 0;
    transition: all 0.3s ease;
    margin: 0 10px;
}
.btn-custom--dark {
    background-color: var(--deep-navy);
    color: #fff;
    border: none;
}
.btn-custom--dark:hover {
    background-color: #333;
    transform: translateY(-2px);
}
.btn-custom--outline {
    background-color: transparent;
    color: var(--deep-navy);
    border: 1px solid var(--deep-navy);
}
.btn-custom--outline:hover {
    background-color: var(--deep-navy);
    color: #fff;
}
/* HERO SLIDER */
.hero-slider-section {
    position: relative;
}
.hero-slide {
    position: relative;
    height: 560px;
    overflow: hidden;
}
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
}
.event-tag {
    display: inline-block;
    background: #6d0019;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.event-hero-content h1 {
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 8px;
}
.hero-subtitle {
    font-size: 34px;
    color: #d4b16a;
    font-style: italic;
    margin-bottom: 18px;
}
.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-size: 14px;
    color: #ddd;
}
.event-meta i {
    color: #d4b16a;
    margin-right: 6px;
}
.events-slider {
    padding: 20px 10px 60px;
    position: relative;
    overflow: visible;
}
.events-slider .swiper-slide {
    height: auto;
}
.events-slider .blog-post img {
    width: 100%;
    object-fit: cover;
}
.events-slider .swiper-button-next, .events-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #7b0024;
    border-radius: 50%;
    color: #fff;
}
.events-slider .swiper-button-next::after, .events-slider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}
.events-slider .swiper-pagination-bullet-active {
    background: #7b0024;
}
/* ARROWS */
.hero-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    backdrop-filter: blur(10px);
}
.hero-arrow i {
    font-size: 25px;
    color: #fff;
}
.hero-arrow:hover {
    background: #6d0019;
}
/* INDICATORS */
.custom-indicators {
    bottom: 30px;
    justify-content: flex-end;
    padding-right: 40px;
}
.custom-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: none !important;
    margin: 0 6px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.custom-indicators .active {
    background-color: #fff !important;
}
.event-filter-card {
    background: #fff;
    padding: 48px 38px;
    max-width: 420px;
    margin: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}
.title-divider {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 34px;
}
.quote-box {
    margin-top: 70px;
    background: #f7f1f2;
    padding: 34px 28px;
    position: relative;
}
.quote-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #7b0024;
}
.quote-box p {
    margin: 0;
    color: #6f7480;
    font-size: 20px;
    line-height: 1.8;
    font-style: italic;
    font-weight: 400;
}
@media(max-width:576px) {
    .event-filter-card {
        padding: 35px 24px;
    }
    .quote-box p {
        font-size: 17px;
    }
}
/* RESPONSIVE */
@media(max-width:991px) {
    .hero-slide {
        height: 480px;
    }
    .hero-content h1 {
        font-size: 44px;
    }
    .hero-subtitle {
        font-size: 24px;
    }
}
@media(max-width:576px) {
    .hero-slide {
        height: 420px;
    }
    .hero-content h1 {
        font-size: 34px;
    }
    .hero-subtitle {
        font-size: 20px;
    }
    .event-meta {
        gap: 10px;
        font-size: 12px;
    }
    .hero-arrow {
        width: 45px;
        height: 45px;
    }
    .hero-arrow i {
        font-size: 24px;
    }
}
.event-hero-content {
    position: absolute;
    bottom: 50px;
    color: #fff;
    z-index: 2;
    max-width: 700px;
}
.event-tag {
    display: inline-block;
    background: #6d0019;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.event-hero-content h1 {
font-size: 40px;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}
.hero-subtitle {
    font-size: 20px;
    color: #ffffff;
    font-style: normal;
    margin-bottom: 18px;
}
.event-meta {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #ddd;
}
.event-meta i {
    margin-right: 7px;
    color: #636363;
}
/* MAIN */
.main-section {
    padding: 70px 0;
}
.content-box {
    margin-bottom: 30px;
}
.content-box h2, .content-box h4 {
    margin-bottom: 20px;
    position: relative;
}
.content-box h2::after, .content-box h4::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.content-box h2 {
    font-size: 36px;
}
.content-box h3 {
    font-size: 28px;
}
.content-box p {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}
.small-heading {
    font-size: 38px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.travel-card h5 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #6d0019;
    margin-bottom: 10px;
}
.travel-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.travel-card a {
    color: #6c011d;
}
/* LOCATION */
.location-card {
    background: #f1eeea;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    margin-top: 25px;
}
.location-icon {
    width: 48px;
    height: 48px;
    background: #6d0019;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.location-card h6 {
    margin: 0;
    font-size: 18px;
}
.location-card p {
    margin: 0;
    color: #777;
    font-size: 14px;
}
/* SIDEBAR */
.event-sidebar-box {
    background: #fff;
    padding: 30px;
    border: 1px solid #ececec;
    margin-bottom: 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}
.ticket-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.ticket-label {
    font-size: 14px;
    color: #666;
}
.qty-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.qty-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
}
.booking-card .book-btn {
    width: 100%;
    background: #6d0019;
    border: none;
    color: #fff;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 13px;
    transition: .3s;
}
.booking-card .book-btn:hover {
    background: #450010;
}
.booking-card {
    background-color: #fff;
    color: #333;
    padding: 1.5rem;
    height: auto;
}
.booking-tabs {
    margin-bottom: 1rem;
}
.booking-tabs #menuTab {
    margin: 0 0 20px;
}
.booking-tabs #menuTab.nav-pills .nav-link {
    padding: 10px 35px;
    text-align: center;
}
.booking-tabs #menuTab {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 0 20px;
}
.booking-tabs #menuTab .nav-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.booking-tabs #menuTab .nav-link {
    width: 100%;
    height: 100%;
}
.booking-tabs #menuTab .nav-item {
    flex: 1 !important;
    width: 50% !important;
}
/*

.booking-tabs #menuTab{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.booking-tabs #menuTab > li{
    flex:1;
}

.booking-tabs #menuTab .nav-link{
    width:100%;
}



*/
@media (min-width:992px) {
    .booking-tabs #menuTab {
        flex-wrap: nowrap;
    }
}
.tab-btn {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    padding: 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tab-btn.active {
    background-color: #fff;
    color: #6c011d;
}
.tab-btn .tab-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}
.tab-btn .tab-price {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.dat-tim {
    background: #f5f5f5;
    padding: 10px;
    border: 1px dashed #6c011d;
}
.dat-tim i {
    color: #6c011d;
}
.dat-tim .dat-tim-text {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}
.secure-text {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
/* RECENT POSTS */
.sidebar-title {
    font-size: 34px;
    margin-bottom: 20px;
}
.post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.post-item img {
    width: 85px;
    height: 60px;
    object-fit: cover;
}
.post-item h6 {
    font-size: 16px;
    margin-bottom: 4px;
}
.post-item span {
    font-size: 12px;
    color: #999;
}
/* CATEGORY */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 14px;
}
/* RESPONSIVE */
@media(max-width:991px) {
    .event-hero-content {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }
    .event-hero-content h1 {
        font-size: 42px;
    }
    .hero-subtitle {
        font-size: 24px;
    }
    .main-section {
        padding: 50px 0;
    }
    .sidebar-area {
        margin-top: 50px;
    }
}
@media(max-width:576px) {
    .event-hero {
        height: 420px;
    }
    .event-hero-content h1 {
        font-size: 34px;
    }
    .hero-subtitle {
        font-size: 20px;
    }
    .content-box h2 {
        font-size: 34px;
    }
}
.package-hero {
    height: 55vh;
    background:
        linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1)), url('https://images.unsplash.com/photo-1592919505780-303950717480?q=80&w=2000');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}
.package-text .hero-subtitle {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
}
.package-text {
    position: absolute;
    bottom: 8%;
}
.package-hero .package-text h1 {
    font-size: 45px;
    line-height: 0.9;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 2px;
}
.package-hero .package-text p {
    max-width: 650px;
    line-height: 2;
    font-size: 16px;
}
/* INTRO */
.intro-section {
    background: #fff;
}
.intro-content {
    border-left: 1px solid #d7d7d7;
    padding-left: 40px;
}
.intro-content p {
    line-height: 2;
    margin-bottom: 25px;
}
/* PACKAGE */
.packages {
    background: var(--light-bg);
}
.section-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 40px;
    color: #7d7d7d;
}
.package-card {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    padding: 25px;
    position: relative;
    transition: 0.4s ease;
}
.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.popular-badge {
    position: absolute;
    top: -1px;
    right: 20px;
    background: var(--primary);
    color: #fff;
    padding: 8px 14px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.package-title {
    font-size: 42px;
    color: #2f2f2f;
    margin-bottom: 5px;
    font-weight: 700;
}
.package-duration {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 35px;
}
.starting {
    font-size: 14px;
    margin-bottom: 10px;
}
.features {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.features li {
    margin-bottom: 18px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.features li i {
    color: var(--primary);
    font-size: 13px;
}
.package-btn {
    width: 100%;
    height: 58px;
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s ease;
}
.package-btn:hover {
    background: var(--primary);
    color: #fff;
}
.package-card.active .package-btn {
    background: var(--primary);
    color: #fff;
}
/* FEATURES */
.feature-section {
    background: #faf7fa;
    text-align: center;
}
.feature-heading {
    font-size: 68px;
    color: #2d2d2d;
    margin-bottom: 10px;
    font-weight: 700;
}
.feature-sub {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
    margin-bottom: 70px;
}
.feature-box {
    background: #fff;
    border: 1px solid #e2dce0;
    padding: 45px 25px;
    height: 100%;
    transition: 0.4s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.feature-box i {
    font-size: 34px;
    color: var(--primary);
    margin-bottom: 25px;
}
.feature-box h5 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2f2f2f;
}
.feature-box p {
    font-size: 14px;
    line-height: 1.9;
    margin: 0;
}
/* IMAGE GRID */
.image-grid {
    padding: 0;
}
.image-card {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease;
}
.image-card:hover img {
    transform: scale(1.08);
}
.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 40px;
}
.image-overlay h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
}
/* RESPONSIVE */
@media(max-width:991px) {
    section {
        padding: 30px 0;
    }
    .package-hero {
        height: 80vh;
    }
    .package-hero h1 {
        font-size: 58px;
    }
    .intro-title {
        margin-bottom: 40px;
        font-size: 46px;
    }
    .intro-content {
        border-left: none;
        padding-left: 0;
    }
    .feature-heading {
        font-size: 48px;
    }
    .image-card {
        height: 350px;
    }
}
@media(max-width:576px) {
    .package-hero h1 {
        font-size: 42px;
    }
    .package-hero p {
        font-size: 14px;
    }
    .package-card {
        padding: 30px;
    }
    .package-title {
        font-size: 34px;
    }
    .price {
        font-size: 52px;
    }
    .feature-heading {
        font-size: 38px;
    }
    .image-overlay h3 {
        font-size: 32px;
    }
}
.rooms-section {
    padding: 40px 0;
}
.room-card {
    position: relative;
}
.room-image {
    position: relative;
    overflow: hidden;
    height: 450px;
    background: #ddd;
    border: 1px solid #ddd;
    object-fit: cover;
    object-position: top;
}
.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    object-position: top;
}
.room-card:hover .room-image img {
    transform: scale(1.05);
}
/* Blur Card */
.blur-image {
    position: relative;
}
.blur-image img {
    transform: scale(1.08);
}
/* Hide button initially */
.discover-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #6c011d;
    ;
    color: #fff;
    background: #6c011d;
    backdrop-filter: blur(4px);
    padding: 14px 38px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
/* Show button on hover */
.room-card:hover .discover-btn {
    opacity: 1;
    visibility: visible;
}
.room-card:hover .blur-image img {
    filter: blur(4px);
}
.discover-btn:hover {
    background: #fff;
    color: #111;
}
.room-content {
    padding-top: 22px;
}
.room-title h4 a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.room-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1;
}
.room-title a {
    text-decoration: none;
    color: #111;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
}
.room-title a:hover {
    border-color: #111;
}
.room-meta {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.room-meta span {
    margin: 5px 0;
    font-size: 14px;
    color: #6e6e6e;
    display: block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
@media(max-width:991px) {
    .room-image {
        height: 420px;
    }
}
@media(max-width:767px) {
    .room-image {
        height: 380px;
    }
    .room-title {
        font-size: 24px;
    }
    .rooms-section {
        padding: 20px 0;
    }
}
.summer-section {
    padding: 70px 0;
}
/* LEFT CONTENT */
.summer-content p {
    font-size: 19px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 24px;
    max-width: 820px;
}
.summer-img {
    margin-top: 35px;
    overflow: hidden;
}
.summer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* HIGHLIGHTS */
.highlight-box {
    background: #f7f7f7;
    border-left: 4px solid #5c0007;
    padding: 32px 35px;
    margin-top: 32px;
}
.highlight-title {
    font-size: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #5c0007;
    margin-bottom: 28px;
}
.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.highlight-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 22px;
    color: #5d5d5d;
    line-height: 1.8;
    font-size: 16px;
}
.highlight-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #5c0007;
    border-radius: 50%;
    font-size: 11px;
    color: #5c0007;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.highlight-note {
    margin-top: 28px;
    font-style: italic;
    color: #7d1d25;
    font-size: 15px;
}
/* RIGHT SIDEBAR */
.package-sidebar {
    background: #f8f6f5;
    border: none;
    position: sticky;
    padding: 30px;
    top: 30px;
}
.package-sidebar .tab-btn .tab-price {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.package-sidebar .booking-tabs #menuTab.nav-pills .nav-link {
    padding: 10px 55px;
    text-align: center;
}
.package-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.package-tab {
    width: 50%;
    text-align: center;
    padding: 20px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    background: #f4f4f4;
    border-right: 1px solid #ddd;
    cursor: pointer;
}
.package-tab.active {
    background: #f8f7f5;
    color: #4a0b10;
    border-bottom: 2px solid #4a0b10;
}
.package-body {
    padding: 10px 0 0;
}
.package-heading {
    font-size: 52px;
    line-height: 1;
    color: #111;
    margin-bottom: 35px;
}
.package-list {
    padding: 20px 0 0;
}
.package-item {
    display: flex;
    gap: 18px;
    margin-bottom: 15px;
    justify-content: flex-start;
}
.package-item strong {
    width: 40%;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333000;
    font-weight: 700;
    line-height: 1.7;
}
.package-item span {
    width: 58%;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}
.package-divider {
    border-top: 1px solid #ddd;
    margin: 0 0 25px 0;
}
.package-note {
    font-size: 13px;
    color: #999;
    line-height: 1.7;
    margin-bottom: 28px;
}
.book-btn {
    width: 100%;
    background: #10161b;
    color: #fff;
    border: none;
    padding: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s ease;
}
.book-btn:hover {
    background: #5c0007;
}
@media(max-width:1199px) {
    .summer-title {
        font-size: 58px;
    }
    .package-heading {
        font-size: 44px;
    }
}
@media(max-width:991px) {
    .summer-title {
        font-size: 50px;
    }
    .package-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}
@media(max-width:767px) {
    .summer-section {
        padding: 45px 0;
    }
    .summer-title {
        font-size: 42px;
    }
    .summer-content p {
        font-size: 16px;
    }
    .highlight-box {
        padding: 25px;
    }
    .package-body {
        padding: 25px;
    }
    .package-item {
        flex-direction: column;
        gap: 8px;
    }
    .package-item strong, .package-item span {
        width: 100%;
    }
}
.golf-hero {
    position: relative;
    height: 80vh;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    background-repeat: no-repeat !important;
}
.golf-hero.wellness-detail-banner {
    height: 52vh;
}
.golf-ban-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.golf-content {
    position: absolute;
    bottom: 5%;
    display: flex;
    align-items: center;
}
#golf-form input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    bottom: 0;
    right: 0.96rem;
    top: calc(50% - 13px);
    height: inherit;
    opacity: 0;
    cursor: pointer;
}
#golf-form input[type="time"]::-webkit-inner-spin-button, #golf-form input[type="time"]::-webkit-clear-button {
    display: none;
    position: relative;
}
select option:checked {
    background: #222 !important;
    color: #fff;
}
#golf-form .custom-select {
    width: 100%;
    height: 55px;
    border: 1px solid #dcdcdc;
    padding: 0 18px;
    font-size: 16px;
    color: #222;
    background: #fff;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
#golf-form .custom-select:focus {
    border-color: #222;
    box-shadow: none;
}
/* Card Styling */
.package-card {
    background-color: #f9f8f6;
    border: none;
    border-radius: 0;
    transition: transform 0.3s ease;
}
.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.card-img-top {
    border-radius: 0;
    height: 200px;
    object-fit: cover;
}
/* Badge Styling */
.custom-badge {
    background-color: #303030;
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* List Features */
.feature-list {
    margin-bottom: 0;
}
.package-card .feature-list li {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #333000;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    text-transform: none;
    font-weight: 500;
}
.feature-list li i {
    font-size: 0.7rem;
    color: #a0a0a0;
    margin-right: 10px;
}
.package-card .btn-new .btn-text span {
    font-size: 12px;
}
/* Card Footer */
.card-footer-custom {
    border-top: 1px solid #bdbdbd;
    margin: 0;
    padding: 1.5rem 0 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-card .price {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}
.details-link {
    font-size: 1rem;
    color: #8b1e31;
    text-decoration: underline;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.details-link:hover {
    color: #8b1e31;
}
/* Custom Package Card (Dashed) */
.custom-package-card {
    background-color: transparent;
    border: 1px dashed #555;
    border-radius: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 1.5rem;
    height: 100%;
}
.custom-package-card h5 {
    font-weight: 600;
}
.custom-package-card p {
    line-height: 18px;
}
.custom-icon svg {
    width: 40px;
    height: 40px;
    fill: #8b1e31;
    margin-bottom: 20px;
}
.btn-custom-dark {
    background-color: #1f2127;
    color: #ffffff;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 0;
    width: 100%;
    border: none;
    transition: background 0.3s;
}
.btn-custom-dark:hover {
    background-color: #383a42;
    color: #ffffff;
}
/* Content Container */
.panel-padding {
    padding: 4rem 3rem;
    height: 100%;
}
.experiences-wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); /* Very subtle shadow to separate from background */
}
/* Typography */
.heading-serif {
    color: #1a1e23;
    font-weight: 500;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.subtext {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 90%;
}
/* Image Styling */
.feature-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 2.5rem;
}
/* Feature Lists */
.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0rem;
}
.feature-list li {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.feature-list li i {
    color: #6c011d;
    font-size: 0.7rem;
    margin-right: 12px;
}
/* Button Styling */
.btn-outline-custom {
    border: 1px solid #bdbdbd;
    color: #6c011d;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-outline-custom:hover {
    background-color: #6c011d;
    color: #ffffff;
}
/* Divider */
@media (min-width: 768px) {
    .border-right-divider {
        border-right: 1px solid #eaeaea;
    }
}
/* Card Container Styling */
.pricing-card {
    background-color: #ffffff;
    border: 1px solid var(--border-light);
    padding: 3rem 2rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.pricing-card.gold-card {
    border: 1px solid #6c011d;
    overflow: hidden; /* Important for the ribbon */
}
/* Ribbon Styling */
.ribbon {
    position: absolute;
    top: 22px;
    right: -38px;
    background-color: #6c011d;
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 40px;
    transform: rotate(45deg);
    text-transform: uppercase;
}
/* Typography */
.plan-name {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--text-grey);
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.plan-name.text-brand {
    color: #6c011d;
}
.pricing-block {
    margin-bottom: 2.5rem;
    color: #6c011d;
}
.currency {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.amount {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
}
.period {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    margin-left: 5px;
}
/* Feature List Styling */
.features-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    text-align: left;
    display: inline-block; /* Allows text-align left while keeping block centered */
}
.features-list li {
    font-size: 0.75rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/* Custom square bullet points */
.features-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background-color: #888;
}
/* Buttons */
.btn-custom {
    border-radius: 0;
    padding: 14px 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease;
}
.btn-outline-dark-custom {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #111;
}
.btn-outline-dark-custom:hover {
    background-color: #6c011d;
    color: #fff;
}
.btn-outline-dark-custom:hover .btn-icon {
    background-color: #6c011d;
    color: #fff;
}
.btn-brand {
    background-color: #6c011d;
    border: 1px solid #6c011d;
    color: #ffffff;
}
.btn-brand:hover {
    background-color: #6c011d;
    border-color: #6c011d;
    color: #ffffff;
}
/* Card Container Styling */
.pricing-card {
    background-color: #ffffff;
    border: 1px solid var(--border-light);
    padding: 3rem 2rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.pricing-card.gold-card {
    border: 1px solid #6c011d;
    overflow: hidden; /* Important for the ribbon */
}
/* Ribbon Styling */
.ribbon {
    position: absolute;
    top: 22px;
    right: -38px;
    background-color: #6c011d;
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 40px;
    transform: rotate(45deg);
    text-transform: uppercase;
}
/* Typography */
.plan-name {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--text-grey);
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.plan-name.text-brand {
    color: #6c011d;
}
.pricing-block {
    margin-bottom: 0.5rem;
    height: 120px;
}
.ribbon {
    position: absolute;
    top: 22px;
    right: -38px;
    background-color: #6c011d;
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 40px;
    transform: rotate(45deg);
    text-transform: uppercase;
}
.currency {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.2rem;
}
.amount {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
.period {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    margin-left: 5px;
}
/* Feature List Styling */
.features-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: start;
}
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    text-align: left;
    display: inline-block; /* Allows text-align left while keeping block centered */
}
.features-list li {
    font-size: 0.95rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/* Custom square bullet points */
.features-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background-color: #888;
}
.scorecard-title {
    text-align: center;
    margin-bottom: 60px;
}
.scoretable.table-responsive {
    border: 1px solid #ededed;
    margin: 0 0 30px;
}
.scorecard-title h1 {
    font-size: 64px;
    font-weight: 700;
    color: #6c011d;
    line-height: 1;
    margin-bottom: 0;
}
.scorecard-title p {
    font-size: 24px;
    color: #403d39;
    margin-top: -5px;
}
.nine-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.nine-title {
    font-size: 46px;
    font-weight: 700;
    color: #6c011d;
    margin: 0;
}
.yard-text {
    font-size: 16px;
    font-weight: 600;
    color: #6f6a64;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.scorecard-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.scorecard-table thead th {
    background: #f8f6f5;
    color: #333000;
    text-align: center;
    padding: 14px 12px;
    font-size: 16px;
    font-weight: 700;
    border: none;
}
.scorecard-table thead th:first-child {
    text-align: left;
    width: 300px;
    padding-left: 24px;
}
.scorecard-table thead th.out-box {
    background: #403d39;
    color: #fff;
    min-width: 120px;
}
.scorecard-table tbody td {
    padding: 18px 12px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #e7e2de;
    color: #403d39;
}
.scorecard-table tbody td:first-child {
    text-align: left;
    padding-left: 24px;
    font-weight: 600;
}
.scorecard-table tbody tr:last-child td {
    border-bottom: none;
}
.par-row td:first-child, .handicap-row td:first-child {
    color: #6c011d;
    font-weight: 700;
}
.out-column {
    background: #f1ece8;
    font-weight: 700;
}
.total-column {
    background: #efebea;
    font-weight: 700;
}
.tee-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tee-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
}
.black-dot {
    background: #333;
}
.blue-dot {
    background: #2d63d6;
}
@media(max-width:991px) {
    .scorecard-title h1 {
        font-size: 44px;
    }
    .scorecard-title p {
        font-size: 18px;
    }
    .nine-title {
        font-size: 34px;
    }
    .scorecard-table {
        min-width: 1200px;
    }
    .table-responsive {
        overflow-x: auto;
    }
}
/*-------------------------------------------------------------------------*/
.tournament-section {
    overflow: hidden;
}
.section-title {
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    color: #403d39;
    margin-bottom: 50px;
    line-height: 1.1;
}
/* TOP EVENT BOXES */
.event-boxes {
    margin-bottom: 70px;
}
.event-card {
    background: #ffffff;
    padding: 24px 20px;
    text-align: center;
    height: 100%;
    transition: .3s ease;
}
.event-card:hover {
    transform: translateY(-4px);
}
.event-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #403d39;
    margin-bottom: 8px;
}
.event-card p {
    font-size: 16px;
    margin: 0;
    color: #403d39;
    line-height: 1.4;
}
/* SWIPER */
.calendar-gallery-section {
    background: #f5f5f5;
    padding: 70px 0;
    overflow: hidden;
}
.calendar-slider {
    width: 100%;
    padding: 0 70px;
}
/* Swiper Container Adjustments */
.calendar-slider.swiper {
    width: 100%;
    padding-bottom: 60px; /* Space for controls underneath */
}
.calendar-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Image treatment to match screenshot aspect ratio and slight fade */
.calendar-slider .slider-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 0.9; /* Slight softness/fade matching the image */
}
/* Custom Controls Wrapper below the slider */
.calendar-slide-sec .controls-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
/* Circular Arrow Buttons */
.calendar-slide-sec .custom-prev, .custom-next {
    width: 35px;
    height: 35px;
    border: 2px solid #722F37; /* Dark maroon/wine color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #722F37;
    cursor: pointer;
    background: transparent;
    transition: all 0.2s ease;
    font-size: 14px;
}
.calendar-slide-sec .custom-prev:hover, .custom-next:hover {
    background-color: #722F37;
    color: #fff;
}
/* Disabled state styling */
.calendar-slide-sec .swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
/* Fraction Pagination Text (e.g., 2 / 4) */
.calendar-slide-sec .custom-pagination {
    font-size: 16px;
    color: #6c757d; /* Muted gray text */
    letter-spacing: 2px;
    width: auto !important; /* Overrides swiper default full-width */
}
/*--------------------------------------------------WELLNESS PAGE--------------------------------------------------------*/
.wellness-section .image-wrapper {
    position: relative;
    height: 100%;
    min-height: 420px;
}
.wellness-section .img-box {
    overflow: hidden;
    position: absolute;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.wellness-section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}
.wellness-section .img-box:hover img {
    transform: scale(1.05);
}
.wellness-section .img-small {
    width: 345px;
    height: 320px;
    top: 20px;
    left: 10px;
}
.wellness-section .img-large {
    width: 260px;
    height: 340px;
    right: 0;
    top: 70px;
}
.wellness-section .features-row {
    margin-top: 30px;
}
.wellness-section .feature-card {
    padding: 35px;
    position: relative;
    background: #f9f8f6;
    justify-content: flex-start
}
p.section-description {
    font-size: 18px;
    line-height: 27px;
}
.wellness-section p.section-description {
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
}
.wellness-section .feature-line {
    width: 100%;
    height: 3px;
    margin-bottom: 35px;
}
.wellness-section .feature-card h6 {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 22px;
    color: #333;
}
.wellness-section .feature-card h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
}
.wellness-section .feature-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #222;
    ;
    max-width: 320px;
}
.wellness-section .line-gold {
    background: #eab308;
}
.wellness-section .line-blue {
    background: #3b82f6;
}
.wellness-section .line-purple {
    background: #a855f7;
}
@media(max-width:1199px) {
    .wellness-section .main-heading {
        font-size: 64px;
    }
    .wellness-section .feature-card h3 {
        font-size: 42px;
    }
}
@media(max-width:991px) {
    .wellness-section .wellness-section {
        padding: 70px 0;
    }
    .wellness-section .main-heading {
        font-size: 56px;
    }
    .wellness-section .image-wrapper {
        margin-top: 60px;
        min-height: 380px;
    }
    .wellness-section .features-row {
        margin-top: 80px;
    }
    .wellness-section .feature-card {
        padding: 30px 0;
    }
    .wellness-section .feature-card p {
        max-width: 100%;
    }
}
@media(max-width:767px) {
    .wellness-section .main-heading {
        font-size: 46px;
    }
    .wellness-section .image-wrapper {
        min-height: 320px;
    }
    .wellness-section .img-small {
        width: 160px;
        height: 220px;
    }
    .wellness-section .img-large {
        width: 190px;
        height: 260px;
    }
    .wellness-section .feature-card h3 {
        font-size: 38px;
    }
}
.day-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
}
.day-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5b5b5b;
    margin-bottom: 22px;
}
.day-divider {
    width: 100%;
    height: 1px;
    background: #d9cfd2;
    margin-bottom: 35px;
}
.wellness-card {
    background: #fff;
    position: relative;
    height: 100%;
    transition: 0.3s ease;
    overflow: hidden;
}
.wellness-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}
.wellness-content {
    padding: 35px;
    background: #fdfdfd;
}
.wellness-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.wellness-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #111;
    margin: 0;
}
.wellness-sub-title {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #111;
    margin: 15px 0 0;
}
.wellness-price {
    font-size: 24px;
    font-weight: 700;
    color: #8f1223;
    white-space: nowrap;
}
.wellness-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #4a4a4a;
    margin-bottom: 35px;
}
.wellness-list {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
}
.wellness-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
}
.wellness-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8f1223;
}
.wellness-sub-list {
    margin: 20px 0;
}
.wellness-sub-list li {
    font-size: 16px;
    list-style: circle;
    position: inherit;
    padding-left: 0px;
}
.escape-img {
    width: 100%;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.7fr 1.8fr;
    gap: 20px;
    margin-bottom: 45px;
}
.escape-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.price-card {
    background: #f8f6f5;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.price-label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0.9;
}
.price-amount {
    font-size: 45px;
    line-height: 0.9;
    margin-bottom: 8px;
    font-weight: 500;
}
.price-amount span {
    font-size: 28px;
}
.price-subtext {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 28px;
    opacity: 0.9;
}
.book-btn {
    background: #fff;
    color: var(--bs-primary);
    border: none;
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.3s ease;
    margin-bottom: 18px;
}
.book-btn:hover {
    background: var(--bs-primary);
    color: #fff;
}
.price-note {
    font-size: 12px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 22px;
}
.escape-section .section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e4dfd9;
}
.content-card {
    background: #f9f8f6;
    padding: 24px;
    height: 100%;
}
.info-block {
    display: flex;
    gap: 15px;
    margin-bottom: 26px;
}
.info-icon {
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
}
.info-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}
.info-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 12px;
}
.day-title {
    font-size: 18px;
    color: #7d0816;
    margin-bottom: 10px;
    border-left: 2px solid #e2c9cd;
    padding-left: 14px;
}
.program-text {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 28px;
}
.small-label {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 10px;
}
.sales-text {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 22px;
}
@media(max-width:991px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .bottom-grid {
        grid-template-columns: 1fr;
    }
    .escape-title {
        font-size: 48px;
    }
    .price-card {
        padding: 40px 25px;
    }
}
@media(max-width:767px) {
    .escape-section {
        padding: 50px 0;
    }
    .escape-title {
        font-size: 40px;
    }
    .escape-image {
        height: 250px;
    }
    .price-amount {
        font-size: 54px;
    }
}
/* ===============================================================================================================================================================================
      																		WELLNESS TICKETS
    ============================================================================================================================================================ */
.wellness-tickets .navbar {
    border-bottom: 1px solid rgba(139, 26, 34, 0.1);
    padding: 1.5rem 0;
}
.wellness-tickets .nav-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #444;
    transition: color 0.3s;
}
.wellness-tickets .nav-link:hover {
    color: var(--bs-primary);
}
.wellness-tickets .nav-link.active {
    color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
}
.wellness-tickets .btn-primary-custom {
    background-color: var(--bs-primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0.125rem;
}
.wellness-tickets .header-section {
    padding: 5rem 0 3rem;
}
.wellness-tickets .investment-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--bs-primary);
    display: block;
    margin-bottom: 1rem;
}
.wellness-tickets .display-lg {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--bs-primary);
}
.wellness-tickets .pricing-card {
    background: #fff;
    border: 1px solid rgba(139, 26, 34, 0.1);
    border-radius: 0.125rem;
    padding: 1.5rem;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: start;
}
.wellness-tickets .pricing-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: var(--bs-primary);
}
.wellness-tickets .pricing-card:hover .btn-outline-custom {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: var(--bs-primary);
}
.wel-price-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    object-fit: cover;
    margin: 0 0 20px 0;
}
.wel-price-img img {
    width: 100%;
    object-fit: cover;
}
.wellness-tickets .pricing-card.selected {
    border-left: 4px solid #8b1a22 !important;
    background-color: var(--surface-container-low);
}
.wellness-tickets .pricing-card h4 {
    font-size: 18px;
    margin-bottom: 0.1rem;
    transition: color 0.3s;
}
.wellness-tickets .pricing-card.selected h4 {
    color: var(--bs-primary);
}
.wellness-tickets .card-meta {
    font-size: 12px;
    color: #444;
    margin-bottom: 1rem;
}
.price-div {
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-div:last-child {
    border-bottom: none;
}
.price-div h6{
	font-size: 14px;
}
.wellness-tickets .price-tag {
    font-size: 14px;
    font-weight: 800;
}
.wellness-tickets .select-icon {
    font-size: 24px;
    color: #dfbfbd;
}
.wellness-tickets .selected .select-icon {
    color: var(--bs-primary);
}
.wellness-tickets .section-header {
    border-bottom: 1px solid rgba(139, 26, 34, 0.2);
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
.wellness-tickets .discount-badge {
    background-color: #ffdad8;
    color: #410006;
    font-size: 12px;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-weight: 600;
}
/* Floating Booking Bar */
.wellness-tickets .booking-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(139, 26, 34, 0.1);
    padding: 1.5rem 0;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
}
.wellness-tickets .booking-bar.visible {
    transform: translateY(0);
}
.wellness-tickets .guarantee-section {
    background-color: var(--surface-container-low);
    padding: 4rem 0;
    margin-top: 5rem;
    border-top: 1px solid rgba(139, 26, 34, 0.05);
}
.wellness-tickets .footer {
    padding: 5rem 0 2rem;
    border-top: 1px solid rgba(139, 26, 34, 0.1);
}
/* =========================
       ACTIVITY ITEM
    ========================== */
.journey-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 34px;
    flex-direction: column;
}
.journey-badge {
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    margin-top: 4px;
}
.badge-blue {
    background: #3b82f6;
}
.badge-gold {
    background: #eab308;
    ;
}
.badge-purple {
    background: #a855f7;
    ;
}
.journ-title h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #333;
}
.journey-content {
    background: #ffffff;
    padding: 12px 20px;
}
.journey-content p {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.6;
    color: #4f4f4f;
}
/* =========================
       TAKEAWAY BOX
    ========================== */
.takeaway-box {
    background: #f3f1ef;
    border-left: 3px solid #6c011d;
    padding: 26px 24px;
    margin-top: 20px;
}
.takeaway-box h6 {
    color: #6c011d, ;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.takeaway-box p {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #444;
}
/* =========================
       RESPONSIVE
    ========================== */
@media(max-width:1199px) {
    .journey-title {
        font-size: 72px;
    }
    .day-title {
        font-size: 48px;
    }
    .journey-content h4 {
        font-size: 34px;
    }
}
@media(max-width:991px) {
    .day-column {
        margin-bottom: 60px;
    }
}
@media(max-width:767px) {
    .day-title {
        font-size: 42px;
    }
    .journey-content h4 {
        font-size: 30px;
    }
    .journey-content p {
        font-size: 15px;
    }
    .takeaway-box p {
        font-size: 18px;
    }
}
/* Responsive */
@media (max-width: 1536px) {
    .container-fluid {
        max-width: 1350px;
    }
    .fl-fl {
        right: -13.5%;
    }
}
@media (max-width: 1367px) {
    .container-fluid {
        max-width: 1180px;
    }
    .fl-fl {
        right: -14.5%;
    }
    .hero-content {
        top: 60%;
    }
    .blog-post .title-blog a {
        font-size: 1.2rem;
    }
    .blog-post p {
        font-size: 1.03rem;
        line-height: 1.25rem;
    }
}
@media (max-width: 1281px) {
    .container-fluid {
        max-width: 1180px;
    }
    .fl-fl {
        right: -15.5%;
    }
}
/* 1. MOBILE ONLY (0px to 600px) */
@media (max-width: 600px) {
    body p {
        font-size: 16px;
    }
    .text-2 {
        font-size: 12px !important;
        font-size: 0.8rem !important;
    }
    .text-4 {
        font-size: 14px !important;
        font-size: 1rem !important;
    }
    .abt-sec .text-body-tertiary i {
        font-size: 18px;
    }
    .acco-content h5 {
        font-size: 20px;
    }
    .acco-content p, .acco-btn {
        font-size: 1rem;
        line-height: 20px;
    }
    .panel-padding {
        padding: 1.5rem 2rem;
        height: 100%;
        border-bottom: 1px solid #d0d0d0;
    }
    .panel-padding:last-of-type {
        border-bottom: none;
    }
    .bg-grady {
        background: none;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    .gap-3 {
        gap: 0.6rem !important;
    }
    .m-3 {
        margin: 0 !important;
    }
    .golf-hero {
        height: 100vh;
    }
    .golf-content {
        position: absolute;
        top: 20%;
        left: 8px;
        right: 8px;
        margin: 0 auto;
    }
    .heading {
        font-size: 26px;
    }
    .pricing-block {
        height: 80px;
    }
    .img-box img {
        height: 150px;
    }
    .feature-card {
        padding: 25px;
    }
    .fl-fl {
        width: 230px;
    }
    #top-bar .logo img, #header .logo img {
        max-width: 145px;
    }
    .top-start p {
        font-size: 11px;
    }
    .primary-menu .btn-new {
        padding: 2px 2px 2px 8px !important;
    }
    .btn-text span {
        font-size: 12px;
    }
    .primary-menu .btn-new .btn-icon {
        width: 24px;
        height: 24px;
    }
    .btn-new .btn-icon {
        font-size: 0.6rem;
    }
    .fl-fl {
        right: -48.2%;
    }
    .float-sm .fa-solid {
        font-size: 12px;
        padding: 16px 0;
        width: 25px;
    }
    .hero {
        height: 65vh;
    }
    .hero-content {
        top: 50%;
    }
    .hero.hero-ban-sec .hero-content h1 {
        font-size: 36px;
    }
    .btn:not(.btn-sm) {
        padding: .3rem 0.3rem 0.3rem 1rem;
    }
    .hero.hero-ban-sec .hero-content p {
        font-size: 16px !important;
        width: 100%;
    }
    .text-13 {
        font-size: calc(1.2rem + 1.4vw) !important;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .abt-sec img, .abt-sec .img-fluid {
        width: 100%;
    }
    .abt-sec .translate-middle-x {
        transform: translate(10px, 10px);
    }
    .abt-sec .start-50 {
        left: 0;
    }
    .abt-sec .text-light {
        font-size: 14px;
    }
    .abt-sec .signature img {
        filter: invert(1);
        margin: 5px 0;
        max-width: 175px;
    }
    .abt-sec .bg-dark strong {
        font-size: 13px;
    }
    .abt-sec .bg-dark .small, .abt-sec .bg-dark small {
        font-size: 0.5em;
    }
    .signature img {
        filter: invert(1);
        margin: 40px 0 10px;
    }
    .accomodation-slider {
        padding: 30px;
    }
    .cta-form-sec .mb-4.text-dark.w-75 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .cta-form-sec .bg-white.p-4 {
        padding: 20px 0 !important;
    }
    .icon-inside {
        right: 0.5rem;
        top: calc(50% - 8px);
        font-size: 18px;
        font-size: 0.8rem;
    }
    .cta-sec .hero-content {
        top: 5%;
    }
    .hero-wrap.cta-sec {
        height: 60vh;
    }
    .hero-wrap.cta-sec .text-7 {
        font-size: 1.2rem !important;
    }
    .see-more, .feature-card a {
        text-align: center;
        margin: 20px auto 0;
    }
    .insta-images .img-box img {
        height: auto;
        width: 100%;
        padding: 5px 15px;
    }
    .footer-top.d-flex {
        flex-direction: column;
        padding: 20px;
    }
    .footer-contact {
        width: 100%;
        padding: 10px 0;
    }
    .footer-logo {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .footer-top {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .footer-middle.row .col-lg-7.offset-1 {
        padding: 0 10px;
        margin: 0;
    }
    .footer-bottom.d-flex {
        flex-direction: column;
    }
    .social-icons.social-icons-light {
        padding: 10px 0 0;
    }
    .trips-slider .swiper-slide {
        transform: scale(1) !important; /* Remove shrink on mobile */
        opacity: 1 !important; /* Ensure it is fully visible */
    }
    .trip-card {
        height: 400px; /* Adjust height for smaller screens */
    }
}
/* 2. TABLET PORTRAIT (601px to 800px) */
@media only screen and (min-width: 601px) and (max-width: 800px) {
    .fl-fl {
        right: -29.2%;
    }
    .primary-menu.bg-transparent .navbar-toggler span {
        background: #333;
    }
    .hero-content {
        top: 53%;
    }
    .abt-sec .pt-5 {
        padding-top: 1rem !important;
    }
    .section {
        padding: 1.85rem 0;
    }
    .abt-sec .signature img {
        margin: 5px 0;
        max-width: 200px;
    }
    .text-13 {
        font-size: calc(1.2rem + 1.2vw) !important;
    }
}

