@font-face {
    font-family: 'Literata';
    src: url("../fonts/Literata-Regular.618ebf4b50ba.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Alice';
    src: url("../fonts/Alice-Regular.bae1e519cfc9.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  body {
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: 1.6;
    background-color: #2B2B2B;
  }
  
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Navbar Styles */
  .custom-navbar {
    background-color: #2B2B2B !important;
  }
  
  .navbar-left {
    flex: 1;
  }
  
  .navbar-right {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
  
  .social-links {
    display: flex;
    align-items: center;
  }
  
  .social-link {
    color: #D5B46C !important;
    font-size: 1.2rem;
    transition: all 0.3s ease;
  }
  
  .social-link:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
  }
  
  .book-now-btn {
    background-color: #D5B46C !important;
    color: #2B2B2B !important;
    border: none !important;
    padding: 0.5rem 1rem !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
    border-radius: 0.375rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
  }
  
  .book-now-btn:hover {
    background-color: #ffffff !important;
    color: #2B2B2B !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(213, 180, 108, 0.3) !important;
  }
  
  .nav-item {
    color: #D5B46C !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .nav-item:hover {
    color: #D5B46C !important;
  }
  
  .nav-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: #D5B46C;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  
  .nav-item:hover::after {
    width: 100%;
  }
  
  .dropdown-toggle::after {
    color: #D5B46C;
    margin-left: 0.5rem;
  }
  
  .dropdown-menu {
    display: none;
  }
  
  .dropdown:hover .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
    margin-top: 0;
  }
  
  .custom-dropdown {
    background-color: #2B2B2B !important;
    border: 1px solid #D5B46C !important;
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    margin-top: 0.2rem !important;
    min-width: 200px;
    z-index: 1070 !important;
  }
  
  .dropdown-menu.show {
    z-index: 1070 !important;
  }

  .custom-dropdown .dropdown-item {
    color: #D5B46C !important;
    background-color: transparent !important;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(213, 180, 108, 0.1);
    font-size: 0.95rem;
  }
  
  .custom-dropdown .dropdown-item:last-child {
    border-bottom: none;
  }
  
  .custom-dropdown .dropdown-item:hover,
  .custom-dropdown .dropdown-item:focus {
    background-color: #D5B46C !important;
    color: #2B2B2B !important;
  }
  
  .logo-container {
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  .navbar-logo {
    height: 100%;
    max-height: 50px;
    width: auto;
  }
  
  .navbar-toggler {
    border: 1px solid #D5B46C;
    color: #D5B46C;
  }
  
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(213, 180, 108, 0.25);
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23D5B46C' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  /* Mobile Offcanvas */
  .offcanvas {
    background-color: #2B2B2B;
    width: 280px !important;
  }
  
  .offcanvas-header {
    border-bottom: 1px solid rgba(213, 180, 108, 0.3);
    padding: 1.5rem;
  }
  
  .mobile-logo {
    height: 40px;
    max-height: 40px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
  }
  
  .btn-close {
    filter: invert(1);
    opacity: 0.8;
  }
  
  .btn-close:hover {
    opacity: 1;
  }
  
  .offcanvas-body {
    padding: 2rem 1.5rem;
  }
  
  .mobile-nav {
    margin-bottom: 3rem;
  }
  
  .mobile-nav-item {
    display: block;
    color: #D5B46C;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(213, 180, 108, 0.2);
    transition: all 0.3s ease;
  }
  
  .mobile-nav-item:hover {
    color: #ffffff;
    padding-left: 1rem;
  }
  
  .mobile-services-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(213, 180, 108, 0.3);
  }
  
  .mobile-service-item {
    font-size: 0.95rem !important;
    padding: 0.6rem 0 0.6rem 1.5rem !important;
    border-bottom: none !important;
    color: rgba(213, 180, 108, 0.8) !important;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
  }
  
  .mobile-service-item:hover {
    color: #ffffff !important;
    padding-left: 2rem !important;
    border-left-color: #D5B46C;
    background-color: rgba(213, 180, 108, 0.1);
  }
  
  .mobile-social-title {
    color: #D5B46C;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .mobile-social-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-social-link {
    display: flex;
    align-items: center;
    color: #D5B46C;
    text-decoration: none;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
  }
  
  .mobile-social-link i {
    font-size: 1.2rem;
    margin-right: 1rem;
    width: 20px;
  }
  
  .mobile-social-link:hover {
    color: #ffffff;
    padding-left: 0.5rem;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .hero-home {
    background-image: linear-gradient(rgba(43, 43, 43, 0.4), rgba(43, 43, 43, 0.4)), 
    url("../images/salon1.14436cce2a22.webp");
  }
  
  .hero-services {
    background-image: linear-gradient(rgba(43, 43, 43, 0.4), rgba(43, 43, 43, 0.4)), 
    url("../images/salon2.6a0f321c2b60.webp");
  }
  
  .hero-content {
    color: #ffffff;
    z-index: 2;
  }
  
  .salon-name {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
    color: #ffffff !important;
  }
  
  .salon-tagline {
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    color: #ffffff !important;
    letter-spacing: 1px;
    font-size: 1.5rem;
  }
  
  /* Hero Book Button */
  .hero-cta-container {
    margin-top: 2rem;
    animation: fadeInUp 0.8s ease-out 0.5s both;
  }
  
  .hero-book-btn {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(213, 180, 108, 0.4);
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .hero-book-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    transition: left 0.5s ease;
    z-index: -1;
  }
  
  .hero-book-btn:hover::before {
    left: 0;
  }
  
  .hero-book-btn:hover {
    color: #2B2B2B;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(213, 180, 108, 0.6);
    text-decoration: none;
  }
  
  .hero-book-btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  
  .hero-book-btn:hover i {
    transform: scale(1.1);
  }
  
  /* Home Services Section */
  .services-section {
    background-color: #2B2B2B;
  }
  
  .section-slogan {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-weight: 600;
    font-size: 2.5rem !important;
  }
  
  .section-description {
    color: #D5B46C;
    opacity: 0.7;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  
  .service-item {
    display: block;
    transition: transform 0.3s ease;
  }
  
  .service-item:hover {
    transform: translateY(-5px);
  }
  
  .service-image-container {
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .service-image {
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .service-item:hover .service-image {
    transform: scale(1.05);
    
  }
  
  .service-overlay {
    background: linear-gradient(transparent, rgba(43, 43, 43, 0.8));
    color: #ffffff;
    bottom: 0.75rem !important;
    left: 0.75rem;
    right: 0.75rem;
    width: auto !important;
    border-radius: 0.5rem;
    text-align: center;
  }
  
  .service-info {
    background-color: rgba(43, 43, 43, 0.9);
    backdrop-filter: blur(5px);
    text-align: center;
  }
  
  .service-icon {
    font-size: 1.2rem;
    color: #D5B46C;
  }
  
  /* Location & Hours Section */
  .location-section {
    background-color: #D5B46C;
  }
  
  .map-container {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(43, 43, 43, 0.2);
  }
  
  .google-map {
    height: 420px;
    border: 0;
    filter: grayscale(30%) brightness(0.9);
    transition: filter 0.3s ease;
  }
  
  .google-map:hover {
    filter: grayscale(0%) brightness(1);
  }
  
  .info-card {
    background-color: #2B2B2B;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(43, 43, 43, 0.3);
  }
  
  .info-header {
    border-bottom: 1px solid #D5B46C;
    padding-bottom: 1rem;
    text-align: center;
  }
  
  .info-icon {
    font-size: 1.5rem;
    color: #D5B46C;
    border-radius: 50%;
  }
  
  .info-title {
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.25rem;
  }
  
  .address-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1rem;
    margin-left: 1rem;
    font-weight: 400;
  }
  
  .hours-list {
    margin-top: 1rem;
  }
  
  .hours-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(213, 180, 108, 0.3);
    transition: all 0.3s ease;
  }
  
  .hours-item:last-child {
    border-bottom: none;
  }
  
  .hours-item:hover {
    background-color: rgba(213, 180, 108, 0.1);
    border-radius: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .day {
    font-weight: 500;
    color: #ffffff;
    font-size: 1rem;
  }
  
  .time {
    color: #D5B46C;
    font-weight: 600;
    font-size: 1rem;
  }
  
  .time.closed {
    color: #ff6b6b;
    font-style: italic;
    font-weight: 500;
  }
  
  /* Footer Styles */
  .custom-footer {
    background-color: #2B2B2B;
    color: #D5B46C;
    margin-top: auto;
    animation: fadeInUp 0.6s ease-out;
  }
  
  .footer-main {
    position: relative;
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  
  .footer-bg-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.08;
    pointer-events: none;
  }
  
  .bg-logo-img {
    width: 300px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(1007%) hue-rotate(11deg) brightness(96%) contrast(89%);
  }
  
  .footer-logo {
    position: relative;
    z-index: 2;
  }
  
  .footer-logo-img {
    height: 60px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(1007%) hue-rotate(11deg) brightness(96%) contrast(89%);
    transition: transform 0.3s ease;
  }
  
  .footer-logo-img:hover {
    transform: scale(1.1);
  }
  
  .footer-salon-name {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    font-weight: 600;
    color: #D5B46C;
    font-size: 1.75rem;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  
  .footer-nav {
    position: relative;
    z-index: 2;
  }
  
  .footer-link {
    color: #D5B46C;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    white-space: nowrap;
  }
  
  .footer-link:hover {
    color: #2B2B2B;
    background-color: #D5B46C;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(213, 180, 108, 0.3);
  }
  
  .footer-link i {
    font-size: 0.9rem;
    opacity: 0.8;
  }
  
  .footer-bottom {
    border-top: 1px solid rgba(213, 180, 108, 0.2);
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .copyright-text {
    color: rgba(213, 180, 108, 0.8);
    font-size: 0.95rem;
    font-weight: 400;
  }
  
  .copyright-text i {
    color: #D5B46C;
  }
  
  .footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  
  .social-label {
    color: rgba(213, 180, 108, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
  }
  
  .footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(213, 180, 108, 0.1);
    color: #D5B46C;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(213, 180, 108, 0.2);
  }
  
  .footer-social-link:hover {
    background-color: #D5B46C;
    color: #2B2B2B;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 15px rgba(213, 180, 108, 0.4);
  }
  
  .developer-link,
  .developer-link:hover,
  .developer-link:focus {
    color: #D5B46C;
  }
  
  /* Services Mega Menu */
  .services-mega-section {
    background-color: #2B2B2B;
    min-height: 60vh;
  }
  
  .category-block {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(213, 180, 108, 0.1);
  }
  
  .category-block:last-child {
    border-bottom: none;
  }
  
  .category-block-header {
    margin-bottom: 2.5rem;
  }
  
  .category-block-title {
    color: #D5B46C;
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }
  
  .category-block-divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D5B46C, transparent);
    border-radius: 2px;
  }
  
  /* Subcategory Filters */
  .subcategory-filter-container {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }
  
  .subcategory-filters {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    background-color: rgba(213, 180, 108, 0.05);
    padding: 0.75rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .subcategory-filter-btn {
    background-color: transparent;
    color: #D5B46C;
    border: none;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
  }
  
  .subcategory-filter-btn:hover {
    background-color: rgba(213, 180, 108, 0.15);
    transform: translateY(-1px);
  }
  
  .subcategory-filter-btn.active {
    background-color: #D5B46C;
    color: #2B2B2B;
    box-shadow: 0 4px 12px rgba(213, 180, 108, 0.3);
  }
  
  /* Services Grid */
  .services-grid {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Service Card */
  .service-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.04) 0%, rgba(213, 180, 108, 0.08) 100%);
    border-radius: 4px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  
  .service-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #D5B46C 0%, rgba(213, 180, 108, 0.5) 100%);
    transform: scaleY(0);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .service-card:hover {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.1) 0%, rgba(213, 180, 108, 0.15) 100%);
    transform: translateX(6px);
    box-shadow: 0 8px 30px rgba(213, 180, 108, 0.2);
  }
  
  .service-card:hover::before {
    transform: scaleY(1);
  }
  
  .service-card-content {
    flex: 1;
    min-width: 0;
  }
  
  .service-card-name {
    color: #D5B46C;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0.25rem 0 0.75rem 0;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    line-height: 1.3;
    letter-spacing: 0.3px;
  }
  
  .service-card-category {
    color: rgba(213, 180, 108, 0.6);
    font-size: 0.85rem;
    margin: 0 0 0.75rem 0;
    font-weight: 500;
    font-style: italic;
  }
  
  .service-card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  
  .meta-badge {
    color: rgba(213, 180, 108, 0.85);
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    padding: 0.25rem 0.65rem;
    background-color: rgba(213, 180, 108, 0.08);
    border-radius: 4px;
  }
  
  .meta-badge i {
    color: #D5B46C;
    font-size: 0.85rem;
  }
  
  .service-card:hover .meta-badge {
    color: #D5B46C;
    background-color: rgba(213, 180, 108, 0.15);
  }
  
  .price-badge {
    background: rgba(213, 180, 108, 0.18);
    font-weight: 700;
    color: #D5B46C;
  }
  
  .service-card:hover .price-badge {
    background: rgba(213, 180, 108, 0.28);
    transform: scale(1.05);
  }
  
  .service-card-action {
    flex-shrink: 0;
  }
  
  .btn-book {
    display: inline-block;
    background: #D5B46C;
    color: #2B2B2B;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
    font-size: 0.85rem;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(213, 180, 108, 0.25);
    position: relative;
    overflow: hidden;
  }
  
  .btn-book:hover {
    background: #ffffff;
    color: #2B2B2B;
    box-shadow: 0 8px 25px rgba(213, 180, 108, 0.4);
    text-decoration: none;
  }
  
  .btn-book:active {
    transform: translateY(-1px);
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
    .bg-logo-img {
      width: 250px;
    }
  
    .footer-main {
      padding: 3rem 0 2rem;
    }
  
    .category-block-title {
      font-size: 2rem;
    }
  
    .category-block {
      padding: 2.5rem 0;
    }
  }
  
  @media (max-width: 768px) {
    .book-now-btn {
      padding: 0.6rem 1.2rem !important;
      font-size: 0.8rem !important;
    }
  
    .hero-section {
      height: 50vh;
      min-height: 300px;
    }
  
    .salon-name {
      font-size: 3rem !important;
    }
  
    .salon-tagline {
      font-size: 1.25rem !important;
    }
  
    .hero-book-btn {
      padding: 1rem 2rem;
      font-size: 1rem;
    }
  
    .hero-cta-container {
      margin-top: 1.5rem;
    }
  
    .google-map {
      height: 300px;
    }
  
    .info-card {
      padding: 1.5rem;
      margin-bottom: 2rem;
    }
  
    .hours-item {
      flex-direction: column;
      text-align: center;
      padding: 1rem 0;
    }
  
    .hours-item .time {
      margin-top: 0.5rem;
    }
  
    .hours-item:hover {
      padding-left: 0;
      padding-right: 0;
    }
  
    .footer-main {
      padding: 2.5rem 0 1.5rem;
    }
  
    .footer-salon-name {
      font-size: 1.5rem;
    }
  
    .bg-logo-img {
      width: 200px;
    }
  
    .footer-link {
      padding: 0.6rem 0.8rem;
      font-size: 0.9rem;
      margin: 0.25rem;
      width: 100%;
      justify-content: center;
    }
  
    .footer-nav .row {
      row-gap: 0.5rem;
    }
  
    .footer-nav .col-auto {
      flex: 0 0 calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem);
    }
  
    .footer-social-links {
      justify-content: center;
      margin-top: 1rem;
    }
  
    .copyright-text {
      text-align: center !important;
      margin-bottom: 1rem;
    }
  
    .category-block-title {
      font-size: 1.75rem;
    }
  
    .category-block {
      padding: 2rem 0;
    }
  
    .subcategory-filters {
      flex-direction: column;
      align-items: stretch;
      border-radius: 16px;
      padding: 0.5rem;
      gap: 0.5rem;
    }
  
    .subcategory-filter-btn {
      width: 100%;
      text-align: center;
      padding: 0.75rem 1rem;
    }
  
    .service-card {
      padding: 1.25rem;
      gap: 1rem;
    }
  
    .service-card-name {
      font-size: 1.1rem;
    }
  
    .btn-book {
      padding: 0.7rem 1.75rem;
      font-size: 0.8rem;
    }
  }
  
  @media (max-width: 576px) {
    .salon-name {
      font-size: 2.5rem !important;
    }
  
    .salon-tagline {
      font-size: 1.1rem !important;
    }
  
    .hero-book-btn {
      padding: 0.875rem 1.75rem;
      font-size: 0.9rem;
      letter-spacing: 0.5px;
    }
  
    .hero-book-btn i {
      font-size: 1rem;
    }
  
    .section-slogan {
      font-size: 2rem !important;
    }
  
    .service-image {
      height: 200px;
    }
  
    .service-overlay {
      bottom: 0.5rem !important;
      left: 0.5rem;
      right: 0.5rem;
    }
  
    .footer-nav .row {
      gap: 0.75rem !important;
    }
  
    .footer-nav .col-auto {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .footer-link {
      padding: 0.75rem 1rem;
      font-size: 0.9rem;
      margin: 0;
      border-radius: 12px;
      width: 100%;
      justify-content: center;
    }
  
    .bg-logo-img {
      width: 150px;
    }
  
    .footer-logo-img {
      height: 50px;
    }
  
    .footer-salon-name {
      font-size: 1.3rem;
    }
  
    .category-block-title {
      font-size: 1.5rem;
    }
  
    .service-card {
      flex-direction: column;
      align-items: stretch;
      padding: 1.25rem;
      gap: 1.25rem;
    }
  
    .service-card:hover {
      transform: translateY(-3px);
    }
  
    .service-card-content {
      width: 100%;
    }
  
    .service-card-action {
      width: 100%;
    }
  
    .btn-book {
      width: 100%;
      text-align: center;
      padding: 0.9rem;
      font-size: 0.85rem;
    }
  
    .service-card-meta {
      gap: 0.5rem;
    }
  
    .meta-badge {
      font-size: 0.85rem;
    }
  }
  
  /* Animations */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* Booking Page Styles - Single Column Layout */

.booking-header-section {
    background-color: #2B2B2B;
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-top: 5rem;
  }
  
  .booking-header-content {
    color: #D5B46C;
  }
  
  .booking-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .booking-divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D5B46C, transparent);
    border-radius: 2px;
  }
  
  /* Booking Form Section */
  .booking-form-section {
    background-color: #2B2B2B;
    min-height: 60vh;
  }
  
  .booking-form {
    padding: 2rem 0;
  }
  
  .form-section {
    background-color: rgba(213, 180, 108, 0.03);
    padding: 1.5rem;
    border-radius: 4px;
    border: 1px solid rgba(213, 180, 108, 0.1);
    transition: all 0.3s ease;
  }
  
  .form-section-title {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(213, 180, 108, 0.2);
  }
  
  /* Service Detail Card */
  .service-detail-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.08) 0%, rgba(213, 180, 108, 0.04) 100%);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(213, 180, 108, 0.15);
  }
  
  .service-detail-name {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .service-detail-description {
    color: rgba(213, 180, 108, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  
  .service-detail-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .detail-badge {
    color: #D5B46C;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.4rem 0.9rem;
    background-color: rgba(213, 180, 108, 0.12);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
  }
  
  .detail-badge i {
    color: #D5B46C;
  }
  
  /* Form Inputs */
  .form-label {
    color: #D5B46C;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }
  
  .booking-input {
    background-color: rgba(213, 180, 108, 0.05);
    border: 1px solid rgba(213, 180, 108, 0.2);
    color: #D5B46C;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
  }
  
  .booking-input:focus {
    background-color: rgba(213, 180, 108, 0.08);
    border-color: #D5B46C;
    color: #D5B46C;
    box-shadow: 0 0 0 0.2rem rgba(213, 180, 108, 0.15);
    outline: none;
  }
  
  .booking-input:read-only {
    background-color: rgba(213, 180, 108, 0.02);
    cursor: not-allowed;
    opacity: 0.7;
  }
  
  .booking-textarea {
    background-color: rgba(213, 180, 108, 0.05);
    border: 1px solid rgba(213, 180, 108, 0.2);
    color: #D5B46C;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
    resize: vertical;
  }
  
  .booking-textarea:focus {
    background-color: rgba(213, 180, 108, 0.08);
    border-color: #D5B46C;
    color: #D5B46C;
    box-shadow: 0 0 0 0.2rem rgba(213, 180, 108, 0.15);
    outline: none;
  }
  
  .booking-textarea::placeholder {
    color: rgba(213, 180, 108, 0.5);
  }
  
  /* Horizontal Scrollable Calendar */
  .calendar-scroll-container {
    background-color: rgba(213, 180, 108, 0.03);
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(213, 180, 108, 0.1);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #D5B46C rgba(213, 180, 108, 0.1);
  }
  
  .calendar-scroll-container::-webkit-scrollbar {
    height: 8px;
  }
  
  .calendar-scroll-container::-webkit-scrollbar-track {
    background: rgba(213, 180, 108, 0.1);
    border-radius: 4px;
  }
  
  .calendar-scroll-container::-webkit-scrollbar-thumb {
    background: #D5B46C;
    border-radius: 4px;
  }
  
  .calendar-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #c4a55b;
  }
  
  .calendar-scroll-wrapper {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  
  .calendar-date-item {
    position: relative;
    flex-shrink: 0;
  }
  
  .date-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .date-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.75rem;
    min-width: 85px;
    background-color: rgba(213, 180, 108, 0.08);
    border: 2px solid rgba(213, 180, 108, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
  }
  
  .date-label:hover:not(.date-unavailable) {
    background-color: rgba(213, 180, 108, 0.15);
    border-color: rgba(213, 180, 108, 0.4);
    transform: translateY(-2px);
  }
  
  .date-radio:checked + .date-label {
    background-color: #D5B46C;
    border-color: #D5B46C;
    box-shadow: 0 4px 12px rgba(213, 180, 108, 0.3);
    transform: translateY(-2px);
  }
  
  .date-unavailable {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: rgba(213, 180, 108, 0.02);
  }
  
  .date-unavailable:hover {
    transform: none;
    border-color: rgba(213, 180, 108, 0.2);
    background-color: rgba(213, 180, 108, 0.02);
  }
  
  .date-day {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(213, 180, 108, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
  }
  
  .date-radio:checked + .date-label .date-day {
    color: #2B2B2B;
  }
  
  .date-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D5B46C;
    margin: 0.25rem 0;
  }
  
  .date-radio:checked + .date-label .date-number {
    color: #2B2B2B;
  }
  
  .date-month {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(213, 180, 108, 0.8);
    text-transform: uppercase;
    margin-top: 0.25rem;
  }
  
  .date-radio:checked + .date-label .date-month {
    color: #2B2B2B;
  }
  
  /* Bootstrap Tooltip Customization */
  .tooltip-inner {
    background-color: #D5B46C;
    color: #2B2B2B;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
  
  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #D5B46C;
  }
  
  .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #D5B46C;
  }
  
  .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #D5B46C;
  }
  
  .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #D5B46C;
  }
  
  /* Scrollable Time Slots */
  .time-slots-scroll-container {
    max-height: 320px;
    overflow-y: auto;
    background-color: rgba(213, 180, 108, 0.03);
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(213, 180, 108, 0.1);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    scrollbar-width: thin;
    scrollbar-color: #D5B46C rgba(213, 180, 108, 0.1);
  }
  
  .time-slots-scroll-container::-webkit-scrollbar {
    width: 8px;
  }
  
  .time-slots-scroll-container::-webkit-scrollbar-track {
    background: rgba(213, 180, 108, 0.1);
    border-radius: 4px;
  }
  
  .time-slots-scroll-container::-webkit-scrollbar-thumb {
    background: #D5B46C;
    border-radius: 4px;
  }
  
  .time-slots-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #c4a55b;
  }
  
  .time-slot-item {
    position: relative;
  }
  
  .time-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .time-label {
    display: block;
    padding: 0.5rem;
    background-color: rgba(213, 180, 108, 0.08);
    border-bottom: 2px solid rgba(213, 180, 108, 0.2);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #D5B46C;
    font-weight: 600;
    font-size: 0.95rem;
  }
  
  .time-label:hover {
    background-color: rgba(213, 180, 108, 0.15);
    border-color: rgba(213, 180, 108, 0.4);
    transform: translateY(-2px);
  }
  
  .time-radio:checked + .time-label {
    background-color: #D5B46C;
    border-color: #D5B46C;
    color: #2B2B2B;
    box-shadow: 0 4px 12px rgba(213, 180, 108, 0.3);
    transform: translateY(-2px);
  }
  
  .time-label i {
    font-size: 0.85rem;
  }
  
  /* Loading and Messages */
  .loading-text {
    color: rgba(213, 180, 108, 0.8);
    font-size: 0.95rem;
  }
  
  .no-slots-msg {
    color: rgba(213, 180, 108, 0.7);
  }
  
  .no-slots-msg i {
    color: rgba(213, 180, 108, 0.5);
  }
  
  .spinner-border {
    color: #D5B46C !important;
  }
  
  /* Actions Section */
  .booking-actions-section {
    background-color: rgba(213, 180, 108, 0.03);
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid rgba(213, 180, 108, 0.1);
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  
  /* Submit Buttons */
  .btn-booking-submit {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
    flex: 1;
    max-width: 300px;
    
  }
  
  .btn-booking-submit:hover:not(:disabled) {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 180, 108, 0.4);
    border: 2px solid rgba(213, 180, 108, 0.5);
  }
  
  .btn-booking-submit:disabled {
    background: rgba(213, 180, 108, 0.3);
    color: rgba(43, 43, 43, 0.5);
    cursor: not-allowed;
    box-shadow: none;
  }
  
  .btn-booking-cancel {
    background-color: transparent;
    color: #D5B46C;
    border: 2px solid rgba(213, 180, 108, 0.5);
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    flex: 1;
    max-width: 300px;
  }
  
  .btn-booking-cancel:hover {
    background-color: rgba(213, 180, 108, 0.1);
    border-color: #D5B46C;
    color: #D5B46C;
    text-decoration: none;
    transform: translateY(-2px);
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
    .booking-form {
      padding: 1.5rem 0;
    }
  
    .form-section {
      padding: 1.5rem;
    }
  
    .time-slots-scroll-container {
      grid-template-columns: repeat(2, 1fr);
      max-height: 280px;
    }
    
    .booking-actions-section {
      padding: 1.5rem;
    }
  }
  
  @media (max-width: 767px) {
    .booking-title {
      font-size: 2rem;
    }
  
    .form-section {
      padding: 1.25rem;
    }
  
    .form-section-title {
      font-size: 1.25rem;
    }
  
    .service-detail-name {
      font-size: 1.3rem;
    }
  
    .service-detail-meta {
      gap: 0.5rem;
    }
  
    .calendar-scroll-wrapper {
      gap: 0.75rem;
    }
  
    .date-label {
      min-width: 75px;
      padding: 0.85rem 0.6rem;
    }
  
    .date-number {
      font-size: 1.3rem;
    }
  
    .time-slots-scroll-container {
      grid-template-columns: repeat(2, 1fr);
      max-height: 250px;
    }
  
    .booking-actions-section {
      flex-direction: column;
      padding: 1.25rem;
    }
  
    .btn-booking-submit,
    .btn-booking-cancel {
      max-width: 100%;
      width: 100%;
      padding: 0.85rem 1.5rem;
      font-size: 1rem;
    }
  }
  
  @media (max-width: 576px) {
    .booking-title {
      font-size: 1.75rem;
    }
  
    .calendar-scroll-wrapper {
      gap: 0.5rem;
    }
  
    .date-label {
      min-width: 70px;
      padding: 0.75rem 0.5rem;
    }
  
    .date-number {
      font-size: 1.2rem;
    }
  
    .date-day,
    .date-month {
      font-size: 0.7rem;
    }
    
    .detail-badge {
      font-size: 0.85rem;
      padding: 0.35rem 0.75rem;
    }
  
    .booking-actions-section {
      padding: 1rem;
    }
  
    .time-slots-scroll-container {
      grid-template-columns: 1fr;
    }
  }

  /* Authentication Pages Styles */

