

:root {
    --primaryFont: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --secondaryFont: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
    font-family: var(--primaryFont) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .section-title,
body .hero-title {
    font-family: var(--secondaryFont) !important;
    font-weight: 600;
    letter-spacing: 0.2px;
}
html[dir="rtl"] body {
    font-family: "Cairo", sans-serif !important;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] .section-title,
html[dir="rtl"] .hero-title {
    font-family: "Cairo", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0;
}
.text-red{
    color: var(--logoredColor)!important;
}
@media (max-width: 991px) {
  .cursor,
  .cursor-inner {
    display: none !important;
  }
}
.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -60px;
    top: -60px;
    background: linear-gradient(135deg, #ff6b6b, #f4a647);
    opacity: 0.18;
    border-radius: 50%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6b6b, #f4a647);
    color: #ffffff;
    font-size: 26px;
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    color: #14223b;
    margin-bottom: 10px;
}

.service-text {
    font-size: 15px;
    color: #60697b;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .service-card {
        padding: 26px 22px;
    }
}

language-switcher select {
    min-width: 120px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
}

html[dir="rtl"] .menu-section { direction: rtl; }
html[dir="rtl"] .menu-section li a { text-align: right; }
/* Keep Swiper logic LTR even in Arabic */
html[dir="rtl"] .swiper,
html[dir="rtl"] .swiper-wrapper {
  direction: ltr;
}

/* But allow text inside slides to be RTL */
html[dir="rtl"] .swiper-slide {
  direction: rtl;
  text-align: right;
}
html[dir="rtl"] .hero-content h1,
html[dir="rtl"] .hero-content span {
  letter-spacing: 0;
}
/* RTL: plane starts left and moves right */
html[dir="rtl"] .tour-area .text-shape {
  left: 0 !important;
  right: auto !important;
  transform: scaleX(-1);
}

/* Reverse animation direction for RTL */
html[dir="rtl"] .tour-area .move-left {
  animation-direction: reverse;
}

/* Keep Arabic text on right */
html[dir="rtl"] .tour-area .section-title {
  text-align: right;
  direction: rtl;
}

/* Default: LTR */
.plane-rtl {
  display: none;
}

/* RTL only */
html[dir="rtl"] .plane-ltr {
  display: none;
}
.plane-rtl {
  transform: scaleX(-1);
}

html[dir="rtl"] .plane-rtl {
  display: block;
}

/* RTL footer: reverse icon + text order */
html[dir="rtl"] .footer-widget .contact-info li {
  flex-direction: row-reverse;
  text-align: right;
}
html[dir="rtl"] .footer-widget .contact-info li span {
  margin-left: 12px;
  margin-right: 0;
}
html[dir="rtl"] .footer-widget .contact-info a,
html[dir="rtl"] .footer-widget .contact-info p {
  text-align: right;
  direction: rtl;
}
html[dir="rtl"] .footer-widget .contact-info a[href^="tel"] {
  direction: ltr;
  unicode-bidi: embed;
}
html[dir="rtl"] .footer-widget img {
  transform: none;
}
html[dir="rtl"] .footer-widget .contact-info li span {
  margin-left: 10px; /* instead of 12px */
}

/* ===== Contact page RTL fixes ===== */

/* Contact info cards */
html[dir="rtl"] .contact-card {
  flex-direction: row-reverse;
  text-align: right;
}

html[dir="rtl"] .contact-card .contact-icon {
  margin-left: 12px;
  margin-right: 0;
}

