:root{
  --primary:#0f3b39;
  --primary-dark:#0a2c2b;
  --primary-soft:#edf4f3;
  --white:#ffffff;
  --text:#1a1f1f;
  --muted:#6f7b7a;
  --border:rgba(15,59,57,.10);
  --shadow:0 14px 36px rgba(15,59,57,.10);
  --radius-lg:24px;
  --radius-md:18px;
}

.sahatour-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
}

    .sahatour-brand img {
        height: 38px;
        width: auto;
    }

.brand-sub {
    font-size: 12px;
    color: #8a9493;
    margin-top: 2px;
}

/* ===== Navbar Menu Hover Effect ===== */

.navbar-nav .nav-link {
    position: relative;
    font-weight: 500;
    padding: 8px 16px;
    color: #1f2d2c;
    transition: all .25s ease;
}

    /* underline */
    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: #0f4b46;
        border-radius: 2px;
        transition: width .25s ease;
    }

    /* hover */
    .navbar-nav .nav-link:hover {
        color: #0f4b46;
        transform: translateY(-1px);
    }

        /* underline hover animation */
        .navbar-nav .nav-link:hover::after {
            width: 100%;
        }

    /* active menu */
    .navbar-nav .nav-link.active {
        color: #0f4b46;
        font-weight: 600;
    }

        .navbar-nav .nav-link.active::after {
            width: 100%;
        }

/* spacing better */
.navbar-nav .nav-item {
    margin: 0 6px;
}

/* smooth fade */
.navbar {
    transition: .3s;
}

.saha-footer-new {
    background: #2f3132;
    padding: 80px 0 30px;
    color: #e8e8e8;
    position: relative;
    overflow: hidden;
}

    .saha-footer-new .container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 24px;
    }

.footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr;
    gap: 40px;
    align-items: stretch;
}

.footer-brand-box,
.footer-license-card,
.footer-contact-box {
    height: 100%;
    border-radius: 28px;
    padding: 30px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
 
}



.footer-brand-logo {
    height: 120px;
    align-content: center;
    width: auto;
    display: block;
    margin-bottom: 200px;
    display: block;
    margin: 0 auto;
    opacity: .9;
}

.footer-brand-text {
    font-size: 14px;
    line-height: 1.9;
    color: #e8e8e8;
    margin-bottom: 24px;
    max-width: 420px;
    direction: ltr;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-socials {
    display: flex;
    gap: 14px;
    align-items: center;
}

    .footer-socials a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.08);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: .3s ease;
        text-decoration: none;
    }

        .footer-socials a:hover {
            transform: translateY(-3px);
            background: #f3dfcd;
            color: #3f4a58;
        }

.footer-license-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-license-title {
    font-size: 18px;
    line-height: 1.6;
    color: #d7dde5;
    margin-bottom: 18px;
}

.footer-license-logo {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    opacity: .9;
}

.footer-contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    direction:ltr;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-contact-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8e8e8;
    font-size: 22px;
}

.footer-contact-content {
    font-size: 14px;
    line-height: 1.9;
    color: #e8e8e8;
}

    .footer-contact-content a {
        display: block;
        color: #e8e8e8;
        text-decoration: none;
        transition: .25s ease;
    }

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

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}

    .footer-bottom p {
        margin: 0;
        color: #cfd6dd;
        font-size: 14px;
    }

@media (max-width: 991.98px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-brand-text,
    .footer-contact-content,
    .footer-license-title {
        font-size: 16px;
    }

    .footer-brand-logo {
        height: 50px;
    }
}












