/* ============================================
   SkyWay Travel - Custom Styles
   Only what Tailwind can't handle inline
   ============================================ */

/* --- Nav link style --- */
.nav-link {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #443620;
    position: relative;
    transition: color 0.5s ease;
}

/* --- Primary button --- */
.btn-primary {
    display: inline-flex;
    align-items: center;
    background-color: #1d3b8c;
    color: #fff;
    font-size: 1rem;
    gap: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 30px;
    border-radius: 0.2rem !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s;
    border: none;
    cursor: pointer;
}


/* --- Destination card --- */
.dest-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.dest-card[data-hotel],
.dest-card[data-camp] {
    cursor: default;
}
.dest-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0) 0%, transparent 50%);
}
.dest-card .dest-title {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.5s;
    text-decoration: none;
}

.dest-btn-row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.dest-card .dest-loc {
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    line-height: 1.5;
    background-color: #1d3b8c;
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    flex-grow: 1;
    text-align: center;
}

/* --- Description modal --- */
.desc-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}
.desc-modal-content {
    position: relative;
    background: #fff;
    border-radius: 0.75rem;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    z-index: 1;
}
.desc-modal-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}
.desc-modal-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
}
.desc-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: #888;
}


/* --- GLightbox nav fix (arrows default to top:-100% below 769px) --- */
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    top: 45% !important;
    background-color: transparent;
}

.glightbox-clean .gnext {
    right: 10px !important;
    color: black;
}

.glightbox-clean .gprev {
    left: 10px !important;
}

/* --- Mobile nav links --- */
.mobile-nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(37, 37, 37, 0.756);
    
    transition: color 0.5s;
}



/* --- Body locked (mobile nav open) --- */
body.locked {
    overflow: hidden;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.5rem;
  box-shadow: 0 4px 8px rgb(37 211 102 / 0.4);
  z-index: 999999;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  font-weight: 500;
  animation: pulse-shadow 2s infinite;
}
@keyframes pulse-shadow {
  0%,
  100% {
    box-shadow: 0 4px 6px rgb(37 211 102 / 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 4px 10px rgb(37 211 102 / 0.7);
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {

    .whatsapp-float {
      bottom: 45px;
      right: 10px;
      border-radius: 50% !important;
      width: 3.5rem !important;
      height: 3.5rem !important;
      padding: 0 !important;
      justify-content: center;
    }
    .whatsapp-float span {
      display: none;
    }
}

/* --- Review Carousel --- */
.review-carousel {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.review-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.review-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.review-arrow {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  flex-shrink: 0;
}
.review-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}





.review-text {
  direction: rtl;
  line-height: 1.8;
  font-family: 'Cairo', sans-serif;
  position: relative;
}

/* The Opening Quote */
.review-text::before {
  content: "”";
  color: #fff;
  margin-left: 1px;
}

/* The Closing Quote */
.review-text::after {
  content: "“";
  color: #fff;
  margin-right: 1px;
}
/* --- Credit Strip --- */
.credit-strip {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  text-align: center;
  margin: 0 !important;
  font-size: 0.1rem;
  padding: 0.4rem 0;
 
}
#footy{
    font-size: 1rem;
}

.credit-strip-text {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}

.credit-strip-link {
  color: #131313b9;
  font-weight: 500;
  text-decoration: underline;
}


.credit-strip-link:hover {
  -webkit-text-fill-color: #484519;
  transition: all 0.3s;
}