html[dir="rtl"] .contact-card .contact-info {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .contact-card a[href^="tel"] {
  direction: ltr;
  unicode-bidi: embed;
}

/* Contact form */
html[dir="rtl"] .contact-section form {
  direction: rtl;
}

html[dir="rtl"] .contact-section input,
html[dir="rtl"] .contact-section textarea {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .contact-section input[type="email"],
html[dir="rtl"] .contact-section input[type="number"] {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .contact-section .btn {
  margin-left: auto;
  margin-right: auto;
}



.city-link:hover .city-img-el,
.city-link:focus .city-img-el {
  transform: scale(1.06);
  transition: transform .35s ease;
  filter: saturate(1.03) contrast(1.02);
}

.city-link:hover .city-img::after,
.city-link:focus .city-img::after {
  opacity: 1;
  transform: translateY(0);
}

.city-link:hover .hover-caption,
.city-link:focus .hover-caption {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.city-link .dest-title { transition: opacity .28s ease, transform .28s ease; }

.city-link:hover .dest-title,
.city-link:focus .dest-title {
  opacity: 0.85;
  transform: translateY(4px);
}

@media (max-width: 767px) {
  .city-img::after { opacity: .6; transform: none; } 
  .hover-caption { display: none; } 
  .city-link:hover .city-img-el { transform: none; } 
}


.city-img { position: relative; overflow: hidden; border-radius: .625rem; }

.city-img-el {
  display: block;
  width: 100%;
  height: 100%;            
  object-fit: cover;      
  object-position: center;  
  transition: transform .45s cubic-bezier(.22,.9,.21,1), filter .35s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.city-link:hover .city-img-el,
.city-link:focus .city-img-el {
  transform: scale(1.06);
  filter: saturate(1.04) contrast(1.02);
}

/* Form loading state */
.btn.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* Message styles */
.form-message {
  font-weight: 600;
  display: none;
}

.form-message.success {
  color: #28a745;
  display: block;
}

.form-message.error {
  color: #dc3545;
  display: block;
}

@media (max-width: 767px) {
  .city-img-el { transition: none; }
}

.city-img { min-height: 140px; }

.city-link:focus .city-img-el { transform: scale(1.03); }

.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 90px;  
  width: 46px;
  height: 46px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;     
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.whatsapp-icon {
  width: 46px;
  height: 46px;
  filter: brightness(1) invert(0);
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 46px;
    height: 46px;
    right: 30px;
    bottom: 85px;
  }
  .whatsapp-icon {
    width: 46px;
    height: 46px;
  }
}

.qr-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 18px 18px 12px;
    border-radius: 12px;
    display: inline-block;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.qr-img {
    width: 150px;   
    height: auto;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.qr-caption {
    font-size: 14px;
    opacity: 0.85;
}

/* Packages slider hover blur + centered CTA */
.city-img { position: relative; overflow: hidden; border-radius: .625rem; }
.city-img-el { width: 100%; height: auto; display: block; transition: transform .35s ease, filter .35s ease; }

/* overlay caption (hidden by default) */
.city-img .hover-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 8;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none;
  width: 100%;
  padding: 0 1rem;
}

/* inner box to control layout */
.city-img .hover-caption .hc-inner {
  display: inline-block;
  background: rgba(0,0,0,0.32);
  padding: 14px 18px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
}

/* title + CTA */
.city-img .hc-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px;
  letter-spacing: .3px;
}
.btn.hover-cta {
  display: inline-block;
  padding: .55rem 1rem;
  font-size: .95rem;
  border-radius: 8px;
  background: var(--logoredColor, #ff6b6b);
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}

/* Hover effect: blur + scale image, show caption */
.city-link:hover .city-img-el,
.city-link:focus .city-img-el {
  transform: scale(1.06);
  filter: blur(3px) brightness(.9);
}

.city-link:hover .hover-caption,
.city-link:focus .hover-caption {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

/* Keep title readable (fade slightly) */
.city-link:hover .dest-title,
.city-link:focus .dest-title { opacity: .95; transform: translateY(6px); }

/* Small screens: disable blur for performance and show CTA as simple overlay */
@media (max-width: 767px) {
  .city-link:hover .city-img-el { transform: none; filter: none; }
  .city-img .hover-caption .hc-inner { background: rgba(0,0,0,0.45); }
  .btn.hover-cta { padding: .45rem .8rem; }
}

.lang-btn { background: transparent; border: 0; cursor: pointer; padding: .25rem .5rem; }
.lang-list { position: absolute; right: 1rem; background: white; list-style: none; padding: .25rem 0; margin: 0; border-radius: 6px; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.lang-list li { padding: .45rem .9rem; cursor: pointer; white-space: nowrap; }
.lang-list li:hover { background: #f4f4f4; }
.d-none { display: none; }

/* Header pill style (keeps location inside header) */
.language-switcher {
  position: relative;
  
}



.lang-btn:focus { outline: 3px solid rgba(59,130,246,0.18); outline-offset: 2px; }

.lang-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(7,12,30,0.12); }

#langFlag { font-size: 18px; line-height:1; }
#langLabel { font-size: 12px; letter-spacing: .6px; color:#0f172a; }

.lang-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: #fff;
  border-radius: 8px;
  padding: .25rem 0;
  box-shadow: 0 8px 30px rgba(2,6,23,0.12);
  border: 1px solid rgba(0,0,0,0.06);
  list-style: none;
  transform-origin: top right;
  transition: opacity .12s ease, transform .12s ease;
}

.lang-list.d-none { opacity: 0; pointer-events: none; transform: translateY(-6px) scale(.98); }
.lang-list:not(.d-none) { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }

.lang-list li {
  padding: .5rem .9rem;
  cursor: pointer;
  white-space: nowrap;
  display:flex;
  align-items:center;
  gap:.6rem;
  font-weight:600;
}

.lang-list li:hover { background:#f6f9ff; }

.lang-list li[data-lang="ar"] { direction: rtl; }

.lang-list li::before { content: attr(data-flag); font-size: 16px; margin-right: .4rem; }
.lang-list li[aria-current="true"] { background:#eef2ff; color:#1e40af; }

/* small caret icon on the right of button */
.lang-btn .ri-arrow-down-s-line { font-size: 14px; color:#475569; transform: translateY(1px); }

@media (max-width: 767px) {
  .lang-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 26px;
  cursor: pointer;
  font-weight: 600;
  color: #111827;
  transition: transform .12s ease, box-shadow .12s ease;
}

}
@media (min-width: 767px) {
  .lang-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(180deg,#ffffff 0%, #f2f6fb 100%);
  border: 1px solid rgba(0,0,0,0.08);
  padding: .6rem .6rem;
  border-radius: 26px;
  box-shadow: 0 4px 14px rgba(7, 12, 30, 0.08);
  cursor: pointer;
  font-weight: 600;
  color: #111827;
  transition: transform .12s ease, box-shadow .12s ease;
}

}


:root {
  --brand-red: #AF2627;
  --brand-red-soft: rgba(198, 58, 58, 0.12);
}
.service-icon {
  background: linear-gradient(
    135deg,
    var(--brand-red),
    #AF2627
  );
}
.service-card::before {
  background: var(--brand-red-soft);
}
.btn.style-three {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
}

.btn.style-three:hover {
  background-color: #AF2627;
  border-color: #AF2627;
}
.why-book-card i,
.why-book-card svg {
  color: var(--brand-red);
}

/* Google Review CTA Section */
.google-review-section {
    /* background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%); */
    padding: 50px 60px;
}

.review-cta-box {
    background: #ffffff;
    padding: 50px 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.review-btn {
    min-width: 240px;
}

.read-review-link {
    font-weight: 600;
    color: #af2627; /* matches your red accent */
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-review-link:hover {
    color: #111827;
    text-decoration: underline;
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .review-cta-box {
        padding: 35px 25px;
        text-align: center;
    }
}
.breadcrumb-area .br-menu li a,
.breadcrumb-area .br-menu li,
.breadcrumb-area .br-menu li::after{
  color: #ffffff
}

/* @media (min-width:1600px) {

} */
.breadcrumb-area{
    /* background-image: url(../img/hero/1600x900.webp); */
    /* background-size: contain; */
    /* background-position: center; */
    /* background-color: #243770; */
    /* background-repeat: no-repeat; */
    padding: 280px 0 280px;
}

