.navgap {
    gap: 1rem;

}

.custom_navbar {
    max-width: 1000px;
    margin: 30px auto;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* .custom_navbar {
  background: rgba(47, 99, 100, 0.4);  transparent version of your nav color 
  backdrop-filter: blur(6px);
  transition: 0.3s ease-in-out;
  padding: 12px 20px;
}

.custom_navbar.scrolled {
  background: #2F6364;  solid when scrolling 
  padding: 8px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}


.navbar-toggler-icon {
  filter: invert(1);
} */


.nav_color {
    background-color:#2F6364;
}


/* Logo */
.logo-img {
  height: 50px; /* Adjust size */
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: rotate(-10deg) scale(1.1); /* Creative hover effect */
}

/* Brand text */
.brand-text {
  color: #e57373; /* Matches your previous color */
  font-size: 1.5rem;
}

/* Navbar links */
.nav-link {
  color: #555;
  font-weight: 500;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #e57373; /* Highlight color on hover */
}

/* Adjust spacing for smaller screens */
@media (max-width: 768px) {
  .logo-img {
    height: 40px;
  }

  .brand-text {
    font-size: 1.2rem;
  }
}

/* Target the <a> links */
.nav_text {
  display: inline-block;      /* Important for transform and hover */
  color: #FDD76E;               /* Default text color */
  text-decoration: none;
  padding: 5px 15px;          /* Padding inside the link */
  border-radius: 5px;
  transition: all 0.3s ease;  /* Smooth background & zoom animation */
  cursor: pointer;            /* Mouse pointer on hover */
}

/* Hover effect */
.nav_text:hover {
  background-color: #8B572A;     /* Background turns gold */
  color: black;               /* Text color on hover */
  transform: scale(1.1);      /* Zoom effect */
}



.f_radius {
    border-radius: 10px;
}

  .image-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    /* set fixed height so images are visible */
    overflow: hidden;
  }

  /* ✅ Slideshow images */
  .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeSlide 20s infinite;
    z-index: 0;
  }


  /* ✅ Animate images one after the other */
  .image-wrapper img:nth-of-type(1) {
    animation-delay: 0s;
  }

  .image-wrapper img:nth-of-type(2) {
    animation-delay: 5s;
  }

  .image-wrapper img:nth-of-type(3) {
    animation-delay: 10s;
  }

  .image-wrapper img:nth-of-type(4) {
    animation-delay: 15s;
  }
  .image-wrapper img:nth-of-type(5) {
    animation-delay: 20s;
  }

  .image-wrapper img:nth-of-type(6) {
    animation-delay: 25s;
  }

  .image-wrapper img:nth-of-type(7) {
    animation-delay: 30s;
  }

  .image-wrapper img:nth-of-type(8) {
    animation-delay: 35s;
  }
  .image-wrapper img:nth-of-type(9) {
    animation-delay: 40s;
  }

  .image-wrapper img:nth-of-type(10) {
    animation-delay: 45s;
  }

  .image-wrapper img:nth-of-type(11) {
    animation-delay: 50s;
  }

  .image-wrapper img:nth-of-type(12) {
    animation-delay: 55s;
  }
  .image-wrapper img:nth-of-type(13) {
    animation-delay: 60s;
  }

  .image-wrapper img:nth-of-type(14) {
    animation-delay: 65s;
  }

  .image-wrapper img:nth-of-type(15) {
    animation-delay: 70s;
  }

  /* ✅ Fade animation */
  @keyframes fadeSlide {
    0% {
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    25% {
      opacity: 1;
    }

    30% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }
  .mapsize{
    max-width: 1000px;
    max-height: 200px;

  }
  .btn:hover {
  background-color: #1aa545 !important;
  transform: scale(1.05);
  transition: 0.3s ease;
}

  .image-wrapper .responsive-text {
    position: relative;
    z-index: 2;
    /* text stays on top */
  }


.overview {
  color: #000;
  border: 3px solid #000;
  background-color: #C9C1B1;
  border-radius: 10px;
 width: 80%;             
  margin: 0 auto;   min-height: 300px;
  display: flex;
  align-items: start;
  justify-content: start;
  text-align: start;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  padding: 5px;

}

.overview_Paragrph p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}



.overview:hover {
  transform: scale(1.02);
}


@media (max-width: 991px) {
  .overview {
    height: auto;  
  }
}
.whychooseus {
  background-color: #F8F6F0;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  padding: 30px;
}

.whychooseus:hover {
  transform: scale(1.01);
}