.auth-body {
    background-color: #2B2B2B;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
  }
  
  /* Background Logo */
  .auth-bg-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.03;
    pointer-events: none;
  }
  
  .auth-bg-logo-img {
    width: 600px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(1007%) hue-rotate(11deg) brightness(96%) contrast(89%);
  }
  
  /* Auth Container */
  .auth-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
  }
  
  /* Back Button */
  .auth-back-btn {
    background: transparent;
    border: none;
    color: #D5B46C;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
  }
  
  .auth-back-btn:hover {
    color: #ffffff;
    transform: translateX(-3px);
  }
  
  .auth-back-btn i {
    font-size: 1rem;
  }
  
  /* Auth Card */
  .auth-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    border-radius: 4px;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
  }
  
  /* Logo */
  .auth-logo {
    text-align: center;
  }
  
  .auth-logo-img {
    height: 60px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(1007%) hue-rotate(11deg) brightness(96%) contrast(89%);
  }
  
  /* Tab Navigation */
  .auth-tabs {
    display: flex;
    background-color: rgba(213, 180, 108, 0.05);
    border-radius: 50px;
    padding: 0.4rem;
    gap: 0.5rem;
  }
  
  .auth-tab {
    flex: 1;
    text-align: center;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: rgba(213, 180, 108, 0.7);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .auth-tab:hover {
    color: #D5B46C;
    background-color: rgba(213, 180, 108, 0.08);
  }
  
  .auth-tab.active {
    background-color: #D5B46C;
    color: #2B2B2B;
    box-shadow: 0 2px 8px rgba(213, 180, 108, 0.3);
  }
  
  /* Welcome Section */
  .auth-welcome {
    text-align: center;
  }
  
  .auth-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  
  .auth-subtitle {
    color: rgba(213, 180, 108, 0.7);
    font-size: 0.95rem;
    margin-bottom: 0;
  }
  
  /* Form Styles */
  .auth-form {
    margin-top: 2rem;
  }
  
  .auth-label {
    color: #D5B46C;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
  }
  
  .auth-input-group {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .auth-input-icon {
    position: absolute;
    left: 1rem;
    color: rgba(213, 180, 108, 0.6);
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 1;
  }
  
  .auth-input {
    width: 100%;
    background-color: rgba(213, 180, 108, 0.05);
    border: 1px solid rgba(213, 180, 108, 0.2);
    color: #D5B46C;
    padding: 0.85rem 1rem 0.85rem 3rem;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
  }
  
  .auth-input:focus {
    outline: none;
    background-color: rgba(213, 180, 108, 0.08);
    border-color: #D5B46C;
    box-shadow: 0 0 0 3px rgba(213, 180, 108, 0.1);
  }
  
  .auth-input::placeholder {
    color: rgba(213, 180, 108, 0.4);
  }
  
  .auth-input.is-invalid {
    border-color: #ff6b6b;
  }
  
  /* Password Toggle */
  .auth-password-toggle {
    position: absolute;
    right: 1rem;
    background: transparent;
    border: none;
    color: rgba(213, 180, 108, 0.6);
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s ease;
    z-index: 1;
  }
  
  .auth-password-toggle:hover {
    color: #D5B46C;
  }
  
  /* Error Messages */
  .auth-error-box {
    background-color: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: #ff6b6b;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
  }
  
  .auth-error-box i {
    font-size: 1.1rem;
  }
  
  .auth-field-error {
    color: #ff6b6b;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    margin-left: 0.25rem;
  }
  
  .auth-help-text {
    color: rgba(213, 180, 108, 0.6);
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-left: 0.25rem;
    line-height: 1.4;
  }
  
  /* Options (Remember Me & Forgot Password) */
  .auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .auth-checkbox {
    background-color: rgba(213, 180, 108, 0.1);
    border: 1px solid rgba(213, 180, 108, 0.3);
    cursor: pointer;
  }
  
  .auth-checkbox:checked {
    background-color: #D5B46C;
    border-color: #D5B46C;
  }
  
  .auth-checkbox:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 180, 108, 0.15);
  }
  
  .auth-checkbox-label {
    color: rgba(213, 180, 108, 0.8);
    font-size: 0.9rem;
    cursor: pointer;
  }
  
  .auth-link {
    color: #D5B46C;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
  }
  
  .auth-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  /* Submit Button */
  .auth-submit-btn {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .auth-submit-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 180, 108, 0.4);
  }
  
  .auth-submit-btn i {
    font-size: 1.1rem;
  }
  
  /* Divider */
  .auth-divider {
    position: relative;
    text-align: center;
    margin: 1.5rem 0;
  }
  
  .auth-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(213, 180, 108, 0.2);
  }
  
  .auth-divider span {
    position: relative;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    padding: 0 1rem;
    color: rgba(213, 180, 108, 0.7);
    font-size: 0.85rem;
  }
  
  /* Terms Text */
  .auth-terms-text {
    text-align: center;
    color: rgba(213, 180, 108, 0.6);
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  
  /* Footer */
  .auth-footer {
    text-align: center;
    color: rgba(213, 180, 108, 0.7);
    font-size: 0.95rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(213, 180, 108, 0.1);
  }
  
  .auth-link-bold {
    color: #D5B46C;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .auth-link-bold:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  /* Responsive Design */
  @media (max-width: 576px) {
    .auth-card {
      padding: 2rem 1.5rem;
    }
  
    .auth-bg-logo-img {
      width: 400px;
    }
  
    .auth-title {
      font-size: 1.5rem;
    }
  
    .auth-subtitle {
      font-size: 0.9rem;
    }
  
    .auth-tab {
      padding: 0.7rem 1rem;
      font-size: 0.9rem;
    }
  
    .auth-input {
      padding: 0.8rem 1rem 0.8rem 2.75rem;
      font-size: 0.9rem;
    }
  
    .auth-submit-btn {
      padding: 0.9rem 1.5rem;
      font-size: 0.95rem;
    }
  
    .auth-options {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  
  @media (max-width: 400px) {
    .auth-bg-logo-img {
      width: 300px;
    }
  
    .auth-card {
      padding: 1.5rem 1.25rem;
    }
  }


/* Icon Box */
.auth-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
    border: 2px solid rgba(213, 180, 108, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .auth-icon-box i {
    font-size: 2.5rem;
    color: #D5B46C;
  }
  
  .auth-icon-box.success {
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.15) 0%, rgba(72, 187, 120, 0.08) 100%);
    border-color: rgba(72, 187, 120, 0.3);
  }
  
  .auth-icon-box.success i {
    color: #48bb78;
  }
  
  .auth-icon-box.error {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.15) 0%, rgba(255, 107, 107, 0.08) 100%);
    border-color: rgba(255, 107, 107, 0.3);
  }
  
  .auth-icon-box.error i {
    color: #ff6b6b;
  }
  
  /* Info Box */
  .auth-info-box {
    background-color: rgba(213, 180, 108, 0.08);
    border-left: 3px solid #D5B46C;
    padding: 0.875rem 1rem;
    border-radius: 6px;
    color: rgba(213, 180, 108, 0.9);
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
  }
  
  .auth-info-box i {
    color: #D5B46C;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
  }
  
  /* Cancel Button */
  .auth-cancel-btn {
    background-color: transparent;
    color: #D5B46C;
    border: 2px solid rgba(213, 180, 108, 0.5);
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .auth-cancel-btn:hover {
    background-color: rgba(213, 180, 108, 0.1);
    border-color: #D5B46C;
    color: #D5B46C;
    text-decoration: none;
  }
  
  .auth-cancel-btn i {
    font-size: 1.1rem;
  }
/* Auth Navigation Links */
.auth-nav-links {
    gap: 0.5rem;
  }
  
  .auth-profile-link {
    color: #D5B46C !important;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .auth-profile-link:hover {
    color: #ffffff !important;
  }
  
  .auth-profile-link i {
    font-size: 1.3rem;
  }
  
  .btn-auth-logout {
    background-color: transparent;
    color: #D5B46C;
    padding: 0.2rem 0.3rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    border-radius: 0.375rem;
  }
  
  .btn-auth-logout:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
  }
  
  .btn-auth-logout i {
    font-size: 1.1rem;
  }
/* Profile Dashboard Styles */

.profile-section {
    background-color: #2B2B2B;
    min-height: 70vh;
  }
  
  /* Profile Cards */
  .profile-card {
    background-color: rgba(213, 180, 108, 0.03);
    border: 1px solid rgba(213, 180, 108, 0.1);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
  }
  
  .profile-card-header {
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(213, 180, 108, 0.15);
    margin-bottom: 1.5rem;
  }
  
  .profile-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
    border: 3px solid rgba(213, 180, 108, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .profile-avatar i {
    font-size: 4rem;
    color: #D5B46C;
  }
  
  .profile-name {
    color: #D5B46C;
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  
  .profile-email {
    color: rgba(213, 180, 108, 0.7);
    font-size: 0.95rem;
    margin-bottom: 0;
  }
  
  /* Profile Stats */
  .profile-stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(213, 180, 108, 0.15);
  }
  
  .stat-item {
    text-align: center;
  }
  
  .stat-number {
    color: #D5B46C;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
  }
  
  .stat-label {
    color: rgba(213, 180, 108, 0.7);
    font-size: 0.85rem;
    margin-top: 0.25rem;
  }
  
  .stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(213, 180, 108, 0.2);
  }
  
  /* Profile Actions */
  .profile-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .profile-action-btn {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: rgba(213, 180, 108, 0.08);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 8px;
    color: #D5B46C;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
  }
  
  .profile-action-btn:hover {
    background-color: rgba(213, 180, 108, 0.15);
    border-color: rgba(213, 180, 108, 0.3);
    color: #D5B46C;
    transform: translateX(3px);
  }
  
  .profile-action-btn i {
    font-size: 1.1rem;
  }
  
  /* Profile Card Title */
  .profile-card-title {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(213, 180, 108, 0.2);
    display: flex;
    align-items: center;
  }
  
  .profile-card-title i {
    font-size: 1.2rem;
  }
  
  /* Quick Actions */
  .quick-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .quick-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .quick-action-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
  }
  
  /* Bookings List */
  .bookings-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .booking-item {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.04) 0%, rgba(213, 180, 108, 0.02) 100%);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .booking-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #D5B46C;
    border-radius: 10px 0 0 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .booking-item.upcoming::before {
    opacity: 1;
  }
  
  .booking-item:hover {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.08) 0%, rgba(213, 180, 108, 0.04) 100%);
    border-color: rgba(213, 180, 108, 0.3);
    transform: translateX(3px);
  }
  
  .booking-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .booking-date-badge {
    color: #D5B46C;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
  }
  
  .booking-date-badge i {
    font-size: 1rem;
  }
  
  .booking-status-badge {
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .status-confirmed {
    background-color: rgba(72, 187, 120, 0.15);
    color: #48bb78;
    border: 1px solid rgba(72, 187, 120, 0.3);
  }
  
  .status-pending {
    background-color: rgba(237, 137, 54, 0.15);
    color: #ed8936;
    border: 1px solid rgba(237, 137, 54, 0.3);
  }
  
  .status-cancelled {
    background-color: rgba(255, 107, 107, 0.15);
    color: #ff6b6b;
    border: 1px solid rgba(255, 107, 107, 0.3);
  }
  
  .status-completed {
    background-color: rgba(159, 122, 234, 0.15);
    color: #9f7aea;
    border: 1px solid rgba(159, 122, 234, 0.3);
  }
  
  .booking-item-body {
    margin-bottom: 1rem;
  }
  
  .booking-service-name {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
  }
  
  .booking-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.75rem;
  }
  
  .booking-detail {
    color: rgba(213, 180, 108, 0.8);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
  }
  
  .booking-detail i {
    color: #D5B46C;
    font-size: 0.85rem;
  }
  
  .booking-notes {
    background-color: rgba(213, 180, 108, 0.05);
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border-left: 3px solid rgba(213, 180, 108, 0.3);
    color: rgba(213, 180, 108, 0.8);
    font-size: 0.9rem;
    font-style: italic;
    display: flex;
    align-items: flex-start;
  }
  
  .booking-notes i {
    color: #D5B46C;
    margin-top: 2px;
  }
  
  .booking-item-footer {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
  }
  
  .booking-action-btn {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .booking-action-btn.cancel {
    background-color: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
    border: 1px solid rgba(255, 107, 107, 0.3);
  }
  
  .booking-action-btn.cancel:hover {
    background-color: rgba(255, 107, 107, 0.2);
    border-color: #ff6b6b;
  }
  
  .booking-action-btn.rebook {
    background-color: rgba(213, 180, 108, 0.1);
    color: #D5B46C;
    border: 1px solid rgba(213, 180, 108, 0.3);
  }
  
  .booking-action-btn.rebook:hover {
    background-color: #D5B46C;
    color: #2B2B2B;
    border-color: #D5B46C;
  }
  
  /* Empty State */
  .empty-state {
    text-align: center;
    padding: 3rem 2rem;
    color: rgba(213, 180, 108, 0.6);
  }
  
  .empty-state i {
    color: rgba(213, 180, 108, 0.4);
  }
  
  .empty-state p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .empty-state-btn {
    background-color: #D5B46C;
    color: #2B2B2B;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .empty-state-btn:hover {
    background-color: #ffffff;
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
  }
  
  /* Cancel Modal */
  .cancel-modal-content {
    background-color: #2B2B2B;
    border: 1px solid rgba(213, 180, 108, 0.2);
  }
  
  .cancel-modal-header {
    border-bottom: 1px solid rgba(213, 180, 108, 0.2);
    color: #D5B46C;
  }
  
  .cancel-modal-header .modal-title {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-weight: 600;
  }
  
  .cancel-modal-body {
    color: rgba(213, 180, 108, 0.8);
    font-size: 1rem;
    padding: 2rem;
  }
  
  .cancel-modal-footer {
    border-top: 1px solid rgba(213, 180, 108, 0.2);
    padding: 1.5rem;
  }
  
  .btn-cancel-no {
    background-color: transparent;
    color: #D5B46C;
    border: 2px solid rgba(213, 180, 108, 0.5);
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .btn-cancel-no:hover {
    background-color: rgba(213, 180, 108, 0.1);
    border-color: #D5B46C;
    color: #D5B46C;
  }
  
  .btn-cancel-yes {
    background-color: #ff6b6b;
    color: #ffffff;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .btn-cancel-yes:hover {
    background-color: #ff5252;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
    .profile-card {
      padding: 1.5rem;
    }
    
    .stat-number {
      font-size: 1.75rem;
    }
  }
  
  @media (max-width: 767px) {
    .profile-card {
      padding: 1.25rem;
    }
  
    .profile-avatar {
      width: 80px;
      height: 80px;
    }
  
    .profile-avatar i {
      font-size: 3rem;
    }
  
    .profile-name {
      font-size: 1.3rem;
    }
  
    .profile-stats {
      flex-direction: column;
      gap: 1rem;
    }
  
    .stat-divider {
      width: 60%;
      height: 1px;
    }
  
    .booking-details {
      flex-direction: column;
      gap: 0.5rem;
    }
  
    .booking-item-footer {
      justify-content: center;
    }
  
    .cancel-modal-body {
      padding: 1.5rem;
    }
  }
  
  @media (max-width: 576px) {
    .booking-item {
      padding: 1.25rem;
    }
  
    .booking-service-name {
      font-size: 1.1rem;
    }
  
    .booking-item-header {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  /* Booking Confirmation Page */
.confirmation-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.2) 0%, rgba(72, 187, 120, 0.1) 100%);
    border: 3px solid rgba(72, 187, 120, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .confirmation-icon i {
    font-size: 4rem;
    color: #48bb78;
  }
  
  .confirmation-section {
    background-color: #2B2B2B;
  }
  
  .confirmation-card {
    background-color: rgba(213, 180, 108, 0.03);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 12px;
    padding: 2.5rem;
  }
  
  .confirmation-card-title {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(213, 180, 108, 0.2);
    text-align: center;
  }
  
  .confirmation-detail {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 0.75rem;
    background-color: rgba(213, 180, 108, 0.05);
    border-radius: 8px;
    border-left: 3px solid #D5B46C;
  }
  
  .detail-label {
    color: #D5B46C;
    font-weight: 600;
    font-size: 0.95rem;
  }
  
  .detail-value {
    color: rgba(213, 180, 108, 0.9);
    font-size: 0.95rem;
    text-align: right;
  }
  
  .confirmation-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(213, 180, 108, 0.15);
  }
  
  .confirmation-btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
  }
  
  .confirmation-btn.primary {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
  }
  
  .confirmation-btn.primary:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
  }
  
  .confirmation-btn.secondary {
    background-color: transparent;
    color: #D5B46C;
    border: 2px solid rgba(213, 180, 108, 0.5);
  }
  
  .confirmation-btn.secondary:hover {
    background-color: rgba(213, 180, 108, 0.1);
    border-color: #D5B46C;
    color: #D5B46C;
  }
  
  @media (max-width: 767px) {
    .confirmation-card {
      padding: 1.5rem;
    }
  
    .confirmation-detail {
      flex-direction: column;
      gap: 0.5rem;
    }
  
    .detail-value {
      text-align: left;
    }
  }
  /* Error Pages Styles (404, 500, etc.) */

