/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/


/* --------------------------------------------------
   1. FONT IMPORTS
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap");


/* --------------------------------------------------
   2. BASE / GLOBAL STYLES
-------------------------------------------------- */
body {
  background-color: #fafafa;
  font-family: "Poppins", sans-serif, Arial, sans-serif;
}


/* --------------------------------------------------
   3. NAVBAR
-------------------------------------------------- */
.navbar {
  padding: 1rem 2rem;
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #f0f0f0;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar-brand img {
  height: 40px;
  user-select: none;
}

.navbar-toggler {
  border: none;
  background: transparent;
  font-size: 1.3rem;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-link {
  color: #212529;
  font-weight: 500;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color:  #fba81a;
  background: #fff3ed;
  font-weight: 700;
}

.navbar-text {
  color: #212529;
  font-weight: 500;
  cursor: pointer;
  margin-right: 1.5rem;
  font-size: 1rem;
}

.btn-register {
  background-color:  #fba81a;
  border: none;
  color: white;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgb(255 87 34 / 0.2);
  transition: background 0.3s ease;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
}

.btn-register:hover {
  background-color: #e64a19;
}


/* --------------------------------------------------
   4. BANNER SECTION
-------------------------------------------------- */
.banner-section {
  padding: 40px 0;
  background-color: #fafafa;
  position: relative;
}

/* LOCK HERO ALIGNMENT */
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}


.banner-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.banner-content h1 {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.banner-content h1 .highlight {
  color:  #fba81a;
}

.banner-content p {
  color: #6c757d;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  max-width: 450px;
}

/* Buttons */
.btn-book,
.btn-learn {
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 6px;
  transition: background 0.3s ease, color 0.3s;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

.btn-book {
  background:  #fba81a;
  color: #fff;
  margin-right: 1rem;
  box-shadow: 0 6px 15px rgba(255, 87, 34, 0.4);
}
.btn-book:hover {
  background: #e64a19;
  box-shadow: 0 8px 20px rgba(230, 74, 25, 0.6);
}

.btn-learn {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn-learn:hover {
  background: #333;
  color: #fba81a;
}


/* --------------------------------------------------
   5. FORM SECTION
-------------------------------------------------- */
.form-section {
  background: #fff;
  padding: 50px 0;
  box-shadow: 0 4px 40px rgb(0 0 0 / 0.1);
  border-radius: 12px;
  max-width: 1100px;
  margin: -80px auto 50px;
  position: relative;
  z-index: 10;
}

.form-card {
  padding: 1.5rem;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-control {
  border-radius: 0.375rem;
  height: 50px;
  padding-left: 2.8rem;
}

.form-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  font-size: 1.1rem;
}

.btn-submit {
  background-color: #fba81a;
  border: none;
  color: white;
  font-weight: 700;
  padding: 12px 0;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgb(255 87 34 / 0.55);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-submit:hover {
  background-color: #e64a19;
}


/* --------------------------------------------------
   6. SECTION HEADINGS
-------------------------------------------------- */
.container-section {
  padding: 2.5rem 1rem 2.5rem;
  max-width: 1350px;
  margin: auto;
}

.more-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  margin-top: 0.5rem;
}

.more-divider:before,
.more-divider:after {
  content: "";
  flex: 1 1 90px;
  border-bottom: 2px solid #a5a5a5;
  margin: 0 18px;
  opacity: 0.45;
}

.more-divider span {
  font-size: 34px;
  color: #a5a5a5;
  font-weight: 500;
  opacity: 0.83;
  letter-spacing: 0.5px;
  padding: 0 8px;
}

.attractions-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  font-weight: 900;
  color: #a1a1a1;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 50px;
}


/* --------------------------------------------------
   7. ATTRACTION CARDS
-------------------------------------------------- */
/* --- CARD --- */
.attraction-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 6px 26px rgba(60, 80, 120, 0.13),
              0 1.5px 8px rgba(0, 0, 0, 0.09);
  transition: transform 0.37s cubic-bezier(0.215, 0.61, 0.355, 1),
              box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: stretch;
  height: 500px;
  z-index: 0;
}

.attraction-card:hover {
  transform: translateY(-45px) scale(1.045);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.47),
              0 28px 64px rgba(0, 0, 0, 0.23),
              0 2.5px 16px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

/* --- IMAGE --- */
.attraction-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* --- BOTTOM OVERLAY --- */
.card-bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 34px 0 26px 0;
  background: linear-gradient(to top, rgba(20, 20, 20, 0.68) 73%, transparent 100%);
  text-align: center;
  z-index: 5;
}

