
@font-face {
font-family: 'Vanitasbold';
src: url('/public/assets/frontend/fonts/vanitasbold/vanitas-bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: 'FreightSansProBook';
src: url('/public/assets/frontend/fonts/FreightSansProBook/FreightSansProBook.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-stretch: normal;
font-display: swap;
}

:root {
--c-dark   : #1D1D1D;
--c-teal   : #074240;
--c-white  : #ffffff;
--nav-h    : 100px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html{
overflow-x: hidden;
max-width: 100%;
overflow-y: auto;
}
body {  font-family: "FreightSansProBook", sans-serif!important; overflow-x:clip; max-width: 100%;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Vanitasbold', serif !important;
}
p{
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 500;
font-size: 18px;
letter-spacing: 0;
text-transform: capitalize;
color: #4B4B4B;
}

.sarai-nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 1000;
height: var(--nav-h);
background: #074240B2;
border-bottom: 1px solid #B8B8B8;
height: 118px;

}

.sarai-nav .container {
/* height: 100%;         */
}

.sarai-logo img {
max-height: 60px; 
width: auto;
height: auto;
object-fit: contain;
}
.sarai-logo-footer img {
max-height:105px; 
width: auto;
height: auto;
object-fit: contain;
}
.sarai-logo:hover { color: var(--c-gold); }

.nav-links li a{
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.nav-links li a.active{
    color: #e3a753;
    font-weight: 600;
}

.nav-links li a.active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #e3a753;
    /* border-radius: 2px; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-links li a.active::after {
    width: 100%;
}
.nav-links {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
list-style: none;
gap: 0.1rem;
margin: 0; padding: 0;
}
.nav-links li a {
display: block;
margin: 0.45rem 0.85rem;
color: #ffffff;
font-size:18px;
font-weight: 400;
/*letter-spacing: .15em;*/
text-decoration: none;
transition: color .2s;
white-space: nowrap;
font-family: "FreightSansProBook", sans-serif!important;
}
.nav-links li a:hover { color: var(--c-white); }

.btn-book {
flex-shrink: 0;
display: inline-block;
padding: .65rem 1.4rem;
background: var(--c-white);
color: #1D1D1D;
font-family: "FreightSansProBook", sans-serif!important;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
line-height: 1.4;
}

.nav-toggler {
display: none;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 4px;
margin-left: auto;
flex-shrink: 0;
}
.nav-toggler span {
display: block;
width: 24px; height: 2px;
background: #fff;
border-radius: 2px;
transition: transform .3s, opacity .3s;
}
.nav-toggler.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggler.open span:nth-child(2) { opacity: 0; }
.nav-toggler.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-drawer {
    display: none;
    position: fixed;
    top: 108px;
    left: 0; right: 0;
    z-index: 999;
    background: #0f3f3c;
    padding: 1.25rem 1.5rem 2rem;
    flex-direction: column;
    gap: .15rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.mobile-drawer.open { display: flex; }


.mobile-drawer a {
color: rgba(255, 255, 255, .85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .14em;
    /* text-transform: uppercase; */
    padding: .25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    width: 100%;
    display: block;
}
/* .mobile-drawer a:last-child { border-bottom: none; } */
/* .mobile-drawer a:hover { color: var(--c-gold); } */
.mobile-drawer .btn-book {
margin-top: 1.25rem;
text-align: center;
width: 100%;
display: block;
padding: .8rem 1rem;
color: var(--c-teal);
}
.dropdown-new .dropdown-toggle::after {
display: none!important;
}

.mobile-drawer a.active{color: #e3a753; font-weight: 600;}

.custom-arrow {
margin-left: 3px;
vertical-align: middle;
transition: transform 0.3s ease;
}

.dropdown-new:hover .custom-arrow {
transform: rotate(180deg);
}

.nav-item .dropdown-menu {
border: none;
border-radius:0px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
padding: 10px;
margin-top: 0;
min-width: 200px;
background:var(--c-white)!important;
}

.nav-item .dropdown-item {
color:var(--c-dark)!important;
transition: background 0.2s ease, color 0.2s ease;
padding: 0.45rem 0.85rem;
font-size: 18px;
font-weight: 400;
/*letter-spacing: .15em;*/
text-decoration: none;
transition: color .2s;
white-space: nowrap;
font-family: "FreightSansProBook", sans-serif!important;
/* text-transform: uppercase; */
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0d6efd00 !important;
}
/* .dropdown-new .dropdown-menu li a{
border-bottom: 1px solid var(--c-dark)!important;
} */

.nav-links .dropdown-menu li a {
    margin: 0.2rem 0.2rem;
}
.dropdown-new .dropdown-menu li:last-child a {
border-bottom: none !important;
}

.dropdown-new .dropdown-item:hover {
color:var(--c-teal)!important;
background: none!important;
}

.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
animation: fadeSlide 0.2s ease;
}

@keyframes fadeSlide {
from { opacity: 0; transform: translateY(-6px); }
to   { opacity: 1; transform: translateY(0); }
}

.section-padding{
padding: 80px 0px;
}
.bg_light_green{
background: #C3DBC554;
}
.bg_light_white{
/*background: #FFFCF8;*/
background: #F8F5F0;
}
.hero-swiper {
width: 100%;
height: 100svh;          
height: 100vh;            
min-height: 520px;
margin-top: 0;
}

.swiper-slide {
position: relative;
overflow: hidden;
}

.slide-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
display: block;
}

.slide-overlay {
position: absolute;
inset: 0;
background: #0000004D;
z-index: 1;
}

.hero-content {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: calc(var(--nav-h) + 1.5rem) 1.25rem 4rem;   
}

.hero-eyebrow {
font-size:16px;
font-weight: 400;
/*letter-spacing: .32em;*/
text-transform: uppercase;
color: var(--c-white);
margin-bottom: .85rem;
font-family: "FreightSansProBook", sans-serif!important;
display: flex;
align-items: center;
gap: .65rem;
text-shadow: 0px 4px 4.8px #000000;
}
.hero-eyebrow::after {
content: '';
width: 48px;
height: 1px;
background: var(--c-white);
}
.hero-eyebrow::before {
content: '';
width: 48px;
height: 1px;
background: var(--c-white);
}
.hero-title {
font-family: 'Vanitasbold', serif !important;
font-weight: 500;
font-size: clamp(1.8rem, 5vw, 50px);
color: var(--c-white);
text-transform: uppercase;
letter-spacing: .06em;
line-height: 1.08;
margin-bottom: 1.75rem;
max-width: 760px;
text-shadow: #000 1px 0 10px;
}
.btn-close.custom-close{
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #000000;
    font-size: 10px;
    padding: 8px;
    border-radius: 50%;
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--c-white);
    color: var(--c-dark);
    font-family: "FreightSansProBook", sans-serif!important;
    font-size:16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: .60rem 1.85rem;
    text-decoration: none;
    white-space: nowrap;
    width: fit-content;
}
.btn-explore:hover { background: var(--c-teal); border-color: var(--c-white); color: var(--c-white); border:1px solid var(--c-white); }
.btn-explore svg {
width:20px; height:20px;
stroke: currentColor; fill: none;
stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
flex-shrink: 0;
}
.story-explore {
display: inline-flex;
align-items: center;
gap: .6rem;
background: var(--c-teal);
color: var(--c-white);
font-family: "FreightSansProBook", sans-serif!important;
font-size:16px;
font-weight: 500;
text-transform: uppercase;
padding: .65rem 1.55rem;
text-decoration: none;
white-space: nowrap;
width: fit-content;
cursor: pointer;
}
.story-explore:hover { background: var(--c-white); border: 1px solid var(--c-teal); color: var(--c-teal
); }

.story-explore svg {
width: 20px; height:20px;
stroke: currentColor; fill: none;
stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
flex-shrink: 0;
}

.hero-wrapper .swiper-pagination {
bottom: 1.6rem !important;
}
.hero-wrapper .swiper-pagination-bullet {
width: 28px !important;
height: 3px !important;
border-radius: 0 !important;
background: rgba(255,255,255,.38) !important;
opacity: 1 !important;
margin: 0 4px !important;
transition: background .3s, width .3s !important;
}
.hero-wrapper .swiper-pagination-bullet-active {
background: var(--c-white) !important;
width: 44px !important;
}

.swiper-button-prev,
.swiper-button-next {
color: var(--c-white) !important;
width: 40px !important;
height: 40px !important;
background: rgba(255,255,255,.12);
border: 1px solid rgba(255,255,255,.3);
border-radius: 50%;
transition: background .2s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
font-size: 14px !important;
font-weight: 700;
}
.swiper-button-prev:hover,
.swiper-button-next:hover { background: rgba(255,255,255,.25); }

.scroll-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 45px;
height: 45px;
background:#C3DBC5;
color: #fff;
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
cursor: pointer;
z-index: 999;
transition: all 0.3s ease;
border: 1px solid #FFFFFF66;

}

.scroll-top svg {
width: 20px;
height: 20px;
stroke:var(--c-teal);
fill: none;
stroke-width: 1.5;
}

.scroll-top:hover {
transform: translateY(-3px);

}

.slide-img {
transform: scale(1);
will-change: transform;
}

@keyframes kenBurnsIn {
0%   { transform: scale(1);    transform-origin: center center; }
100% { transform: scale(1.12); transform-origin: center center; }
}
@keyframes kenBurnsOut {
0%   { transform: scale(1.12); transform-origin: 60% 55%; }
100% { transform: scale(1);    transform-origin: 60% 55%; }
}
@keyframes kenBurnsPulse {
0%   { transform: scale(1.12); transform-origin: 60% 55%; }
50%  { transform: scale(1);    transform-origin: center center; }
100% { transform: scale(1.12); transform-origin: 60% 55%; }
}

.swiper-slide-active .slide-img {
animation: kenBurnsIn 6s ease-in-out forwards;
}

.swiper-slide-active:nth-child(even) .slide-img {
animation: kenBurnsOut 6s ease-in-out forwards;
}

.sarai-footer {
background: #074240;
position: relative;
overflow: hidden;

}

.footer-watermark {
position: absolute;
bottom: 48px;
right: 25px;
font-family: 'Montserrat', sans-serif;
font-size: clamp(4rem, 12vw, 9rem);
font-weight: 700;
letter-spacing: .08em;
color: rgba(255,255,255,0.045);
line-height: 1;
user-select: none;
pointer-events: none;
white-space: nowrap;
}

.footer-top {
padding: 3.5rem 0 2.5rem;
border-bottom: 1px solid #656565F0;
}


.footer-tagline {
font-size: 16px;
color: #A9A9A9;
margin-top: 15px;
text-decoration: none;
letter-spacing: .03em;
transition: color .2s;
font-family: "FreightSansProBook", sans-serif!important;
}

.social-icons {
display: flex;
gap: .55rem;
align-items: center;
}
.social-icons a {
width: 32px; height: 32px;
border-radius: 50%;
border: 1px solid rgba(255,255,255,0.15);
display: flex; align-items: center; justify-content: center;
color: var(--c-teal);
text-decoration: none;
transition: border-color .2s, color .2s, background .2s;
background: #C3DBC5;
}
.social-icons a:hover {
border-color: var(--c-white);
color: var(--c-white);
background: rgba(201,169,110,.08);
}
.social-icons svg {
width: 13px; height: 13px;
fill: currentColor;
flex-shrink: 0;
}

.footer-col-title {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color:var(--c-white);
margin-bottom: 1rem;
padding-bottom: .5rem;
border-bottom: 1.5px solid #ffffff;
display: inline-block;
font-family: 'Vanitasbold', serif !important;

}

.footer-links {
list-style: none;
padding: 0; margin: 0;
display: flex;
flex-direction: column;
gap: .55rem;
}
.footer-links li {
display: flex;
align-items: center;
gap: .5rem;
}
.footer-links li::before {
content: '';
display: inline-block;
width: 5px; height: 5px;
border-radius: 50%;
background: #A9A9A9;
flex-shrink: 0;
}
.footer-links a {
font-size:16px;
color:#A9A9A9;
text-decoration: none;
letter-spacing: .03em;
transition: color .2s;
font-family: "FreightSansProBook", sans-serif!important;
}
.footer-links a:hover { color: var(--c-white); }

.contact-item {
display: flex;
align-items: flex-start;
gap: .65rem;
margin-bottom: .85rem;
}
.contact-item:last-child { margin-bottom: 0; }

.contact-icon {
width: 28px; height: 28px;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
background: #C3DBC5;
flex-shrink: 0;
margin-top: .05rem;
}
.contact-icon img{width: 15px;}

.contact-icon svg {
width: 13px; height: 13px;
stroke: var(--c-teal);
fill: none;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.contact-text {
font-size:16px;
color:#A9A9A9;
text-decoration: none;
letter-spacing: .03em;
transition: color .2s;
font-family: "FreightSansProBook", sans-serif!important;
}

.footer-bottom {
padding: 1.1rem 0;
text-align: center;
}
.footer-copy {
margin: 0;
font-size:16px;
color:#A9A9A9;
text-decoration: none;
text-transform: inherit;
letter-spacing: .03em;
transition: color .2s;
font-family: "FreightSansProBook", sans-serif!important;
}

.footer-brand-col{
    border-right:1px solid #656565F0;
    padding-left: 80px !important;
}


.sarai-story-wrapper {
overflow: hidden;
}

.sarai-story-wrapper .img-box {
width: 100%;
height: auto;
overflow: hidden;
}

.sarai-story-wrapper .img-box img {
width: 100%;
height: 100%;
object-fit: cover;
}

.sarai-story-wrapper .left-img {
display: flex;
align-items: flex-start;
}
.sarai-story-wrapper .left-img img {
padding-bottom: 70px;
}
.sarai-story-wrapper .right-img {
display: flex;
align-items: flex-end;
}

.sarai-story-wrapper .right-img img{
padding-top: 70px;
}

.sarai-story-wrapper .content-box {
padding: 0 30px;
}

.tag {
display: inline-block;
border: 1px solid #07424066;
padding: 6px 14px;
border-radius: 20px;
font-size: 12px;
margin-bottom: 20px;
color:var(--c-teal);
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 600;
text-transform: uppercase;
}

.heading-title{
font-size: 44px;
font-weight: 600;
color: #262626;
line-height: 1.4;
margin-bottom: 20px;
font-family: 'Vanitasbold', serif !important;
text-transform: uppercase;
}

.heading-title span {
color: var(--c-teal);
}


.interactions-section {
position: relative;
width: 100%;
overflow: hidden;

}
.interactions-section .swiper-pagination{
gap: 6px;
display: flex;
justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    bottom: 13px;
    z-index: 999999;
}

.int-swiper {
width: 100%;
height: 620px;
}


.int-swiper .swiper-slide {
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
}


.int-slide-overlay {
position: absolute;
inset: 0;
background: #00000033;
z-index: 1;
}

.int-swiper .swiper-slide::before {
content: '';
position: absolute;
inset: 0;
background: inherit;
background-size: cover;
background-position: center;
z-index: 0;
transform: scale(1);
transition: none;
will-change: transform;
}
.int-swiper .swiper-slide-active::before {
animation: intKenBurns 6s ease-in-out forwards;
}
@keyframes intKenBurns {
0%   { transform: scale(1); }
100% { transform: scale(1.08); }
}


.int-content-box {
position: absolute;
top: 22%;
right: 8%;
transform: translateY(-50%);
width: 730px;
max-width: calc(100% - 100px);
background: #1A514AC7;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
padding: 3.5rem 4.25rem;
z-index: 20;
pointer-events: none;
}

.int-badge {
display: inline-block;
border: 1px solid #FFFFFF66;
color: var(--c-white);
font-size:12px;
font-weight: 600;
text-transform: uppercase;
padding: 6px 14px;
border-radius: 20px;
margin-bottom: 1rem;
width: max-content;
font-family: "FreightSansProBook", sans-serif!important;
}

.int-slide-content {
display: none;
flex-direction: column;
pointer-events: auto;
}
.int-slide-content.active {
display: flex;
animation: intFadeUp .55s ease forwards;
}
@keyframes intFadeUp {
from { opacity: 0; transform: translateY(10px); }
to   { opacity: 1; transform: translateY(0); }
}

.int-title {
font-family: 'Vanitasbold', serif !important;
font-size: clamp(1.6rem, 2.8vw, 44px);
font-weight: 500;
color: var(--c-white);
text-transform: uppercase;
line-height: 1.12;
margin-bottom: .9rem;
}

.int-desc {
color:var(--c-white);
}

.int-swiper .swiper-button-prev,
.int-swiper .swiper-button-next {
width: 40px !important;
height: 40px !important;
border-radius: 50%;
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.35);
color: #fff !important;
transition: background .2s;
top: 50%;
transform: translateY(-50%);
}
.int-swiper .swiper-button-prev:hover,
.int-swiper .swiper-button-next:hover {
background: rgba(255,255,255,0.25);
}
.int-swiper .swiper-button-prev::after,
.int-swiper .swiper-button-next::after {
font-size: 13px !important;
font-weight: 700;
}
.int-swiper .swiper-button-prev { left: 1.25rem; }
.int-swiper .swiper-button-next { right: 1.25rem; }

.managed-brands-wrapper {
position: relative;
}

.managed-brands-wrapper .tabs button {
border: none;
background: none;
margin: 0 15px;
font-weight: 500;
position: relative;
font-size: 18px;
padding-bottom: 5px;
color: #141414;
font-family: "FreightSansProBook", sans-serif!important;

}
.managed-brands-wrapper .tabs button.active{
color:#074240!important;
}
.managed-brands-wrapper .tabs button.active::after {
content: '';
height: 2px;
width: 100%;
background: #074240;
position: absolute;
bottom: 0;
left: 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}


.managed-brands-wrapper .tab-pane {
display: none;
}
.managed-brands-wrapper .tab-pane.active {
display: block;
}

.managed-brands-wrapper .brand-card {
display: flex;
background: #fff;
/*height: 100%;*/
height: 540px;
overflow: visible; 
border: 1px solid #dedddd;
}

.managed-brands-wrapper .brand-image {
width: 60%;
position: relative;
height: auto;
overflow: hidden;
}

.managed-brands-wrapper .brand-image .main-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.managed-brands-wrapper .thumbnails {
position: absolute;
bottom: 15px;
left: 20px;
display: flex;
gap: 10px;
z-index: 10;
justify-content: center;
left: 0;
right: 0;
}

.managed-brands-wrapper .thumbnails img {
width: 100px;
height: 64px;
object-fit: cover;
cursor: pointer;
border: 2px solid #BDBDBD;
background: #fff;
opacity: 0.7;
transition: 0.3s;
}

.managed-brands-wrapper .thumbnails img.active {
border-color: #FFFFFF;
box-shadow: 0px 4px 10.8px 0px #0000005E;
opacity: 1;
}

.managed-brands-wrapper .brand-content {
width: 35%;
padding: 35px;
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
box-shadow: 2px 2px 7.3px 0px #00000026;
}

.managed-brands-wrapper .brand-content h3 {
font-size: 28px;
font-weight: 600;
color: #1E1E1E;
line-height: 1.4;
margin-bottom: 20px;
font-family: 'Vanitasbold', serif !important;

}
.brand-content .desc{
margin-top: 15px;
}
.brand-location {
align-items: center;
gap: 8px;
color: var(--c-teal);
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
font-family: "FreightSansProBook", sans-serif!important;

}

.brand-location::after {
content: "";
display: block;
width: 120px;
height: 2px;
background:var(--c-teal);
margin-top: 15px;
}
.managed-brands-wrapper .location {
color: #0d3b36;
font-weight: 500;
margin-bottom: 10px;
}

.features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 22px 40px;
padding: 25px 0;
margin: 0px 0;
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
}
.features .feature-item img{width:22px;}
.content_box {
    margin: 15px 0px;
    margin-bottom: 30px;
}