.error-body {
    background-color: #2B2B2B;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
  }
  
  /* Background Logo */
  .error-bg-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.03;
    pointer-events: none;
  }
  
  .error-bg-logo-img {
    width: 700px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(1007%) hue-rotate(11deg) brightness(96%) contrast(89%);
  }
  
  /* Error Container */
  .error-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 600px;
  }
  
  /* Error Card */
  .error-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    text-align: center;
  }
  
  /* Logo */
  .error-logo {
    text-align: center;
  }
  
  .error-logo-img {
    height: 70px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(1007%) hue-rotate(11deg) brightness(96%) contrast(89%);
  }
  
  /* Error Content */
  .error-content {
    color: #D5B46C;
  }
  
  .error-icon-box {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
    border: 3px solid rgba(213, 180, 108, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .error-icon-box i {
    font-size: 4rem;
    color: #D5B46C;
  }
  
  .error-code {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 6rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem 0;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .error-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .error-message {
    color: rgba(213, 180, 108, 0.8);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Error Actions */
  .error-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
  }
  
  .error-btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
  }
  
  .error-btn.primary {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
  }
  
  .error-btn.primary:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 180, 108, 0.4);
  }
  
  .error-btn.secondary {
    background-color: transparent;
    color: #D5B46C;
    border: 2px solid rgba(213, 180, 108, 0.5);
  }
  
  .error-btn.secondary:hover {
    background-color: rgba(213, 180, 108, 0.1);
    border-color: #D5B46C;
    color: #D5B46C;
    transform: translateY(-2px);
  }
  
  /* Quick Links */
  .error-quick-links {
    padding-top: 2rem;
    border-top: 1px solid rgba(213, 180, 108, 0.15);
  }
  
  .quick-links-title {
    color: rgba(213, 180, 108, 0.6);
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .quick-links-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  
  .quick-link {
    color: #D5B46C;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .quick-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .quick-link-divider {
    color: rgba(213, 180, 108, 0.4);
    font-size: 0.8rem;
  }
  
  /* Responsive Design */
  @media (max-width: 576px) {
    .error-card {
      padding: 2rem 1.5rem;
    }
  
    .error-bg-logo-img {
      width: 500px;
    }
  
    .error-code {
      font-size: 4.5rem;
    }
  
    .error-title {
      font-size: 1.5rem;
    }
  
    .error-message {
      font-size: 0.95rem;
    }
  
    .error-icon-box {
      width: 100px;
      height: 100px;
    }
  
    .error-icon-box i {
      font-size: 3rem;
    }
  
    .error-btn {
      padding: 0.9rem 1.5rem;
      font-size: 0.9rem;
    }
  
    .quick-links-list {
      flex-direction: column;
      gap: 0.5rem;
    }
  
    .quick-link-divider {
      display: none;
    }
  }
  
  @media (max-width: 400px) {
    .error-bg-logo-img {
      width: 350px;
    }
  
    .error-code {
      font-size: 4rem;
    }
  }
/* Contact Us Page Styles */

.contact-info-section {
    background-color: #2B2B2B;
  }
  
  /* Contact Info Cards */
  .contact-info-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 8px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
  }
  
  .contact-info-card:hover {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.08) 0%, rgba(213, 180, 108, 0.04) 100%);
    border-color: rgba(213, 180, 108, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(213, 180, 108, 0.15);
  }
  
  .contact-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
    border: 2px solid rgba(213, 180, 108, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .contact-info-card:hover .contact-icon-box {
    background: #D5B46C;
    border-color: #D5B46C;
    transform: scale(1.1);
  }
  
  .contact-icon-box i {
    font-size: 2rem;
    color: #D5B46C;
    transition: color 0.3s ease;
  }
  
  .contact-info-card:hover .contact-icon-box i {
    color: #2B2B2B;
  }
  
  .contact-info-title {
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .contact-info-text {
    color: rgba(213, 180, 108, 0.85);
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
  
  .contact-info-subtext {
    color: rgba(213, 180, 108, 0.6);
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  
  .contact-link {
    color: #D5B46C;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: color 0.3s ease;
  }
  
  .contact-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .contact-hours-list {
    color: rgba(213, 180, 108, 0.85);
  }
  
  .contact-hours-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(213, 180, 108, 0.15);
  }
  
  .contact-hours-item:last-child {
    border-bottom: none;
  }
  
  .hours-time {
    font-weight: 600;
    color: #D5B46C;
  }
  
  .hours-time.closed {
    color: #ff6b6b;
    font-style: italic;
  }
  
  /* Contact Main Section */
  .contact-main-section {
    background-color: #2B2B2B;
  }
  
  /* Contact Form Card */
  .contact-form-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    height: 100%;
  }
  
  .contact-form-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  
  .contact-form-subtitle {
    color: rgba(213, 180, 108, 0.7);
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .contact-label {
    color: #D5B46C;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  
  .contact-input {
    background-color: rgba(213, 180, 108, 0.05);
    border: 1px solid rgba(213, 180, 108, 0.2);
    color: #D5B46C;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
  }
  
  .contact-input:focus {
    background-color: rgba(213, 180, 108, 0.08);
    border-color: #D5B46C;
    color: #D5B46C;
    box-shadow: 0 0 0 0.2rem rgba(213, 180, 108, 0.15);
    outline: none;
  }
  
  .contact-input::placeholder {
    color: rgba(213, 180, 108, 0.4);
  }
  
  .contact-textarea {
    background-color: rgba(213, 180, 108, 0.05);
    border: 1px solid rgba(213, 180, 108, 0.2);
    color: #D5B46C;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    resize: vertical;
  }
  
  .contact-textarea:focus {
    background-color: rgba(213, 180, 108, 0.08);
    border-color: #D5B46C;
    color: #D5B46C;
    box-shadow: 0 0 0 0.2rem rgba(213, 180, 108, 0.15);
    outline: none;
  }
  
  .contact-textarea::placeholder {
    color: rgba(213, 180, 108, 0.4);
  }
  
  .contact-submit-btn {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
  }
  
  .contact-submit-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 180, 108, 0.4);
  }
  
  /* Map Card */
  .contact-map-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 12px;
    padding: 1.5rem 1em;
  }
  
  /* Quick Contact Actions */
  .quick-contact-actions {
    display: flex;
    gap: 1rem;
  }
  
  .quick-contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .quick-contact-btn.call {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    border: none;
  }
  
  .quick-contact-btn.call:hover {
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.4);
    color: white;
  }
  
  .quick-contact-btn.email {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
  }
  
  .quick-contact-btn.email:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.4);
    color: #2B2B2B;
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
    .contact-info-card {
      padding: 2rem 1.5rem;
    }
  
    .contact-icon-box {
      width: 70px;
      height: 70px;
    }
  
    .contact-icon-box i {
      font-size: 1.75rem;
    }
  }
  
  @media (max-width: 767px) {
    .contact-info-card {
      padding: 1.75rem 1.25rem;
    }
  
    .contact-form-card,
    .contact-map-card {
      padding: 2rem 1.5rem;
    }
  
    .contact-form-title {
      font-size: 1.5rem;
    }
  
    .quick-contact-actions {
      flex-direction: column;
    }
  
    .contact-hours-item {
      flex-direction: column;
      text-align: center;
      gap: 0.25rem;
    }
  }
  
  @media (max-width: 576px) {
    .contact-info-card {
      padding: 1.5rem 1rem;
    }
  
    .contact-icon-box {
      width: 60px;
      height: 60px;
    }
  
    .contact-icon-box i {
      font-size: 1.5rem;
    }
  
    .contact-info-title {
      font-size: 1.2rem;
    }
  
    .contact-form-card,
    .contact-map-card {
      padding: 1.5rem 1.25rem;
    }
  
    .contact-submit-btn {
      padding: 0.9rem 1.5rem;
      font-size: 0.95rem;
    }
  }