/* --- TITLE --- */
.card-name-overlay {
  color: #fff;
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: 0.7px;
  margin-bottom: 13px;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.68);
  text-transform: capitalize;
}

/* --- WHATSAPP BUTTON --- */
.whatsapp-chat-btn {
  background: #25d3660d;
  color: #25d366;
  border-radius: 2em;
  padding: 0.48em 1.85em;
  font-weight: 700;
  font-size: 1.07rem;
  box-shadow: 0 2px 16px rgba(37, 211, 102, 0.1);
  display: inline-flex;
  align-items: center !important;
  gap: 0.5em;
  margin-bottom: 6px;
  text-decoration: none;
  border: none;

  /* animation + hidden state */
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.22s, transform 0.22s, background 0.13s;

  /* FIX: ensures button works even if parent structure breaks */
  position: relative;
  z-index: 10 !important;
}

/* --- HOVER SHOW FIX (GUARANTEED) --- */
.attraction-card:hover .whatsapp-chat-btn {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}

/* --- BUTTON HOVER --- */
.whatsapp-chat-btn:hover {
  background-color: #fba81a;
  color: #fff;
}

.whatsapp-icon {
  font-size: 1.3em;
}



/* --------------------------------------------------
   8. STICKY BANNER
-------------------------------------------------- */
.mittal-sticky-banner {
  position: sticky;
  top: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07),
    0 1.5px 5.5px rgba(255, 87, 34, 0.07);
  padding: 20px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  max-width: 1350px;
  margin: 12px auto 0;
  transition: box-shadow 0.26s;
}

.banner-profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.banner-profile img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #fba81a;
  background: #fafafa;
  object-fit: cover;
}

.banner-company {
  font-weight: 800;
  font-size: 1.2rem;
  color: #181d31;
  font-family: "Montserrat", sans-serif;
}

.banner-role {
  color:  #fba81a;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 2px;
}

.banner-desc {
  flex: 1;
  padding: 0 36px;
  font-size: 1.18rem;
  color: #181d31;
  font-weight: 600;
  line-height: 1.4;
}

.banner-call {
  background: #fff3ed;
  color: #fba81a;
  padding: 11px 23px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 1.08rem;
  text-decoration: none;
  box-shadow: 0 1px 9px rgba(255, 87, 34, 0.09);
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s;
}

.banner-call:hover {
  background: #fba81a;
  color: #fff;
}
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}

.shake-icon {
  display: inline-block;
  animation: shake 1s ease-in-out infinite;
}


/* --------------------------------------------------
   9. URBANIA – STEPS SECTION
-------------------------------------------------- */
.urbania-section-title {
  text-align: center;
  color: #fba81a;
  letter-spacing: 1px;
  font-size: 30px;
}

.urbania-headline {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 2.8rem;
  color: #151515;
}

.urbania-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 45px;
}

.urbania-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 180px;
  min-width: 230px;
  position: relative;
}

.urbania-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 26%;
  right: -38px;
  width: 75px;
  height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg width='75' height='22' xmlns='http://www.w3.org/2000/svg'><line x1='5' y1='11' x2='65' y2='11' stroke='%23FF5722' stroke-width='3' stroke-dasharray='6,7'/><polygon points='70,11 65,6 65,16' fill='%23FF5722'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.urbania-ico-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