.content_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.content_box span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 20px;
    border-radius: 50px;
}
.feature-item {
display: flex;
align-items: center;
gap: 12px;
}

.feature-item svg {
font-size: 22px;
color: var(--c-teal);
width: 24px;
text-align: center;
}

.feature-item span {
font-size: 15px;
color:#727272;
font-weight: 500;
font-family: "FreightSansProBook", sans-serif!important;

}

.managed-brands-wrapper .actions {
margin-top: 20px;
}


.managed-brands-wrapper .btn-outline-dark {
border: 1px solid #0d3b36;
color: #0d3b36;
}

.managed-brands-wrapper .nav-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #0d3b36;
color: #fff;
width: 45px;
height: 45px;
border-radius: 50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
z-index: 20;
transition: opacity 0.3s ease;

}

.managed-brands-wrapper .nav-arrow.swiper-button-disabled {
opacity: 0.3;
pointer-events: none;
cursor: default;
}

.managed-brands-wrapper .prev-arrow { left: 0px; }
.managed-brands-wrapper .next-arrow { right: 0px; }

.managed-brands-wrapper .swiper,
.managed-brands-wrapper .swiper-wrapper,
.managed-brands-wrapper .swiper-slide {
height: 100%;
}


.experience-wrapper .card-box {
background: #fff;
overflow: hidden;
}