/* Service Thumbnail Styles */
.service-thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    border: 2px solid rgba(213, 180, 108, 0.2);
    transition: all 0.3s ease;
  }
  
  .service-thumbnail:hover {
    border-color: #D5B46C;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(213, 180, 108, 0.3);
  }
  
  .service-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .thumbnail-badge {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: rgba(43, 43, 43, 0.9);
    color: #D5B46C;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
  }
  
  .thumbnail-badge i {
    font-size: 0.65rem;
  }
  
  /* Gallery Modal Styles */
  .gallery-modal-content {
    background-color: #2B2B2B;
    border: 1px solid rgba(213, 180, 108, 0.3);
  }
  
  .gallery-modal-header {
    border-bottom: 1px solid rgba(213, 180, 108, 0.2);
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.1) 0%, rgba(213, 180, 108, 0.05) 100%);
  }
  
  .gallery-modal-header .modal-title {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-weight: 600;
  }
  
  .gallery-modal-body {
    padding: 0;
    background-color: #1a1a1a;
  }
  
  .gallery-modal-body .carousel-item img {
    max-height: 70vh;
    object-fit: contain;
    width: 100%;
  }
  
  .gallery-modal-body .carousel-caption {
    background: rgba(43, 43, 43, 0.9);
    padding: 0.75rem 1rem;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .gallery-modal-body .carousel-caption p {
    color: #D5B46C;
    margin: 0;
    font-size: 0.9rem;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(85%) sepia(12%) saturate(1007%) hue-rotate(11deg) brightness(96%) contrast(89%);
  }
  
  @media (max-width: 767px) {
    .service-thumbnail {
      width: 60px;
      height: 60px;
    }
    
    .gallery-modal-body .carousel-item img {
      max-height: 50vh;
    }
  }

/* Booking Page Service Gallery */
.service-detail-layout {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
  
  .service-detail-info {
    flex: 1;
    min-width: 0;
  }
  
  .service-detail-gallery {
    flex-shrink: 0;
  }
  
  .service-detail-images {
    display: grid;
    grid-template-columns: repeat(2, 100px);
    grid-template-rows: repeat(2, 100px);
    gap: 0.5rem;
    cursor: pointer;
  }
  
  .detail-image-item {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(213, 180, 108, 0.2);
    transition: all 0.3s ease;
    position: relative;
  }
  
  .detail-image-item:hover {
    border-color: #D5B46C;
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
    z-index: 1;
  }
  
  .detail-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .detail-image-more {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.2) 0%, rgba(213, 180, 108, 0.1) 100%);
    border: 2px dashed rgba(213, 180, 108, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D5B46C;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    grid-column: 2;
    grid-row: 2;
  }
  
  .detail-image-more:hover {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.3) 0%, rgba(213, 180, 108, 0.15) 100%);
    border-color: #D5B46C;
    transform: scale(1.03);
  }
  
  /* Responsive for booking gallery */
  @media (max-width: 767px) {
    .service-detail-layout {
      flex-direction: column;
    }
    
    .service-detail-gallery {
      width: 100%;
    }
    
    .service-detail-images {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 120px);
      max-width: 100%;
    }
    
    .detail-image-item,
    .detail-image-more {
      width: 100%;
      height: 120px;
    }
  }
  
  @media (max-width: 576px) {
    .service-detail-images {
      grid-template-rows: repeat(2, 100px);
    }
    
    .detail-image-item,
    .detail-image-more {
      height: 100px;
    }
  }