.urbania-step-icon {
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
}

.urbania-step:hover .urbania-step-icon {
  animation: shake-lr 0.8s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake-lr {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(4px); }
  30%, 50%, 70% { transform: translateX(-7px); }
  40%, 60% { transform: translateX(7px); }
}

.urbania-step-title {
  font-size: 1.28rem;
  font-weight: 800;
}

.urbania-step-desc {
  color: #888;
  font-size: 1.12rem;
  text-align: center;
  max-width: 240px;
  margin-top: 0.6rem;
}


/* --------------------------------------------------
   10. FOOTER
-------------------------------------------------- */
.mittal-footer {
  position: relative;
  background: url("/assets/images/footerImg.png") center/cover no-repeat;
  color: #fff;
  padding: 60px 20px 40px;
  overflow: hidden;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}

.footer-content {
  position: relative;
  display: flex;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
  user-select: none;
}

.footer-column h2 {
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 0.9rem;
  font-size: 1.25rem;
}

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.social-link:hover {
  background-color:  #fba81a;
  color: white;
}

.footer-column.links ul {
  list-style: none;
  padding: 0;
}

.footer-column.links ul li {
  margin-bottom: 0.75rem;
}

.footer-column.links ul li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.footer-column.links ul li a:hover {
  color:  #fba81a;
}

.footer-column.newsletter p {
  color: #dcdcdc;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.btn-subscribe {
  background-color: #fba81a;
  border: none;
  padding: 10px 26px;
  border-radius: 28px;
  color: white;
  font-weight: 700;
}
.btn-subscribe:hover {
  background-color: #e64a19;
}

.qr-code {
  width: 140px;
  height: 140px;
  background: white;
  padding: 8px;
  border-radius: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  max-width: 1200px;
  margin: 30px auto 0;
  padding-top: 20px;
  text-align: center;
  color:white;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-nav a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: none;
}


/* --------------------------------------------------
   11. NEWSLETTER MODAL
-------------------------------------------------- */
/* ===== Modal Overlay ===== */
.newsletter-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 32, 0.45);
  z-index: 10000;
  backdrop-filter: blur(2px); /* Soft blur for premium look */
}

/* ===== Modal Box ===== */
.newsletter-modal-content {
  background: #fff;
  width: 480px;
  margin: 5% auto;
  padding: 34px 34px 28px;
  border-radius: 24px;
  box-shadow: 0 18px 58px rgba(252, 101, 60, 0.18);
  text-align: center;
  position: relative;
  animation: fadeIn 0.35s ease-out;
  color:black;
}

/* Smooth entrance */
@keyframes fadeIn {
  from { transform: translateY(10px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* ===== Close Button ===== */
.close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 1.8rem;
  color: #fc653c;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.close:hover {
  transform: scale(1.15);
}

/* ===== Form Layout ===== */
#newsletter-form {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}

/* ===== Inputs ===== */
.newsletter-input {
  flex: 2;
  padding: 12px 18px;
  font-size: 1.05rem;
  border-radius: 16px;
  border: 1.5px solid #fc653c;
  color: #212121;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.newsletter-input:focus {
  border-color: #fd4424;
  box-shadow: 0 0 0 3px rgba(252, 101, 60, 0.25);
}

.newsletter-input::placeholder {
  color: #9f9f9f;
}

/* ===== Button ===== */
.newsletter-submit {
  flex: 1;
  padding: 12px 0;
  border-radius: 16px;
  background: #fc653c;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 1.08rem;
  cursor: pointer;
  transition: 0.25s ease;
}

.newsletter-submit:hover {
  background: #fd4424;
  transform: translateY(-1px);
}

/* ===== Responsive ===== */
@media (max-width: 540px) {
  .modal-content {
    width: 90%;
    padding: 28px 20px;
  }

  #newsletter-form {
    flex-direction: column;
  }

  .newsletter-submit {
    width: 100%;
  }
}


.whatsapp-fixed-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366; /* WhatsApp green */
    color: white;
    padding: 10px 19px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.6);
    z-index: 999;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.whatsapp-fixed-btn:hover {
    background:#207c46; /* Darker green on hover */
    transform: translateY(-2px) scale(1.12);
}

