@font-face {
font-family: 'Cinzel';
src: url('/assets/fonts/cinzel/Cinzel-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
}

@font-face {
font-family: 'Cinzel';
src: url('/assets/fonts/cinzel/Cinzel-Bold.ttf') format('truetype');
font-weight: 700;
font-display: swap;
}


@font-face {
font-family: 'Barlow';
src: url('/assets/fonts/barlow/Barlow-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
}

@font-face {
font-family: 'Barlow';
src: url('/assets/fonts/barlow/Barlow-Medium.ttf') format('truetype');
font-weight: 500;
font-display: swap;
}

@font-face {
font-family: 'Barlow';
src: url('/assets/fonts/barlow/Barlow-Bold.ttf') format('truetype');
font-weight: 700;
font-display: swap;
}

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

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {  font-family: 'Barlow', sans-serif; overflow-x: hidden;}

h1, h2, h3, h4, h5, h6 {
font-family: 'Cinzel', serif!important;
}
p{
font-family: "Barlow", sans-serif!important;
font-weight: 500;
font-size: 16px;
letter-spacing: 0;
text-transform: capitalize;
color: #727272;

}

.sarai-nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 1000;
height: var(--nav-h);
background: #074240B2;
display: flex;
align-items: center;
padding: 3rem 2rem;
gap: 1rem;
border-bottom: 1px solid #B8B8B8
}

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

.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;
padding: 0.45rem 0.85rem;
color: #ffffff;
font-size:13px;
font-weight: 400;
letter-spacing: .15em;
text-transform: uppercase;
text-decoration: none;
transition: color .2s;
white-space: nowrap;
font-family: 'Barlow', sans-serif;
}
.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: 'Barlow', sans-serif;
font-size: 13px;
font-weight: 600;
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: var(--nav-h);
left: 0; right: 0;
z-index: 999;
background: var(--c-dark);
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: .72rem;
font-weight: 500;
letter-spacing: .14em;
text-transform: uppercase;
padding: .65rem 0;
border-bottom: 1px solid rgba(255,255,255,.08);
}
.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;
}

/* ══════════════════════════════════════
HERO / SWIPER
══════════════════════════════════════ */

.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:14px;
font-weight: 500;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--c-white);
margin-bottom: .85rem;
font-family: 'Barlow', sans-serif;
display: flex;
align-items: center;
gap: .65rem;
}
.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: 'Cinzel', serif;
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-explore {
display: inline-flex;
align-items: center;
gap: .6rem;
background: var(--c-white);
color: var(--c-dark);
font-family: 'Barlow', sans-serif;
font-size:13px;
font-weight: 600;
text-transform: uppercase;
padding: .85rem 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); }
.btn-explore svg {
width: 13px; height: 13px;
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: 'Barlow', sans-serif;
font-size:13px;
font-weight: 600;
text-transform: uppercase;
padding: .85rem 1.85rem;
text-decoration: none;
white-space: nowrap;
width: fit-content;
}
.story-explore:hover { background: var(--c-white); border: 1px solid var(--c-teal); color: var(--c-teal
); }

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

.swiper-pagination {
bottom: 1.6rem !important;
}
.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;
}
.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:var(--c-teal);
color: #fff;
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
cursor: pointer;
z-index: 999;
transition: all 0.3s ease;
}

.scroll-top svg {
width: 20px;
height: 20px;
stroke: #fff;
fill: none;
stroke-width: 2;
}

.scroll-top:hover {
background: #C3DBC5;
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%; }
}

.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;
}

/* ─── FOOTER ─────────────────────────────────────────── */
.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;
text-decoration: none;
letter-spacing: .03em;
transition: color .2s;
font-family: "Barlow", sans-serif;
}

.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: 'Cinzel', 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: "Barlow", sans-serif;
}
.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 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: "Barlow", sans-serif;
}

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

.footer-brand-col{
border-right:1px solid #656565F0;
}


.sarai-story-wrapper {
padding: 80px 0;
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: 'Barlow', sans-serif;
font-weight: 600;
text-transform: uppercase;
}

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

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



/* ─── INTERACTIONS SWIPER SECTION ─────────────────────── */
.interactions-section {
position: relative;
width: 100%;
overflow: hidden;
background: #1a3532;
}

.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: 50%;
right: 8%;
transform: translateY(-50%);
width: 700px;
max-width: calc(100% - 100px);
background: #1A514AC7;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
padding: 4.5rem 5.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: 'Barlow', sans-serif;
}

.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: 'Cinzel', serif;
font-size: clamp(1.6rem, 2.8vw, 36px);
font-weight: 500;
color: var(--c-white);
text-transform: uppercase;
line-height: 1.12;
margin-bottom: .9rem;
}

.int-desc {
color: #C3C3C3;
}

.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 {
padding: 80px 0;
position: relative;
background: #FFFCF8;
}

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

}
.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: 521px;
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;
}

.managed-brands-wrapper .thumbnails img {
width: 80px;
height: 55px;
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;
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: 6500;
color: #1E1E1E;
line-height: 1.4;
margin-bottom: 20px;
font-family: 'Cinzel', serif;

}

.brand-location {
align-items: center;
gap: 8px;
color: var(--c-teal);
font-size: 16px;
font-weight: 500;
margin-bottom: 25px;
font-family: 'Barlow', sans-serif;

}

.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: 25px 0;
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
}

.feature-item {
display: flex;
align-items: center;
gap: 12px;
}