/* Gallery Page Styles */

.gallery-section {
    background-color: #2B2B2B;
    min-height: 50vh;
  }
  
  .gallery-section-alt {
    background-color: #1f1f1f;
  }
  
  /* Gallery Section Header */
  .gallery-section-header {
    margin-bottom: 3rem;
  }
  
  .gallery-section-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .gallery-section-divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D5B46C, transparent);
    border-radius: 2px;
    margin-bottom: 1rem;
  }
  
  .gallery-section-subtitle {
    color: rgba(213, 180, 108, 0.7);
    font-size: 1.1rem;
    margin: 0;
  }
  
  /* Gallery Grid */
  .gallery-grid {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  /* Gallery Item */
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    aspect-ratio: 4 / 3;
    background-color: rgba(213, 180, 108, 0.05);
    border: 1px solid rgba(213, 180, 108, 0.1);
    transition: all 0.3s ease;
  }
  
  .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(213, 180, 108, 0.2);
    border-color: rgba(213, 180, 108, 0.3);
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .gallery-item:hover img {
    transform: scale(1.1);
  }
  
  /* Gallery Item Overlay */
  .gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(43, 43, 43, 0.7) 50%, rgba(43, 43, 43, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .gallery-item:hover .gallery-item-overlay {
    opacity: 1;
  }
  
  .gallery-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .gallery-item-title {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .gallery-item-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
  }
  
  .gallery-item-caption {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin: 0.5rem 0 0 0;
    font-style: italic;
  }
  
  /* Service Badge */
  .service-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
  }
  
  .service-badge i {
    font-size: 0.85rem;
  }
  
  /* Gallery Item Icon */
  .gallery-item-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background: rgba(213, 180, 108, 0.2);
    border: 2px solid rgba(213, 180, 108, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
  
  .gallery-item:hover .gallery-item-icon {
    opacity: 1;
    transform: scale(1);
  }
  
  .gallery-item-icon i {
    font-size: 1.5rem;
    color: #D5B46C;
  }
  
  /* Sample Work Specific Styles */
  .gallery-item.sample-work .gallery-item-overlay {
    background: linear-gradient(to bottom, rgba(43, 43, 43, 0.3) 0%, rgba(43, 43, 43, 0.7) 70%, rgba(43, 43, 43, 0.95) 100%);
  }
  
  /* Empty State */
  .gallery-empty-state {
    text-align: center;
    padding: 5rem 2rem;
    color: rgba(213, 180, 108, 0.5);
  }
  
  .gallery-empty-state i {
    font-size: 5rem;
    display: block;
    margin-bottom: 1.5rem;
    opacity: 0.4;
  }
  
  .gallery-empty-state p {
    font-size: 1.2rem;
    margin: 0;
  }
  
  /* Gallery Modal Enhancements */
  .gallery-modal-body .carousel-caption h5 {
    color: #D5B46C;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  
  .gallery-modal-body .carousel-caption p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    margin: 0;
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
    .gallery-section-title {
      font-size: 2rem;
    }
    
    .gallery-item {
      aspect-ratio: 1 / 1;
    }
  }
  
  @media (max-width: 767px) {
    .gallery-section-title {
      font-size: 1.75rem;
    }
    
    .gallery-section-subtitle {
      font-size: 1rem;
    }
    
    .gallery-item-title {
      font-size: 1.1rem;
    }
    
    .gallery-item-overlay {
      padding: 1rem;
    }
    
    .gallery-item-icon {
      width: 40px;
      height: 40px;
    }
    
    .gallery-item-icon i {
      font-size: 1.2rem;
    }
    
    .service-badge {
      font-size: 0.8rem;
      padding: 0.4rem 0.8rem;
    }
  }
  
  @media (max-width: 576px) {
    .gallery-section-title {
      font-size: 1.5rem;
    }
    
    .gallery-item {
      aspect-ratio: 3 / 4;
    }
    
    .gallery-item-description {
      font-size: 0.85rem;
    }
  }
/* Booking Page Service Gallery - 2x2 Grid */
.service-detail-layout {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
  
  .service-detail-info {
    flex: 1;
    min-width: 0;
  }
  
  .service-detail-gallery {
    flex-shrink: 0;
  }
  
  .service-detail-images {
    display: grid;
    grid-template-columns: repeat(2, 100px);
    grid-template-rows: repeat(2, 100px);
    gap: 0.5rem;
  }
  
  .detail-image-item {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(213, 180, 108, 0.2);
    transition: all 0.3s ease;
    position: relative;
  }
  
  .detail-image-item:hover {
    border-color: #D5B46C;
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
    z-index: 1;
  }
  
  .detail-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .detail-image-more {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.2) 0%, rgba(213, 180, 108, 0.1) 100%);
    border: 2px dashed rgba(213, 180, 108, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D5B46C;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .detail-image-more:hover {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.3) 0%, rgba(213, 180, 108, 0.15) 100%);
    border-color: #D5B46C;
    transform: scale(1.03);
  }
  
  /* Responsive for booking gallery */
  @media (max-width: 767px) {
    .service-detail-layout {
      flex-direction: column;
    }
    
    .service-detail-gallery {
      width: 100%;
    }
    
    .service-detail-images {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 120px);
      max-width: 100%;
    }
    
    .detail-image-item,
    .detail-image-more {
      width: 100%;
      height: 120px;
    }
  }
  
  @media (max-width: 576px) {
    .service-detail-images {
      grid-template-rows: repeat(2, 100px);
    }
    
    .detail-image-item,
    .detail-image-more {
      height: 100px;
    }
  }

  /* Gallery Modal Footer */
