    body, html {
      height: 100%;
      margin: 0;
      padding: 0;
    }
    
    .bg-cover {
      background-image: url('Untitled.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 100vh;
      position: relative;
    }
    
    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
    }
    
    .content {
      position: relative;
      z-index: 2;
      color: white;
    }
    
    .glass-card {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(15px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 20px;
      color: white;
      padding: 2rem;
      transition: all 0.3s ease;
    }
    
    .glass-card:hover {
      background: rgba(255, 255, 255, 0.15);
      transform: translateY(-2px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    }
    
    .btn-back {
      background: rgba(108, 117, 125, 0.8);
      border: 1px solid rgba(108, 117, 125, 0.6);
      backdrop-filter: blur(10px);
      border-radius: 15px;
      color: white;
      transition: all 0.3s ease;
    }
    
    .btn-back:hover {
      background: rgba(108, 117, 125, 1);
      color: white;
      transform: scale(1.05);
    }
    
    .carousel {
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .carousel-item img {
      height: 400px;
      object-fit: cover;
      border-radius: 20px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
      background: rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      top: 50%;
      transform: translateY(-50%);
    }
    
    h2 {
      color: white;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      font-weight: bold;
      margin-bottom: 1rem;
    }
    
    .text-muted {
      color: rgba(255, 255, 255, 0.8) !important;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    
    .form-control {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 10px;
      color: white;
      backdrop-filter: blur(10px);
    }
    
    .form-control:focus {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(13, 110, 253, 0.8);
      color: white;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }
    
    .form-control::placeholder {
      color: rgba(255, 255, 255, 0.7);
    }
    
    .form-label {
      color: white;
      font-weight: 500;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    
    .btn-whatsapp {
      background: linear-gradient(45deg, #25D366, #128C7E);
      border: none;
      border-radius: 15px;
      padding: 1rem 2rem;
      font-size: 1.1rem;
      font-weight: bold;
      box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
    }
    
    .btn-whatsapp:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
      background: linear-gradient(45deg, #128C7E, #25D366);
    }
    
    .btn-call {
      background: linear-gradient(45deg, #007bff, #0056b3);
      border: none;
      border-radius: 15px;
      padding: 1rem 2rem;
      font-size: 1.1rem;
      font-weight: bold;
      box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
    }
    
    .btn-call:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
      background: linear-gradient(45deg, #0056b3, #007bff);
    }
    
    .services-list {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 15px;
      padding: 1.5rem;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .services-list ul {
      margin: 0;
      padding-right: 1.5rem;
    }
    
    .services-list li {
      color: rgba(255, 255, 255, 0.9);
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      margin-bottom: 0.5rem;
    }
    
    .rating-stars {
      color: #ffc107;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    
    .price-highlight {
      color: #28a745;
      font-size: 1.2rem;
      font-weight: bold;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .capacity-badge {
      background: rgba(40, 167, 69, 0.8);
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 1rem;
      backdrop-filter: blur(10px);
    }

    .type-badge {
      background: rgba(13, 110, 253, 0.8);
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      display: inline-block;
      margin-left: 1rem;
      backdrop-filter: blur(10px);
    }

    .location-info {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 15px;
      padding: 1.5rem;
      border: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 1.5rem;
    }
    
    /* استجابة للشاشات الصغيرة */
    @media (max-width: 768px) {
      .glass-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
      }
      
      .carousel-item img {
        height: 250px;
      }
      
      h2 {
        font-size: 1.5rem;
      }
      
      .btn-whatsapp, .btn-call {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
      }
      
      .container {
        padding: 1rem !important;
      }
      
      .type-badge {
        margin-left: 0;
        margin-top: 0.5rem;
        display: block;
        text-align: center;
      }
    }
    
    @media (max-width: 576px) {
      .glass-card {
        padding: 1rem;
      }
      
      .carousel-item img {
        height: 200px;
      }
      
      .carousel-control-prev,
      .carousel-control-next {
        width: 40px;
        height: 40px;
      }
    }
    
    /* تحسينات اللمس للهاتف المحمول */
    @media (hover: none) and (pointer: coarse) {
      .glass-card:hover {
        transform: none;
        background: rgba(255, 255, 255, 0.12);
      }
      
      .btn-back:hover {
        transform: none;
      }
      
      .btn-whatsapp:hover, .btn-call:hover {
        transform: none;
      }
      
      .glass-card:active {
        transform: scale(0.98);
        background: rgba(255, 255, 255, 0.2);
      }
      
      .btn-whatsapp:active, .btn-call:active {
        transform: scale(0.95);
      }
    }