/
*
Theme Name: MomenOmra
Author: Salah Alfazazi
Description: Ambient RTL-first theme for MomenOmra
Version: 1.0
Text Domain: momenomra
*/


body {
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  background: linear-gradient(to left, #1e3a8a, #facc15);
  color: white;
}
.cta-button {
  background: linear-gradient(to left, #facc15, #f59e0b);
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.8);
}
.cta-button {
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-block;
}
.hotel-btn, .vehicle-btn {
  background-color: #1e3a8a;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hotel-btn:hover, .vehicle-btn:hover {
  background-color: #facc15;
  color: #000;
}
.contact-page input,
.contact-page textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Cairo', sans-serif;
}

.contact-page label {
  font-weight: bold;
  color: #1e3a8a;
}
.about-page h2 {
  margin-bottom: 10px;
}

.about-page p, .about-page ul {
  font-size: 1.1rem;
  line-height: 1.8;
}
.terms-page h2,
.privacy-page h2 {
  margin-bottom: 10px;
}

.terms-page p,
.privacy-page p {
  font-size: 1.1rem;
  line-height: 1.8;
}
