 *{margin:0;padding:0;box-sizing:border-box}
body {
  font-family: 'Arial', sans-serif;
  background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
    .background-elements{position:absolute;width:100%;height:100%;overflow:hidden;z-index:1}
    .wheel{position:absolute;width:100px;height:100px;background:radial-gradient(circle,#2c3e50 30%,#34495e 70%);border-radius:50%;border:8px solid #1a252f}
    .wheel::before,.wheel::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}
    .wheel::before{width:40px;height:40px;background:#4A90E2;border:3px solid #fff}
    .wheel::after{width:80px;height:80px;border:2px solid #4A90E2;box-shadow:inset 0 0 10px rgba(74,144,226,.3)}
    .wheel1{top:15%;left:10%;animation:rotate 20s linear infinite}
    .wheel2{bottom:20%;right:5%;animation:rotate 25s linear infinite reverse}
    .bubbles{position:absolute;width:100%;height:100%}
    .bubble{position:absolute;background:rgba(255,255,255,.1);border-radius:50%;animation:float 15s infinite ease-in-out}
    .bubble:nth-child(1){width:40px;height:40px;right:10%;animation-delay:0s}
    .bubble:nth-child(2){width:20px;height:20px;right:20%;animation-delay:2s}
    .bubble:nth-child(3){width:60px;height:60px;right:35%;animation-delay:4s}
    .bubble:nth-child(4){width:30px;height:30px;right:50%;animation-delay:6s}
    .bubble:nth-child(5){width:25px;height:25px;right:70%;animation-delay:8s}
    .bubble:nth-child(6){width:45px;height:45px;right:85%;animation-delay:10s}

    .container{text-align:center;background:rgba(255,255,255,.95);padding:28px 24px;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);max-width:720px;width:92%;z-index:10;position:relative;backdrop-filter:blur(10px)}
    .logo{margin-bottom:10px}
    .logo h1{color:#4A90E2;font-size:2.2rem;font-weight:bold;margin-bottom:6px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}
    .logo .arabic{color:#2c3e50;font-size:1.3rem;margin-bottom:4px}
    .logo .tagline{color:#7f8c8d;font-size:.95rem;font-style:italic}

    .coming-soon{margin:14px 0 6px}
    .coming-soon h2{color:#2c3e50;font-size:1.6rem;margin-bottom:8px;font-weight:500}
    .coming-soon p{color:#7f8c8d;font-size:1rem;line-height:1.6;margin-bottom:6px}

    .btn{background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);color:#fff;padding:12px 22px;border-radius:40px;text-decoration:none;font-size:1rem;font-weight:bold;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 5px 15px rgba(37,211,102,.3);border:0;cursor:pointer}
    .btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,211,102,.4)}

    .services{margin-top:18px;padding-top:14px;border-top:1px solid #ecf0f1}
    .services h3{color:#2c3e50;font-size:1.1rem;margin-bottom:10px}
    .service-icons{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
    .service-item{display:flex;flex-direction:column;align-items:center;opacity:.8}
    .service-icon{width:44px;height:44px;background:#4A90E2;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:6px;color:#fff;font-size:22px}
    .service-item span{color:#7f8c8d;font-size:.85rem}

    /* Booking UI */
    .booking{margin-top:18px;text-align:right}
    .grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .row{display:flex;flex-direction:column;gap:6px}
    label{font-size:.9rem;color:#2c3e50}
    select,input[type="date"],input[type="time"],input[type="text"]{width:100%;padding:10px 12px;border:1px solid #e1e8ee;border-radius:10px;background:#fff;font-size:.95rem}

    /* Addons accordion */
    .accordion{border:1px solid #e1e8ee;border-radius:12px;background:#f7fbff}
    .accordion-toggle{width:100%;background:transparent;border:0;padding:12px 14px;border-radius:12px;display:flex;align-items:center;gap:10px;cursor:pointer}
    .accordion-toggle span.title{color:#2c3e50;font-weight:600}
    .accordion-toggle .summary{color:#6b7c85;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-inline-start:auto;margin-inline-end:8px;max-width:65%}
    .accordion-toggle .chevron{width:16px;height:16px;display:inline-block;transform:rotate(0);transition:transform .2s ease}
    .accordion-toggle .chevron::before{content:"▾";display:block;line-height:1}
    .accordion.open .accordion-toggle .chevron{transform:rotate(180deg)}
    .accordion-panel{max-height:0;overflow:hidden;transition:max-height .3s ease;padding-inline:14px}
    .accordion.open .accordion-panel{padding-bottom:12px}
    .addons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
    .addon{background:#fff;border:1px solid #e1e8ee;border-radius:10px;padding:10px;display:flex;gap:8px;align-items:center}

    .total{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:10px 14px;background:#f3f7fc;border-radius:12px;border:1px solid #e1e8ee}
    .total strong{font-size:1.05rem;color:#2c3e50}
.actions {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
    .small{font-size:.85rem;color:#6b7c85}

    /* Floating WhatsApp chat */
    .floating-whatsapp{position:fixed;bottom:18px;left:18px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;box-shadow:0 8px 25px rgba(0,0,0,.2);z-index:999}
    .floating-whatsapp:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(37,211,102,.45)}

    @keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}
    @keyframes float{0%,100%{transform:translateY(100vh) rotate(0);opacity:0}10%,90%{opacity:1}50%{transform:translateY(-100px) rotate(180deg)}}
    @media(max-width:768px){
      .container{margin:16px;padding:22px 16px}
      .grid{grid-template-columns:1fr}
      .addons{grid-template-columns:1fr}
      .accordion-toggle .summary{max-width:55%}
    }
    .tap-button {
  background: linear-gradient(135deg, #333 0%, #000 100%);
  color: #fff;
}
.tap-button:hover {
  background: linear-gradient(135deg, #000 0%, #222 100%);
}
#whatsappBtn {
  display: none;
}
.row-horizontal {
  flex-direction: row !important;
  gap: 10px;
}
.qty-group button {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 6px;
}
.addon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  gap: 12px;
  padding: 10px;
  border: 1px solid #e1e8ee;
  border-radius: 10px;
  background: #fff;
  flex-wrap: nowrap;
}

.addon > span:first-child {
  flex: 1;
  text-align: right;
  font-size: 0.95rem;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.qty-controls input[type="number"] {
  width: 48px;
  text-align: center;
  padding: 6px 4px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.qty-controls button {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.addon-price {
  font-weight: 500;
  font-size: 0.85rem;
  color: #4A90E2;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: left;
  min-width: 48px; 
}
.time-select {
  direction: ltr;
  text-align: right;
}
.service-entry {
  border: 1px solid #e1e8ee;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 16px;
  background: #fdfefe;
  position: relative;
}
.service-entry .remove-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e74c3c;
  color: #fff;
  border: none;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.85rem;
  cursor: pointer;
  display: none;
}
.service-entry:not(:first-child) .remove-btn {
  display: block;
}
.add-service-btn {
  background: #3498db;
  font-size: 0.95rem;
  padding: 10px 20px;
}

/* Better alignment for the delete button (RTL-aware) */
.service-entry { position: relative; }

/* hide on first, show on added entries */
.service-entry .remove-btn { display: none; }
.service-entry:not(:first-child) .remove-btn { display: inline-flex; }

/* pin to the card corner and size consistently */
.service-entry .remove-btn {
  position: absolute;
  inset-block-start: 12px;   /* top */
  inset-inline-end: 12px;    /* left in RTL, right in LTR */
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  line-height: 1;
  border: 0;
  border-radius: 10px;
  font-size: 0.85rem;
  background: linear-gradient(135deg,#e74c3c,#c0392b);
  color: #fff;
  box-shadow: 0 4px 12px rgba(231,76,60,.25);
  cursor: pointer;
}
.service-entry .remove-btn:hover { transform: translateY(-1px); }

/* reserve space so the button never overlaps content */
.service-entry:not(:first-child) { padding-top: 56px; }

@media (max-width: 768px) {
  .service-entry .remove-btn { inset-block-start: 10px; inset-inline-end: 10px; height: 32px; min-width: 32px; }
  .service-entry:not(:first-child) { padding-top: 48px; }
}

.logo {
  position: relative;      /* make it the positioning context */
  padding-top: 10px;       /* give a little breathing room */
}

.logo-img {
  position: fixed;
  top: 12px;         /* distance from top of viewport */
  right: 12px;       /* distance from right edge */
  width: 120px;      /* adjust as needed */
  height: auto;
  z-index: 1000;     /* above other content */
}

@media (max-width: 768px) {
  .logo-img {
    top: -50px;        /* tighter on mobile */
    right: -50px;
    width: 200px;
  }
}