.experience-wrapper .image-top img,
.experience-wrapper .image-bottom img {
width: 100%;
height: 270px;
object-fit: cover;
}

.experience-wrapper .content-box {
padding: 25px;

}

.experience-wrapper .content-box h4 {
font-size: 28px;
color:#242424;
line-height: 1.4;
margin-bottom: 20px;
font-family: 'Vanitasbold', serif !important;
font-weight: 600;
text-transform: uppercase;
}



.association-wrapper {
text-align: center;
}

.association-wrapper .logos-row {
gap: 0;
}

.association-wrapper .logo-box {
background: #C3DBC5;
padding: 35px 20px;
display: flex;
align-items: center;
justify-content: center;
height: 120px;
}

.association-wrapper .logo-box img {
max-height:100px;
max-width: 100%;
object-fit: contain;
}


.association-wrapper .border-line {
position: relative;
}


.booking-section {
position: relative;
width: 100%;
min-height: 580px;
overflow: hidden;
display: flex;
align-items: center;
}


.booking-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
z-index: 0;
}

.booking-wrapper {
position: relative;
z-index: 2;
width: 100%;
}

.booking-card {
background: #3C3C3C4F;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 2.25rem 2rem 2rem;
margin-left: auto;
width: 100%;
/*max-width: 660px;*/
border: 1px solid #646060;
}

.booking-label {
display: block;
font-size:16px;
font-weight: 500;
color: #ffffff;
letter-spacing: .08em;
margin-bottom: .45rem;
font-family: 'Vanitasbold', serif !important;
}

.booking-select-wrap {
position: relative;
}
.booking-select-wrap select {
width: 100%;
appearance: none;
-webkit-appearance: none;
background: #ffffff;
border: 1px solid #A1A1A1B5;
border-radius: 0;
padding: .78rem 2.5rem .78rem 1rem;
/* font-size: .62rem; */
font-size: 14px;

font-weight: 500;
text-transform: uppercase;
color: #606060;
cursor: pointer;
outline: none;
box-shadow: none;
font-family: "FreightSansProBook", sans-serif!important;
border-radius: 8px;
}
.booking-select-wrap select:focus { outline: none; box-shadow: none; }

.booking-select-wrap .sel-chevron {
position: absolute;
right: .9rem;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
width: 16px; height: 16px;
stroke: #1a3532; fill: none;
stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
}