.choose-card {
  background-color: #fff;
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.video-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  color: #fff;
}
.review-section {
  background-color: #F8F6F0;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 40px 20px;
  transition: transform 0.3s ease;
}

.review-section:hover {
  transform: scale(1.01);
}

.review-card {
  background-color: #fff;
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.review-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #C9C1B1;
}

.stars {
  font-size: 18px;
  letter-spacing: 2px;
}
/* about us */
.about-section {
  background-color: #f8f9fa;
  position: relative;
}

.about-title {
  letter-spacing: 1px;
  color: #0d6efd;
}

.about-text p {
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

.about-text strong {
  color: #0d6efd;
}

.about-image img {
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.about-card {
  border: 1px solid #e4e4e4;
  transition: all 0.3s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.about-card h6 {
  letter-spacing: 0.5px;
}

@media (max-width: 992px) {
  .about-text {
    text-align: center;
  }
  .about-text p {
    font-size: 15px;
  }
  .about-image {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 3rem 1rem;
  }
  .about-title {
    font-size: 26px;
  }
}
.aboutus-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .aboutus-wrapper {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .aboutus-wrapper {
    height: 220px;
  }
}

.camp-overlay h2 {
  font-size: 2.5rem;
}

.camp-overlay p {
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  .camp-overlay h2 {
    font-size: 1.4rem;
  }

  .camp-overlay p {
    font-size: 0.9rem;
  }
}


.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.logo-about {
  max-width: 200px; /* Adjust size */
  height: auto;
  margin-bottom: 20px;
}



.about-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

 .tour-contact-section .form-control {
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .tour-contact-section .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
  }

  .tour-contact-section button.btn-primary {
    transition: all 0.3s ease;
  }

  .tour-contact-section button.btn-primary:hover {
    background-color: #0056d2;
    transform: scale(1.05);
  }
  /* tour packges data styles contact form */
  .alert-msg {
  transition: all 0.3s ease;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.alert-success {
  background-color: #d1e7dd;
  color: #0f5132;
}
.alert-danger {
  background-color: #f8d7da;
  color: #842029;
}
/*tour card size same*/
.card-img-top {
  width: 100%;
  height: 250px; 
  object-fit: cover; 
  border-radius: 10px 10px 0 0; 
}
/* 
first screen set logo */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000; /* Change color if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.preloader-logo {
  width: 250px;
  height: auto;
  animation: fadeLogo 2s ease-in-out infinite alternate;
}

@keyframes fadeLogo {
  from { opacity: 0.6; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

body.loaded #preloader {
  display: none;
}

/* golf css */
/* Custom Golf Banner Style */
.golfclass {
  position: relative;
}

.golfclass .about-img {
  height: 70vh; /* Adjust height as needed */
  object-fit: cover;
  filter: brightness(70%);
}

.golfclass .camp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4); /* dark transparent overlay */
}

.golfclass h2,
.golfclass p {
  color: #fff; /* white text */
}

.golfclass .btn {
  border-radius: 30px;
  background-color: #ffc107; /* gold tone */
  color: #000;
  transition: 0.3s;
}

.golfclass .btn:hover {
  background-color: #ffb300;
  color: #fff;
}
.golfclass .highlight {
  color: #ffc107; /* Gold color */
  font-size: 2.2rem; /* Slightly bigger than other text */
  font-weight: 900;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.5); /* Adds subtle shadow for emphasis */
}
/* Golf Section */
.golf-section {
  background: linear-gradient(135deg, #f7f3e9, #e3f2fd);
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Title & Lead */
.golf-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a2a6c;
  margin-bottom: 20px;
}

.golf-lead {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
}

/* Info Cards */
.golf-info {
  margin-top: 30px;
}

.info-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.info-card h5 {
  font-size: 1.2rem;
  color: #ffbf00;
  margin-bottom: 10px;
}

/* Image Card */
.golf-image-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.golf-image-card img.golf-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.golf-image-card:hover img.golf-image {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Overlay & Badge */
.golf-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.golf-badge {
  background-color: #ffbf00;
  color: #1a2a6c;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 12px;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 992px) {
  .golf-title {
    font-size: 2.2rem;
  }
  .golf-lead {
    font-size: 1rem;
  }
  .info-card h5 {
    font-size: 1.1rem;
  }
}
/* ---------------- Golf Contact Form ---------------- */
.golf-contact-form {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.golf-contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Form title */
.golf-contact-form h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2a6c;
    margin-bottom: 20px;
    text-align: center;
}

/* Input fields */
.golf-contact-form .form-control,
.golf-contact-form .form-select,
.golf-contact-form textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 15px;
}

.golf-contact-form .form-control:focus,
.golf-contact-form .form-select:focus,
.golf-contact-form textarea:focus {
    border-color: #1a2a6c;
    box-shadow: 0 0 10px rgba(26,42,108,0.2);
    outline: none;
}

/* Textarea */
.golf-contact-form textarea {
    resize: none;
    min-height: 120px;
}

/* Submit button */
.golf-contact-form .golf-btn {
    background-color: #1a2a6c;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px 25px;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.golf-contact-form .golf-btn:hover {
    background-color: #004080;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Form small notes */
.golf-contact-form .form-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .golf-contact-form {
        padding: 30px 20px;
    }
    .golf-contact-form h3 {
        font-size: 1.75rem;
    }
    .golf-contact-form .golf-btn {
        font-size: 1rem;
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    .golf-contact-form {
        padding: 25px 15px;
    }
    .golf-contact-form h3 {
        font-size: 1.5rem;
    }
}
/* Golf Booking Button */
.golf-btn {
    background: linear-gradient(135deg, #E0A96B, #D18E3C); /* golden gradient */
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 50px; /* rounded-pill style */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.golf-btn:hover {
    background: linear-gradient(135deg, #D18E3C, #E0A96B);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.golf-btn:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* ===== 🌍 Reach Us + Map Section ===== */
.reachus-section {
  background: linear-gradient(135deg, #e8f4f5, #ffffff);
  border: 1px solid #d7e7e8;
  border-radius: 22px;
}

/* Logo styling */
.reachus-logo {
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}

/* Reach Us Section Styling */
.reachus-section {
  background: #f8faf9;
  border-radius: 20px;
}

/* Contact Item Box */
.reachus-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 2px solid #2f6364;
  border-radius: 12px;
  margin-bottom: 15px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* Icon */
.reachus-item img {
  width: 32px;
  flex-shrink: 0;
}

/* Text Link */
.reachus-item p a {
  text-decoration: none;
  color: #2f6364;
  font-weight: 600;
  word-break: break-word;
}

/* Hover Effect */
.reachus-item:hover {
  background: #2f6364;
  border-color: #2f6364;
  transform: translateY(-3px);
}

.reachus-item:hover p a {
  color: #ffffff;
}

/* Responsive Behavior */
@media (max-width: 768px) {
  .reachus-item {
    padding: 12px 14px;
    gap: 10px;
  }

  .reachus-item img {
    width: 28px;
  }
}

/* Map radius fix */
.reachus-map iframe {
  border-radius: 12px;
}


/* ===== Responsive tweaks ===== */
@media (max-width: 500px) {
  .reachus-item {
    padding: 10px 14px;
  }
  .reachus-item p {
    font-size: 14px;
  }
}
/* other sports */
.rafting-section {
  padding: 60px 20px;
  background: #f8f9fb;
  display: flex;
  justify-content: center;
}

/* Main Container */
.rafting-container {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* LEFT CONTENT */
.rafting-content {
  padding: 40px 45px;
}

.rafting-badge {
  background: #f3e3bd;
  color: #a07606;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.rafting-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #242424;
}

.rafting-text {
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 12px;
}

.rafting-features {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.rafting-features li {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.rafting-features li span {
  color: #d0a339;
  font-weight: bold;
  margin-right: 6px;
}

/* Buttons */
.rafting-buttons {
  margin-top: 18px;
}

.btn-primary {
  background: #d0a339;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #c2922f;
}

.btn-outline {
  border: 2px solid #d0a339;
  padding: 12px 24px;
  border-radius: 10px;
  margin-left: 12px;
  color: #d0a339;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #d0a339;
  color: #fff;
}

/* RIGHT IMAGE */
.rafting-image-wrapper {
  position: relative;
}

.rafting-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rafting-img-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.55);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .rafting-container {
    grid-template-columns: 1fr;
  }

  .rafting-image-wrapper img {
    height: 320px;
  }
}

/* gem section */
.gem-section {
  background: #f7f5ef;
  padding-top: 70px;
}

/* MAIN TITLE */
.gem-main-title {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #1b1b1b;
  background: linear-gradient(90deg, #d4af37, #8b6b1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeInDown 0.8s ease;
}

.gem-subtext {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5a5a5a;
  margin-top: 8px;
  animation: fadeIn 1.2s ease;
}

/* IMAGE CARD */
.gem-img-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s ease;
  border: 2px solid #d4af37;
}

.gem-img-card img {
  transition: transform 0.6s ease;
}

.gem-img-card:hover img {
  transform: scale(1.08);
}

/* OVERLAY TEXT */
.gem-img-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0,0,0,0.55);
  padding: 15px 22px;
  border-radius: 14px;
  backdrop-filter: blur(4px);
}

.overlay-title {
  margin: 0;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
}

/* RIGHT CONTENT CARD */
.gem-info-card {
  background: white;
  border-radius: 18px;
  border: 2px solid rgba(212, 175, 55, 0.3);
  transition: 0.4s ease;
}

.gem-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(212, 175, 55, 0.35);
}

/* TEXT DESIGN */
.gem-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #222;
  background: linear-gradient(90deg, #d4af37, #b8860b);
  -webkit-text-fill-color: transparent;
}

.gem-desc {
  color: #3a3a3a;
  font-size: 1.07rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* BUTTON */
.gem-btn {
  background: linear-gradient(135deg, #d4af37, #f8e473);
  border: none;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 40px;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
  transition: 0.4s ease;
  color: #000;
}

.gem-btn:hover {
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.6);
}

/* ANIMATIONS */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* gem card section */
.gems-list-section {
  background: #f7f5ef;
}

/* Heading */
.gems-title {
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(90deg, #d4af37, #8b6b1f);
  -webkit-text-fill-color: transparent;
}

.gems-subtext {
  font-size: 1.1rem;
  color: #666;
}

/* Gem Cards */
.gem-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #d4af37;
  padding: 12px;
  text-align: center;
  transition: 0.4s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

.gem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.45);
}

/* Images */
.gem-img {
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.gem-card:hover .gem-img {
  transform: scale(1.07);
}

/* Gem Name Text */
.gem-name {
  margin-top: 12px;
  font-weight: 700;
  font-size: 1.05rem;
  color: #333;
}
/* make transport page */
.t-card:hover {
  transform: translateY(-8px);
  transition: 0.4s ease-in-out;
}

.t-img-wrap {
  overflow: hidden;
}

.t-img-wrap img {
  transition: transform 0.5s ease;
}

.t-card:hover .t-img-wrap img {
  transform: scale(1.1);
}

.t-tag {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.t-btn {
  transition: 0.3s;
}

.t-btn:hover {
  opacity: 0.85;
}
 /* transport about  */
.transport-creative-wave {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  background: linear-gradient(135deg, #c5f5d5, #7fd29c);
}

/* SVG Wave */
.wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.wave-bg svg {
  display: block;
  width: 100%;
  height: 150px;
}

/* Container above wave */
.transport-creative-wave .container {
  position: relative;
  z-index: 2;
}

/* Titles */
.creative-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0c3d2d;
  letter-spacing: 1px;
}

.creative-sub {
  font-size: 1.15rem;
  color: #14573e;
  margin-top: 10px;
}

/* Overview Box */
.creative-overview {
  background: rgba(255,255,255,0.95);
  padding: 35px;
  border-radius: 22px;
  max-width: 900px;
  margin-bottom: 50px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  line-height: 1.9;
  color: #2b4a3a;
  backdrop-filter: blur(10px);
}

/* Feature Cards */
.feature-card {
  background: rgba(255,255,255,0.95);
  padding: 25px;
  border-radius: 18px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 18px 35px rgba(0,0,0,0.1);
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.feature-card h4 {
  font-size: 1.25rem;
  color: #0f4d37;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  color: #4b6b5c;
  font-size: 0.97rem;
}
/* hotel booking page */
.hotel-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.feature i {
  transition: transform 0.3s;
}
.feature:hover i {
  transform: scale(1.2);
}
/* travel planing */
.itinerary-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.feature i {
  transition: transform 0.3s;
}
.feature:hover i {
  transform: scale(1.2);
}

/* travel planing */
.itinerary-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.itinerary-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Overlay gradient on images */
.itinerary-card .card-overlay {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
  z-index:1;
  transition: background 0.4s ease;
}
.itinerary-card:hover .card-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

/* Feature icon hover effect */
.feature-icon {
  transition: transform 0.3s ease, color 0.3s ease;
}
.feature:hover .feature-icon {
  transform: rotate(15deg) scale(1.2);
  color: #2E7D32;
}

/* Floating decorative circles */
.circle.float-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #81C78422;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}