
/* ========== استيراد الخطين من Google Fonts ========== */
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@500;600;700&family=Noto+Kufi+Arabic:wght@400;500;700&display=swap');

/* ========== الخطوط العامة ========== */
body, p, span, li, input, textarea, button, label, a {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.section-title,
.hero-title {
  font-family: 'El Messiri', sans-serif !important;
}

button, .elementor-button, input[type=submit] {
  font-family: 'El Messiri', sans-serif !important;
}


/* =======================
   HERO SECTION (Full View)
======================= */
html, body {
  direction: rtl;
  text-align: right;
}

.shots-hero.fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}

/* Overlay Dark Layer */
.hero-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* الأسود الشفاف */
  z-index: 1;
}

/* Overlay content (texts/buttons) */
.hero-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 5;
  width: 90%;
}

.hero-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 70px;
  margin-bottom: 25px;
  text-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
  direction: ltr;
}

.hero-subtitle {
  font-family: 'Cairo', sans-serif;
  font-size: 24px;
  margin-bottom: 45px;
  color: #f2f2f2;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.btn-gold, .btn-outline {
  font-family: 'Cairo', sans-serif;
  padding: 14px 80px;
  border-radius: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-gold {
  background-color: #cfae5f;
  color: #000;
  box-shadow: 0 0 20px rgba(207, 174, 95, 0.3);
}
.btn-gold:hover {
  background-color: #b2924c;
  box-shadow: 0 0 35px rgba(207, 174, 95, 0.5);
}

.btn-outline {
  border: 2px solid #cfae5f;
  color: #fff;
  background-color: #cfae5f;
}
.btn-outline:hover {
  background-color: #cfae5f;
  color: #000;
}

/* Glow effect for menu links */
.main-nav a {
  position: relative;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  font-size: 19px;
  transition: 0.3s;
}

.main-nav a:hover {
  color: #cfae5f;
  text-shadow: 0 0 8px rgba(207, 174, 95, 0.7);
}

/* Prevent pixelation (improve rendering) */
.hero-swiper .swiper-slide {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title { font-size: 42px; }
  .hero-subtitle { font-size: 18px; }
  .hero-buttons { flex-direction: column; }
}

/* Base settings for hero */
.shots-hero.fullscreen { height: 100vh; }

/* Mobile Adjustments */
@media (max-width: 992px) {
  .hero-title {
    font-size: 38px;
    line-height: 1.3;
  }
  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Smaller buttons */
  .btn-gold, .btn-outline {
    font-size: 16px;
    padding: 10px 35px;
  }

  /* Shrink or hide arrows */
  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.6);
    opacity: 0.6;
  }
}

@media (max-width: 600px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none; /* إخفاء الأسهم تمامًا */
  }

  .hero-title {
    font-size: 30px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-overlay-content {
    width: 90%;
    padding: 0 15px;
  }
}

/* Optional: keep pagination dots visible */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}
.swiper-pagination-bullet-active {
  background: #cfae5f;
}


/* ==========================
   تحسين تموضع النصوص على الموبايل
========================== */

@media (max-width: 768px) {
  .hero-overlay-content {
    top: 65%; /* بدلاً من 50% لتتحرك لأسفل */
    transform: translate(-50%, -50%);
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .btn-gold,
  .btn-outline {
    padding: 10px 35px;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .hero-overlay-content {
    top: 70%; /* للموبايلات الصغيرة جدًا */
  }
}





/* =======================
   Header Styling
======================= */
.shots-header {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  background: transparent;
  transition: all 0.4s ease;
  direction: rtl;
}

.shots-header.scrolled {
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 60px;
  transition: 0.3s;
}
.shots-header.scrolled .logo img {
  height: 50px;
}

/* Navigation */
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s;
}
.main-nav a:hover {
  color: #cfae5f;
}

/* Button */
.header-btn .btn-gold {
  background-color: #cfae5f;
  color: #000;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}
.header-btn .btn-gold:hover {
  background-color: #b2924c;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

@media (max-width: 992px) {
  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }
  .main-nav.active {
    display: flex;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 15px;
  }
  .menu-toggle {
    display: flex;
  }
  .header-btn {
    display: none;
  }
}
/* Navigation */
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700; /* كان 500 */
  font-size: 19px;  /* كان 17px */
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}

/* تأثير ذهبي عند الهوفر */
.main-nav a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #cfae5f;
  transition: width 0.3s ease;
}

.main-nav a:hover {
  color: #cfae5f;
}

.main-nav a:hover::after {
  width: 100%;
}




/* ==========================
   Categories Slider – Final Elegant Responsive
========================== */

.shots-categories {
  background-color: #f1e9da;
  padding: 100px 0 80px;
  text-align: center;
  overflow: hidden;
}

.section-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 60px;
  color: #1a1a1a;
}

.categories-swiper {
  width: 75%; /* مش فول ويدث */
  margin: 0 auto;
  padding-bottom: 55px;
}

/* الكارت */
.category-item {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.4s ease;
  z-index: 1;
}

.category-item:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(207,174,95,0.4);
}

.category-item:hover::after {
  background: rgba(0, 0, 0, 0.6);
}

/* النص */
.category-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.category-info h3 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 6px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.7);
}

.category-info p {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  color: #f5f5f5;
  line-height: 1.6;
}

/* النقاط */
.swiper-pagination {
  position: relative;
  margin-top: 25px;
}

.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #cfae5f;
  width: 11px;
  height: 11px;
}