.room-counter {
display: flex;
align-items: center;
background: #fff;
height: 100%;
border-radius: 8px;
}
.room-counter-btn {
width: 48px;
height: 100%;
min-height: 42px;
background: #E4F1E4;
border: 1px solid #07424061;
display: flex; align-items: center; justify-content: center;
cursor: pointer;
flex-shrink: 0;
transition: background .18s;
border-radius: 8px;
}
.room-counter-btn:hover { background: #1a3532; }
.room-counter-btn:hover svg { stroke: #fff; }
.room-counter-btn svg {
width: 15px; height: 15px;
stroke: #1a3532; fill: none;
stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
transition: stroke .18s;
}
.room-counter-val {
flex: 1;
text-align: center;
font-size: 16px;
font-weight: 600;
color: #606060;
pointer-events: none;
user-select: none;
}


.booking-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: .85rem;
margin-bottom: .85rem;
}
.booking-row-last {
display: grid;
grid-template-columns: 1fr 1fr;
gap: .85rem;
margin-bottom: 1.4rem;
align-items: end;
}

.story-hero {
position: relative;
width: 100%;
height: 100vh;
min-height: 480px;
overflow: hidden;
display: flex;
align-items: flex-end;
padding-bottom: 2.5rem;
}

.story-hero-images {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.story-hero-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transform: scale(1.12);
will-change: transform;
animation: kenBurnsPulse 12s ease-in-out infinite;
}


.story-hero-overlay {
position: absolute;
inset: 0;
background: #00000033;
z-index: 1;
}

.story-hero-content {
position: relative;
z-index: 2;
width: 100%;
}

.story-eyebrow {
display: flex;
align-items: center;
gap: .65rem;
font-size:14px;
font-weight: 500;
text-transform: uppercase;
color: var(--c-white);
margin-bottom: .65rem;
font-family: "FreightSansProBook", sans-serif!important;
}
.story-eyebrow::after {
content: '';
display: block;
width: 48px;
height: 1px;
background: var(--c-white);
}

.story-hero-title {
font-family: 'Vanitasbold', serif !important;
font-size: clamp(1.7rem, 4.5vw, 43px);
font-weight: 500;
color:var(--c-white);
text-transform: uppercase;
margin: 0;
text-shadow: #000 1px 0 10px;
}

.story-hero-wrap{
background: linear-gradient(to right, #1B1B1B8F, #1B1B1B2A);
display: inline-block;
padding:40px 25px;
}

.story-glimpse {
position: absolute;
bottom: 3.5rem;
right: 2rem;
z-index: 5;
display: flex;
align-items: center;
gap: .75rem;
background: #FFFFFF;
border-radius: 4px;
padding: .55rem .75rem .55rem .55rem;
cursor: pointer;
text-decoration: none;
transition: background .2s;
max-width: 200px;
box-shadow: 0px 4px 4px 0px #00000040;

}

.glimpse-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 2px;
width: 54px;
height: 42px;
flex-shrink: 0;
}
.glimpse-grid img {
width: 100%; height: 100%;
object-fit: cover; display: block;
}

.glimpse-text {
font-family: "FreightSansProBook", sans-serif!important;
font-size:13px;
font-weight: 600;
color: var(--c-teal);

}

.sarai-nav .nav-links li a.active-nav {
color: #ffffff;
border-bottom: 1.5px solid #ffffff;
padding-bottom: 2px;
}



.about-desc {
max-width: 740px;
margin: 0 auto 2.5rem;
}

.about-image-wrap {
width: 100%;
overflow: hidden;
line-height: 0;
}
.about-image-wrap img {
width: 100%;
height: 550px;
object-fit: cover;
object-position: center 40%;
display: block;
transition: transform 6s ease;
}
.about-image-wrap:hover img {
transform: scale(1.03);
}

.unique-card {
background-color: var(--c-white);
background-image: linear-gradient(#074240, #074240);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 5px 100%; 
padding: 1.75rem 1.5rem 2rem;
height: 100%;
border: 1px solid #C3DBC5;
position: relative;
transition: box-shadow .25s, transform .25s, background-size .25s ease;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

.unique-card:hover .unique-icon-wrap svg {
transform: rotate(360deg);
}
.unique-card:hover {
background-size: 5px 30%; 
box-shadow: 0 8px 32px rgba(26,53,50,0.10);
transform: translateY(-3px);
}

.unique-icon-wrap {
width: 56px; height: 56px;
border-radius: 50%;
background: #C3DBC5;
display: flex; align-items: center; justify-content: center;
margin-bottom: 1.25rem;
flex-shrink: 0;

}
.unique-icon-wrap svg {
width: 26px; height: 26px;
stroke: #1a3532; fill: none;
stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
transition: transform .5s ease;
}

.unique-card-title {
font-size:24px;
font-family: 'Vanitasbold', serif !important;
font-weight: 700;
color:#262626;
margin-bottom: .65rem;
}

.faq-contact-card {
background: #E6ECDF;
padding: 2rem 1.75rem;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 300px;
box-shadow: 0px 4px 22.9px 0px #0742400F;
border: 1px solid #D8DDCE

}
.faq-contact-title {
font-family: 'Vanitasbold', serif !important;
font-size: clamp(1.3rem, 2.5vw, 1.75rem);
font-weight: 700;
color: #262626;
line-height: 1.2;
margin-bottom: .85rem;
}
.faq-contact-desc {
margin-bottom: 1.75rem;
flex: 1;
}

.faq-scroll-panel {
height: 320px;
overflow-y: scroll;
padding-right: .5rem;
/* scrollbar-width: thin; */
/* scrollbar-color: var(--c-teal) transparent; */
}
.faq-scroll-panel::-webkit-scrollbar {
width: 6px;
}
.faq-scroll-panel::-webkit-scrollbar-track {
background: #DFEDE0; 
border-radius: 8px;
}
.faq-scroll-panel::-webkit-scrollbar-thumb {
background: #074240;
border-radius: 8px;
}

.faq-item {
border-bottom: 1px solid #8DA4A478;
}

.faq-question {
width: 100%;
background: none;
border: none;
padding: 1.1rem 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
cursor: pointer;
text-align: left;
transition: color .2s;
}
.faq-question-text {
font-size:20px;
font-weight: 500;
color: #080808;
flex: 1;
font-family: "FreightSansProBook", sans-serif!important;
}
.faq-question:hover .faq-question-text { color: var(--c-teal); }

.faq-chevron {
width: 30px; height: 30px;
border-radius: 50%;
/* border: 1.5px solid rgba(26,53,50,0.30); */
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
transition: background .2s, border-color .2s;
}
.faq-chevron svg {
/* width: 11px; height: 11px; */
width:20px; height: 20px;
stroke: var(--c-teal); fill: none;
stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
transition: transform .3s;
}
.faq-item.open .faq-chevron {
/* background: var(--c-teal);
border-color: #1a3532; */
}
.faq-item.open .faq-chevron svg {
stroke: #074240;
transform: rotate(180deg);
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height .38s ease;
}
.faq-item.open .faq-answer {
max-height: 300px;
}
.faq-answer-inner {
padding: 0 1rem .9rem 0;
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 500;
font-size: 18px;
letter-spacing: 0;
text-transform: capitalize;
color: #727272;
}

.explore-new{
background: #C3DBC5!important;
color:var(--c-teal)!important;
border: 1px solid #074240!important;
}

.news-highlight-wrapper {
overflow: hidden;
}

.news-card {
background: #fff;
transition: all 0.4s ease;
}
.news-img img {
width: 100%;
object-fit: cover;
}

.news-content {
padding: 25px;
}

.meta {
display: flex;
justify-content: space-between;
font-size: 13px;
font-weight: 500;
color:var(--c-teal);
font-family: "FreightSansProBook", sans-serif!important;
}

.news-content h5 {
font-size: 24px;
margin: 10px 0;
color: #242424;
font-family: 'Vanitasbold', serif !important;
text-transform: uppercase;
}

.news-slider .slick-slide {
opacity: 0.4;
transform: scale(0.85);
transition: all 0.5s ease;
}

.news-slider .slick-center {
opacity: 1;
transform: scale(1);
}

.news-slider .slick-center .news-card {
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.slick-dots li button:before {
color: #2f6f66;
}

.slick-dots li.slick-active button:before {
color: #000;
}
.news-slider .slick-dots li.slick-active button:before{
color:var(--c-teal)!important;
font-size: 10px!important;
border: 1px solid var(--c-teal);
border-radius: 50%!important;
display: flex;
justify-content: center;
}
.news-slider .slick-dots li button:before{
opacity: 9!important;
color: #C2D6C3!important;
font-size: 10px!important;

}
.news-slider .slick-dots{
bottom: -50px!important;
}

.grow-section {
position: relative;
width: 100%;
min-height: 380px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

.grow-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
z-index: 0;
background: #00000045;

}

.grow-glass {
position: relative;
z-index: 2;
background: #3C3C3C4F;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255,255,255,0.08);
padding: 3rem 3.5rem 2.75rem;
text-align: center;
width: 100%;
max-width: 825px;
margin: 6rem auto;
}

.grow-badge {
display: inline-block;
border: 1px solid #FFFFFF66;
color: var(--c-white);
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
padding: 6px 14px;
border-radius: 20px;
margin-bottom: 1rem;
width: max-content;
font-family: "FreightSansProBook", sans-serif!important;
}

.grow-title {
font-family: 'Vanitasbold', serif !important;
font-size: clamp(1.7rem, 4vw, 35px);
font-weight: 600;
color:var(--c-white);
text-transform: uppercase;
margin-bottom: .9rem;
}

.grow-desc {
color:var(--c-white);
max-width: 480px;
margin-left: auto;
margin-right: auto;
}

.grow-cta {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
flex-wrap: wrap;
}


.partner-card-wrap {
background: #ffffff;
border: 1px solid #E3DED5;
border-radius: 4px;
padding: 0;
display: flex;
align-items: stretch;
overflow: hidden;
box-shadow: 0px 1px 54.1px 0px #0000000F;

}

.partner-card {
flex: 1;
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 3rem 1.75rem;
position: relative;
transition: background .2s;
}

.partner-card + .partner-card::before {
content: '';
position: absolute;
left: 0; top: 1.5rem; bottom: 1.5rem;
width: 1px;
background: #E3DED5;
}

.partner-icon {
width: 58px; height: 58px;
border-radius: 50%;
background: #C3DBC5;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
margin-top: .1rem;
}
.partner-icon svg {
width: 26px; height: 26px;
stroke: var(--c-teal); fill: none;
stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}

.partner-info { flex: 1; }
.partner-card-title {
font-size:24px;
font-weight: 700;
color:#262626;
margin-bottom: .5rem;
font-family: 'Vanitasbold', serif !important;
}
.partner-card-desc {
margin: 0;
}

.value-left { padding-right: 2rem; }

.value-desc {
max-width:510px;
}

.value-list {
display: flex;
flex-direction: column;
gap: .6rem;
margin-bottom: 1.85rem;
}

.value-card {
background:var(--c-white);
border-radius: 3px;
padding: 1rem 1.25rem;
display: flex;
align-items: flex-start;
gap: 1rem;
box-shadow: 0px 4px 8.4px 0px #0000001A;
border-left: 4px solid var(--c-teal);

}

.value-card-icon {
width: 52px; height: 52px;
border-radius: 50%;
background: #C3DBC5;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
}
.value-card-icon svg {
width: 28px; height: 28px;
stroke: #1a3532; fill: none;
stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}

.value-card-info { flex: 1; }
.value-card-title {
font-size:24px;
font-weight: 700;
color: #262626;
margin-bottom: .35rem;
font-family: 'Vanitasbold', serif !important;
}
.value-card-desc {
margin: 0;
}

.value-right {
position: relative;
}
.value-img-wrap {
width: 100%;
height: 100%;
min-height: 480px;
overflow: hidden;
}
.value-img-wrap img {
width: 100%;
height:586px;
object-fit: cover;
object-position: center;
display: block;
transition: transform .5s ease;
}
.value-img-wrap:hover img { transform: scale(1.03); }


.steps-track {
position: relative;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 0;
}
.steps-track::before {
content: '';
position: absolute;
top: 46px; 
left: calc(12.5%);
right: calc(12.5%);
height: 1.5px;
background: var(--c-teal);
z-index: 0;
}

.step-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
z-index: 1;
padding: 0 .75rem;
}

.step-icon-wrap {
position: relative;
width: 92px; height: 92px;
margin-bottom: 1.25rem;
flex-shrink: 0;
}

.step-circle {
width: 100px; height: 100px;
border-radius: 50%;
background: #C3DBC5;
display: flex; align-items: center; justify-content: center;
border: 1px solid rgba(26,53,50,0.12);
}
.step-circle svg {
width: 36px; height: 36px;
stroke: #1a3532; fill: none;
stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round;
}

.step-number {
position: absolute;
top: 25px;
right: -25px;
width: 38px; height: 38px;
border-radius: 50%;
background:var(--c-teal);
color:var(--c-white);
font-size:15px;
font-weight: 700;
letter-spacing: .04em;
display: flex; align-items: center; justify-content: center;
line-height: 1;
font-family: "FreightSansProBook", sans-serif!important;
}

.step-title {
font-size: 24px;
font-weight: 700;
color: #262626;
font-family: 'Vanitasbold', serif !important;
margin-bottom: .55rem;
}

.modal-backdrop.show { opacity: 0.45; }

.enquiry-modal-wrapper .modal-dialog {
max-width:1135px;
width: 95vw;
}

.enquiry-modal-wrapper .modal-content {
background: #F8F5F0;
border-radius: 8px;
padding: 10px;
overflow: hidden;
}

.enquiry-modal-wrapper .modal-inner-row {
display: flex !important;
flex-wrap: nowrap !important;
border-radius: 14px;
overflow: hidden;
min-height: 420px;
}

.custom-close {
position: absolute;
right: 20px;
top: 16px;
z-index: 10;
opacity: 0.6;
filter: grayscale(100%);
}

.enquiry-img-wrap {
flex: 0 0 48%;
max-width: 48%;
}

.enquiry-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.enquiry-form-wrap {
flex: 1;
background: #FFFFFF75;
padding: 28px 48px 28px 48px; 
box-sizing: border-box;
border: 1px solid #E8E1D5;
margin: 15px;
border-radius: 24px;

}

.enquiry-form-wrap h2 {
font-size: 32px;
letter-spacing: 2.5px;
text-align: center;
color: #252525;
margin: 0 0 6px; 
font-weight: 600;
font-family: 'Vanitasbold', serif !important;
text-transform: uppercase;
}

.enquiry-form-wrap .eq-subtitle {
text-align: center;
margin: 0 0 18px; 

}

.enquiry-form-wrap .eq-label {
font-size: 15px;
color: var(--c-teal);
font-weight: 500;
display: block;
margin-bottom: 5px;
font-family: "FreightSansProBook", sans-serif!important;
}

.enquiry-form-wrap .eq-field {
width: 100%;
height: 40px;
border-radius:8px;
border: 1px solid #A1A1A185;
background:var(--c-white);
font-size: 16px;
padding: 0 14px;
box-sizing: border-box;
outline: none;
color:#ACACAC;
font-family: inherit;
box-shadow: none;
appearance: none;
-webkit-appearance: none;
font-family: "FreightSansProBook", sans-serif!important;
}

.enquiry-form-wrap .eq-field:focus {
border-color: #a0bdb8;
}

.enquiry-form-wrap textarea.eq-field {
height: 78px; 
padding: 10px 14px;
resize: none;
line-height: 1.5;
}

.enquiry-form-wrap .eq-select-wrap {
position: relative;
}

.enquiry-form-wrap .eq-select-wrap select.eq-field {
color:#ACACAC;
cursor: pointer;
padding-right: 36px;
}

.enquiry-form-wrap .eq-select-wrap svg {
position: absolute;
right: 14px;
bottom: 13px; 
pointer-events: none;
}

.enquiry-form-wrap .eq-grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}

.eq-mb { margin-bottom: 12px; } 
.eq-mb-lg { margin-bottom: 18px; } 

.glr-section {
width: 100%;
}


.glr-tabs {
display: flex;
justify-content: center;
gap: 0;
margin-bottom: 28px;
border-radius: 0 !important;
list-style: none;
padding: 0;
}

.glr-tabs .nav-item { margin: 0; }

.glr-tab {
font-size:18px;
color: #141414;
font-family: "FreightSansProBook", sans-serif!important;
background: none !important;
border: none !important;
border-radius: 0 !important;
cursor: pointer;
padding: 10px 22px;
margin-bottom: -1.5px;
outline: none !important;
box-shadow: none !important;
font-weight: 400;
}

.glr-tab:hover { color: #1a1a1a; }

.glr-tab.active {
color: var(--c-teal) !important;
border-bottom: 2px solid var(--c-teal)!important;
font-weight: 600;
background: none !important;
font-size: 16px;
font-family: "FreightSansProBook", sans-serif!important;

}

.glr-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 330px);
gap: 18px;
margin: 0 auto;
}


.glr-grid.glr-expanded {
grid-template-rows: repeat(8, 330px);
}

.glr-hidden { display: none!important; }


.glr-item {
display: block;
overflow: hidden;
position: relative;
cursor: pointer;
}

.glr-item img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform 0.45s ease;
}

.glr-item:hover img { transform: scale(1.06); }

.glr-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0);
transition: background 0.35s ease;
display: flex;
align-items: flex-end;
padding: 20px 22px;
}

.glr-item:hover .glr-overlay { background: rgba(0,0,0,0.40); }

.glr-caption {
opacity: 0;
transform: translateY(8px);
transition: opacity 0.35s ease, transform 0.35s ease;
}

.glr-item:hover .glr-caption { opacity: 1; transform: translateY(0); }

.glr-caption-text {
display: block;
font-family: 'Vanitasbold', serif !important;
font-size: 23px;
font-weight: 600;
color:var(--c-white);
margin-bottom: 8px;
}

.glr-caption-line {
display: block;
width: 40px;
height: 2px;
background:var(--c-white);
}

.glr-item-1  { grid-column: 1/2; grid-row: 1/2; }
.glr-item-2  { grid-column: 2/3; grid-row: 1/3; }
.glr-item-3  { grid-column: 3/4; grid-row: 1/2; }
.glr-item-4  { grid-column: 1/2; grid-row: 2/3; }
.glr-item-5  { grid-column: 3/4; grid-row: 2/3; }
.glr-item-6  { grid-column: 1/2; grid-row: 3/4; }
.glr-item-7  { grid-column: 2/3; grid-row: 3/5; }
.glr-item-8  { grid-column: 3/4; grid-row: 3/4; }
.glr-item-9  { grid-column: 1/2; grid-row: 4/5; }
.glr-item-10 { grid-column: 3/4; grid-row: 4/5; }