.gallery-modal-footer {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.1) 0%, rgba(213, 180, 108, 0.05) 100%);
    border-top: 1px solid rgba(213, 180, 108, 0.2);
    padding: 1.5rem;
    display: flex;
    justify-content: center;
  }
  
  .gallery-book-btn {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
    padding: 0.9rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 180, 108, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }
  
  .gallery-book-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 180, 108, 0.4);
    text-decoration: none;
  }
  
  /* Gallery Item Count */
  .gallery-item-count {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0.25rem 0 0 0;
    display: flex;
    align-items: center;
  }
  
  .gallery-item-count i {
    font-size: 0.8rem;
  }

/* Simple Page Header (for Gallery, Contact, Profile) */
.page-header-section {
    background-color: #2B2B2B;
    padding: 4rem 0 2rem;
    margin-top: 70px;
  }
  
  .page-header-content {
    color: #D5B46C;
  }
  
  .page-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: 1px;
  }
  
  .page-subtitle {
    color: rgba(213, 180, 108, 0.8);
    font-size: 1.2rem;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .page-header-section {
      padding: 3rem 0 1.5rem;
    }
    
    .page-title {
      font-size: 2.5rem;
    }
    
    .page-subtitle {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 576px) {
    .page-title {
      font-size: 2rem;
    }
    
    .page-subtitle {
      font-size: 0.95rem;
    }
  }

.navbar-toggler {
    border: 0 !important;
}


.staff-badge-prominent {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.12) 0%, rgba(213, 180, 108, 0.06) 100%);
    border-radius: 4px;
    border: 1px solid rgba(213, 180, 108, 0.2);
  }
  
  .staff-badge-prominent-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #D5B46C;
    flex-shrink: 0;
  }
  
  .staff-badge-prominent-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(213, 180, 108, 0.2);
    border: 3px solid #D5B46C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .staff-badge-prominent-placeholder i {
    font-size: 2rem;
    color: #D5B46C;
  }
  
  .staff-badge-prominent-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .staff-badge-prominent-label {
    color: rgba(213, 180, 108, 0.7);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .staff-badge-prominent-name {
    color: #D5B46C;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
  }
  
  /* Responsive adjustments */
  @media (max-width: 767px) {
    .staff-badge-prominent {
      padding: 0.85rem;
    }
    
    .staff-badge-prominent-img,
    .staff-badge-prominent-placeholder {
      width: 45px;
      height: 45px;
    }
    
    .staff-badge-prominent-name {
      font-size: 1.1rem;
    }
  }
  
  @media (max-width: 576px) {
    .staff-badge-prominent-img,
    .staff-badge-prominent-placeholder {
      width: 40px;
      height: 40px;
    }
    
    .staff-badge-prominent-label {
      font-size: 0.75rem;
    }
    
    .staff-badge-prominent-name {
      font-size: 1rem;
    }
  }

  /* Staff Meta Badge on Services Page */
.staff-meta-badge {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
    color: #D5B46C !important;
    font-weight: 600;
  }
  
  .service-card:hover .staff-meta-badge {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.25) 0%, rgba(213, 180, 108, 0.15) 100%);
    border-color: rgba(213, 180, 108, 0.5);
  }