/* ==================
   Responsive
================== */

/* تابلت */
@media (max-width: 992px) {
  .category-item { height: 300px; }
  .category-info h3 { font-size: 22px; }
}

/* موبايل */
@media (max-width: 600px) {
  .categories-swiper {
    width: 90%; /* أقل شوية للموبايل */
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .category-item {
    width: 90%;
    height: 270px;/* =======================
   HERO SECTION (Full View)
======================= */
.shots-hero.fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}

/* Overlay Dark Layer */
.hero-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* الأسود الشفاف */
  z-index: 1;
}

/* Overlay content (texts/buttons) */
.hero-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 5;
  width: 90%;
}

.hero-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 70px;
  margin-bottom: 25px;
  text-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
  font-family: 'Cairo', sans-serif;
  font-size: 24px;
  margin-bottom: 45px;
  color: #f2f2f2;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.btn-gold, .btn-outline {
  font-family: 'Cairo', sans-serif;
  padding: 14px 45px;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-gold {
  background-color: #cfae5f;
  color: #000;
  box-shadow: 0 0 20px rgba(207, 174, 95, 0.3);
}
.btn-gold:hover {
  background-color: #b2924c;
  box-shadow: 0 0 35px rgba(207, 174, 95, 0.5);
}

.btn-outline {
  border: 2px solid #cfae5f;
  color: #fff;
}
.btn-outline:hover {
  background-color: #cfae5f;
  color: #000;
}

/* Glow effect for menu links */
.main-nav a {
  position: relative;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  font-size: 19px;
  transition: 0.3s;
}

.main-nav a:hover {
  color: #cfae5f;
  text-shadow: 0 0 8px rgba(207, 174, 95, 0.7);
}

/* Prevent pixelation (improve rendering) */
.hero-swiper .swiper-slide {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title { font-size: 42px; }
  .hero-subtitle { font-size: 18px; }
  .hero-buttons { flex-direction: column; }
}

/* Base settings for hero */
.shots-hero.fullscreen { height: 100vh; }

/* Mobile Adjustments */
@media (max-width: 992px) {
  .hero-title {
    font-size: 38px;
    line-height: 1.3;
  }
  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Smaller buttons */
  .btn-gold, .btn-outline {
    font-size: 16px;
    padding: 10px 35px;
  }

  /* Shrink or hide arrows */
  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.6);
    opacity: 0.6;
  }
}

@media (max-width: 600px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none; /* إخفاء الأسهم تمامًا */
  }

  .hero-title {
    font-size: 30px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-overlay-content {
    width: 90%;
    padding: 0 15px;
  }
}

/* Optional: keep pagination dots visible */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}
.swiper-pagination-bullet-active {
  background: #cfae5f;
}


/* ==========================
   تحسين تموضع النصوص على الموبايل
========================== */

@media (max-width: 768px) {
  .hero-overlay-content {
    top: 65%; /* بدلاً من 50% لتتحرك لأسفل */
    transform: translate(-50%, -50%);
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .btn-gold,
  .btn-outline {
    padding: 10px 35px;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .hero-overlay-content {
    top: 70%; /* للموبايلات الصغيرة جدًا */
  }
}





/* =======================
   Header Styling
======================= */
.shots-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  background: transparent;
  transition: all 0.4s ease;
  direction: rtl;
}

.shots-header.scrolled {
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 60px;
  transition: 0.3s;
}
.shots-header.scrolled .logo img {
  height: 50px;
}

/* Navigation */
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s;
}
.main-nav a:hover {
  color: #cfae5f;
}

/* Button */
.header-btn .btn-gold {
  background-color: #cfae5f;
  color: #000;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}
.header-btn .btn-gold:hover {
  background-color: #b2924c;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

@media (max-width: 992px) {
  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }
  .main-nav.active {
    display: flex;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 15px;
  }
  .menu-toggle {
    display: flex;
  }
  .header-btn {
    display: none;
  }
}
/* Navigation */
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700; /* كان 500 */
  font-size: 19px;  /* كان 17px */
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}

/* تأثير ذهبي عند الهوفر */
.main-nav a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #cfae5f;
  transition: width 0.3s ease;
}

.main-nav a:hover {
  color: #cfae5f;
}

.main-nav a:hover::after {
  width: 100%;
}




/* ==========================
   Categories Slider – Final Elegant Responsive
========================== */

.shots-categories {
  background-color: #f1e9da;
  padding: 100px 0 80px;
  text-align: center;
  overflow: hidden;
}

.section-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 60px;
  color: #1a1a1a;
}

.categories-swiper {
  width: 75%; /* مش فول ويدث */
  margin: 0 auto;
  padding-bottom: 55px;
}

/* الكارت */
.category-item {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.4s ease;
  z-index: 1;
}

.category-item:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(207,174,95,0.4);
}

.category-item:hover::after {
  background: rgba(0, 0, 0, 0.6);
}

/* النص */
.category-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.category-info h3 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 6px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.7);
}

.category-info p {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  color: #f5f5f5;
  line-height: 1.6;
}

/* النقاط */
.swiper-pagination {
  position: relative;
  margin-top: 25px;
}

.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #cfae5f;
  width: 11px;
  height: 11px;
}

/* ==================
   Responsive
================== */

/* تابلت */
@media (max-width: 992px) {
  .category-item { height: 300px; }
  .category-info h3 { font-size: 22px; }
}