.glr-item-11 { grid-column: 1/2; grid-row: 5/6; }
.glr-item-12 { grid-column: 2/3; grid-row: 5/7; }
.glr-item-13 { grid-column: 3/4; grid-row: 5/6; }
.glr-item-14 { grid-column: 1/2; grid-row: 6/7; }
.glr-item-15 { grid-column: 3/4; grid-row: 6/7; }
.glr-item-16 { grid-column: 1/2; grid-row: 7/8; }
.glr-item-17 { grid-column: 2/3; grid-row: 7/9; }
.glr-item-18 { grid-column: 3/4; grid-row: 7/8; }
.glr-item-19 { grid-column: 1/2; grid-row: 8/9; }
.glr-item-20 { grid-column: 3/4; grid-row: 8/9; }


.glr-grid-new {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 330px 330px;
gap: 18px;
margin: 0 auto;
}

.glr-grid-new .glr-item-1 { grid-column: 1/2; grid-row: 1/2; }
.glr-grid-new .glr-item-2 { grid-column: 2/3; grid-row: 1/3; }
.glr-grid-new .glr-item-3 { grid-column: 3/4; grid-row: 1/2; }
.glr-grid-new .glr-item-4 { grid-column: 1/2; grid-row: 2/3; }
.glr-grid-new .glr-item-5 { grid-column: 3/4; grid-row: 2/3; }

.glr-load { margin-top: 32px; }

.glr-load-btn {
display: inline-flex;
align-items: center;
gap: .6rem;
background: var(--c-teal);
color: var(--c-white);
font-family: "FreightSansProBook", sans-serif!important;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
padding: .85rem 1.85rem;
text-decoration: none;
white-space: nowrap;
width: fit-content;
border: none;
}
.glr-load-btn:hover {
background: var(--c-white);
border: 1px solid var(--c-teal)!important;
color: var(--c-teal);
}

.glr-load-btn svg{
width: 13px;
height: 13px;
stroke: currentColor;
fill: none;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round;
flex-shrink: 0;
}

.lux-image {
position: relative;
overflow: hidden;
}

.lux-image img {
width: 100%;
object-fit: cover;
display: block;
transition: transform 1s cubic-bezier(.19,1,.22,1);
}

.lux-image:hover img {
transform: scale(1.06);
}

.lux-image::after {
content: "";
position: absolute;
top: 0;
left: -150%; 

width: 150%;
height: 100%;

background: linear-gradient(
120deg,
transparent 20%,
rgba(255,255,255,0.25) 50%,
transparent 80%
);

transform: skewX(-20deg);
opacity: 0;

transition: left 1.2s cubic-bezier(.19,1,.22,1),
opacity 0.3s ease;
}
.lux-image:hover::after {
left: 150%;
opacity: 1;
}



.fo-tabs-wrap {
margin-bottom: 36px;
}

.fo-tabs {
display: inline-flex !important;
background:var(--c-white);
border-radius: 999px;
gap: 0;
border: 1px solid #D2DDDC;
}

.fo-tabs .nav-item {
margin: 0;
}

.fo-tab {
font-size: 16px;
font-weight: 500;
color:var(--c-dark);
background: transparent !important;
border: none !important;
border-radius: 999px !important;
padding: 9px 28px;
cursor: pointer;
transition: background 0.25s, color 0.25s;
white-space: nowrap;
outline: none !important;
box-shadow: none !important;
font-family: "FreightSansProBook", sans-serif!important;
}

.fo-tab:hover {
color: #1a4f49;
}

.fo-tab.active {
background: var(--c-teal)!important;
color:var(--c-white)!important;
font-weight: 500;
font-family: "FreightSansProBook", sans-serif!important;
font-size: 16px;
}

.fo-card {
background: #fff;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}

.fo-img-wrap {
position: relative;
width: 100%;
height: 270px;
overflow: hidden;
}
.fo-img-wrap-new{
height: 330px!important;
}

.fo-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.fo-discount {
position: absolute;
background: var(--c-teal);
color:var(--c-white);
font-family: 'Vanitasbold', serif !important;
font-size: 14px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
padding: 7px 15px;
border-bottom-right-radius: 8px;
top: 0;
left: 8px;
z-index: 1;
}

.fo-body {
padding: 18px 20px 20px;
display: flex;
flex-direction: column;
flex: 1;
justify-content: space-between;
}

.fo-body-top {
margin-bottom: 16px;
}

.fo-card-title {
font-size:24px;
font-family: 'Vanitasbold', serif !important;
font-weight: 600;
color:var(--c-dark);
margin-bottom: 0.65rem;
text-transform: uppercase;
}

.fo-card-desc {
font-size: 18px;
}

.fo-body-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
}
.trending_destination .fo-body-bottom{
    display: flex;
    align-items: center;
    gap:20px;
    flex-wrap: wrap;
    justify-content: normal;
}

.trending_destination .story-explore.knowmore{
    background: var(--c-white);
    border: 1px solid var(--c-teal);
    color: var(--c-teal);
}

.trending_destination .story-explore.knowmore:hover {
      background: var(--c-white);
    border: 1px solid var(--c-teal);
    color: var(--c-teal);
}

.fo-expiry {
background: #C3DBC559;
font-size: 14px;
color:var(--c-dark);
margin: 0;
padding: 5px 10px;
white-space: nowrap;
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 600;
}

.fo-expiry span {
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 400;
font-size: 14px;
letter-spacing: 0;
text-transform: capitalize;
color: #727272;
}
.fo-features {
list-style: none;
padding: 0;
margin: 10px 0 0;
}

.fo-features li {
padding-left: 24px;
position: relative;
margin-bottom: 4px;
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 500;
font-size: 18px;
letter-spacing: 0;
color: #4B4B4B;
}

.fo-features li::before {
content: '\2714';
position: absolute;
left: 0;
top: 6px;
width: 16px;
height: 16px;
background:var(--c-teal);
border-radius: 50%;
color:var(--c-white);
font-size: 9px;
display: flex;
align-items: center;
justify-content: center;
}


.ob-section {
background: #F8F5F0;
padding: 80px 0;
}

.ob-banner {
position: relative;
border-radius: 12px;
overflow: hidden;
min-height: 160px;
display: flex;
align-items: center;
}

.ob-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.ob-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(7, 66, 64, 0.92) 0%,
rgba(7, 66, 64, 0.80) 35%,
rgba(7, 66, 64, 0.30) 65%,
rgba(7, 66, 64, 0.10) 100%
);
}
.ob-content {
position: relative;
z-index: 2;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 36px 48px;
gap: 24px;
}

.ob-left {
max-width: 340px;
}

.ob-title {
font-family: 'Vanitasbold', serif !important;
font-size: clamp(15px, 1.6vw, 24px);
font-weight: 600;
color:var(--c-white);
text-transform: uppercase;
margin-bottom: 10px;
}

.ob-desc {
font-size: 16px;
color:var(--c-white);
}

.ob-badge {
flex-shrink: 0;
width: 90px;
height: 90px;
background: #C3DBC5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1.1;
position: relative;
clip-path: polygon(
50% 0%, 61% 8%, 74% 5%, 79% 17%,
92% 20%, 90% 33%, 100% 41%, 93% 53%,
100% 65%, 88% 71%, 87% 85%, 74% 87%,
66% 99%, 53% 95%, 40% 100%, 32% 88%,
19% 87%, 17% 74%, 5% 67%, 10% 54%,
2% 42%, 13% 34%, 11% 21%, 24% 17%,
29% 5%, 42% 7%
);
}

.ob-percent {
font-family: 'Vanitasbold', serif !important;
font-size: 24px;
font-weight: 600;
color:var(--c-teal);
display: block;
}

.ob-off {
font-family: 'Vanitasbold', serif !important;
font-size: 16px;
font-weight: 600;
color:var(--c-teal);
text-transform: uppercase;
display: block;
}

.ev-img-wrap {
width: 100%;
height: 420px;
overflow: hidden;
}

.ev-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.ev-content {
padding: 20px 49px 20px 49px;
}

.ce-card {
background:var(--c-white);
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}

.ce-img-wrap {
width: 100%;
height: 272px;
overflow: hidden;
}

.ce-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform 0.45s ease;
}

.ce-card:hover .ce-img-wrap img {
transform: scale(1.05);
}
.ce-body {
padding: 20px 22px 22px;
display: flex;
flex-direction: column;
flex: 1;
justify-content: space-between;
}

.ce-body-top {
margin-bottom: 20px;
}

.ce-card-title {
font-size: 24px;
font-family: 'Vanitasbold', serif !important;
font-weight: 600;
color: var(--c-dark);
margin-bottom: 0.65rem;
text-transform: uppercase;
}

.ce-card-desc {
font-size: 18px;
}

.ce-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin-top: 28px;
}

.ce-pagination .swiper-pagination-bullet {
width: 10px!important;
height: 10px!important;
background: #C2D6C3!important;
opacity: 1;
border-radius: 50%;
border: none;
transition: background 0.25s, transform 0.25s;
}

.ce-pagination .swiper-pagination-bullet-active {
background: transparent!important;
border: 1px solid var(--c-teal)!important;
width: 18px!important;
height: 18px!important;
position: relative;
}

.ce-pagination .swiper-pagination-bullet-active::after {
content: '';
position: absolute;
inset: 2px;
background: var(--c-teal)!important;
border-radius: 50%;
}

.cp-card {
background:var(--c-white);
border-radius: 8px;
overflow: hidden;
height: 100%;
border: 1px solid #70B4B480
}

.cp-card-inner {
padding: 32px 28px 28px;
display: flex;
flex-direction: column;
height: 100%;
}

.cp-card-featured {
background: var(--c-teal);
transform: scaleY(1.03);
transform-origin: center;
position: relative;
z-index: 2;
}
.cp-plan-name {
font-size: 24px;
font-family: 'Vanitasbold', serif !important;
font-weight: 600;
color: var(--c-teal);
margin-bottom: 0.65rem;
}

.cp-card-featured .cp-plan-name {
color:var(--c-white);
}

.cp-price {
font-family: "FreightSansProBook", sans-serif!important;
font-size: clamp(18px, 1.8vw, 24px);
color:var(--c-dark);
margin-bottom: 10px;
}

.cp-price strong {
font-weight: 600;
}

.cp-per {
font-size: 14px;
font-weight: 500;
color:var(--c-dark);
font-family: "FreightSansProBook", sans-serif!important;

}

.cp-card-featured .cp-price {
color: var(--c-white);
}