.feature-item i {
font-size: 22px;
color: #000000;
width: 24px;
text-align: center;
}

.feature-item span {
font-size: 15px;
color:#727272;
font-weight: 500;
font-family: 'Barlow', sans-serif;

}

.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;
}

.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 {
background: #C3DBC554;
padding: 80px 0;
}

.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: 24px;
color:#242424;
line-height: 1.4;
margin-bottom: 20px;
font-family: Cinzel, serif;
font-weight: 600;
}



.association-wrapper {
padding: 80px 0;
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: 530px;
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: 'Cinzel', serif;
}

.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-weight: 500;
text-transform: uppercase;
color: #606060;
cursor: pointer;
outline: none;
box-shadow: none;
font-family: 'Barlow', sans-serif;
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: .7rem;
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;
}

.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: 'Barlow', sans-serif;
}
.story-eyebrow::after {
content: '';
display: block;
width: 48px;
height: 1px;
background: var(--c-white);
}

.story-hero-title {
font-family: 'Cinzel', serif;
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-glimpse {
position: absolute;
bottom: 2.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: 'Barlow', sans-serif;
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-section {
background: #F8F5F0;
padding:80px 0px;
}

.about-title-green {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(1.8rem, 4.5vw, 3.2rem);
font-weight: 600;
color: #1a6b4a;
text-transform: uppercase;
letter-spacing: .08em;
line-height: 1.12;
display: block;
margin-bottom: 1.5rem;
}


.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-section {
background: #C3DBC554;
padding:80px 0px;
}


.unique-card {
background: #ffffff;
padding: 1.75rem 1.5rem 2rem;
height: 100%;
border-left: 5px solid #074240!important;
border: 1px solid #C3DBC5;
position: relative;
transition: box-shadow .25s, transform .25s;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.unique-card:hover {
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;
}

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

.faq-section {
background: #FFFCF8;
padding: 80px 0px;
}

.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: 'Cinzel', serif;
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: 4px;
}
.faq-scroll-panel::-webkit-scrollbar-track {
background: #DFEDE0;
border-radius: 2px;
}
.faq-scroll-panel::-webkit-scrollbar-thumb {
background: var(--c-teal);
border-radius: 2px;
}

.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:19px;
font-weight: 500;
color: #080808;
flex: 1;
font-family: 'Barlow', sans-serif;
}
.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;
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: #fff;
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: "Barlow", sans-serif;
font-weight: 500;
font-size: 16px;
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 {
background: #C3DBC554;
padding: 80px 0;
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: 'Barlow', sans-serif;
}

.news-content h5 {
font-size: 18px;
margin: 10px 0;
color: #242424;
font-family: 'Cinzel', serif;
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: 'Barlow', sans-serif;
}

.grow-title {
font-family: 'Cinzel', serif;
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-section {
background: #F8F5F0;
padding:80px 0px;
}

.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: 'Cinzel', serif;
}
.partner-card-desc {
margin: 0;
}


.value-section {
background: #C3DBC554;
padding:80px 0px;
}

.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: 22px; height: 22px;
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: 'Cinzel', serif;
}
.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-section {
background:#F8F5F0;
padding:80px 0px;
}

.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: 'Barlow', sans-serif;
}

.step-title {
font-size: 24px;
font-weight: 700;
color: #262626;
font-family: 'Cinzel', serif;
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: 'Cinzel', serif;
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: 'Barlow', sans-serif;
}

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

.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 {
background: #f5f2e4;
padding: 80px 0;
width: 100%;
}

.glr-heading { margin-bottom: 24px; }

.glr-badge {
display: inline-block;
border: 1px solid #aaa;
border-radius: 999px;
padding: 5px 20px;
font-size: 11px;
letter-spacing: 2px;
color: #666;
font-family: sans-serif;
margin-bottom: 12px;
}

.glr-title {
font-family: 'Cinzel', Georgia, serif;
font-size: clamp(20px, 2.8vw, 36px);
font-weight: 700;
color: #1a1a1a;
letter-spacing: 2px;
text-transform: uppercase;
margin: 0;
line-height: 1.2;
}

.glr-highlight { color: #2d6e4e; }

.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:16px;
color: #141414;
font-family: 'Barlow', sans-serif;
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: 'Barlow', sans-serif;

}

.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: 'Cinzel', 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-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: 'Barlow', sans-serif;
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%;
height: 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-section {
  background: #F8F5F0;
  padding: 80px 0px;
}

.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: 'Barlow', sans-serif;
}

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

.fo-tab.active {
  background: var(--c-teal)!important;
  color:var(--c-white);!important;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
   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 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: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 15px;
  border-bottom-right-radius: 8px;
}
.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:20px;
    font-family: Cinzel, serif;
    font-weight: 600;
    color:var(--c-dark);
    margin-bottom: 0.65rem;
}

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

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

.fo-expiry {
  font-family: sans-serif;
  font-size: 12px;
  color: #888;
  margin: 0;
  white-space: nowrap;
}

.fo-expiry span {
  color: #1a1a1a;
  font-weight: 600;
}

@media (max-width: 991px) {
  .fo-img-wrap {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .fo-tab {
    font-size: 13px;
    padding: 8px 20px;
  }
  .fo-img-wrap {
    height: 200px;
  }
  .fo-body-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .fo-tab {
    font-size: 12px;
    padding: 7px 16px;
  }
  .fo-img-wrap {
    height: 180px;
  }
}