/* موبايل */
@media (max-width: 600px) {
  .categories-swiper {
    width: 90%; /* أقل شوية للموبايل */
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .category-item {
    width: 90%;
    height: 270px;
    border-radius: 18px;
    margin: 0 auto;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  .category-info {
    bottom: 18px;
    left: 20px;
    right: 20px;
  }

  .category-info h3 {
    font-size: 20px;
  }

  .category-info p {
    font-size: 14px;
  }

  .swiper-pagination {
    margin-top: 15px;
  }
}


    border-radius: 18px;
    margin: 0 auto;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  .category-info {
    bottom: 18px;
    left: 20px;
    right: 20px;
  }

  .category-info h3 {
    font-size: 20px;
  }

  .category-info p {
    font-size: 14px;
  }

  .swiper-pagination {
    margin-top: 15px;
  }
}

/* ==========================
   About Shots Café – Interactive & Elegant
========================== */

.shots-about {
  background-color: #f1e9da;
  padding: 130px 0;
  overflow: hidden;
}

.about-wrapper {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* ==== IMAGE ==== */
.about-img {
  flex: 1;
  transform: translateX(-50px);
  opacity: 0;
  transition: all 1s ease;
}

.about-img img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s ease;
}

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

/* ==== TEXT ==== */
.about-text {
  flex: 1;
  text-align: right;
  transform: translateX(50px);
  opacity: 0;
  transition: all 1s ease;
}

.about-text h2 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.3;
  direction: ltr;
}

.about-text p {
  font-family: 'Cairo', sans-serif;
  font-size: 20px;
  line-height: 2;
  color: #333;
  margin-bottom: 25px;
}

.about-text strong {
  color: #cfae5f;
  font-weight: 800;
}

.about-sub {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #cfae5f;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

/* ==== BUTTON ==== */
.about-btn {
  display: inline-block;
  background-color: #cfae5f;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  padding: 14px 42px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background-color: #b8974e;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(207,174,95,0.4);
}

/* ==== FADE-IN Animation ==== */
.shots-about.active .about-img,
.shots-about.active .about-text {
  transform: translateX(0);
  opacity: 1;
}

/* ==== Responsive ==== */
@media (max-width: 992px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .about-text {
    text-align: center;
  }

  .about-text h2 {
    font-size: 36px;
  }

  .about-text p {
    font-size: 18px;
  }

  .about-sub {
    font-size: 15px;
  }
}

/* ==========================
   Menu Section – 8 Luxurious Food Cards
========================== */
.shots-menu {
  background-color: #f1e9da;
  padding: 120px 0 100px;
  text-align: center;
  overflow: hidden;
}

.menu-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.menu-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 900;
  font-size: 46px;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.menu-desc {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  color: #555;
  margin-bottom: 70px;
}

/* Grid Layout */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

/* Menu Item */
.menu-item {
  background-color: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

.menu-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(207,174,95,0.25);
}

.menu-item img {
  width: 100%;
  object-fit: cover;
}

.menu-item h3 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1a1a1a;
  margin: 20px 0 10px;
}

.menu-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #cfae5f;
  margin-bottom: 15px;
}

.sar-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

/* Button */
.menu-btn {
  display: inline-block;
  background-color: #cfae5f;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  padding: 11px 32px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.menu-btn:hover {
  background-color: #b8974e;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(207,174,95,0.4);
}

/* Animation */
.menu-item.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

/* Responsive */
@media (max-width: 1200px) {
  .menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .menu-item h3 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
@media (max-width: 600px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr); /* ✅ كارتين بدل واحد */
    gap: 20px;
  }

  .menu-item img {
  }

  .menu-title {
    font-size: 34px;
  }

  .menu-item h3 {
    font-size: 18px;
  }

  .menu-price {
    font-size: 17px;
  }
}


  .menu-item img {
  }

  .menu-title {
    font-size: 36px;
  }

  .menu-item h3 {
    font-size: 19px;
  }
}
img.sar-icon {
       width: 18px;
    height: 18px;
    vertical-align: middle;
}





/* ==========================
   Shots Lounge – Interactive Sections
========================== */
.shots-sections {
  background-color: #f1e9da;
  padding: 120px 0;
  text-align: center;
  overflow: hidden;
}

.sections-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.sections-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 900;
  font-size: 46px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.sections-desc {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  color: #555;
  margin-bottom: 60px;
}

/* 🌅 Panorama with Hotspots */
.panorama-wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.panorama-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.hotspot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #cfae5f;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(207,174,95,0.25);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.hotspot:hover {
  transform: scale(1.3);
}

/* Tooltip */
.hotspot-tooltip {
  position: absolute;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  text-align: right;
  max-width: 260px;
  display: none;
  z-index: 10;
  transition: all 0.3s ease;
}

.hotspot-tooltip h4 {
  color: #cfae5f;
  font-family: 'Tajawal', sans-serif;
  margin: 0 0 4px;
  font-size: 18px;
}

.hotspot-tooltip p {
  font-size: 14px;
  margin: 0;
}

/* 🎥 Video Cards */
.sections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.section-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.section-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  transition: all 0.4s ease;
}

.section-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 15px;
}

.section-content h3 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #cfae5f;
  margin-bottom: 8px;
}

.section-content p {
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #eee;
}

.section-card:hover video {
  transform: scale(1.05);
}

.section-card:hover .overlay {
  background: rgba(0,0,0,0.25);
}