.cp-card-featured .cp-per {
color: var(--c-white);
}

.cp-card-featured .cp-desc {
color: var(--c-white);
}

.cp-divider {
border: none;
border-top: 2px solid #3F9393BD; 
margin: 18px 0;
}

.cp-card-featured .cp-divider {
border-top-color: var(--c-white);
}

.cp-features {
list-style: none;
padding: 0;
margin: 0 0 auto;
display: flex;
flex-direction: column;
gap: 12px;
}

.cp-features li {
font-family: "FreightSansProBook", sans-serif!important;
font-size: 18px;
color: #040404;
padding-left: 28px;
position: relative;
}

.cp-features li::before {
content: '\2714';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 21px;
height: 21px;
background: #D0E7E7;
border-radius: 50%;
color:var(--c-teal)!important;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
}

.cp-card-featured .cp-features li {
color:var(--c-white);
}

.cp-card-featured .cp-features li::before {
background: var(--c-white);
color:var(--c-teal)!important;
}

.cp-btn-wrap {
margin-top: 32px;
}

.btn-know{
border: 1px solid var(--c-teal)!important;
color: var(--c-teal)!important;
}

.btn-know:hover{
color: var(--c-white)!important;
}


.woh-section .woh-tabs.nav-tabs {
border-bottom: none;
flex-wrap: wrap;
justify-content: center;
}
.woh-section .woh-tabs .nav-link {
border: none;
background: none;
margin: 0 15px;
font-weight: 500;
position: relative;
padding-bottom: 5px;
color: #141414;
font-family: "FreightSansProBook", sans-serif!important;
font-size: 18px;
}
.woh-section .woh-tabs .nav-link:hover {
color: var(--c-teal);
}
.woh-section .woh-tabs .nav-link.active {
color: #074240 !important;
font-weight: 600;
border-bottom: 2px solid var(--c-teal);
background: transparent;
}
.woh-section .woh-card {
display: flex;
flex-direction: row;
height: 547px;
}
.woh-section .woh-card-img {
flex: 0 0 60%;
max-width: 60%;
overflow: hidden;
height: 100%;
}
.woh-section .woh-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.woh-section .woh-card-body {
flex: 0 0 40%;
max-width: 40%;
background:var(--c-teal);
display: flex;
flex-direction: column;
justify-content: center;
padding: 48px 44px;
overflow-y: auto;
}
.woh-section .woh-card-title {
font-size: clamp(20px, 2.8vw, 32px);
font-weight: 600;
color:var(--c-white);
text-transform: capitalize;
font-family: 'Vanitasbold', serif !important;
}
.woh-section .woh-card-divider {
width: 140px;
height: 2px;
background: #C3DBC5;
border: none;
opacity: 1;
}
.woh-section .woh-card-text {
color:var(--c-white)!important;

}

.crafted-section .swiper-wrapper{
padding-bottom: 60px;
}
.crafted-section .swiper-pagination{
display: flex;
align-items: center;
justify-content: center;
}
.crafted-section .swiper-pagination-bullet {
width: 10px!important;
height: 10px!important;
background: #C2D6C3!important;
opacity: 1;
border-radius: 50%;
border: none;
transition: background 0.25s, transform 0.25s;
}

.crafted-section .swiper-pagination-bullet-active {
background: transparent!important;
border: 2px solid var(--c-teal)!important;
width: 17px!important;
height: 17px!important;
position: relative;
}

.crafted-section .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    /* inset: 1.8px; */
    background: var(--c-teal) !important;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    line-height: 61px;
    justify-content: center;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 13%;
}
.swiper-fade .swiper-slide{cursor: auto;}

.crafted-card {
background:var(--c-white);
padding: 44px 32px 36px;
position: relative;
margin-top: 32px;
height: 250px;
/* border: 1px solid #C3DBC5; */
box-shadow: 0px 4px 10.3px 0px #00000012;
}

.crafted-icon-wrap {
position: absolute;
top: -32px;
left: 50%;
transform: translateX(-50%);
width: 64px;
height: 64px;
border-radius: 50%;
background:#C3DBC5;
display: flex;
align-items: center;
justify-content: center;
border: 5px solid #F8F5F0;
transition: transform 0.3s ease;

}
.crafted-card:hover .crafted-icon-wrap  {
transform: translateX(-50%) translateY(-6px);
}

.crafted-card-title {
text-transform: uppercase;
text-align: center;
font-size: 24px;
font-family: 'Vanitasbold', serif !important;
font-weight: 600;
color: #262626;
margin-bottom: .65rem;
}

.crafted-underline {
width: 50px;
height: 2.5px;
background:var(--c-teal);
margin: 0 auto 24px;
border-radius: 2px;
}

.geh-section {
width: 100%;
}

.geh-cards-wrap {
display: flex;
gap: 6px;
width: 100%;
aspect-ratio: 16 / 6;
}

.geh-card {
position: relative;
overflow: hidden;
cursor: pointer;
flex: 0.7;               
min-width: 0;
transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.geh-card.geh-active {
flex: 2.8;
}

.geh-cards-wrap:has(.geh-card:hover) .geh-card {
flex: 0.7;
}
.geh-cards-wrap:has(.geh-card:hover) .geh-card:hover {
flex: 1.5;
}


.geh-cards-wrap:not(:has(.geh-card:hover)) .geh-card.geh-active {
flex: 1.5;
}
.geh-cards-wrap:not(:has(.geh-card:hover)) .geh-card:not(.geh-active) {
flex: 0.7;
}

.geh-card img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform 0.6s ease;
}

.geh-card:hover img,
.geh-card.geh-active img {
transform: scale(1.03);
}

.geh-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.82) 0%,
rgba(0, 0, 0, 0.15) 45%,
transparent 100%
);
}

.geh-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: clamp(14px, 2vw, 28px) clamp(14px, 2vw, 26px);
color:var(--c-white);
}
.geh-card-title {
font-size: 28px;
margin: 0 0 6px;
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
white-space: nowrap;
font-family: 'Vanitasbold', serif !important;
font-weight: 700;
color: var(--c-white);
text-transform:uppercase;
}

.geh-card-desc {
line-height: 1.65;
margin: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
transition:
max-height 0.5s ease 0.15s,
opacity 0.4s ease 0.2s;
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 500;
font-size: 18px;
letter-spacing: 0;
text-transform: capitalize;
color:var(--c-white);
}


.geh-card.geh-active .geh-card-desc {
max-height: 120px;
opacity: 1;
}

.geh-card:hover .geh-card-desc {
max-height: 120px;
opacity: 1;
}

.geh-cards-wrap:has(.geh-card:hover) .geh-card.geh-active:not(:hover) .geh-card-desc {
max-height: 0;
opacity: 0;
}

.tpm-section {
width: 100%;
}

.tpm-outer {
position: relative;
/*max-width: 1200px;*/
margin: 0 auto;
padding: 0 20px;
}

.tpm-bg-card {
position: absolute;
top: 40px;
bottom: 40px;
left: 43%;
right: 0;
background:var(--c-white);
border-radius: 8px;
z-index: 0;
}

.tpm-inner {
position: relative;
z-index: 1;
display: flex;
align-items: stretch;
gap: 0;
min-height: 580px;
}

.tpm-img-col {
flex: 0 0 50%;
max-width: 50%;
position: relative;
z-index: 2;
padding-right: 16px;
display: flex;
align-items: center;
justify-content: center;
}

.tpm-img-col img {
width: 100%;
height: 75%;
display: block;
border-radius:8px;
object-fit: cover;
object-position: center;
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.13);
}

.tpm-content-col {
flex: 1;
min-width: 0;
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
padding: 50px 44px;
}

.tpm-swiper {
overflow: hidden;
width: 100%;
}

.tpm-swiper .swiper-wrapper {
align-items: flex-start;
}


.swiper.crafted-cards-slider .swiper-slide{
    overflow: visible;
}

.tpm-stars {
color: #F2A404;
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 14px;
line-height: 1;
}

.tpm-quote {
margin: 0 0 20px;
}

.tpm-divider {
border: none;
border-top: 1px solid #CBCBCB;
margin: 0 0 18px;
opacity: 1;
}

.tpm-author-row {
display: flex;
align-items: center;
justify-content: space-between;
}

.tpm-author {
display: flex;
align-items: center;
gap: 13px;
}

.tpm-author img {
width: 52px;
height: 52px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #ddddd4;
flex-shrink: 0;
}

.tpm-author-name {
font-size: 18px;
font-family: 'Vanitasbold', serif !important;
font-weight: 700;
color: #262626;
margin-bottom: .25rem;
}

.tpm-author-role {
font-size: 14px;
color: var(--c-teal);
font-family: "FreightSansProBook", sans-serif!important;
font-weight: 600;
}

.tpm-quote-icon {
font-size: 44px;
color: var(--c-teal);
font-family: Georgia, serif;
line-height: 1;
margin-top: -10px;
}

.tpm-quote-icon img{
    width: 28px;
}

.tpm-nav {
display: flex;
gap: 10px;
margin-top: 24px;
}

.tpm-btn {
width: 44px;
height: 44px;
border-radius: 50%;
border: 1.5px solid var(--c-teal);
background:#C3DBC5;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background 0.3s, transform 0.2s;
flex-shrink: 0;
}

.tpm-btn:disabled,
.tpm-btn.swiper-button-disabled {
opacity: 0.4;
cursor: not-allowed;
transform: none;
}

.fo-tabs-new{
background: #F8F5F0;
}
.growth-section-wrap .gsw-img-box {
overflow: hidden;
}

.growth-section-wrap .gsw-img-box img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}


.growth-section-wrap .gsw-desc {
max-width: 540px;
}

.growth-section-wrap .gsw-feature {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #4D4D4D;
font-weight: 500;
font-size:16px;
font-family: "FreightSansProBook", sans-serif!important;
}

.growth-section-wrap .gsw-feature i {
display:flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
background-color: var(--c-teal);
color: var(--c-white);
border-radius: 50%;
font-size: 11px;
flex-shrink: 0;
}

.growth-section-wrap .gsw-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: #16332b;
color: #fff;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 16px 28px;
border-radius: 8px;
text-decoration: none;
margin-top: 12px;
transition: background-color 0.25s ease, transform 0.25s ease;
}

.growth-section-wrap .gsw-btn:hover {
background-color: #0d211b;
color: #fff;
transform: translateY(-2px);
}