.whatsapp-icon {
    margin-right: 8px;
}

.whatsapp-fixed-btn span {
    color: white;
}

/* --------------------------------------------------
   16. CAREER PAGE STYLES
-------------------------------------------------- */
.job-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    border: 1px solid #eee;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
    border-color: var(--primary);
}

.job-card .badge {
    font-weight: 500;
    margin-right: 5px;
    padding: 8px 12px;
}
/* --------------------------------------------------
   12. RESPONSIVE STYLES
-------------------------------------------------- */

/* Max 991px */
@media (max-width: 991.98px) {
  .navbar { padding: 0.75rem 1rem; }
  .navbar-brand img { height: 28px; }

  .form-section {
    margin: 0 15px 25px;
  }
}

/* Max 980px */
@media (max-width: 980px) {
  .mittal-sticky-banner {
    flex-direction: column;
    gap: 13px;
    padding: 15px 12px;
    max-width: 98vw;
  }

   .banner-desc {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-call {
    width: 100%;
    justify-content: center;
  }
}

/* Max 800px */
@media (max-width: 800px) {
  .urbania-step:not(:last-child)::after {
    width: 45px;
    right: -24px;
    display: none;
  }
  .attractions-heading { font-size: 2.8rem; }
}

/* Max 767px */
@media (max-width: 767.98px) {
  .navbar { flex-direction: column; }

  .navbar-nav {
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
  }

  .banner-content h1 { font-size: 2.5rem; }

  .banner-section { padding-bottom: 40px; }
}

/* Max 600px */
@media (max-width: 600px) {
  .mittal-sticky-banner {
    padding: 11px 5px;
    border-radius: 10px;
  }
  .banner-profile img {
    width: 46px;
    height: 46px;
  } 
}



/* Container adjustments */
.banner-section {
    position: relative;
    width: 100%;
    /* Optional: Limit height if you don't want it full screen */
    /* max-height: 90vh; */ 
}

/* Video Background Wrapper */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

/* The Actual Video */
.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ensures video covers screen without stretching */
}

/* Dark Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 50% Black opacity - Adjust this if video is too dark/bright */
    z-index: 1;
}

/* Enhancing Text Readability */
.highlight-text {
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}



/* =========================================
   1. VIDEO BACKGROUND & CONTAINER
   ========================================= */
.banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Ensure minimal padding is preserved from original, 
       but we use min-height in HTML for vertical centering */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* 60% Black Overlay for readability */
    z-index: 1;
}

/* =========================================
   2. TEXT VISIBILITY & ANIMATION OVERRIDES
   ========================================= */

/* Force text to be white inside the video section 
   while preserving original font-sizes/weights */