@media (max-width: 992px) {
  .sections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sections-grid {
    grid-template-columns: 1fr;
  }

  .panorama-img {
    height: 300px;
  }

  .section-card {
    height: 280px;
  }
}

/* ==========================
   Reservation Section – Shots Lounge
========================== */
.shots-reservation {
  position: relative;
background-image: url('../img/reservation-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 180px 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.reservation-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.8)
  );
  z-index: 1;
}

.reservation-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.reservation-title {
  font-family: 'Tajawal', sans-serif;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
  direction: rtl;
}

.reservation-title span {
  color: #cfae5f;
}

.reservation-desc {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  color: #ddd;
  margin-bottom: 40px;
}

.reservation-btn {
  display: inline-block;
  background-color: #cfae5f;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  padding: 14px 45px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.reservation-btn:hover {
  background-color: #b8974e;
  box-shadow: 0 8px 20px rgba(207,174,95,0.4);
  transform: translateY(-3px);
}

.reservation-btn i {
  margin-left: 8px;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .shots-reservation {
    padding: 140px 20px;
    background-attachment: scroll;
  }

  .reservation-title {
    font-size: 34px;
  }

  .reservation-desc {
    font-size: 16px;
  }

  .reservation-btn {
    font-size: 16px;
    padding: 12px 35px;
  }
}




/* ==========================
   Atmosphere Section – Final Premium Layout
========================== */
.shots-atmosphere {
  background-color: #fbf9f5;
  padding: 120px 0;
  text-align: center;
}

.atmosphere-container {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
}

.atmosphere-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #111;
  margin-bottom: 15px;
}

.atmosphere-title span {
  color: #cfae5f;
}

.atmosphere-desc {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto 70px;
  line-height: 1.8;
}

/* ==== Responsive Grid Layout ==== */
.atmosphere-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 22px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.1);
}

/* Special Layout Adjustments */
.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

/* Soft fade when appearing */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.gallery-item {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}
.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-item:nth-child(6) { animation-delay: 0.6s; }
.gallery-item:nth-child(7) { animation-delay: 0.7s; }
.gallery-item:nth-child(8) { animation-delay: 0.8s; }

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .atmosphere-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .atmosphere-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }
  .gallery-item.tall, .gallery-item.wide {
    grid-row: span 1;
    grid-column: span 1;
  }
  .atmosphere-title { font-size: 38px; }
  .atmosphere-desc { font-size: 16px; margin-bottom: 50px; }
}

/* ==========================
   Lightbox Style – Shots Lounge
========================== */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease forwards;
}

.lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(207,174,95,0.3);
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.lightbox.show img {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 40px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.lightbox-close:hover {
  color: #cfae5f;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



/* ==========================
   Events Section – Shots Lounge
========================== */
.shots-events {
  background-color: #141414;
  color: #fff;
  text-align: center;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}

.events-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.events-title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

.events-title span {
  color: #cfae5f;
}

.events-desc {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  color: #ccc;
  margin-bottom: 70px;
  line-height: 1.8;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 35px;
}

.event-card {
  background-color: #1b1b1b;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  text-align: right;
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(207, 174, 95, 0.3);
}

.event-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.event-card:hover img {
  filter: brightness(1.15);
}

.event-info {
  padding: 25px;
}

.event-info h3 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}

.event-date {
  font-family: 'Cairo', sans-serif;
  color: #cfae5f;
  font-size: 15px;
  margin-bottom: 10px;
}

.event-text {
  font-family: 'Cairo', sans-serif;
  color: #ddd;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.event-btn {
  display: inline-block;
  background-color: #cfae5f;
  color: #111;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  transition: all 0.3s ease;
}

.event-btn:hover {
  background-color: #e6c979;
  transform: translateY(-3px);
}




/* ==========================
   🔶 Shots Lounge – Contact Section (Final Mobile Fix)
========================== */

.shots-contact {
  background-color: #f1e9da;
  padding: 100px 0;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
  text-align: right;
  overflow: hidden;
}

/* ==== Header ==== */
.contact-header {
  text-align: center;
  margin-bottom: 70px;
}

.contact-header h2 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 900;
  font-size: 56px;
  color: #cfae5f;
  margin-bottom: 20px;
}

.contact-header p {
  font-size: 20px;
  color: #444;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto;
}

/* ==== Layout ==== */
.contact-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto 80px;
}

/* ==== Contact Info ==== */
.contact-info {
  flex: 1;
  min-width: 350px;
  font-size: 20px;
  padding: 30px 25px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 55px;
  color: #333;
  font-weight: 500;
  transition: 0.3s ease;
  margin-top: 25px;
}

.info-item i {
  background: rgba(207, 174, 95, 0.15);
  color: #cfae5f;
  font-size: 22px;
  padding: 12px;
  border-radius: 50%;
  min-width: 46px;
  text-align: center;
  transition: 0.3s ease;
}

.info-item:hover i {
  background: #cfae5f;
  color: #fff;
  transform: scale(1.1);
}

.info-item a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.info-item a:hover {
  color: #cfae5f;
}