/* About Us Page Styles */

/* About Story Section */
.about-story-section {
    background-color: #2B2B2B;
  }
  
  .about-story-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 8px;
    padding: 3rem 2.5rem;
  }
  
  .about-icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
    border: 3px solid rgba(213, 180, 108, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about-icon-box i {
    font-size: 2.5rem;
    color: #D5B46C;
  }
  
  .about-story-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .about-story-divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D5B46C, transparent);
    border-radius: 2px;
  }
  
  .about-story-text {
    color: rgba(213, 180, 108, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
  }
  
  .about-story-text p {
    margin-bottom: 1.5rem;
  }
  
  .about-story-text p:last-child {
    margin-bottom: 0;
  }
  
  /* Team Section */
  .about-team-section {
    background-color: #1f1f1f;
  }
  
  .about-section-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .about-section-divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D5B46C, transparent);
    border-radius: 2px;
  }
  
  .about-section-subtitle {
    color: rgba(213, 180, 108, 0.7);
    font-size: 1.1rem;
    margin: 0;
  }
  
  /* Team Member Card */
  .team-member-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.05) 0%, rgba(213, 180, 108, 0.02) 100%);
    border: 1px solid rgba(213, 180, 108, 0.15);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .team-member-card:hover {
    transform: translateY(-5px);
    border-color: rgba(213, 180, 108, 0.3);
    box-shadow: 0 10px 30px rgba(213, 180, 108, 0.15);
  }
  
  .team-member-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: rgba(213, 180, 108, 0.05);
  }
  
  .team-member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .team-member-card:hover .team-member-image {
    transform: scale(1.05);
  }
  
  .team-member-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
  }
  
  .team-member-placeholder i {
    font-size: 8rem;
    color: rgba(213, 180, 108, 0.4);
  }
  
  .team-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(43, 43, 43, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .team-member-card:hover .team-member-overlay {
    opacity: 1;
  }
  
  .team-member-badge {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
  }
  
  .team-member-info {
    padding: 1.5rem;
  }
  
  .team-member-name {
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .team-member-specialization {
    color: rgba(213, 180, 108, 0.7);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-style: italic;
  }
  
  .team-member-services {
    padding-top: 1rem;
    border-top: 1px solid rgba(213, 180, 108, 0.15);
  }
  
  .services-label {
    color: rgba(213, 180, 108, 0.6);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  
  .services-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .service-tag {
    background: rgba(213, 180, 108, 0.12);
    color: #D5B46C;
    padding: 0.35rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(213, 180, 108, 0.2);
  }
  
  /* Call to Action Section */
  .about-cta-section {
    background-color: #2B2B2B;
  }
  
  .about-cta-card {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.08) 0%, rgba(213, 180, 108, 0.04) 100%);
    border: 1px solid rgba(213, 180, 108, 0.2);
    border-radius: 8px;
    padding: 3rem 2rem;
  }
  
  .about-cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.15) 0%, rgba(213, 180, 108, 0.08) 100%);
    border: 3px solid rgba(213, 180, 108, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about-cta-icon i {
    font-size: 2.5rem;
    color: #D5B46C;
  }
  
  .about-cta-title {
    font-family: 'Alice', Georgia, 'Times New Roman', serif;
    color: #D5B46C;
    font-size: 2rem;
    font-weight: 700;
  }
  
  .about-cta-text {
    color: rgba(213, 180, 108, 0.8);
    font-size: 1.1rem;
    margin: 0;
  }
  
  .about-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .about-cta-btn {
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
  }
  
  .about-cta-btn.primary {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    border: none;
  }
  
  .about-cta-btn.primary:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2B2B2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 180, 108, 0.4);
  }
  
  .about-cta-btn.secondary {
    background: transparent;
    color: #D5B46C;
    border: 2px solid rgba(213, 180, 108, 0.5);
  }
  
  .about-cta-btn.secondary:hover {
    background: rgba(213, 180, 108, 0.1);
    border-color: #D5B46C;
    color: #D5B46C;
    transform: translateY(-2px);
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
    .about-story-card {
      padding: 2.5rem 2rem;
    }
  
    .about-story-title,
    .about-section-title {
      font-size: 2rem;
    }
  
    .team-member-image-wrapper {
      height: 250px;
    }
  }
  
  @media (max-width: 767px) {
    .about-story-card {
      padding: 2rem 1.5rem;
    }
  
    .about-story-title,
    .about-section-title {
      font-size: 1.75rem;
    }
  
    .about-story-text {
      font-size: 1rem;
    }
  
    .about-cta-title {
      font-size: 1.5rem;
    }
  
    .about-cta-buttons {
      flex-direction: column;
    }
  
    .about-cta-btn {
      width: 100%;
      justify-content: center;
    }
  }
  
  @media (max-width: 576px) {
    .about-story-card {
      padding: 1.5rem 1.25rem;
    }
  
    .about-icon-box,
    .about-cta-icon {
      width: 60px;
      height: 60px;
    }
  
    .about-icon-box i,
    .about-cta-icon i {
      font-size: 2rem;
    }
  
    .team-member-name {
      font-size: 1.3rem;
    }
  
    .team-member-image-wrapper {
      height: 220px;
    }
  }

  /* 24-Hour Cancellation Warning */