body{
  font-family:'Vazirmatn',sans-serif;
  color:var(--text);
  background:#f8fbfb;
  line-height:1.9;
}
a{text-decoration:none;}
.section{padding:90px 0;}
.section-sm{padding:70px 0;}
.section-title{
  font-weight:800;
  color:var(--primary);
  margin-bottom:12px;
}
.section-subtitle{
  color:var(--muted);
  max-width:760px;
}
.navbar{
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  box-shadow:0 8px 28px rgba(0,0,0,.04);
}
.navbar-brand{
  font-weight:800;
  font-size:1.5rem;
  color:var(--primary)!important;
}
.brand-sub{
  display:block;
  color:var(--muted);
  font-size:.82rem;
  font-weight:500;
}
.nav-link{
  font-weight:500;
  color:var(--text)!important;
  margin-inline:.35rem;
}
.nav-link:hover,.nav-link.active{color:var(--primary)!important;}
.btn-brand{
  background:var(--primary);
  border-color:var(--primary);
  color:var(--white);
  border-radius:999px;
  padding:.85rem 1.35rem;
  font-weight:600;
}
.btn-brand:hover{
  background:var(--primary-dark);
  border-color:var(--primary-dark);
  color:var(--white);
}
.btn-outline-brand{
  border:1px solid var(--primary);
  color:var(--primary);
  border-radius:999px;
  padding:.85rem 1.35rem;
  font-weight:600;
}
.btn-outline-brand:hover{
  background:var(--primary);
  color:var(--white);
}
.hero{
  padding:180px 0 110px;
  color:#fff;
  background:
    linear-gradient(rgba(10,44,43,.82), rgba(10,44,43,.80)),
    url('assets/cover.jpg') center/cover no-repeat;
}
.hero-badge{
  display:inline-flex;
  gap:.55rem;
  align-items:center;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  border-radius:999px;
  padding:.55rem 1rem;
  margin-bottom:1.2rem;
}
.hero h1{
  font-size:clamp(2.2rem,4vw,4.5rem);
  font-weight:800;
  line-height:1.3;
}
.hero p{
  color:rgba(255,255,255,.88);
  max-width:760px;
}
.hero-card,.content-card,.service-card,.contact-card,.stat-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
}
.hero-card{
  background:rgba(255,255,255,.10);
  color:#fff;
  border-color:rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  padding:1.6rem;
}
.hero-stat{
  border-top:1px solid rgba(255,255,255,.14);
  padding-top:1rem;
  margin-top:1rem;
}
.hero-stat strong{
  display:block;
  font-size:1.4rem;
}
.page-hero{
  padding:150px 0 70px;
  background:linear-gradient(180deg, #f0f6f5 0%, #f8fbfb 100%);
}
.page-hero.dark{
  background:
    linear-gradient(rgba(10,44,43,.86), rgba(10,44,43,.80)),
    url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  color:#fff;
}
.breadcrumb-link,.page-hero.dark .section-subtitle{color:rgba(255,255,255,.8);}
.content-card,.service-card,.contact-card,.stat-card{padding:2rem;}
.service-card{
  height:100%;
  transition:.25s ease;
}
.service-card:hover{transform:translateY(-5px);}
.icon-box{
  width:64px;
  height:64px;
  border-radius:18px;
  background:var(--primary-soft);
  color:var(--primary);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.45rem;
  margin-bottom:1rem;
}
.list-check{
  list-style:none;
  padding:0;
  margin:0;
}
.list-check li{margin-bottom:.75rem;}
.list-check li::before{
  content:"\F26E";
  font-family:'bootstrap-icons';
  color:var(--primary);
  margin-left:.6rem;
}
.strip{
  background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  color:#fff;
  border-radius:var(--radius-lg);
  padding:2.2rem;
  box-shadow:var(--shadow);
}
.strip p{color:rgba(255,255,255,.84);}
.footer{
  background:#0b1f1f;
  color:rgba(255,255,255,.82);
  padding:70px 0 24px;
}
.footer h5{
  color:#fff;
  font-weight:700;
  margin-bottom:1rem;
}
.footer a{
  color:rgba(255,255,255,.75);
  margin-bottom:.45rem;
  display:inline-block;
}
.footer a:hover{color:#fff;}
.map-placeholder{
  min-height:320px;
  border-radius:var(--radius-lg);
  background:linear-gradient(135deg,#dfeceb,#f8fbfb);
  border:1px dashed rgba(15,59,57,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--primary);
  font-weight:700;
}
.table-lite > :not(caption) > * > *{
  padding:1rem;
}
.small-note{color:var(--muted);font-size:.95rem;}
@media (max-width:991.98px){
  .hero{padding:145px 0 90px;}
}

.hotel-card{
  position:relative;
  overflow:hidden;
}
.hotel-img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  display:block;
}
.hotel-badge{
  position:absolute;
  top:18px;
  left:18px;
  background:rgba(15,59,57,.92);
  color:#fff;
  padding:.4rem .8rem;
  border-radius:999px;
  font-size:.82rem;
  font-weight:600;
}


.hotel-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.hotel-img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  display:block;
}
.hotel-badge{
  position:absolute;
  top:18px;
  left:18px;
  background:rgba(15,59,57,.92);
  color:#fff;
  padding:.4rem .8rem;
  border-radius:999px;
  font-size:.82rem;
  font-weight:600;
}
.hotel-meta{
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:.92rem;
}
.hotel-price{
  color:var(--primary);
  font-weight:800;
  font-size:1.02rem;
}
.blog-card{
  display:flex;
  flex-direction:column;
}
.blog-img{
  width:100%;
  height:240px;
  object-fit:cover;
  border-radius:18px;
  display:block;
}
.blog-meta{
  color:var(--muted);
  font-size:.9rem;
}
.blog-link{
  color:var(--primary);
  font-weight:700;
}
.blog-link:hover{
  color:var(--primary-dark);
}


.hotel-gallery-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:16px;
}
.gallery-main{
  grid-row:span 2;
}
.gallery-main img,
.gallery-side img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  border-radius:22px;
  display:block;
}
.hotel-summary-card{
  position:sticky;
  top:110px;
}
.star-pill{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  background:var(--primary-soft);
  color:var(--primary);
  border-radius:999px;
  padding:.5rem .85rem;
  font-weight:700;
  white-space:nowrap;
}
.hotel-summary-line{
  display:flex;
  gap:.7rem;
  align-items:flex-start;
  margin-bottom:.9rem;
  color:#334140;
}
.hotel-summary-line i{
  color:var(--primary);
  margin-top:.2rem;
}
.hotel-amenities{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.amenity-item{
  display:flex;
  align-items:center;
  gap:.75rem;
  padding:14px 16px;
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
}
.amenity-item i{
  color:var(--primary);
  font-size:1.2rem;
}
.map-embed{
  width:100%;
  height:320px;
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--border);
}
@media (max-width: 991.98px){
  .hotel-gallery-grid{
    grid-template-columns:1fr 1fr;
  }
  .gallery-main{
    grid-column:1 / -1;
    grid-row:auto;
  }
  .hotel-summary-card{
    position:static;
  }
}
@media (max-width: 575.98px){
  .hotel-gallery-grid,
  .hotel-amenities{
    grid-template-columns:1fr;
  }
}


.hotel-gallery-wrap{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.25rem;
  box-shadow:var(--shadow);
}
.hotel-gallery-grid a{
  position:relative;
  overflow:hidden;
  display:block;
  border-radius:22px;
}
.hotel-gallery-grid a img{
  transition:transform .35s ease;
}
.hotel-gallery-grid a:hover img{
  transform:scale(1.04);
}
.gallery-zoom{
  position:absolute;
  left:16px;
  bottom:16px;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(15,59,57,.88);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  opacity:0;
  transform:translateY(8px);
  transition:.25s ease;
}
.hotel-gallery-grid a:hover .gallery-zoom{
  opacity:1;
  transform:translateY(0);
}


.hotel-top-row{
  align-items:stretch;
}
.hotel-summary-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
}
.hotel-summary-title{
  text-align:right;
}
.hotel-summary-title h3{
  line-height:1.35;
}
@media (max-width: 991.98px){
  .hotel-summary-header{
    flex-direction:column;
    align-items:flex-start;
  }
}