/* ==== Form + Map container ==== */
.contact-right {
  flex: 1;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ==== Contact Form ==== */
.contact-form {
  background: #fff;
  padding: 15px 40px;
  border-radius: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-form:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 25px;
  color: #111;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 20px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: 0.3s;
  background: #fdfdfd;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #cfae5f;
  box-shadow: 0 0 12px rgba(207, 174, 95, 0.25);
  outline: none;
}

.contact-btn {
  background-color: #cfae5f;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  padding: 16px 60px;
  font-size: 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
  display: inline-block;
}

.contact-btn:hover {
  background-color: #b8954e;
  transform: translateY(-3px);
}

/* ==== Map ==== */
.contact-map-box {
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ==== Responsive Styling ==== */

/* Tablets */
@media (max-width: 992px) {
  .contact-body {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  /* ✅ الفورم يظهر أولاً */
  .contact-right {
    order: 1;
    width: 100%;
  }

  .contact-info {
    order: 2;
    width: 90%;
    text-align: center;
    left: 32px;
    position: relative;
  }

  .info-item {
    justify-content: center;
  }

  .contact-form {
    width: 100%;
    padding: 40px 30px;
  }

  .contact-map-box {
    height: 300px;
  }
}

/* Phones */
@media (max-width: 576px) {
  .shots-contact {
    padding: 60px 0;
  }

  .contact-header h2 {
    font-size: 38px;
  }

  .contact-header p {
    font-size: 17px;
    padding: 15px;
  }

  .contact-form {
    padding: 30px 25px;
    border-radius: 20px;
    width: 80%;
    right: 15px;
    position: relative;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
    padding: 14px 16px;
  }

  .contact-btn {
    font-size: 18px;
    padding: 14px 40px;
    width: 100%;
    border-radius: 12px;
  }

  .contact-info {
    background: #fff;
    padding: 25px 15px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-around;
    justify-content: center;
  }

  .info-item {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .info-item i {
    font-size: 20px;
    min-width: 42px;
  }

  .contact-map-box {
    height: 250px;
  }
}
/* ===========================
   🔸 Responsive Footer Styling
=========================== */

.shots-footer {
  background: #111;
  color: #fff;
  padding: 80px 0 40px;
  direction: rtl;
  text-align: right;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 35px;
}

.shots-footer .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Section titles */
.shots-footer h4 {
  color: #cfae5f;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: 'Almarai', sans-serif;
}

/* Footer paragraphs */
.shots-footer p {
  color: #ccc;
  line-height: 1.8;
  font-size: 16px;
}

/* Links */
.shots-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.shots-footer a:hover {
  color: #fff;
}

/* Contact List */
.footer-contact li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.footer-contact i {
  color: #cfae5f;
  margin-left: 8px;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 0px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border: 2px solid #cfae5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfae5f;
  transition: 0.3s;
}
.footer-social a:hover {
  background: #cfae5f;
  color: #111;
  transform: translateY(-4px);
}

/* Bottom Bar */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding-top: 20px;
  font-size: 15px;
  color: #ccc;
}
.footer-bottom span {
  color: #cfae5f;
  font-weight: bold;
}

/* ===========================
   📱 Responsive Adjustments
=========================== */

@media (max-width: 992px) {
  .shots-footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: center;
  }

  .shots-footer {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-contact li {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .shots-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .shots-footer {
    padding: 60px 0 30px;
  }

  .shots-footer h4 {
    font-size: 20px;
  }

  .shots-footer p,
  .footer-contact li {
    font-size: 15px;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}


/* HERO */
.about-hero {
  position: relative;
  background: url('../img/abo2.webp') center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.4));
}
.about-hero .hero-text {
  z-index: 2;
  color: #fff;
}
.about-hero h1 {
  font-size: 64px;
  font-family: 'Almarai', sans-serif;
  color: #cfae5f;
  margin-bottom: 10px;
}
.about-hero p {
  font-size: 22px;
  color: #eee;
}

/* INTRO */
.about-intro {
  background: #f1e9da;
  padding: 100px 0;
}
.about-intro .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}
.intro-text { flex: 1; }
.intro-text h2 {
  color: #cfae5f;
  font-size: 40px;
  margin-bottom: 20px;
}
.intro-text p {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}
.intro-img { flex: 1; }
.intro-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* VALUES */
.about-values {
  background: #141414;
  padding: 100px 0;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}
.value-box {
  background: #1c1c1c;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.value-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(207,174,95,0.2);
}
.value-box i {
  color: #cfae5f;
  font-size: 36px;
  margin-bottom: 15px;
}
.value-box h3 {
  color: #cfae5f;
  font-size: 24px;
  margin-bottom: 10px;
}
.value-box p {
  color: #ccc;
  font-size: 17px;
  line-height: 1.8;
}

/* GALLERY */
.about-gallery {
  background: #f1e9da;
  padding: 100px 0;
  text-align: center;
}
.about-gallery h2 {
  font-size: 42px;
  color: #cfae5f;
  margin-bottom: 50px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}
.gallery-grid img {
  width: 100%;
  border-radius: 15px;
  transition: 0.4s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 30px rgba(207,174,95,0.2);
}

/* CTA */
.about-cta {
  position: relative;
  background: url('../img/reservation-bg.jpg') center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-cta .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
.cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.cta-content h2 {
  font-size: 46px;
  color: #cfae5f;
  margin-bottom: 15px;
}
.cta-content p {
  font-size: 20px;
  color: #eee;
  margin-bottom: 25px;
}
.cta-btn {
  background: #cfae5f;
  color: #141414;
  padding: 16px 45px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}
.cta-btn:hover {
  background: #e3c76e;
  transform: translateY(-4px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
  .about-hero h1 { font-size: 40px; }
  .about-hero p { font-size: 18px; }
  .intro-text h2 { font-size: 30px; }
  .values-grid { grid-template-columns: 1fr; }
}
/* ==========================
   MENU PAGE – SHOTS LOUNGE
========================== */
.menu-hero {
  position: relative;
  background: url('../img/men.webp') center/cover no-repeat;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.menu-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.menu-hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.menu-hero h1 {
  font-size: 60px;
  color: #cfae5f;
  font-family: 'Almarai', sans-serif;
  margin-bottom: 15px;
}
.menu-hero p {
  font-size: 22px;
  color: #eee;
}

/* Sections */
.menu-section {
  padding: 100px 0;
  text-align: center;
}
.menu-section h2 {
  font-size: 38px;
  font-family: 'Almarai', sans-serif;
  color: #cfae5f;
  margin-bottom: 60px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}
.menu-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: 0.3s;
}
.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(207,174,95,0.3);
}
.menu-item img {
  width: 100%;
  object-fit: cover;
}
.menu-item h3 {
  font-size: 22px;
  color: #111;
  margin: 15px 0 5px;
  font-family: 'Almarai', sans-serif;
}
.menu-price {
  color: #cfae5f;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sar-icon {
  width: 20px;
}
.menu-btn {
  display: inline-block;
  background: #cfae5f;
  color: #111;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 20px;
}
.menu-btn:hover {
  background: #e3c873;
  transform: translateY(-4px);
}

/* Section backgrounds */
.foods { background: #f1e9da; }
.warm-drinks { background: #fff; }
.cold-drinks { background: #f1e9da; }
.desserts { background: #fff; }

/* CTA */
.menu-cta {
  position: relative;
  background: url('../img/menu-cta.jpg') center/cover no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.menu-cta .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
.menu-cta .cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.menu-cta h2 {
  font-size: 42px;
  color: #cfae5f;
  margin-bottom: 20px;
}
.menu-cta .cta-btn {
  background: #cfae5f;
  color: #111;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.menu-cta .cta-btn:hover {
  background: #e3c873;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-hero h1 { font-size: 44px; }
  .menu-hero p { font-size: 18px; }
  .menu-section h2 { font-size: 28px; }
}
img.sar-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;}





/* ================================
   🔶 Hero Section (Gallery Page)
================================ */
.gallery-hero {
  position: relative;
  background: url('../img/gall.webp') center/cover no-repeat;
  height: 100vh; /* فول سكرين */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.gallery-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* عشان الهيدر الشفاف */
  z-index: 1;
}

.gallery-hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 20px;
}

.gallery-hero h1 {
  font-family: 'Almarai', sans-serif;
  font-size: 64px;
  color: #cfae5f;
  margin-bottom: 15px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.gallery-hero p {
  font-size: 22px;
  color: #eee;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {
  .gallery-hero {
    height: 85vh;
  }
  .gallery-hero h1 {
    font-size: 46px;
  }
  .gallery-hero p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .gallery-hero {
    height: 75vh;
  }
  .gallery-hero h1 {
    font-size: 36px;
  }
  .gallery-hero p {
    font-size: 16px;
  }
}


/* ==========================
   CONTACT PAGE – SHOTS LOUNGE
========================== */
.main-nav .shots-menu li a {
  color: #111 !important;
}

/* Hero Section */
.contact-hero {
  position: relative;
  background: url('../img/about-hero.jpg') center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.contact-hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.contact-hero h1 {
  font-size: 60px;
  color: #cfae5f;
  font-family: 'Almarai', sans-serif;
  margin-bottom: 15px;
}
.contact-hero p {
  font-size: 20px;
  color: #eee;
}

/* Contact Section */
.contact-section {
  background: #f1e9da;
  padding: 100px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
}
.contact-info h2,
.contact-form h2 {
  font-size: 32px;
  color: #cfae5f;
  margin-bottom: 25px;
  font-family: 'Almarai', sans-serif;
}
.contact-info p {
  color: #444;
  line-height: 1.8;
  font-size: 17px;
}
.social-icons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  border: 2px solid #cfae5f;
  color: #cfae5f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #cfae5f;
  color: #111;
  transform: translateY(-3px);
}

/* Form */
.contact-form form {
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}
.form-group {
  margin-bottom: 20px;
  text-align: right;
}
.form-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Cairo', sans-serif;
  transition: 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #cfae5f;
  outline: none;
  box-shadow: 0 0 6px rgba(207,174,95,0.3);
}
.send-btn {
  background: #cfae5f;
  color: #111;
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.send-btn:hover {
  background: #e3c873;
  transform: translateY(-3px);
}

/* Alerts */
.alert {
  margin-bottom: 15px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: bold;
}
.alert.success {
  background: #e9f7ef;
  color: #2e7d32;
}
.alert.error {
  background: #fdecea;
  color: #c62828;
}

/* Map */
.contact-map iframe {
  display: block;
  width: 100%;
  border: none;
  height: 450px;
  margin-top: -20px;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form form {
    padding: 30px;
  }
}


/* ==========================
   Atmosphere – Light Carousel
========================== */
.shots-atmosphere {
  background: #f1e9da;
  padding: 120px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.atmosphere-title {
  font-family: 'El Messiri', sans-serif;
  font-size: 52px;
  color: #23150a;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.atmosphere-title span { color: #cfae5f; }

.atmosphere-desc {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.9;
}

/* Swiper styling */
.atmosphere-swiper {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.atmosphere-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cards */
.atmosphere-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  height: 480px;
  width: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  background: #fff;
}

.atmosphere-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(207, 174, 95, 0.35);
}

.atmosphere-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease;
  filter: brightness(95%) saturate(115%);
}
.atmosphere-card:hover img {
  transform: scale(1.08);
}

/* Overlay Content */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,0.1), rgba(255,255,255,0));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  transition: 0.4s;
}

.card-overlay h3 {
  font-family: 'El Messiri', sans-serif;
  color: #cfae5f;
  font-size: 26px;
  margin-bottom: 8px;
}
.card-overlay p {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 17px;
  color: #333;
  max-width: 80%;
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #cfae5f;
}

/* Responsive */
@media (max-width: 992px) {
  .atmosphere-card { height: 380px; }
  .atmosphere-title { font-size: 40px; }
  .atmosphere-desc { font-size: 18px; }
}
@media (max-width: 576px) {
  .atmosphere-card { height: 320px; }
}
/* =========================
   🔸 MAIN MENU STYLING
========================= */
.shots-menu {
  padding: 90px 0;
  background: #f1e9da;
  text-align: center;
}
.menu-title {
  font-family: 'El Messiri', sans-serif;
  font-size: 2.4rem;
  color: #222;
  margin-bottom: 10px;
}
.menu-desc {
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: #777;
  font-size: 1.1rem;
  margin-bottom: 45px;
}
.menu-category-title {
  font-family: 'El Messiri', sans-serif;
  color: #c7a354;
  font-size: 1.8rem;
  margin: 50px 0 25px;
  text-align: right;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 30px;
}
.menu-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 15px;
  transition: all .3s ease;
}
.menu-item:hover { transform: translateY(-8px); box-shadow: 0 8px 28px rgba(0,0,0,0.15); }

/* 🔸 Image Hover Effect */
.menu-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 16px;
}
.menu-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.5s ease;
}
.menu-thumb .hover-img {
  position: absolute; top: 0; left: 0;
  opacity: 0;
}
.menu-thumb:hover .hover-img { opacity: 1; }
.menu-thumb:hover .main-img { opacity: 0; }

/* 🔸 Info */
.menu-item h3 {
  font-family: 'El Messiri', sans-serif;
  margin-top: 15px;
  font-size: 1.3rem;
  color: #222;
}
.menu-price {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: bold;
  color: #c7a354;
  display: flex; justify-content: center; align-items: center;
  gap: 6px; margin: 5px 0 12px;
}
.menu-btn {
  background: linear-gradient(135deg, #c7a354, #b6913f);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-family: 'El Messiri', sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s;
}
.menu-btn:hover { background: #b6913f; box-shadow: 0 4px 12px rgba(183,144,57,0.5); }

/* =========================
   🔸 POPUP STYLING
========================= */
.menu-popup {
  display: none;
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(10px);
  justify-content: center; align-items: center;
  z-index: 9999;
}
.popup-content {
  width: 90%; max-width: 750px;
  background: linear-gradient(135deg, #fffdf9, #fef8ee);
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.4);
  overflow: hidden;
  animation: fadeInPopup .4s ease;
  position: relative;
}
@keyframes fadeInPopup { from{transform:scale(.9);opacity:0;} to{transform:scale(1);opacity:1;} }
.close-popup {
  position: absolute; top: 10px; right: 15px;
  font-size: 28px;
  color: #c7a354;
  background: #fff;
  width: 35px; height: 35px; border-radius: 50%;
  text-align: center; line-height: 35px;
  cursor: pointer;
  transition: all .3s;
}
.close-popup:hover { background: #c7a354; color: #fff; }

/* 🔸 Header Info */
.popup-header {
  text-align: center;
  padding: 20px 10px 10px;
}
.popup-header h3 {
  font-family: 'El Messiri', sans-serif;
  color: #222;
  font-size: 1.6rem;
}
.popup-price {
  color: #c7a354;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
}

/* 🔸 Swiper */
.popupSwiper {
  width: 100%;
  height: 420px;
}
.popupSwiper .swiper-slide img {
  width: 100%; height: 100%; object-fit: cover;
  border-bottom: 1px solid #f2e3c5;
}
.swiper-button-next, .swiper-button-prev {
  color: #c7a354 !important;
}

/* 🔸 Form */
.popup-form {
  padding: 25px 35px 35px;
  background: #fff;
  text-align: center;
}
.popup-form input {
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 15px;
  transition: border-color .3s;
}
.popup-form input:focus {
  border-color: #c7a354;
  outline: none;
}
.popup-btn {
  background: linear-gradient(135deg, #c7a354, #b6913f);
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-family: 'El Messiri', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  transition: transform .2s, box-shadow .3s;
}
.popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(199,163,84,0.4);
}

/* 🔸 Responsive */
@media (max-width: 600px){
  .popupSwiper { height: 300px; }
  .popup-header h3 { font-size: 1.3rem; }
}


.menu-category-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.menu-category-header .overlay {
  position: absolute;
  top:0;left:0;width:100%;height:100%;
  background: rgba(0,0,0,0.45);
}
.menu-category-header .container {
  position: relative;
  text-align: center;
  z-index: 2;
}
.menu-category-header .category-title {
  font-size: 48px;
  font-weight: 800;
  font-family: 'Tajawal', sans-serif;
  margin-bottom: 10px;
}
.menu-category-header .category-desc {
  font-size: 20px;
  color: #f0f0f0;
}

.menu-items-grid {
  padding: 70px 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.menu-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  transition: 0.3s;
}
.menu-card:hover {
  transform: translateY(-6px);
}
.menu-thumb {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
}
.menu-info {
  padding: 20px;
  text-align: center;
}
.menu-title {
  font-family: 'Cairo', sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  color: #222;
}
.menu-price {
  font-size: 18px;
  color: #cfae5f;
  font-weight: 700;
}




/* HERO */
.shots-hero-luxury {
  position: relative;
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.shots-hero-luxury .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.shots-hero-luxury .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.shots-hero-luxury h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 10px;
}
.shots-hero-luxury p {
  font-size: 20px;
  color: #f9e9b4;
}

/* FORM SECTION */
.shots-reserve-luxury {
  min-height: calc(100vh - 60vh);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  
  background-size: cover;
  background-position: center;
}
.form-box {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 60px 80px;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 50px rgba(0,0,0,0.08);
  animation: fadeUp 1s ease forwards;
}
.form-box h2 {
  font-size: 38px;
  color: #c9a33a;
  margin-bottom: 10px;
}
.form-box .desc {
  color: #777;
  margin-bottom: 40px;
  font-size: 17px;
}

/* GRID FORM */
.reserve-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    direction: ltr;
    justify-items: stretch;
}
.form-group {
  position: relative;
  text-align: right;
  direction: rtl;
}
.form-group .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #c9a33a;
}
.reserve-form-grid input,
.reserve-form-grid select {
  width: 100%;
  padding: 15px 45px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
  text-align: right;
}
.reserve-form-grid input:focus,
.reserve-form-grid select:focus {
  border-color: #c9a33a;
  box-shadow: 0 0 10px rgba(201,155,46,0.15);
  outline: none;
}
.form-btn {
  grid-column: 1 / -1;
  text-align: center;
}
.btn-gold {
  background: linear-gradient(135deg, #f3ce60, #c99b2e);
  color: #000;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  padding: 15px 60px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-gold:hover {
  transform: scale(1.03);
  box-shadow: 0 0 30px rgba(201,155,46,0.4);
}
#reserveMsg {
  margin-top: 20px;
  font-weight: 600;
}

/* MODAL */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background: #fff;
  border-radius: 25px;
  padding: 50px 60px;
  text-align: center;
  animation: fadeUp 0.6s ease;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.modal-content h3 {
  color: #c9a33a;
  margin-bottom: 10px;
  font-size: 28px;
}
.modal-content p {
  color: #666;
  margin-bottom: 25px;
  font-size: 17px;
}
.check-icon {
  font-size: 60px;
  color: #c9a33a;
  margin-bottom: 15px;
  animation: pop 0.5s ease;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes pop {
  0% {transform: scale(0);}
  80% {transform: scale(1.1);}
  100% {transform: scale(1);}
}

/* RESPONSIVE */
@media(max-width:768px){
  .form-box {padding: 40px 25px;}
  .modal-content {padding: 40px 25px;}
}

button.btn-gold {
    color: #000000;
    border-color: #cea134;
}



/* SECTION BACKGROUND */
.shots-menu-apple {
  background: #f1e9da;
  padding: 70px 0;
}

/* TITLES */
.menu-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.menu-desc {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
  color: #6b5a45;
  font-size: 18px;
}

/* MAIN GRID */
.menu-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  position: relative;
}

/* DIVIDER */
.menu-container::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 2px;
  background: rgba(0,0,0,0.15);
  transform: translateX(-50%);
}

/* COLUMN */
.menu-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* ITEM (Transparent Card) */
.menu-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  direction: rtl;
  padding: 15px 5px;
  border-radius: 20px;
  position: relative;
}