.booking-warning {
    background-color: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border-radius: 4px;
    color: #856404;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
  }
  
  .booking-warning i {
    color: #ffc107;
    font-size: 1rem;
  }
  
  .booking-action-btn:disabled {
    background-color: rgba(213, 180, 108, 0.2) !important;
    color: rgba(43, 43, 43, 0.5) !important;
    cursor: not-allowed !important;
    border-color: rgba(213, 180, 108, 0.2) !important;
    opacity: 0.6;
  }
  
  .booking-action-btn:disabled:hover {
    transform: none !important;
    background-color: rgba(213, 180, 108, 0.2) !important;
  }
  
  /* Policy Info Box */
  .policy-info-box {
    background: linear-gradient(135deg, rgba(213, 180, 108, 0.08) 0%, rgba(213, 180, 108, 0.04) 100%);
    border: 1px solid rgba(213, 180, 108, 0.2);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .policy-info-box i {
    font-size: 1.5rem;
    color: #D5B46C;
    flex-shrink: 0;
    margin-top: 0.25rem;
  }
  
  .policy-info-box p {
    margin: 0;
    color: rgba(213, 180, 108, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  .policy-info-box strong {
    color: #D5B46C;
    font-weight: 700;
  }
/* Discount Banner */
.discount-banner {
    background: linear-gradient(135deg, #D5B46C 0%, #c4a55b 100%);
    color: #2B2B2B;
    padding: 0.35rem 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease;
    position: fixed;
    top: 66px;
  }
  
  .discount-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    padding: 0 1rem;
  }
  
  .discount-text {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex: 1;
    text-align: center;
  }
  
  .discount-timer {
    font-size: 0.85rem;
    opacity: 0.9;
    font-weight: 500;
  }
  
  /* Discount Close Button */
  .discount-close-btn {
    background: rgba(43, 43, 43, 0.2);
    border: none;
    color: #2B2B2B;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-size: 0.9rem;
  }
  
  .discount-close-btn:hover {
    background: rgba(43, 43, 43, 0.4);
    transform: scale(1.1);
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 991px) {
    .discount-banner {
      top: 53px;  /* Slightly less space for tablets */
    }
  }
  /* Mobile Responsive */
  @media (max-width: 768px) {
    .discount-banner {
      top: 53px;
      padding: 0.5rem 0;
    }
    
    .discount-banner-content {
      font-size: 0.55rem;
      gap: 0.5rem;
      padding: 0 0.5rem;
    }
    
    .discount-text {
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      line-height: 1.3;
    }
    
    .discount-timer {
      font-size: 0.4rem;
    }
    
    .discount-close-btn {
      width: 17px !important;
      height: 17px !important;
      font-size: 0.55rem;
    }
  }
  
  /* Smaller phones */
  @media (max-width: 576px) {
    .discount-banner-content {
      font-size: 0.55rem;
    }
    
    .discount-text {
      font-size: 0.55rem;
    }

  }

/* Discount Price Badge - Horizontal Layout (matches other badges) */
.price-badge.discounted {
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.15) 0%, rgba(72, 187, 120, 0.08) 100%);
    border: 1px solid rgba(72, 187, 120, 0.4);
    padding: 0.35rem 0.75rem !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
  }
  
  .original-price {
    text-decoration: line-through;
    font-size: 0.85rem;
    color: rgba(213, 180, 108, 0.6);
    font-weight: 500;
  }
  
  .discounted-price {
    font-size: 0.95rem;
    font-weight: 700;
    color: #48bb78;
  }
  
  .discount-label {
    background: #48bb78;
    color: white;
    padding: 0.15rem 0.4rem;
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  
  /* Discount Close Button */
  .discount-close-btn {
    background: rgba(43, 43, 43, 0.2);
    border: none;
    color: #2B2B2B;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto;
    font-size: 0.9rem;
  }
  
  .discount-close-btn:hover {
    background: rgba(43, 43, 43, 0.4);
    transform: scale(1.1);
  }
  
  /* Booking Page - Keep vertical for more space */
  .discount-price-badge {
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.15) 0%, rgba(72, 187, 120, 0.08) 100%);
    border: 2px solid rgba(72, 187, 120, 0.4);
    padding: 0.6rem 0.9rem !important;
    display: inline-flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 180px;
  }
  
  .price-comparison {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  
  .price-original {
    text-decoration: line-through;
    font-size: 0.95rem;
    color: rgba(213, 180, 108, 0.6);
    font-weight: 500;
  }
  
  .price-discounted {
    font-size: 1.3rem;
    font-weight: 700;
    color: #48bb78;
  }
  
  .discount-save-label {
    background: #48bb78;
    color: white;
    padding: 0.25rem 0.6rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
  }
  /* Booking Page Discount Badge - Horizontal (matches other badges) */
.discount-detail-badge {
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.18) 0%, rgba(72, 187, 120, 0.1) 100%);
    border: 1px solid rgba(72, 187, 120, 0.4);
    padding: 0.4rem 0.9rem !important;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
  }
  
  .detail-price-original {
    text-decoration: line-through;
    font-size: 0.9rem;
    color: rgba(213, 180, 108, 0.6);
    font-weight: 500;
  }
  
  .detail-price-discounted {
    font-size: 0.9rem;
    font-weight: 700;
    color: #48bb78;
  }
  
  .detail-discount-tag {
    background: #48bb78;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-left: 0.25rem;
  }
  
  .discount-detail-badge i.bi-arrow-right {
    font-size: 0.8rem;
    color: #48bb78;
  }