/*
RTL Luxury Real Estate Theme Styles - Arabic Version
This file contains all the same design as the main luxury theme but with RTL (Right-to-Left) support
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
/* RTL Base Styles */
html[dir="rtl"] {
  direction: rtl;
  text-align: right;
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: "Noto Kufi Arabic", sans-serif !important;
}

/* RTL Typography */
html[dir="rtl"] h1, 
html[dir="rtl"] h2, 
html[dir="rtl"] h3, 
html[dir="rtl"] h4, 
html[dir="rtl"] h5, 
html[dir="rtl"] h6 {
  text-align: right;
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif !important;

}

html[dir="rtl"] p {
  text-align: right;
  direction: rtl;
}

/* RTL Luxury Card Components */
html[dir="rtl"] .luxury-card {
  padding: 30px;
  border: 2px solid #D4AF37;
  border-radius: 12px;
  background: linear-gradient(135deg, #FAFAFA 0%, #F8F6F0 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 20px rgba(212, 175, 55, 0.1);
  position: relative;
  overflow: hidden;
  text-align: right;
}

html[dir="rtl"] .luxury-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #D4AF37 0%, #FFD700 100%);
}

html[dir="rtl"] .luxury-content-card {
  padding: 30px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-right: 4px solid #D4AF37;
  border-left: none;
  text-align: right;
}

html[dir="rtl"] .luxury-agent-card {
  padding: 25px;
  border: 2px solid #D4AF37;
  border-radius: 12px;
  background: linear-gradient(135deg, #FAFAFA 0%, #F8F6F0 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 20px rgba(212, 175, 55, 0.1);
  text-align: right;
}

/* RTL Luxury Typography */
html[dir="rtl"] .luxury-title {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  color: #1A1A1A;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-align: right;
}

html[dir="rtl"] .luxury-section-title {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: right;
}

html[dir="rtl"] .luxury-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #D4AF37 0%, #FFD700 100%);
}

html[dir="rtl"] .luxury-description {
  color: #5A5A5A;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: right;
}

html[dir="rtl"] .luxury-address {
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

html[dir="rtl"] .luxury-price {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #D4AF37;
  letter-spacing: 0.5px;
  text-align: right;
}

html[dir="rtl"] .luxury-details {
  color: #3A3A3A;
  font-weight: 500;
  text-align: right;
}

html[dir="rtl"] .luxury-meta li {
  color: #5A5A5A;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: right;
}

html[dir="rtl"] .luxury-meta i {
  color: #D4AF37;
  margin-left: 8px;
  margin-right: 0;
  width: 16px;
}

/* RTL Luxury Buttons */
html[dir="rtl"] .btn-luxury-primary {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  color: #1A1A1A;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  transition: all 0.3s ease;
  text-align: center;
}

html[dir="rtl"] .btn-luxury-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
  color: #1A1A1A;
}

html[dir="rtl"] .btn-luxury-outline {
  background: transparent;
  color: #D4AF37;
  border: 2px solid #D4AF37;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-align: center;
}