/* PRICE LEFT */
.price {
  color: #c8a15a;
  font-weight: 700;
  font-size: 18px;
  order: 3;
  direction: ltr;
  text-align: left;
  :
  relative; */
;
  padding-left: 20px;
}

/* TITLE + EXCERPT */
.box-mid {
  order: 2;
  text-align: right;
}

.box-mid h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.excerpt {
  margin-top: 6px;
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1.6;
}

/* GOLD LINE */
.divider {
  width: 90px;
  height: 2px;
  background: #d4af37;
  margin: 5px 0;
}

/* FLOATING IMAGE (Bigger + outside feel) */
/* الصورة زي الشكل القديم – حجم معقول وجوا فريم حلو */
.float-img {
  order: 1;
  width: 130px;
  height: 110px;
  border-radius: 14px;
  /* border: 2px solid #d4af37; */
  object-fit: cover;
  /* box-shadow: 0 6px 18px rgba(0,0,0,0.12); */
  transform: none; /* مهم علشان متطلعش برا الكارت */
}
.swiper-slide {
    padding-top: 20px;
}

/* PAGINATION DOTS */
.swiper-pagination-bullet {
  background: #c8a15a !important;
  opacity: .3;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

/* MOBILE */
@media(max-width:900px) {
  .menu-container {
    grid-template-columns: 1fr;
  }
  .menu-container::after {
    display: none;
  }
  .float-img {
    width: 90px;
    height: 90px;
  }
}


.menu-tabs {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

.menu-tab {
  padding: 10px 25px;
  background: none;
  border: 2px solid #c7a354;
  border-radius: 30px;
  color: #c7a354;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.menu-tab.active {
  background: #c7a354;
  color: #fff;
}

.cat-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 35px;
  color: #c7a354;
}

