:root { 
    --gold: #C7A24F;
    --navy: #0F1419;
    --gray-900: #111827;
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --font-display: 'Playfair Display', serif;
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);  
}

* {
  box-sizing: border-box;
}

.rtl {
  direction: rtl;
  text-align: right;
}


html, body {
  margin: auto 10px;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}



html[lang="ar"], 
body[dir="rtl"] {
    direction: rtl;
    text-align: right;
}
.hf-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(199, 162, 79, 0.08);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  z-index: 1000;
}
.navbar-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--navy);
  letter-spacing: 1px;
}
.brand-text {
  position: relative;
}
.brand-dot {
  color: var(--gold);
  font-size: 2rem;
  margin-left: 4px;
  animation: pulse 2s infinite;
}
.hf-navbar .nav-link {
  color: var(--gray-900) !important;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  position: relative;
  transition: var(--transition-smooth);
}
.hf-navbar .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.hf-navbar .nav-link:hover::before {
  width: 70%;
}
.hf-navbar .nav-link:hover {
  color: var(--gold) !important;
}
.dropdown-menu {
  border: none;
  box-shadow: var(--shadow-lg);
  border-radius: 12px;
  padding: 0.5rem;
  margin-top: 0.5rem;
}
/* RTL dropdown alignment */
html[lang="ar"] .dropdown-menu {
  right: auto;
  left: 0;
  text-align: right;
}
html[lang="ar"] .dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}
.dropdown-item {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: var(--transition-smooth);
}
.dropdown-item:hover {
  background: linear-gradient(135deg, rgba(199, 162, 79, 0.1), rgba(199, 162, 79, 0.05));
  color: var(--gold);
}
html[lang="ar"] .mr-1,
html[dir="rtl"] .mr-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
}
html[lang="ar"] .ml-auto,
html[dir="rtl"] .ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.navbar-nav .dropdown-toggle::after {
    margin-left: 0;
    margin-right: .255em;
}
@media (max-width: 767.98px) {
    html[lang="ar"] .hf-navbar .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    html[lang="ar"] .navbar-brand {
        order: 2;
        flex: 0 0 auto;
    }
    
    html[lang="ar"] .navbar-toggler {
        order: 1;
        flex: 0 0 auto;
    }
    html[lang="ar"] .hf-navbar .navbar-collapse {
        order: 3;
        width: 100%;
        flex-basis: 100%;
    }
    html[lang="ar"] .navbar-nav {
        width: 100%;
        text-align: right;
    }
}




.filters { 
    background: #fff; 
    border-radius: 14px; 
    padding: 16px; 
    box-shadow: 0 10px 20px rgba(0,0,0,.06); 
}

.form-row {
    display: flex; 
    flex-wrap: wrap;
    margin: -8px;
}


.filters .form-control, .filters .custom-select { 
  border-radius: 10px; 
}

.filters .btn { 
  border-radius: 10px; 
}

.card { 
  border: 0; 
  border-radius: 18px; 
  overflow: hidden; 
  box-shadow: 0 12px 24px rgba(0,0,0,.08); 
}

.card-img-top { 
  height: 180px;
  padding:10px; 
  object-fit: cover; 
}


.card-title { 
  color: #15124f; 
  font-weight: 700; 
}

.badge-chip { 
  background: #eef0fa; 
  color: #15124f; 
  font-weight: 600; 
  border-radius: 999px; 
  padding: .35rem .6rem; 
  margin: .15rem; 
  display: inline-block; 
}

.result-count { 
  color: #596080; 
  font-size: .95rem; 
}

.modal-header { 
  border: 0; 
}

.modal-title { 
  color: #15124f; 
  font-weight: 700; 
}

.list-icon { 
  width: 1.25rem; 
  display: inline-block; 
  text-align: center; 
}

.rating { 
  font-weight: 700; 
  color: #e9a700; 
}

.rating { display:inline-flex; align-items:center; gap:.4rem; }
.rating .stars {
  --rating: 0; /* 0..5 */
  font-size: 1.1rem; 
  line-height:1; 
  letter-spacing: .1em; 
  color: #f5c518;
  background: linear-gradient(90deg,
    currentColor calc(var(--rating)/5*100%),
    #ddd calc(var(--rating)/5*100%));
  -webkit-background-clip:text; 
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.rating .stars::before { content:"★★★★★"; }
.rating .value { font-size:.95rem; color:#444; }


.address { 
  color: #394260; 
}


.clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


@supports not (-webkit-line-clamp: 1) {
  .clamp-5 {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


.sticky-footer { 
  position: sticky; 
  bottom: 0; 
  background: #fff; 
  padding-top: .5rem; 
}

#inquiryBtn {
  background-color: #2b7a78;
  color: #fff;
}


.chips { 
  line-height: 2.2; 
}



.hf-footer {
  color: #000;
  background: rgba(85, 87, 88, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #E4E6EB;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.hf-footer a { 
  color: #000; 
  text-decoration: none; 
}
.hf-footer a:hover { 
  color: #D2AD67; 
}
.hf-heading {
  color: #D2AD67;
  letter-spacing: .02em;
  margin-bottom: .75rem;
}
.ft-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
#ft-container01, #ft-container02 {
  border-left: 1px solid rgba(251, 250, 246, 0.12);
}
#mailto01 {
  overflow-wrap: break-word;
}
.mb-2 h6 {
  font-weight: bold;
}
.col-md-4.mb-4 {
  margin: 0;
}
.hf-hours li {
  display: flex;
  justify-content: space-between;
  padding: .3rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hf-hours li:last-child { 
  border-bottom: 0; 
}
.hf-hours .day { 
  font-weight: 600; 
}
.hf-hours .time { 
  opacity: .8; 
}
.btn-gold {
    background: linear-gradient(135deg,#C7A24F,#E4CA7A);
    color: #fff;
    border: 0; border-radius:999px;
    padding: .7rem 1.4rem;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(199,162,79,.22);
    text-shadow: 0 1px 0 rgba(0,0,0,.18);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}
.btn-gold:hover { filter:brightness(1.05); transform:translateY(-2px); }
.social-icon {
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.social-icon img {
  margin-left: 10px;
  border-radius: 50%;
}
.hf-social-link {
  display: inline-flex;
  align-items: center; 
  justify-content: center;
  transition: transform .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}
.hf-social-link:hover {
  transform: translateY(-2px);
  border-color: #D2AD67;
  color: #111;
}

.fab {
  margin-left:10px;
}


.navbar.scrolled {
  background-color: rgb(43, 122, 120);
  opacity: .9;
  transition: background 500ms;
}

@media (max-width: 800px) {
    #mainNavbar {
        font-size: 0.875rem;
        font-weight: 100;
        margin-bottom: 30px;
    }

    #mainNavbar .navbar-brand {
        font-size: 1.125rem;
    }

    .dropdown-item {
        font-size: .75rem; 
    }

    .navbar-toggler {
        padding: 0px;
    }

    .navbar-toggler-icon {
        height: 25px;
        width: 35px;
        padding: 0px;
        margin: 0px;
    }

    .ft-container {
        font-size: .875em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #ft-container01, #ft-container02 {
        max-width: 490px;
        border-bottom: 1px solid rgba(251, 250, 246, 0.12);
        border-left: none;
        padding-bottom: 15px;
    }

    #ft-container03 {
        max-width: 490px;
    }
}
