/* Google Fonts: Outfit & Playfair Display */
:root {
  --primary-color: #ff2f16;
  --secondary-color: #ff7d23;
  --dark-color: #2b2e34;
  --light-color: #ffffff;
  --bg-light-gray: #f8f9fa;
  --transition: 0.35s ease;
  --radius: 12px;
  --shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

body {
  font-family: "Outfit", sans-serif;
  color: var(--dark-color);
  background-color: var(--light-color);
  overflow-x: hidden;
}

/* Typography Utility */
.font-secondary {
  font-family: "Playfair Display", serif;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-dark-site {
  color: var(--dark-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.bg-light-gray {
  background-color: var(--bg-light-gray) !important;
}

.letter-spacing-1 {
  letter-spacing: 2px;
}

.heading-line {
  width: 60px;
  height: 4px;
  border-radius: 4px;
}

/* Navbar Customization */
.navbar {
  padding: 0;
  transition: all 0.4s ease;
  background-color: #f8f4ef;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f80000;
}

.navbar-scrolled {
  background-color: #f8f4ef;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--light-color) !important;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 4rem;
  width: auto;
  transition: height 0.4s ease;
}

.navbar-scrolled .navbar-brand img {
  height: 40px;
}

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(255, 47, 22, 0.3);
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 47, 22, 0.5);
  background: linear-gradient(135deg, #e0240d 0%, #eb6f17 100%);
}

.btn-outline-dark {
  border-color: var(--dark-color);
  color: var(--dark-color);
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-dark:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
  transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
  height: 100vh;
  min-height: 600px;
  position: relative;
  background-color: var(--dark-color);
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

/* .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  animation: zoomOut 15s infinite alternate;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
} */

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(43, 46, 52, 0.7), rgba(43, 46, 52, 0.8));
  z-index: 1;
}

.hero-title {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* About Section */
.about-img {
  border: 8px solid var(--light-color);
}

.experience-badge {
  bottom: -30px;
  right: 20px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 6px solid var(--light-color);
}

.about-features i {
  width: 30px;
}

/* Menu Section */
.menu-card {
  transition: all 0.4s ease;
  border-radius: 1rem;
}

.menu-card.transition-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.menu-card h5 {
  position: relative;
  display: inline-block;
}

.menu-card h5::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}

.menu-card:hover h5::after {
  width: 100%;
}

/* Reviews Section */
.reviews-section {
  background-color: var(--white);
  background-image: linear-gradient(to right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232b2e34' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.review-image-link {
  overflow: hidden;
  display: block;
}

.review-image-link img {
  transition: transform 0.4s ease;
}

.review-image-link:hover img {
  transform: scale(1.05);
}

/* Footer Section */
.footer-section {
  background-color: var(--dark-color);
  padding-top: 3rem !important;
  padding-bottom: 0 !important;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--light-color);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.social-btn:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
  transform: translateY(-3px);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.65) !important;
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.contact-info i {
  width: 25px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    margin-left: 1rem;
  }

  #white-logo {
    margin-left: 3rem;
  }

  .navbar-brand {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  #white-logo {
    margin-left: 6rem;
  }
}

.border-primary {
  border-color: #e8b60f !important;
}

#review1 {
  order: 1;
}

#review2 {
  order: 2;
}

#review3 {
  order: 3;
}

#review4 {
  order: 4;
}

#review5 {
  order: 5;
}

#review6 {
  order: 6;
}

@media (max-width: 768px) {
  #review1 {
    order: 3;
  }

  #review2 {
    order: 4;
  }

  #review3 {
    order: 1;
  }

  #review4 {
    order: 5;
  }

  #review5 {
    order: 6;
  }

  #review6 {
    order: 2;
  }
}

/* ─────────────────────────────────────────────────────────
   GALLERY PAGE
───────────────────────────────────────────────────────── */
.gallery-section {
  background: #fff;
}

.gallery-grid {
  columns: 4 250px;
  column-gap: 16px;
}

.gallery-item {
  break-inside: avoid;
  position: relative;
  margin-bottom: 16px;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
}

.gallery-img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  border-radius: var(--radius);
}

.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
  border-radius: var(--radius);
}

.gallery-overlay i {
  font-size: 2.5rem;
  color: #c9a84c;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-caption {
  color: #fff;
  font-size: 0.85rem;
  margin-top: 8px;
}