.growth-section-wrap .gsw-btn .gsw-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
background-color: rgba(255,255,255,0.15);
border-radius: 50%;
font-size: 11px;
}

  .wa-float-wrapper {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 1050; 
  }

  .wa-float-wrapper .wa-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height:45px;
    background: #C3DBC5;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .wa-float-wrapper .wa-float-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  }

  .wa-float-wrapper .wa-float-btn svg {
    pointer-events: none;
  }


  /******@nil**********/
  
 .modal.fade.myBrandModal.show {
    transition: 0.5s !important;
   
 }
.top_header_bar {background: #0742408C;}
.top_header_bar .top-header{
    /* background:#0d4b4d; */
    padding:8px 10px;
    width: 100%;
}

.top_header_bar .top-link{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:400;
}

.top_header_bar .top-link:hover{
    color:#fff;
}

.top_header_bar .divider{
    width:1px;
    height:16px;
    background:rgba(255,255,255,.35);
    margin:0 10px;
}

.top_header_bar .icon-circle{
    width:22px;
    height:22px;
    border-radius:50%;
    background:#14b84a;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:10px;
}
.top_header_bar .icon-circle i{
    font-size:14px;
}

.top_header_bar .grid-icon{
    text-decoration:none;
}


/*******popup links******* */


.myBrandModal .modal-header{border:0px;}
.popup-content-box h4{
    display: inline-block;
    font-size: 22px;
    color: #074240;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.myBrandModal .modal-header .btn-close{
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 12px;
}
.modal-open{padding-right:0px !important;}

.popup-content-box h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:100%;
    height:1px;
    background:#86a8a3;
}

.popup-content-box ul{
    margin:0;
    padding-left:18px;
}

.popup-content-box li{
    margin-bottom:10px;
    color:#0c4b47;
}

.popup-content-box a{
   color: #4B4B4B;
    text-decoration: none;
    font-size: 18px;
    transition: .3s;
    font-weight: 400;
}

.popup-content-box a:hover{
    color:#0c4b47;
}


.service-section{
    padding:10px 0px;
}

.service-section .service-card{
    background: #0c4b47;
    color: #fff;
    padding: 28px 22px;
    min-height: 210px;
    position: relative;
    overflow: hidden;
    transition: .4s;
}

.service-section .service-card::before{
   content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 8px;
    height: 100%;
    background: #fff;
    /* border-radius: 5px; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.service-section .service-card:hover{
    transform:translateY(-8px);
}

.service-section .icon-box{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #C3DBC5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.service-section .icon-box i{
    color:#0c4b47;
    font-size:34px;
}

.service-section .service-card h3{
    font-size: 26px;
    color: #F2F2F2;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-section .service-card p{
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: #D1D1D1;
    margin: 0;
}

@media(max-width:992px){

.service-section .service-card{
    min-height:auto;
}

.service-section .service-card h3{
    font-size:22px;
}

}

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #C3DBCC29;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: 'Vanitasbold', serif !important;
  width: fit-content;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  font-size: 20px;
  color: transparent;
  -webkit-text-stroke: 1px #C9CDCD;
}

.star.filled {
  color: #EBBD26D2;
  -webkit-text-stroke: 0;
}

.rating-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-teal);
  font-family: 'Vanitasbold', serif !important;
}

.linkedin_sec, .instagram_sec, .facebook_sec{
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
}
.linkedin_sec .iconsocial, .instagram_sec .iconsocial, .facebook_sec .iconsocial{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.linkedin_sec .iconsocial p, .instagram_sec .iconsocial p, .facebook_sec .iconsocial p{
  margin-bottom: 0px; font-weight: 600;
}
.linkedin_sec .iconsocial img, .instagram_sec .iconsocial img, .facebook_sec .iconsocial img{
    width: 20px;
    height: 20px;
}
.social_media_image img{width:100%;}

  .partnerwidthuspopup .modal-body{
      padding: 0px;
    }

    .contentsectionpopup {
    position: relative;
    height: 100%;
    background: #FBFAF7;
    border-radius: 8px;
}

.contentsectionpopup::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 42%;
    background-image: url("/assets/frontend/images/interactions/listyourproperty.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.partnerwidthuspopup .property-section{
    padding:80px 0;
    overflow:hidden;
}

.partnerwidthuspopup .section-title{
    font-size:40px;
    line-height:1;
    font-weight:600;
    margin-bottom:35px;
    color:#074240;
}

.partnerwidthuspopup .section-title span{
    color:#0d5d57;
}

.partnerwidthuspopup .property-item{
   display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.partnerwidthuspopup .icon-box{
    width:65px;
    height:65px;
    min-width:65px;
    background:#d9ead9;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 12px;
}

.partnerwidthuspopup .icon-box img{
   height: 100%;
   width:100%;
}

.partnerwidthuspopup .property-item h3{
    font-size: 25px;
    color: #262626;
    margin-bottom:12px;
}

.partnerwidthuspopup .property-item p{
    font-size: 16px;
    line-height: 1.45;
    color: #454545;
    max-width:500px;
}

.partnerwidthuspopup .property-image{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0 0 0 220px;
}
/****multistep**** */

.partnerwidthuspopup .form-box{
    background:#fff;
    padding:30px 32px;
    width: 100%;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin: 20px 32px 10px 5px;
}

.partnerwidthuspopup .form-box .step-content h2{
    text-align: center;
    font-size: 18px;
    color: #262626;
    font-weight: 600;
    text-transform: uppercase;
}
.contentsectionpopup .property-content{
      padding: 35px 10px 0px 25px;
      position: relative;
      z-index: 1;
}

.partnerwidthuspopup .modal-content{
    background: #F8F5F0;
}

.partnerwidthuspopup .modal-content .btn-close{
  font-size: 12px;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    z-index: 9;
}


.partnerwidthuspopup .multistepform{
  height: 644px;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
}
/* Progress */

.partnerwidthuspopup .step-wrapper{
    display:flex;
    justify-content:space-between;
    position:relative;
    margin-bottom:20px;
}

.partnerwidthuspopup .step-wrapper::before{
        content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    /* background: #d9d9d9; */
    border: 1px dashed #B2B2B2;
    top: 30px;
    left: 0;
    z-index: 1;
}

.partnerwidthuspopup .step{
    position:relative;
    z-index:2;
    text-align:center;
    width:25%;
}

.partnerwidthuspopup .step .circle{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ECECEC;
    border: 2px solid #C7C7C7;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #787878;
    box-shadow: 0px 4px 9px 0px #00000033;
}

.partnerwidthuspopup .step.active .circle{
    background:#0f4b49;
    color:#fff;
    border:4px solid #d9e6e5;
    box-shadow: 0 0 0 1px #0f4b49;
}

.partnerwidthuspopup .step.completed .circle{
    background:#0f4b49;
    color:#fff;
}

.partnerwidthuspopup .step p{
    margin-top:10px;
    font-weight:600;
    color:#757575;
    font-size:15px;
}
.partnerwidthuspopup .step.active p{
    color:#3A3A3A;
}

.partnerwidthuspopup .sub-title{
    text-align: center;
    color: #454545;
    margin-bottom: 20px;
    font-size: 14px;
}
.partnerwidthuspopup .form-box .form-label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #4B4B4B;
}

.partnerwidthuspopup .form-box .form-control::placeholder, .partnerwidthuspopup .form-box .form-select::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #B1B1B1;
}

.partnerwidthuspopup .form-control,
.partnerwidthuspopup .form-select{
    height:40px;
    border-radius:8px;
}

.partnerwidthuspopup .btn-main{
    background:#0f4b49;
    color:#fff;
    padding:10px 50px;
    border:none;
    border-radius:4px;
}

.partnerwidthuspopup .btn-main:hover{
    background:#093938;
    color:#fff;
}

.partnerwidthuspopup .step-content{
    display:none;
}

.partnerwidthuspopup .step-content.active{
    display:block;
}


  .sarai-gstory-wrap .sgw-swiper .swiper-wrapper{
    align-items:stretch;
  }

  .sarai-gstory-wrap .sgw-slide{
    display:flex;
    align-items:stretch;
    height:auto;
    background: #fff;
  }


  .sarai-gstory-wrap .sgw-text{
    flex:0 0 55%;
    max-width:55%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding: 8px 7px 8px 15px;
  }

  .sarai-gstory-wrap .sgw-text h3{
    font-size: 24px;
    font-family: 'Vanitasbold', serif !important;
    font-weight: 600;
    color: var(--c-dark);
    margin-bottom: 0.65rem;
    text-transform: uppercase;
  }

  .sarai-gstory-wrap .sgw-text p{
    font-size:18px;

  }


  .sarai-gstory-wrap .sgw-image{
    flex:0 0 45%;
    max-width:45%;
    aspect-ratio: 3 / 4;
    overflow:hidden;
  }

  .sarai-gstory-wrap .sgw-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
  }


.sarai-gstory-wrap .sgw-pagination .swiper-pagination-bullet {
width: 10px!important;
height: 10px!important;
background: #C2D6C3!important;
opacity: 1;
border-radius: 50%;
border: none;
transition: background 0.25s, transform 0.25s;
}

 .sarai-gstory-wrap .sgw-pagination .swiper-pagination-bullet-active {
background: transparent!important;
border: 2px solid var(--c-teal)!important;
width: 17px!important;
height: 17px!important;
position: relative;
}

