.language-switcher {
  margin-left: 20px;
  padding: 5px 10px;
  border: 1px solid #805b62;
  border-radius: 5px;
  background: #fff;
  color: #805b62;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.language-switcher:hover {
  background: #805b62;
  color: #fff;
}

.language-switcher.mobile {
  margin-top: 10px;
  margin-left: 0;
  text-align: center;
}

.lang-ar {
  direction: rtl;
  text-align: right;
}

.lang-ar .navbar-brand {
  text-align: right;
}

.lang-ar .nav-menu {
  flex-direction: row-reverse;
}

.lang-ar .footer-main {
  direction: rtl;
}

.lang-en {
  direction: ltr;
  text-align: left;
}

.rtl ul.w3l-right-book { padding-right: 20px; }
.rtl .fa-check { margin-left: 10px; margin-right: 0 !important; }

.active-lang {
  background: #f8f9fa !important;
  border: 1px solid #ddd !important;
}

.rtl .navbar-nav {
  direction: rtl;
  text-align: right;
  padding-right: 0;
}

.rtl .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.rtl .navbar-nav {
  margin-right: auto !important;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar-brand {
  margin-left: 20px !important;
  margin-right: 0 !important;
}

.header-icons a {
  position: relative;
  font-size: 24px;
  color: white !important;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.header-icons a:hover {
  color: #ddd !important;
}

.cart-icon {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: darkred;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 2px 5px;
}

.login-icon i {
  font-size: 24px;
}

.service-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-card h4 {
  margin-top: 0;
  color: #ff4c4c;
}

.service-card .form-group {
  margin-bottom: 15px;
}

.service-card .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.service-card .price {
  font-weight: bold;
  color: #28a745;
}



.booking-summary {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.booking-summary h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.total-cost {
  font-size: 18px;
  font-weight: bold;
  color: #28a745;
  text-align: right;
  margin-top: 20px;
}

.submit-btn {
  margin-top: 30px;
}

.logo-img {
  height: 55px;
  width: auto;
  margin-right: 10px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-left: -10px;
}

.checkout-section {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.checkout-section h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ff4c4c;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.service-item {
  padding: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.service-item:last-child {
  border-bottom: none;
}



.service-info {
  flex-grow: 1;
}

.service-name {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.service-details {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.service-price {
  font-weight: bold;
  color: #28a745;
  margin-left: 15px;
  white-space: nowrap;
}

.payment-method-section {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.payment-method-section h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ff4c4c;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment-option {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.total-row {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #eee;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.btn-checkout {
  background-color: #d291bc;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
}

.special-instructions {
  margin-top: 20px;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 15px;
}

.cart-item-details {
  flex-grow: 1;
}

.cart-item-name {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.cart-item-price {
  color: #28a745;
  font-weight: bold;
}

.cart-item-actions {
  margin-left: 15px;
}

.cart-summary {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.cart-total {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #eee;
}

.cart-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.empty-cart-message {
  padding: 30px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 20px;
}

.empty-cart-message p {
  margin-bottom: 20px;
  color: #666;
}

.cont-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}

.cont-top i {
  font-size: 22px;
  margin-top: 2px;
}

.cont-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.cont-left i {
  font-size: 22px;
}

.cont-right {
  margin-left: 10px;
}

html[dir="rtl"] .cont-right {
  margin-left: 0;
  margin-right: 300px;
}

body.rtl {
  direction: rtl;
  text-align: right;
}



body.rtl .service-price {
  float: left;
}

body.rtl .text-right {
  text-align: left !important;
}

body.rtl .col-md-5,
body.rtl .col-md-7 {
  float: right;
}

body.rtl .form-group label {
  float: right;
}

body.rtl .form-group input,
body.rtl .form-group textarea {
  text-align: right;
}

body.rtl .payment-options .payment-option {
  float: right;
}

.payment-option {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 100px;
}

.rtl .banner-text {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-left: 30px;
}

.rtl .banner-text h3,
.rtl .banner-text h4,
.rtl .banner-text p {
  text-align: left !important;
}

.d-grid.contact-view {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 2rem;
}

.map-content-9 {
  max-width: 600px;
  margin: 0 auto 60px;
}

.btn-contact {
  margin-bottom: 20px;
}

.custom-btn {
  background-color: #d291bc;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #c07da8;
}