.text-white-on-video h5,
.text-white-on-video h1,
.text-white-on-video p {
    color: #ffffff !important;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

/* The word "big" pulse animation */
.text-white-on-video .highlight {
    color: #fba81a !important; /* Keep Brand Orange */
    display: inline-block;
    animation: glowPulse 2s infinite ease-in-out;
}

@keyframes glowPulse {
    0%, 100% { transform: scale(1); text-shadow: none; }
    50% { transform: scale(1.1); text-shadow: 0 0 10px rgba(255, 87, 34, 0.8); }
}

/* Typewriter Cursor */
.typing-cursor {
    border-right: 3px solid  #fba81a;
    padding-right: 4px;
    animation: blink 0.7s step-end infinite;
}

@keyframes blink { 50% { border-color: transparent; } }



/* =========================================
   3. FLIPPING TEXT (URBANIA <-> CAR RENTAL)
   ========================================= */
.flip-container {
    display: inline-block;
    perspective: 1000px;
    vertical-align: bottom;
}

.flipper {
    display: inline-grid; /* Keeps width dynamic based on widest word */
    grid-template-columns: 1fr; /* Stack words on top of each other */
    position: relative;
    transform-style: preserve-3d;
    animation: flipCycle 5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.flip-front,
.flip-back {
    grid-area: 1 / 1; /* Occupy same space */
    backface-visibility: hidden;
    color: #ffc107; /* Gold/Yellow Color for emphasis */
    background: transparent;
}

.flip-front { transform: rotateX(0deg); z-index: 2; }
.flip-back  { transform: rotateX(180deg); }

/* The Physics: 
   Wait 2s -> Flip (0.5s) -> Wait 2s -> Flip Back (0.5s) 
*/
@keyframes flipCycle {
    0%, 45% { transform: rotateX(0deg); }
    50%, 95% { transform: rotateX(-180deg); }
    100% { transform: rotateX(-360deg); }
}

/* Fix for "Call Now" button on dark background */
.text-white-on-video .btn-learn {
    border: 1px solid #fff;
    background: transparent;
}
.text-white-on-video .btn-learn:hover {
    background: #fff;
    color:  #fba81a;
    border-color: #fff;
}


.fas {
  color: #fba81a !important;
}

/* Ensure phone icon is not mirrored */
.fas.fa-phone-alt,
.fas.fa-phone-alt::before {
  transform: scaleX(-1);
}

/* ================================
   SEO FOOTER – THEME MATCHED
================================ */

.seo-footer {
  background: rgba(0, 0, 0, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 55px 20px 60px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
}

.seo-footer-container {
  max-width: 1200px;
  margin: auto;
}

.seo-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px;
  margin-bottom: 45px;
}

/* Column headings */
.seo-col h3 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
  position: relative;
}

/* subtle underline */
.seo-col h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #fba81a;
  margin-top: 6px;
  border-radius: 2px;
}

.seo-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-col ul li {
  margin-bottom: 7px;
}

.seo-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.25s ease;
}

.seo-col ul li a:hover {
  color: #fba81a;
  padding-left: 4px;
}

/* SEO content text */


.seo-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.seo-content p {
  line-height: 1.75;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.seo-col ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
  cursor: default;
}


.attraction-card video.story-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.hero-support {
  background: #ffffff;
  padding: 22px 20px;
  border-top: 1px solid #eee;
}

.hero-support-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.hero-support-text {
  font-size: 1.29rem;
  line-height: 1.7;
  color: #444;
}


.hero-support-text strong {
  color: #fba81a;
  font-weight: 700;
}



/* ===============================
   MOBILE ATTRACTION CAROUSEL (CLEAN FIX)
================================ */
@media (max-width: 768px) {

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  /* Smooth transition */
  .swiper-slide .attraction-card {
    transition: transform 0.35s ease, opacity 0.35s ease;
    transform-origin: center center;
  }

  /* CENTER CARD — stays normal */
  .swiper-slide-active .attraction-card {
    transform: scale(1);
    opacity: 1;
  }

  /* SIDE CARDS — gently scaled down (no clipping) */
  .swiper-slide:not(.swiper-slide-active) .attraction-card {
    transform: scale(0.90);  /* gentler than 0.92 → avoids corner cut */
    opacity: 0.9;
  }

  /* Disable hover transform on mobile */
  .attraction-card:hover {
    transform: none;
  }

  /* ===== WHATSAPP BUTTON (MOBILE SAFE) ===== */

  /* Show WhatsApp button on mobile */
  .swiper-slide .whatsapp-chat-btn {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }

  /* Tap feedback */
  .whatsapp-chat-btn:active {
    background: #25d366;
    color: #fff;
  }


}


@media (min-width: 992px) {
  .desktop-ps {
    padding-left: 5rem;
  }
}