.lightbox-img {
  max-height: 80vh;
  object-fit: contain;
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-iframe {
  display: block;
  border-radius: var(--radius);
}

.map-placeholder {
  height: 450px;
  background: #242424;
  border-radius: var(--radius);
}

.page-title-section {
  margin-top: 8rem;
}

.page-title-section h1 {
  background: linear-gradient(270deg, #ff0000, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

/* ─────────────────────────────────────────────────────────
   CONTACT PAGE
───────────────────────────────────────────────────────── */
.contact-section {
  background: #fff;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #242424;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color var(--transition);
}

.contact-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a84c;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.whatsapp-icon {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
}

.contact-card h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 4px;
  /* font-family: var(--font-sans); */
}

.contact-card p {
  color: #ccc;
  margin: 0;
  font-size: 0.95rem;
}

.contact-card a {
  color: #c9a84c;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-extra-info {
  padding: 16px 20px;
  background: rgba(201, 168, 76, 0.05);
  border-left: 3px solid #c9a84c;
  border-radius: 0 var(--radius) var(--radius) 0;
  color: #bbb;
  font-size: 0.9rem;
  line-height: 1.7;
}

@media (min-width: 992px) {

  .contact-section .col-lg-5,
  .contact-section .col-lg-7 {
    margin-top: 4.5rem;
    margin-bottom: 3rem;
  }

}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────── */
@media (max-width: 992px) {
  .gallery-grid {
    columns: 3 200px;
  }

  .contact-section .col-lg-7 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    columns: 2 150px;
  }

  .hero-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    columns: 1;
  }
}

/* ─────────────────────────────────────────────────────────
   LEGAL CONTENT (Privacy / Terms)
───────────────────────────────────────────────────────── */
.legal-content h5 {
  color: #c9a84c;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 36px;
  margin-bottom: 10px;
}

.legal-content p,
.legal-content li {
  color: #131212;
  font-size: 0.95rem;
  line-height: 1.8;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.legal-content a {
  color: #c9a84c;
}

.legal-content a:hover {
  text-decoration: underline;
}

.section-padding {
  padding: 2rem 0 3rem 0;
}

.section-tag {
  color: #c9a84c;
}

/* ─────────────────────────────────────────────────────────
   ENGLISH LANGUAGE POPUP
───────────────────────────────────────────────────────── */
.english-popup {
  position: fixed;
  top: 110px;
  right: 20px;
  z-index: 8888;
  opacity: 0;
  transform: translateX(400px);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.english-popup.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.english-popup-content {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 2px solid #e8e8e8;
  position: relative;
  min-width: 180px;
  text-align: center;
  transition: all 0.3s ease;
}

.english-popup-content:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border-color: #d0d0d0;
}

.english-popup-close {
  position: absolute;
  top: 4px;
  right: 6px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.english-popup-close:hover {
  color: #ff2f16;
}

.english-popup-text {
  font-size: 0.85rem;
  color: #2b2e34;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}

.english-popup-link {
  display: inline-block;
  background: linear-gradient(135deg, #ff2f16 0%, #ff7d23 100%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.english-popup-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 47, 22, 0.3);
}

/* Mobile Adjustments */
@media (max-width: 576px) {
  .english-popup {
    top: 80px;
    right: 10px;
  }

  .english-popup-content {
    min-width: 160px;
    padding: 14px 16px;
  }

  .english-popup-text {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }

  .english-popup-link {
    padding: 5px 12px;
    font-size: 0.7rem;
  }
}

/* ─────────────────────────────────────────────────────────
   BLOG SECTION
───────────────────────────────────────────────────────── */
.blog-section {
  background-color: #fff;
}

.blog-card {
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all var(--transition);
  background: #fff;
}

.blog-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.blog-card.transition-hover:hover {
  transform: translateY(-8px);
}

.blog-card-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  height: 250px;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image {
  transform: scale(1.08);
}

.blog-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 46, 52, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
}

.blog-card:hover .blog-card-overlay {
  opacity: 1;
}

.blog-card .card-body {
  padding: 1.5rem;
}

.blog-card .card-title {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  transition: color var(--transition);
  color: #363636 !important;
}

.blog-card:hover .card-title {
  color: var(--secondary-color) !important;
}

.blog-card .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
}

.blog-card code {
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  color: var(--primary-color);
  font-family: "Courier New", monospace;
}

@media (max-width: 768px) {
  .blog-card-image-wrapper {
    height: 200px;
  }

  .blog-card .card-title {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .blog-card-image-wrapper {
    height: 180px;
  }

  .blog-card .card-body {
    padding: 1rem;
  }

  .blog-card .card-title {
    font-size: 0.95rem;
  }
}