/* Font Face Declarations */
@font-face {
  font-family: AktivGroteskVF;
  src: url('/assets/_next/static/media/AktivGroteskVF_W_Arabic_Wght-5a142e6606b19016387af50b4fd237d6.woff2') format('woff2');
  font-weight: 100 900;
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02BC, U+02C6-02C7, U+02C9, U+02CB, U+02D8-02DD, U+0300-0304, U+0306-030C, U+0312, U+0315, U+0323, U+0326-0328, U+060C, U+0615, U+061B, U+061F, U+0621-063A, U+0640-0656, U+0658, U+0660-0671, U+0679, U+067E, U+0686, U+0688, U+0691, U+0698, U+06A1, U+06A4-06A5, U+06A8-06A9, U+06AF, U+06BA, U+06BE, U+06C0-06C3, U+06CC, U+06D2-06D5, U+06F0-06F9, U+0763, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+202A-202E, U+2030, U+2032-2033, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+2113, U+2122, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+25CC, U+274A, U+FB00-FB04, U+FB50-FB51, U+FB56-FB59, U+FB66-FB6D, U+FB7A-FB7D, U+FB88-FB95, U+FB9E-FB9F, U+FBA4-FBB1, U+FBE8-FBE9, U+FBFC-FBFF, U+FC5E-FC63, U+FDF2, U+FE80-FEFC, U+FEFF, U+FFFD;
  font-style: normal;
  font-display: block;
}

/* Cairo font is now loaded via Google Fonts import above */

@font-face {
  font-family: PlayfairDisplay;
  src: url('/assets/_next/static/media/PlayfairDisplay-VariableFont_wght-7c3f0ae441a251fe4d097d36f11ca0cf.woff2') format('woff2');
  font-weight: 400 900;
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00B4, U+00B6-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01B7, U+01CD-01CE, U+01D3-01D4, U+01E4-01E9, U+01EE-01EF, U+01F4-01F5, U+01FE-01FF, U+0218-021B, U+021E-021F, U+0237, U+0259, U+0292, U+02BB-02BC, U+02C6-02C7, U+02D8-02DD, U+0300-0304, U+0306-030C, U+0323, U+0326-0328, U+0335, U+0337-0338, U+0394, U+03A9, U+03BC, U+03C0, U+0400-045F, U+0462-0463, U+046A-046B, U+0490-0493, U+0496-0497, U+049A-049B, U+04A2-04A3, U+04AE-04B1, U+04BA-04BB, U+04C9-04CA, U+04D8-04D9, U+04E8-04E9, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2009, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2032-2033, U+2039-203A, U+2044, U+2052, U+20AC, U+20B9, U+2105, U+2116, U+2122, U+212A-212B, U+2153-2154, U+2190-2194, U+2196-2199, U+2202, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25A0-25A1, U+25CA, U+FB01-FB02;
  font-style: normal;
  font-display: block;
}

/* Cairo Font for Arabic Text */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* Override AdminLTE CSS Variables for Purple Theme */
:root,
[data-bs-theme=light] {
  --bs-primary: #4a1a5c !important;
  --bs-primary-rgb: 74, 26, 92 !important;
  --bs-indigo: #4a1a5c !important;
  --bs-purple: #6b2c7a !important;
  --bs-primary-text-emphasis: #4a1a5c !important;
  --bs-primary-bg-subtle: rgba(74, 26, 92, 0.1) !important;
  --bs-primary-border-subtle: rgba(74, 26, 92, 0.3) !important;
}

/* Basic Reset and Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: AktivGroteskVF, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  direction: rtl;
  text-align: right;
}

/* View Transitions */
::view-transition-new(dialog-r0) {
  animation: 0.2s ease both dialog-appear;
}

::view-transition-old(dialog-r0) {
  animation: 0.2s ease both dialog-disappear;
}

::view-transition-new(popover-r28) {
  animation: 0.2s ease both popover-appear;
}