html[dir="rtl"] .btn-luxury-outline:hover {
  background: #D4AF37;
  color: #1A1A1A;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

/* RTL Luxury Features */
html[dir="rtl"] .luxury-features li {
  color: #3A3A3A;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: right;
}

html[dir="rtl"] .luxury-check {
  color: #D4AF37;
  margin-left: 10px;
  margin-right: 0;
  font-size: 16px;
}

/* RTL Luxury Agent */
html[dir="rtl"] .luxury-agent-name {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: right;
}

html[dir="rtl"] .luxury-agent-title {
  color: #D4AF37;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: right;
}

html[dir="rtl"] .luxury-avatar {
  width: 60px;
  height: 60px;
  border: 3px solid #D4AF37;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

html[dir="rtl"] .luxury-contact-list li {
  color: #5A5A5A;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: right;
}

html[dir="rtl"] .luxury-contact-icon {
  color: #D4AF37;
  margin-left: 10px;
  margin-right: 0;
  width: 16px;
}

/* RTL Luxury Overlays */
html[dir="rtl"] .luxury-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
  z-index: 10;
}

html[dir="rtl"] .luxury-badge {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  color: #1A1A1A;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

html[dir="rtl"] .luxury-badge i {
  margin-left: 5px;
  margin-right: 0;
}

html[dir="rtl"] .plan-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  background: rgba(26, 26, 26, 0.8);
  color: #D4AF37;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

html[dir="rtl"] .map-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(26, 26, 26, 0.8);
  color: #D4AF37;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
}

html[dir="rtl"] .map-thumb:hover .map-overlay {
  opacity: 1;
}

/* RTL Luxury Sections */
html[dir="rtl"] .luxury-section {
  background: #FAFAFA;
}

html[dir="rtl"] .luxury-gradient {
  background: linear-gradient(135deg, #FAFAFA 0%, #F8F6F0 100%);
}

/* RTL Luxury Actions */
html[dir="rtl"] .luxury-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

html[dir="rtl"] .luxury-agent-actions {
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
}

/* RTL Luxury Navigation */
html[dir="rtl"] .luxury-top-bar {
  background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%);
  border-bottom: 2px solid #D4AF37;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

html[dir="rtl"] .luxury-contact-links li {
  color: #D4AF37;
  font-weight: 500;
  text-align: right;
}

html[dir="rtl"] .luxury-icon {
  color: #FFD700;
  margin-left: 8px;
  margin-right: 0;
}

html[dir="rtl"] .luxury-social a {
  color: #D4AF37;
  border-right: 1px solid rgba(212, 175, 55, 0.3);
  border-left: none;
  transition: all 0.3s ease;
}

html[dir="rtl"] .luxury-social a:hover {
  color: #FFD700;
  background: rgba(212, 175, 55, 0.1);
}

html[dir="rtl"] .luxury-auth-btn {
  color: #D4AF37;
  font-weight: 500;
  transition: all 0.3s ease;
}

html[dir="rtl"] .luxury-auth-btn:hover {
  color: #FFD700;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

html[dir="rtl"] .luxury-navbar {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #E5E5E5;
}

html[dir="rtl"] .luxury-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
}

html[dir="rtl"] .luxury-brand-text {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 2px;
}

html[dir="rtl"] .luxury-nav-link {
  color: #3A3A3A;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  position: relative;
}

html[dir="rtl"] .luxury-nav-link:hover {
  color: #D4AF37;
  text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

html[dir="rtl"] .luxury-nav-item.active .luxury-nav-link {
  color: #1A1A1A;
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

html[dir="rtl"] .luxury-toggler {
  border-color: #D4AF37;
}

html[dir="rtl"] .luxury-toggler .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='rgba%28212, 175, 55, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* RTL Luxury Property Cards */
html[dir="rtl"] .luxury-property-card {
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

html[dir="rtl"] .luxury-property-card:hover {
  border-color: #D4AF37;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 20px rgba(212, 175, 55, 0.1);
}

html[dir="rtl"] .luxury-property-wrap {
  background: #fff;
}

html[dir="rtl"] .luxury-thumb {
  position: relative;
  overflow: hidden;
}

html[dir="rtl"] .luxury-hover {
  display: block;
  position: relative;
}

html[dir="rtl"] .luxury-overlay-card {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
}

html[dir="rtl"] .luxury-property-card:hover .luxury-overlay-card {
  opacity: 1;
}

html[dir="rtl"] .luxury-badge-card {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  color: #1A1A1A;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

html[dir="rtl"] .luxury-badge-card i {
  margin-left: 4px;
  margin-right: 0;
}

html[dir="rtl"] .luxury-status-badge {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  color: #1A1A1A;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

html[dir="rtl"] .luxury-item-body {
  padding: 25px;
  background: #fff;
  text-align: right;
}

html[dir="rtl"] .luxury-property-title {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
  text-align: right;
}

html[dir="rtl"] .luxury-property-title a {
  color: #1A1A1A;
  text-decoration: none;
  transition: all 0.3s ease;
}

html[dir="rtl"] .luxury-property-title a:hover {
  color: #D4AF37;
  text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

html[dir="rtl"] .luxury-address {
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: right;
}

html[dir="rtl"] .luxury-location-icon {
  color: #D4AF37;
  margin-left: 8px;
  margin-right: 0;
}

html[dir="rtl"] .luxury-pricing {
  margin-bottom: 20px;
  text-align: right;
}

html[dir="rtl"] .luxury-price-card {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  color: #D4AF37;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-align: right;
}

html[dir="rtl"] .luxury-details-card {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  text-align: right;
}

html[dir="rtl"] .luxury-property-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  padding-top: 15px;
  border-top: 1px solid #F0F0F0;
}

html[dir="rtl"] .btn-luxury-sm {
  background: transparent;
  color: #D4AF37;
  border: 1px solid #D4AF37;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[dir="rtl"] .btn-luxury-sm:hover {
  background: #D4AF37;
  color: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

/* RTL Additional Luxury Button Styles */
html[dir="rtl"] .btn-luxury-secondary {
  background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%);
  color: #D4AF37;
  border: 2px solid #1A1A1A;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-align: center;
}

html[dir="rtl"] .btn-luxury-secondary:hover {
  background: #D4AF37;
  color: #1A1A1A;
  border-color: #D4AF37;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
}

html[dir="rtl"] .btn-luxury-ghost {
  background: transparent;
  color: #D4AF37;
  border: 2px solid #D4AF37;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-align: center;
}

html[dir="rtl"] .btn-luxury-ghost:hover {
  background: rgba(212, 175, 55, 0.1);
  color: #FFD700;
  border-color: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* RTL Luxury Form Elements */
html[dir="rtl"] .luxury-form-control {
  border: 2px solid #E5E5E5;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .luxury-form-control:focus {
  border-color: #D4AF37;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
  outline: none;
}

html[dir="rtl"] .luxury-form-label {
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: right;
}

/* RTL Luxury Badges */
html[dir="rtl"] .luxury-badge {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  color: #1A1A1A;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

html[dir="rtl"] .luxury-badge-dark {
  background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%);
  color: #D4AF37;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* RTL Luxury Alerts */
html[dir="rtl"] .luxury-alert {
  background: linear-gradient(135deg, #F8F6F0 0%, #FAFAFA 100%);
  border: 2px solid #D4AF37;
  border-radius: 8px;
  padding: 20px;
  color: #1A1A1A;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: right;
}

html[dir="rtl"] .luxury-alert-success {
  border-color: #28a745;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
}

html[dir="rtl"] .luxury-alert-warning {
  border-color: #ffc107;
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
}

html[dir="rtl"] .luxury-alert-danger {
  border-color: #dc3545;
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
}

/* RTL Layout Adjustments */
html[dir="rtl"] .container {
  direction: rtl;
}

html[dir="rtl"] .row {
  direction: rtl;
}

html[dir="rtl"] .col-lg-8,
html[dir="rtl"] .col-lg-4,
html[dir="rtl"] .col-md-6,
html[dir="rtl"] .col-md-12,
html[dir="rtl"] .col-xs-12 {
  direction: rtl;
  text-align: right;
}

/* RTL Property Details Specific */
html[dir="rtl"] .property-summary {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  text-align: right;
}

html[dir="rtl"] .property-meta li {
  margin-bottom: 6px;
  text-align: right;
}

html[dir="rtl"] .list-check li {
  margin-bottom: 8px;
  text-align: right;
}

html[dir="rtl"] .plan-thumb {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

html[dir="rtl"] .agent-card {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  text-align: right;
}

html[dir="rtl"] .agent-avatar {
  width: 56px;
  height: 56px;
  object-fit: cover;
}

html[dir="rtl"] .map-thumb {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

html[dir="rtl"] .google-map-container {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

html[dir="rtl"] .map-placeholder {
  height: 400px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

html[dir="rtl"] .map-content {
  text-align: center;
  color: #333;
}

html[dir="rtl"] .map-icon {
  font-size: 48px;
  color: #ff6b6b;
  margin-bottom: 15px;
}

html[dir="rtl"] .map-actions {
  margin-top: 20px;
}

html[dir="rtl"] .map-actions .btn {
  margin: 0 5px;
}

html[dir="rtl"] .feature-box {
  padding: 30px 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

html[dir="rtl"] .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

html[dir="rtl"] .feature-icon {
  width: 60px;
  height: 60px;
  background: #ff6b6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

html[dir="rtl"] .feature-icon i {
  font-size: 24px;
  color: #fff;
}

html[dir="rtl"] .feature-box h5 {
  margin-bottom: 10px;
  color: #333;
}

html[dir="rtl"] .feature-box p {
  color: #666;
  margin: 0;
}

/* RTL Section Titles */
html[dir="rtl"] .section-title {
  font-size: 36px;
  color: #1A1A1A;
  padding-bottom: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0;
  font-family: "Noto Kufi Arabic", sans-serif !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

html[dir="rtl"] .section-title:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 80px;
  right: 50%;
  left: auto;
  bottom: 15px;
  transform: translateX(50%);
  background: linear-gradient(90deg, #D4AF37 0%, #FFD700 100%);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

html[dir="rtl"] .section-title:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  right: 50%;
  left: auto;
  bottom: 8px;
  border-radius: 50%;
  transform: translateX(50%);
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

/* RTL Navigation Adjustments */
html[dir="rtl"] .navbar-nav {
  direction: rtl;
}

html[dir="rtl"] .navbar-nav .nav-link {
  text-align: right;
}

html[dir="rtl"] .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

html[dir="rtl"] .dropdown-item {
  text-align: right;
}

/* RTL Form Adjustments */
html[dir="rtl"] .form-control {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .form-group {
  text-align: right;
}

html[dir="rtl"] .form-label {
  text-align: right;
}

/* RTL List Adjustments */
html[dir="rtl"] ul,
html[dir="rtl"] ol {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] li {
  text-align: right;
}

/* RTL Table Adjustments */
html[dir="rtl"] table {
  direction: rtl;
}

html[dir="rtl"] th,
html[dir="rtl"] td {
  text-align: right;
}

/* RTL Social Icons */
html[dir="rtl"] .social-icons {
  padding-right: 5px;
  padding-left: 0;
}

html[dir="rtl"] .social-icons li {
  float: right;
  margin-left: 16px;
  margin-right: 0;
}

/* RTL Footer Adjustments */
html[dir="rtl"] .footer-area {
  text-align: right;
}

html[dir="rtl"] .footer-area .footer-link li {
  text-align: right;
}

html[dir="rtl"] .footer-area .address li {
  text-align: right;
}

/* RTL Responsive Adjustments */
@media (max-width: 991px) {
  html[dir="rtl"] .luxury-actions {
    justify-content: center;
  }
  
  html[dir="rtl"] .luxury-property-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  html[dir="rtl"] .luxury-title {
    font-size: 24px;
    text-align: center;
  }
  
  html[dir="rtl"] .luxury-section-title {
    font-size: 20px;
    text-align: center;
  }
  
  html[dir="rtl"] .luxury-description {
    text-align: center;
  }
  
  html[dir="rtl"] .luxury-actions {
    justify-content: center;
    flex-direction: column;
  }
  
  html[dir="rtl"] .luxury-property-actions {
    justify-content: center;
  }
}

/* RTL Animation Adjustments */
html[dir="rtl"] .fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* RTL Utility Classes */
html[dir="rtl"] .text-left {
  text-align: right !important;
}

html[dir="rtl"] .text-right {
  text-align: left !important;
}

html[dir="rtl"] .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

html[dir="rtl"] .mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

html[dir="rtl"] .pl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html[dir="rtl"] .pr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html[dir="rtl"] .ml-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

html[dir="rtl"] .mr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* RTL Bootstrap Grid Adjustments */
html[dir="rtl"] .col-1, html[dir="rtl"] .col-2, html[dir="rtl"] .col-3, html[dir="rtl"] .col-4,
html[dir="rtl"] .col-5, html[dir="rtl"] .col-6, html[dir="rtl"] .col-7, html[dir="rtl"] .col-8,
html[dir="rtl"] .col-9, html[dir="rtl"] .col-10, html[dir="rtl"] .col-11, html[dir="rtl"] .col-12 {
  direction: rtl;
  text-align: right;
}

/* RTL Flexbox Adjustments */
html[dir="rtl"] .d-flex {
  direction: rtl;
}

html[dir="rtl"] .justify-content-start {
  justify-content: flex-end !important;
}

html[dir="rtl"] .justify-content-end {
  justify-content: flex-start !important;
}

html[dir="rtl"] .align-items-start {
  align-items: flex-end !important;
}

html[dir="rtl"] .align-items-end {
  align-items: flex-start !important;
}
html[dire="rtl"] .section-title-header p{
  font-family: "Noto Kufi Arabic", sans-serif !important;
}