.sarai-gstory-wrap .sgw-pagination  .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    background: var(--c-teal) !important;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    line-height: 61px;
    justify-content: center;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 13%;
}

  .sarai-gstory-wrap .sgw-pagination{
    position:relative;
    margin-top:32px;
    bottom:auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.fo-section-stay .price {
  font-family: 'Vanitasbold', serif !important;
    display: flex;
    align-items: baseline;
    color: var(--c-dark);
    letter-spacing: 0.5px;
  }
 
 .fo-section-stay .price .amount {
    font-size: 32px;
    font-weight: 700;
  }
 
 .fo-section-stay .price .unit {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-left: 4px;
    color: var(--c-dark);
    text-transform: uppercase;
  }


.resort-nav-wrapper{
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 14px 0;
    background: #f8f5f1;
}

.resort-nav-wrapper .resort-nav-box{
    background: #fff;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
}

.resort-nav-wrapper .resort-nav{
    gap: 14px;
    flex-wrap: nowrap;
}

.resort-nav-wrapper .nav-link{
    position: relative;
    background: transparent !important;
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 14px;
    border-radius: 0;
    transition: .3s;
    font-family: "FreightSansProBook", sans-serif !important;
}

.resort-nav-wrapper .nav-link:hover,
.resort-nav-wrapper .nav-link.active{
        color:var(--c-teal)!important;
}

.resort-nav-wrapper .nav-link::after{
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 2px;
    background: var(--c-teal);
    transform: scaleX(0);
    transition: .3s;
}

.resort-nav-wrapper .nav-link.active::after{
    transform: scaleX(1);
}


.fo-section-stay .swiper-pagination-bullet {
width: 10px!important;
height: 10px!important;
background: #C2D6C3!important;
opacity: 1;
border-radius: 50%;
border: none;
transition: background 0.25s, transform 0.25s;
}

 .fo-section-stay .swiper-pagination-bullet-active {
background: transparent!important;
border: 2px solid var(--c-teal)!important;
width: 17px!important;
height: 17px!important;
position: relative;
}

.fo-section-stay .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    background: var(--c-teal) !important;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    line-height: 61px;
    justify-content: center;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 13%;
}

  .fo-section-stay .swiper-pagination{
    position:relative;
    margin-top:32px;
    bottom:auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

   .card_content{
    display: flex;
    gap: 10px;
    background: #ffffff;
    padding: 9px 20px;
    height: 70px;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #0d4b4d;
    width: fit-content;
    color: #0d4b4d;
  }
  .icon_address {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C3DBC5;
    flex-shrink: 0;
    margin-top: .05rem;
}



.contact-card {
    background: #074240;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    height: 100%;
    transition: .35s;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.contact-icon-sec {
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon-sec img{
  width:24px;
}

.contact-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact-content a,
.contact-content p {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.4;
    margin: 0;
    word-break: break-word;
}

.contact-content a:hover {
    color: #fff;
}

.enquiry-modal-conatct{
height: 100%;
}
.enquiry-modal-conatct .enquiry-form-wrap{
height: 100%;
}
.question_box {
    display: none;
    background: #e6ecdffa;
    padding: 39px;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .15);
    position: fixed;
    box-shadow: 0px 4px 22.9px 0px #0742400F;
    border: 1px solid #D8DDCE;
    left: 12px;
    bottom: 0px;
    height: 100%;
    width: 94.5%;
    z-index: 9999;
    /* transition: all 0.35s; */
    overflow: hidden;
}

.question_box form {
    max-width: 700px;
    margin: auto;
}

.question_box label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.question_box textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: vertical;
}

.question_box button {
    margin-top: 15px;
    width: fit-content;
    padding: 10px 25px;
    border: none;
    background: var(--c-teal);
    color: var(--c-white);
    border-radius: 2px;
    cursor: pointer;
}
.question_box button:hover{
    background: var(--c-white);
    border: 1px solid var(--c-teal);
    color: var(--c-teal);
}
.question_box .close_btn{
    float: right;
    font-size: 18px;
    border: 1px solid #8a7c7c;
    padding: 6px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    align-items: center;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.swiper.int-swiper.swiper-initialized{
    margin-bottom: 0px;
    position: initial;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #074240 !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

  .rb-wrapper .modal-content {
    border: none;
    border-radius: 4px;
    padding: 48px 40px 44px;
    background: #F8F5F0;
  }
   .rb-wrapper h2{
    font-size: 32px;
    letter-spacing: 2.5px;
    text-align: center;
    color: #252525;
    margin: 0 0 6px;
    font-weight: 600;
    font-family: 'Vanitasbold', serif !important;
    text-transform: uppercase;}

  .rb-wrapper .modal-body {
    padding: 0;
    text-align: center;
  }
 
  .rb-wrapper .btn-close {
    position: absolute;
    top: 18px;
    right: 20px;
    opacity: 0.6;
  }
 
  .rb-tab-group {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
  }
  .rb-wrapper .rb-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 110px;
    padding: 14px 10px;
    background: #fff;
    border: 1px solid #A1A1A185;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    font-size: 0.95rem;
    cursor: pointer;
    font-family: "FreightSansProBook", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #4B4B4B;
  }
 
  .rb-wrapper .rb-tab svg {
    width: 20px;
    height: 20px;
    color:var(--c-teal); 
  }
 
  .rb-wrapper .rb-field {
    margin-bottom: 16px;
  }
 
  .rb-wrapper .form-select,
  .rb-wrapper .form-control {
    border: 1px solid #A1A1A185;
    border-radius: 8px;
    font-weight: 500;
    padding: 0 18px;
    box-shadow: none;
    width: 100%;
    height: 40px;
    background: var(--c-white);
    font-size: 16px;
    padding: 0 14px;
    box-sizing: border-box;
    outline: none;
    color: #4B4B4B;
    font-family: "FreightSansProBook", sans-serif !important;
}
  }
 
  .rb-wrapper .form-select {
    color: #4B4B4B;
    font-weight: 400;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
  }
 
  .rb-wrapper .form-control::placeholder {
    color: #4B4B4B;
    opacity: 1;
    font-weight: 500;
  }
 
  .rb-wrapper .form-select:focus,
  .rb-wrapper .form-control:focus {
    border-color: #a0bdb8;
    box-shadow: none;
  }
 .rb-wrapper .story-explore{
width: 100%!important;
display: flex;
justify-content: center;
 }



  .stay-filter-bar .filter-card {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 4px 17.3px 0px #00000008;
    padding: 12px 0;
    margin: 0 auto;
    border: 1px solid #EEE6DC;
    font-family: "FreightSansProBook", sans-serif !important;
  }
 
  .stay-filter-bar .filter-col {
    padding: 0 32px;
    position: relative;
  }
 
  .stay-filter-bar .filter-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background-color:#B8B8B873;
  }

  .stay-filter-bar .filter-label {
    font-size: 17px;
    font-weight: 400;
    color: #262626;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    font-family: "FreightSansProBook", sans-serif !important;
  }
 
  .stay-filter-bar .filter-dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    border-bottom: 0.6px solid #747474;
    padding: 0 0 8px 0;
    font-size: 15px;
    color: #9E9E9E!important;
    font-weight: 400;
    text-align: left;
    font-family: "FreightSansProBook", sans-serif !important;
  }
 
  .stay-filter-bar .filter-dropdown-toggle:hover,
  .stay-filter-bar .filter-dropdown-toggle:focus {
    color: #8C8578;
  }
 
  .stay-filter-bar .filter-dropdown-toggle::after {
    display: none;
  }
 
  .stay-filter-bar .filter-dropdown-toggle .chevron-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #074240;
  }
 
  .stay-filter-bar .filter-dropdown-toggle.filled {
    color: #1A1A1A;
  }
 
  .stay-filter-bar .dropdown-menu {
    font-size: 15px;
    margin-top: 8px;
    box-shadow: 0px 4px 17.3px 0px #00000008;
    border: 1px solid #EEE6DC
  }
 
  .stay-filter-bar .dropdown-item {
    padding: 8px 16px;
     font-size: 15px;
    color: #9E9E9E!important;
    font-weight: 400;
    font-family: "FreightSansProBook", sans-serif !important;
  }
 
  .stay-filter-bar .dropdown-item:active,
  .stay-filter-bar .dropdown-item:hover {
    background-color: #F4EFE4;
    color: #1F4C4C;
  }
 
  .stay-filter-bar .filter-col-btn {
    padding: 0 24px 0 32px;
    display: flex;
    align-items: center;
  }
 
  .stay-filter-bar .search-btn {
    width: 100%;
    border: none;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    white-space: nowrap;
    transition: background-color 0.2s ease;
    color: var(--c-white);
    font-family: "FreightSansProBook", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    background: var(--c-teal);
    text-transform: uppercase;
  }
 
  .stay-filter-bar .search-btn:hover {
    background: var(--c-white);
    border: 1px solid var(--c-teal);
    color: var(--c-teal);
  }
 
  .stay-filter-bar .search-btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }
 .tl-wrapper {
  font-family: "FreightSansProBook", sans-serif !important;
}
 

.tl-wrapper .tl-post {
  margin-bottom: 55px;
}
 
.tl-wrapper .tl-post-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 22px;
  line-height: 0;
}
 
.tl-wrapper .tl-post-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
 
.tl-wrapper .tl-post-img:hover img {
  transform: scale(1.04);
}
 
.tl-wrapper .tl-post-meta {
  letter-spacing: .03em;
  color: var(--c-teal);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;

}
 
.tl-wrapper .tl-post-meta .tl-cat {
  color: var(--c-teal);
  font-weight: 600;
}
 
.tl-wrapper .tl-post-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 14px;
}
 
.tl-wrapper .tl-post-title a {
  color: #262626;
  text-decoration: none;
}
 
.tl-wrapper .tl-post-title a:hover {
  color: var(--c-teal);
}
 
.tl-wrapper .tl-post-excerpt {
  line-height: 1.75;
  margin-bottom: 22px;
  font-family: "FreightSansProBook", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #4B4B4B;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.tl-wrapper .tl-sidebar {
  position: sticky;
  top: 125px;
}
 
.tl-wrapper .tl-widget {
  border: 2px solid #EEE;
  padding: 26px;
  background: #fff;
}
 
.tl-wrapper .tl-widget-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  color: #262626;;
}

.tl-wrapper .tl-latest-item {
  display: flex;
  gap: 14px;
  align-items: center;
}
 
.tl-wrapper .tl-latest-item:not(:last-child) {
      margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
}
 
.tl-wrapper .tl-latest-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
 
.tl-wrapper .tl-latest-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 
.tl-wrapper .tl-latest-info a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
   color: #262626;;
  text-decoration: none;
  margin-bottom: 6px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 
.tl-wrapper .tl-latest-info a:hover {
  color: var(--c-teal);
}
 
.tl-wrapper .tl-latest-date {
  font-size: 16px;
  color: var(--c-teal);
  font-weight: 600;
}
 
   .booking-select-wrap {
      position: relative;
  }

  .booking-date {
      width: 100%;
      padding: 12px 10px 12px 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      color:#666565;
      background: #fff;
      appearance: none;
      -webkit-appearance: none;
      font-size: 14px;
      cursor: pointer;
      text-transform:uppercase;
      
  }

  .booking-date:focus {
      outline: none;
      border-color: #1b5e20;
  }

  .sel-chevron {
      position: absolute;
      right: 15px;
      top: 50%;
      width: 18px;
      height: 18px;
      transform: translateY(-50%);
      fill: none;
      stroke: #333;
      stroke-width: 2;
      pointer-events: none;
  }
  .booking-select-wrap {
    position: relative;
}

.booking-date {
    width: 100%;
    padding-right: 45px;
    cursor: pointer;
}

.date-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
}

 .dropdown-menu-mobile {
    display: none;
    list-style: none;
    padding-left: 15px;
    }

    .custom-dropdown.open .dropdown-menu-mobile {
    display: block;
    }

    .custom-dropdown .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    float:right;
    font-size: 20px;
    top: -5px !important;
    position: relative;
    }

    .custom-dropdown.open .arrow {
    transform: rotate(180deg);
    }