::view-transition-old(popover-r28) {
  animation: 0.2s ease both popover-disappear;
}

@keyframes dialog-appear {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dialog-disappear {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes popover-appear {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popover-disappear {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Utility Classes */
.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Layout and Structure */
.main-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header Styles */
.header-section {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: auto;
}

.logo-section {
  display: flex;
  align-items: center;
  height: auto;
  padding: 0;
}

.logo-text {
  font-size: 2rem;
  font-weight: bold;
  color: #ee0000;
  font-family: "Cairo", sans-serif;
}

.logo-image {
  height: 80px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  margin: 0;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-link {
  text-decoration: none;
  color: #4a1a5c;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #6b2c7a;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Owner Dashboard Access */
.owner-access {
  margin-left: 1rem;
  order: 4;
}

.owner-btn {
  background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
  color: #333 !important;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
  border: 2px solid transparent;
  white-space: nowrap;
}

.owner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
  background: linear-gradient(135deg, #ffed4e 0%, #ffb347 100%);
  color: #333 !important;
}

.owner-btn:active {
  transform: translateY(0);
}

/* Admin Dashboard Access */
.admin-access {
  margin-left: 1rem;
  order: 3;
}

.admin-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  border: 2px solid transparent;
  white-space: nowrap;
}

.admin-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: white !important;
}

.admin-btn:active {
  transform: translateY(0);
}

/* Language Switcher */
.language-switcher {
  margin-right: 1rem;
  order: -1;
}

.language-toggle {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 80px;
  justify-content: center;
  font-size: 0.8rem;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.language-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.5);
  background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
  color: white;
}

.current-lang {
  font-size: 0.9rem;
  font-weight: 600;
}

.toggle-arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

/* Print Button */
.print-button {
  margin-right: 1rem;
}

.print-btn {
  background: #f8f9fa;
  border: 2px solid #e5e7eb;
  color: #6b7280;
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.print-btn:hover {
  background: #b8860b;
  color: white;
  border-color: #b8860b;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

/* Supplier Login Link */
.supplier-login {
  margin-right: 1rem;
}

.supplier-link {
  color: #4a1a5c;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border: 2px solid #4a1a5c;
  border-radius: 25px;
  transition: all 0.3s ease;
  display: inline-block;
}

.supplier-link:hover {
  background: #4a1a5c;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 26, 92, 0.3);
  text-decoration: none;
}

.language-toggle:hover .toggle-arrow {
  transform: rotate(180deg);
}

/* Button Styles */
.cta-button {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.cta-button.primary {
  background: linear-gradient(135deg, #8e7cc3 0%, #6b2c7a 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(142, 124, 195, 0.3);
}

.cta-button.primary:hover {
  background: linear-gradient(135deg, #7c6bb8 0%, #5a2568 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(142, 124, 195, 0.4);
}

.cta-button.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  backdrop-filter: blur(10px);
}

.cta-button.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: #ff6b6b;
}

.cta-button.large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #f5f0fa 0%, #e8d8f8 100%);
  padding: 4rem 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: visible;
}

/* Search form styles moved to search-form.css */

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 2.1875rem;
  font-weight: bold;
  color: #4a1a5c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-family: "Cairo", sans-serif;
}

.hero-description {
  font-size: 1.2rem;
  color: #4a1a5c;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

/* Hero image styles removed - no image needed */

/* Services Section */
.services-section {
  padding: 4rem 0;
  background: white;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #4a1a5c;
  margin-bottom: 3rem;
  font-family: "Cairo", sans-serif;
}

/* English language title alignment */
[lang="en"] .section-title {
  text-align: left;
}

/* Arabic language title alignment - right aligned */
[lang="ar"] .section-title {
  text-align: right;
}

/* RTL support for Arabic sections */
[lang="ar"] .salon-section,
[lang="ar"] .services-section,
[lang="ar"] .about-section,
[lang="ar"] .contact-section {
  direction: rtl;
  text-align: right;
}

[lang="ar"] .salon-grid,
[lang="ar"] .services-grid {
  direction: rtl;
}

[lang="ar"] .salon-card,
[lang="ar"] .service-card {
  text-align: right;
}

[lang="ar"] .salon-info,
[lang="ar"] .service-description {
  text-align: right;
}

[lang="ar"] .salon-rating {
  justify-content: flex-start;
}

[lang="ar"] .feature-item {
  flex-direction: row-reverse;
}

[lang="ar"] .feature-card {
  flex-direction: row-reverse;
}

[lang="en"] .feature-card {
  flex-direction: row;
}

[lang="ar"] .contact-content {
  direction: rtl;
}

[lang="ar"] .footer-content {
  direction: rtl;
}

[lang="ar"] .footer-links {
  direction: rtl;
}

/* LTR support for English sections */
[lang="en"] .salon-section,
[lang="en"] .services-section,
[lang="en"] .about-section,
[lang="en"] .contact-section {
  direction: ltr;
  text-align: left;
}

[lang="en"] .salon-grid,
[lang="en"] .services-grid {
  direction: ltr;
}

[lang="en"] .salon-card,
[lang="en"] .service-card {
  text-align: left;
}

[lang="en"] .salon-info,
[lang="en"] .service-description {
  text-align: left;
}

[lang="en"] .salon-rating {
  justify-content: flex-start;
}

[lang="en"] .feature-item {
  flex-direction: row;
}

[lang="en"] .contact-content {
  direction: ltr;
}

[lang="en"] .footer-content {
  direction: ltr;
}

[lang="en"] .footer-links {
  direction: ltr;
}

/* RTL support for hero section */
[lang="ar"] .hero-section {
  direction: rtl;
  text-align: right;
}

[lang="ar"] .hero-content {
  text-align: right;
}

[lang="ar"] .hero-title {
  text-align: right;
}

[lang="ar"] .hero-description {
  text-align: right;
}

[lang="ar"] .appointments-stats {
  text-align: center;
}

[lang="ar"] .install-app-section {
  text-align: center;
}

/* RTL support for navigation */
[lang="ar"] .main-navigation ul {
  direction: rtl;
}

[lang="ar"] .header-actions {
  direction: rtl;
}

/* RTL support for forms */
[lang="ar"] .contact-form {
  direction: rtl;
}

[lang="ar"] .form-group {
  text-align: right;
}

[lang="ar"] .form-group label {
  text-align: right;
}

/* LTR support for hero section in English */
[lang="en"] .hero-section {
  direction: ltr;
  text-align: left;
}

[lang="en"] .hero-content {
  text-align: left;
}

[lang="en"] .hero-title {
  text-align: left;
}

[lang="en"] .hero-description {
  text-align: left;
}

[lang="en"] .appointments-stats {
  text-align: center;
}

[lang="en"] .install-app-section {
  text-align: center;
}

/* LTR support for navigation in English */
[lang="en"] .main-navigation ul {
  direction: ltr;
}

[lang="en"] .header-actions {
  direction: ltr;
}

/* LTR support for forms in English */
[lang="en"] .contact-form {
  direction: ltr;
}

[lang="en"] .form-group {
  text-align: left;
}

[lang="en"] .form-group label {
  text-align: left;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-icon {
  margin-bottom: 1.5rem;
}

.icon-placeholder {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.service-description {
  color: #666;
  line-height: 1.6;
}

/* About Section */
.about-section {
  padding: 4rem 0;
  background: white;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-icon {
  background: #b8860b;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.feature-content h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.feature-content p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* Contact Section */
.contact-section {
  padding: 4rem 0;
  background: white;
}


.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}

.contact-info h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
}

.contact-info p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-form {
  background: #f7f2eb;
  padding: 2rem;
  border-radius: 15px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #b8860b;
}

/* Footer */
.footer-section {
  background: linear-gradient(135deg, #4a1a5c 0%, #6b2c7a 100%);
  color: white;
  padding: 3rem 0 1rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.footer-logo-text {
  font-size: 2rem;
  font-weight: bold;
  color: #b8860b;
  font-family: "Cairo", sans-serif;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-column h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #b8860b;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: white;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #b8860b;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #555;
  color: #999;
}

/* Dialog Styles */
.PartScreenDialog_dialog__YxUDx {
  border: none;
  border-radius: 15px;
  padding: 0;
  max-width: 500px;
  width: 90%;
}

.PartScreenDialog_self__V49vA {
  background: white;
  border-radius: 15px;
  overflow: hidden;
}

.DialogHeader_self__153un {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.DialogHeader_self__title__xUEK0 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.DialogContent_self__1QqJY {
  padding: 1.5rem;
}

/* Print Styles */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  
  body {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12pt !important;
    line-height: 1.4 !important;
    color: black !important;
    background: white !important;
  }
  
  .header-section {
    position: static !important;
    box-shadow: none !important;
    background: white !important;
    border-bottom: 1px solid #ccc !important;
  }
  
  .print-btn,
  .supplier-link,
  .language-toggle {
    display: none !important;
  }
  
  .hero-section {
    background: white !important;
    color: black !important;
    padding: 2rem 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: auto !important;
    page-break-inside: avoid !important;
  }
  
  .hero-container {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .hero-title,
  .hero-description {
    color: black !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .hero-title {
    font-size: 24pt !important;
    margin-bottom: 1rem !important;
  }
  
  .hero-description {
    font-size: 14pt !important;
    margin-bottom: 2rem !important;
  }
  
  .salon-grid,
  .services-grid,
  .features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
  }
  
  .salon-card,
  .service-card,
  .feature-card {
    break-inside: avoid;
    page-break-inside: avoid;
    border: 1px solid #ddd !important;
    padding: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .salon-section,
  .services-section,
  .about-section,
  .contact-section {
    break-inside: avoid;
    page-break-inside: avoid;
    padding: 2rem 0 !important;
    background: white !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: black !important;
    page-break-after: avoid;
  }
  
  .footer-section {
    break-inside: avoid;
    background: white !important;
  }
  
  .container,
  .salon-container,
  .services-container,
  .about-container,
  .contact-container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 1rem !important;
  }
  
  .horizontal-search-container {
    display: block !important;
    margin: 2rem 0 !important;
    page-break-inside: avoid !important;
  }
  
  .horizontal-search-form {
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 1rem !important;
  }
  
  .search-bar {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  
  .search-dropdowns {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  
  .dropdown-container {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 0.5rem !important;
  }
  
  .dropdown-button {
    background: white !important;
    border: none !important;
    padding: 0.5rem !important;
    text-align: left !important;
  }
  
  .dropdown-title {
    font-weight: bold !important;
    color: black !important;
    font-size: 10pt !important;
  }
  
  .dropdown-value {
    color: black !important;
    font-size: 12pt !important;
  }
  
  .search-submit-button {
    background: #b8860b !important;
    color: white !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 4px !important;
    font-size: 12pt !important;
    margin-top: 1rem !important;
  }
  
  .appointments-stats,
  .install-app-section {
    display: none !important;
  }
  
  /* Ensure all content is visible in print */
  .main-content {
    display: block !important;
  }
  
  /* Force visibility for all sections */
  section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Ensure text is visible */
  p, span, div, h1, h2, h3, h4, h5, h6 {
    color: black !important;
    background: transparent !important;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  
  .header-container {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  
  .main-navigation ul {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .hero-container {
    text-align: center;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
  
  .contact-content {
    grid-template-columns: 1fr;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 18px;
  }
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 2px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Language Toggle Responsive Styles */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
  
  .main-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1000;
    transition: left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .main-navigation.active {
    left: 0;
  }
  
  .nav-list {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .nav-link {
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .language-toggle {
    min-width: 100px;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}

/* Map Icon Styles */
.map-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 4px;
}

/* Appointments Stats Styles */
.appointments-stats {
  text-align: center;
  margin: 2rem 0;
  padding: 1rem;
}

.stats-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #b8860b;
  margin: 0;
}

/* Install App Section Styles */
.install-app-section {
  text-align: center;
  margin: 2rem 0;
}

.install-app-button {
  background: #4a1a5c;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.install-app-button:hover {
  background: #6b2c7a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 26, 92, 0.3);
}

.qr-icon {
  font-size: 1.2rem;
}

.install-text {
  font-size: 0.9rem;
}

/* QR Modal Styles */
.qr-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.qr-modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 0;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.qr-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.qr-modal-header h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

.qr-close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.qr-close:hover {
  background: #f0f0f0;
  color: #333;
}

.qr-code-container {
  padding: 2rem;
  text-align: center;
}

.qr-code-placeholder {
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1rem;
}

.qr-code {
  font-size: 1.5rem;
  font-weight: bold;
  color: #666;
  margin-bottom: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.qr-code-container p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* Salon Sections Styles */
.salon-section {
  padding: 3rem 0;
  background: white;
}

.salon-section:nth-child(even) {
  background: white;
}

.salon-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.salon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.salon-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.salon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.salon-image {
  height: 200px;
  background: linear-gradient(135deg, #b8860b, #d4af37);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.image-placeholder {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.salon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.salon-info {
  padding: 1.5rem;
}

.salon-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}

.salon-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.stars {
  font-size: 1rem;
}

.rating-text {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
}

.salon-location {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.salon-category {
  font-size: 0.85rem;
  color: #b8860b;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive Design for Salon Sections */
@media (max-width: 768px) {
  .salon-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
  }
  
  .salon-card {
    margin-bottom: 1rem;
  }
  
  .salon-image {
    height: 150px;
  }
  
  .salon-info {
    padding: 1rem;
  }
  
  .salon-name {
    font-size: 1.1rem;
  }
  
  .qr-modal-content {
    margin: 20% auto;
    width: 95%;
  }
  
  .appointments-stats {
    margin: 1rem 0;
    padding: 0.75rem;
  }
  
  .stats-text {
    font-size: 1rem;
  }
}

/* CRITICAL: Force Cairo font for all home page elements - highest priority */
* {
  font-family: "Cairo", sans-serif !important;
}

/* Booking Modal Styles */
.booking-modal {
  z-index: 9999 !important;
}

.booking-modal-content {
  z-index: 10000 !important;
  position: relative !important;
}

/* Ensure modal doesn't interfere with form elements */
.booking-modal input,
.booking-modal select,
.booking-modal textarea,
.booking-modal button {
  z-index: 10001 !important;
  position: relative !important;
}

/* Fix modal backdrop */
.booking-modal::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  backdrop-filter: blur(5px);
}

/* Ensure modal content is above everything */
.booking-modal-content {
  background: white !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden !important;
}

/* Override any other font declarations */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, button, input, textarea, select {
  font-family: "Cairo", sans-serif !important;
}

/* Force Cairo font for all home page sections */
.hero-section, .hero-title, .hero-description, .hero-actions,
.services-section, .services-title, .services-subtitle, .service-title, .service-description,
.about-section, .about-title, .about-description,
.contact-section, .contact-title, .contact-description,
.footer-section, .footer-text, .footer-link,
.section-title, .section-subtitle, .section-description,
.nav-link, .nav-item, .navbar-brand, .logo-text,
.search-form, .search-input, .search-button,
.btn, .button, .form-control, .form-label,
.card, .card-header, .card-body, .card-title, .card-text {
  font-family: "Cairo", sans-serif !important;
}
