.navbar {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
  padding: 15px 0;
}
.navbar-brand img {
  max-height: 55px;
}
.nav-link {
  color: #000;
  font-weight: 500;
  margin: 0 5px;
}
.nav-link:hover {
  color: #28a745;
}


/* Add this at the bottom of your CSS file or inside a media query */
@media (max-width: 991px) {
.nav-link {
  color: white;
  font-weight: 500;
  margin: 0 5px;
}
.offcanvas-header button {
  color: white !important;
}
}

/* Right column with full green background */
.contact-col {
  position: absolute;1
  background: #6bbd45;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0 0 0 40px;
  margin-bottom: -25px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-col i {
  background: #fff;
  color: #6bbd45;
  border-radius: 50%;
  padding: 8px;
  font-size: 18px;
}
.contact-col small {
  display: block;
  font-size: 12px;
  color: #000;
}
.contact-col strong {
  color: #fff;
  font-size: 16px;
}

#pageContent {
  transition: margin-right 0.3s ease-in-out;
}

/* When offcanvas is shown */
.offcanvas.show ~ #pageContent {
  margin-right: 280px; /* same as offcanvas width */
}

/* Instead of .custom-dropdown */
.dropdown-menu {
  background-color: #6bbd45;
  border-radius: 8px;
  padding: 8px 0;
  border: none;
  min-width: 200px;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  transition: background 0.2s ease-in-out;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #5aa03a;
  color: #fff;
  border-radius: 4px;
}

/* Custom dropdown styling (desktop) */
.custom-dropdown {
  background-color: #6bbd45;
  border-radius: 8px;
  padding: 8px 0;
  border: none;
  min-width: 200px;
}
.custom-dropdown .dropdown-item {
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  transition: background 0.2s ease-in-out;
}
.custom-dropdown .dropdown-item:hover {
  background-color: #5aa03a;
  color: #fff;
  border-radius: 4px;
}

/* Offcanvas: full green, centered links */
.offcanvas-green {
  background: #6bbd45;
  color: #fff;
  text-align: center;
}
.offcanvas-green .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.offcanvas-green .offcanvas-title {
  color: #fff;
  font-weight: 600;
}

.offcanvas-green .nav-link,
.offcanvas-green .toggle {
  color: #fff;
  font-weight: 700;
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.offcanvas-green .nav-link:hover,
.offcanvas-green .toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.offcanvas-green .collapse {
  background: #5aa63b;
}
.offcanvas-green .collapse .sub-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.offcanvas-green .collapse a {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  text-decoration: none;
}
.offcanvas-green .collapse a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.offcanvas-green .toggle i {
  margin-left: 0.4rem;
  font-size: 0.9rem;
  vertical-align: middle;
}

/*==== Mobile Layout ==============*/

/* On mobile - make dropdown full width */
@media (max-width: 991px) {
  .custom-dropdown {
    width: 100%;
    border-radius: 0;
  }
  .custom-dropdown .dropdown-item {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .contact-col {
    display: none;
  }
 .mobile-contact {
    display: block;
    margin: 10px 15px;
  }

  .mobile-contact a {
    display: block;
    width: 100%;
    background: #6bbd45;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
  }
  .mobile-contact a:hover {
    background: #5aa63c; /* darker green on hover */
    color: #fff;
  }
  .navbar-brand {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .mobile-contact {
    display: none;
  }
}

/* Desktop dropdown on hover */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/*================== Hero Carousel section==================================================== */
#heroCarousel .carousel-item img {
  object-fit: cover;
  height: 100vh; /* Full screen height */
}

#heroCarousel .carousel-caption {
  position: absolute;
  top: 40%;
  left: 12%;
  text-align: left;
  max-width: 600px;
}

#heroCarousel .carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

#heroCarousel .carousel-caption p {
  font-size: 1.1rem;
  color: #eee;
  margin-top: 10px;
}

.btn-custom-green {
  background: #81c341;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 25px;
  border: none;
  transition: background 0.3s ease;
}

.btn-custom-green:hover {
  background: #5aa03a;
  color: #fff;
}

.btn-custom-outline {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 25px;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-custom-outline:hover {
  background: #fff;
  color: #000;
}
/* Arrow icon styling */
.btn-custom-outline i {
  margin-left: 8px;
  position: relative;
  top: 0; /* keeps aligned with text baseline */
  transform: rotate(0deg); /* tilt upward ~50° */
  font-size: 1rem;
  display: inline-block; /* ensures proper rotation */
}
/* Mobile adjustments */
@media (max-width: 768px) {
  #heroCarousel .carousel-item img {
    height: 70vh; /* Reduce height for small screens */
  }
  #heroCarousel .carousel-caption {
    bottom: 15%;
    left: 5%;
    max-width: 90%;
  }
  #heroCarousel .carousel-caption h1 {
    font-size: 1.6rem;
  }
  #heroCarousel .carousel-caption p {
    font-size: 1rem;
  }
  .btn-custom-green,
  .btn-custom-outline {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
}

/* Hide carousel arrows on mobile */
@media (max-width: 768px) {
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    display: none !important;
  }
}

/*==========================counter Section===========================================*/

.counter-section {
  margin-top: -60px; /* pull up under banner */
  position: relative;
  z-index: 5;
}

.counter-box {
  background: linear-gradient(90deg, #81c341, #5aa03a);
  color: #fff;
  border-radius: 20px 0 20px 0;
  padding: 40px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* ensures watermark doesn’t spill out */
  position: relative;
}

.counter-box h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

/* Watermark */
.counter-watermark {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  opacity: 1; /* faint watermark effect */
  pointer-events: none; /* ignore clicks */
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .counter-box h2 {
    font-size: 2rem;
  }
  .counter-box p {
    font-size: 0.9rem;
  }
  .counter-watermark {
    height: 70%; /* smaller watermark on mobile */
    right: 0px;
    bottom: 0 !important;
  }
}

/*==========================about Section===========================================*/

.about-img {
  width: 100%;
  margin-left: 0; /* align flush left */
}

.about-img img {
  width: 100%;
  height: auto;
  object-fit: cover; /* keeps aspect ratio */
}

/* Right content spacing */
.about-content {
  padding-left: 60px; /* space from image */
  padding-right: 40px;
}

.about-vmv p{
    
    text-align:justify;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about-img {
    margin-bottom: 30px;
  }
  .about-content {
    padding: 0 20px;
    text-align: center;
  }
}

/* Subtitle */

.section-title h3 {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #485869;
  font-weight: 700;
}

.section-title h3 > span {
  color: #81c341;
  font-weight: 800;
}
.about-subtitle {
  font-size: 14px;
  color: #81c341; /* green shade */
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

/* Main Title */
.about-title {
  font-size: 36px;
  line-height: 1.3;
  color: #485869;
}
.about-title span {
  color: #81c341; /* highlight word */
  font-weight: 700;
}

/* Paragraphs */
.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Button */
.about-btn {
  background: #81c341;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.about-btn:hover {
  background: #5aa03a;
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .about-title {
    font-size: 28px;
  }
  .about-text {
    font-size: 15px;
  }
}

/*================Featured Section ====================================*/

/* Section Background */
.features-section {
  background-color: #f5fbf0; /* light grey */
}

/* Box wrapper */
.feature-box {
  /*  padding: 30px 20px;*/
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);*/
}
.feature-box:hover {
  transform: translateY(-8px);
  /*box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);*/
}

/* Image */
.feature-img {
  max-width: 120px;
  height: auto;
}

/* Title */
.feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-img {
    max-width: 60px;
  }
  .feature-title {
    font-size: 16px;
  }
}

/*================Fleet Section ====================================*/

.car-fleet {
  background-color: #fff; /* Section background */
}

.fleet-subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #81c341; /* Green highlight */
}

.fleet-title {
  font-size: 2.5rem;

  color: #485869;
  text-transform: uppercase;
}
.fleet-title span {
  color: #81c341; /* Green highlight */
  font-weight: 800;
}

.fleet-desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85); /* softer white */
}

.fleet-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}
.fleet-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .fleet-title,
  .fleet-desc {
    text-align: center;
  }
}

/* single fleet */

.fleet-single {
  margin: 70px 0px;
}

.fleet-single .fleet-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  text-align: left;
}

.fleet-main-img {
  max-height: 400px;
  object-fit: cover;
}

.fleet-sidebar ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.related-fleets h3 {
  font-weight: 600;
}

.related-card h5 {
  font-size: 1rem;
  margin-top: 8px;
}

/* Sidebar Wrapper */
.fleet-sidebar {
  background: #f9f9f9;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.fleet-sidebar:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* Fleet Info List */
.fleet-info li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
}
.fleet-info i {
  color: #81c341;
  margin-right: 10px;
  font-size: 1.3rem;
}

/* Features List */
.fleet-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fleet-features i {
  font-size: 2rem !important;
  color: #81c341 !important;
  margin-top: 3px;
}
.fleet-features h6 {
  font-weight: 600;
  font-size: 1.2rem;
}
.fleet-features p {
  font-size: 1rem;
  color: #666;
}

/* Button Style */
.fleet-btn {
  display: inline-block;
  background-color: #81c341;
  color: #fff !important;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.fleet-btn:hover {
  background-color: #6cab30;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .fleet-sidebar {
    margin-top: 20px;
  }
}

.fleet-features .feature-item {
  transition: transform 0.3s ease, background 0.3s ease;
  padding: 8px;
  border-radius: 6px;
}
.fleet-features .feature-item:hover {
  transform: translateX(5px);
  background: #f8f9fa;
}

/*================Destination Section ====================================*/

.travel-support-cards {
  margin-top: -180px;
}

/* Background image */
.travel-support-bg {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Subheading */
.travel-subheading {
  text-transform: uppercase;
  font-weight: 700;
  color: #81c341;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* Heading */
.travel-heading {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.travel-heading .heading-white {
  color: #fff;
}

.travel-heading .heading-green {
  color: #81c341;
}

/* Description */
.travel-description {
  color: #fff;
  max-width: 500px;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
    
  .travel-support-cards {
  margin-top: 20px;
}
  .travel-support-bg {
    height: 350px;
  }

  .travel-heading {
    font-size: 1.8rem;
    text-align: center;
  }

  .travel-description {
    max-width: 100%;
    text-align: center;
  }

  .travel-subheading {
    text-align: center;
    display: block;
  }
}

@media (max-width: 576px) {
  .travel-support-bg {
    height: 350px;
  }

  .travel-heading {
    font-size: 1.5rem;
  }
}

/* Travel Support Cards */
.travel-card {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.travel-card:hover {
  transform: translateY(-5px);
}

.travel-card-img {
  object-fit: cover;
}

/* Title inside image */
.travel-card-title {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
  background: rgba(0, 0, 0, 0.4); /* subtle background for readability */
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

/* Button */
.travel-btn {
  background: #81c341;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 0.75rem 2rem;
  transition: background 0.3s ease;
  display: inline-block;
}

.travel-btn:hover {
  background: #6aaa2f;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .travel-card-img {
    height: 220px;
  }

  .travel-card-title {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 576px) {
  .travel-card-img {
    height: 180px;
  }
}

/*=================Blog==========================*/

/* Section Title */
.section-title {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
}

.section-title .highlight {
  color: #81c341;
}

/* Blog Cards */
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog-card-img {
  height: 220px;
  object-fit: cover;
}

/* Blog Body */
.blog-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.blog-date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.5rem;
}

.blog-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Button */
.blog-btn {
  background: #81c341;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 0.6rem 1.6rem;
  transition: background 0.3s ease;
}

.blog-btn:hover {
  background: #6aaa2f;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-card-img {
    height: 180px;
  }
  .blog-title {
    font-size: 1rem;
  }
}

/*=========================home Hero section =========================*/

/* Hero Section */
.hero-section {
  min-height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.hero-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}

/* Button */
.hero-btn {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 0.6rem 1.6rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/*=====================================About Page========================================*/

/* Section 1: Banner */
.about-banner {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
}
.about-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.about-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-banner .content {
  position: relative;
  z-index: 2;
}

/* Section 2 */
.about-two-col img {
  border-radius: 12px;
}

/* Section 3 */

.about-vmv {
  margin: 90px 0;
  padding: 70px 0;
  background-color: #f5fbf0; /* light grey */
}

.about-vmv h3 {
  color: #81c341;
  margin-bottom: 1rem;
}

/* Section 4 */
.highlight-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease;
}
.highlight-box:hover {
  transform: translateY(-5px);
}
.highlight-box img {
  height: 50px;
  margin-bottom: 15px;
}

/*======================================contact Page=========================================*/

/* Banner */
.contact-banner {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
}
.contact-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.contact-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.contact-banner .content {
  position: relative;
  z-index: 2;
}

.contact-info {
  margin: 120px 0px;
}

.contact-box {
  background: #f8f9fa; /* light background */
  border-radius: 12px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.contact-box:hover {
  transform: translateY(-5px);
  background: #ffffff;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #81c341; /* your theme green */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.icon-circle i {
  font-size: 28px;
  color: #fff;
}

/* Contact Info */
.contact-info h5 {
  color: #81c341;
}

/* Boxed Section */
.contact-boxed {
  position: relative;
  color: #fff;
  padding: 120px 0px;
}

.contact-boxed h4 {
  color: #81c341;
}
.contact-boxed img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.contact-boxed .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.contact-boxed .content {
  position: relative;
  z-index: 2;
}

.contact-boxed .contact-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 10px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important; /* 3D floating effect */
  position: relative;
  z-index: 3;
}

.contact-boxed .ratio {
  border-radius: 10px;
  overflow: hidden;
}

.contact-boxed form .form-control {
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #ddd;
}

/*============================Floating Whatsapp=====================*/

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.whatsapp-float {
  animation: pulse 2s infinite;
}

/*============================Destination Archive /Single=====================*/

.destination-card h3 {
  color: #81c341;
  font-size: 1.5rem;
}
.destination-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-5px);
}

.destination-image {
  height: 500px;
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.destination-card:hover .destination-image img {
  transform: scale(1.1); /* zoom on hover */
}

.btn-destination {
  background-color: #81c341;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-destination:hover {
  background-color: #6aa92f;
  color: #fff;
  transform: translateY(-2px);
}

.single-destination .destination-single-image {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.single-destination .destination-single-image:hover {
  transform: scale(1.05);
}

.single-destination .destination-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #81c341;
}

.single-destination .destination-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* ===============================Fleet Archive ==============================================*/
.fleet-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fleet-image-wrapper {
  overflow: hidden;
}

.fleet-image {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.fleet-card:hover .fleet-image {
  transform: scale(1.1); /* Zoom effect on hover */
}

.fleet-content {
  padding: 20px;
}

.fleet-arctitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.fleet-description,
.fleet-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.fleet-btn {
  display: inline-block;
  background: #81c341;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.fleet-btn:hover {
  background: #6aa12d;
  color: #fff;
}

/* Animation on scroll */
.animate-on-scroll {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease-in-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: scale(1);
}

/*=================Services ===============================*/

/* === Services section overlay (robust) === */

.services-subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #81c341; /* Green highlight */
}

.services-title {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #485869;
}
.services-title span {
  color: #81c341; /* highlight word */
  font-weight: 800;
}
.car-services {
  padding: 60px 0;
}

/* clickable wrapper */
.services-item {
  position: relative; /* IMPORTANT: establishes positioning context */
  display: block;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* image */
.services-img {
  width: 100%;
  height: 300px; /* increase image size as requested */
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  z-index: 1; /* put image below overlay */
}

/* zoom on hover/focus */
.services-item:hover .services-img,
.services-item:focus .services-img {
  transform: scale(1.07);
}

/* overlay (hidden by default) */
.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none; /* prevent overlay blocking click until visible */
  transition: opacity 0.32s ease;
  z-index: 2; /* ensure overlay sits above image */
}

/* reveal overlay on hover/focus or when .show class is present */
.services-item:hover .services-overlay,
.services-item:focus .services-overlay,
.services-item.show .services-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* excerpt text */
.services-excerpt {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
  color: #fff;
}

/* title below the image */
.services-name {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  margin-top: 0.9rem;
  text-align: center;
}

/* mobile adjustments */
@media (max-width: 767px) {
  .services-img {
    height: 220px;
  }
  .services-excerpt {
    font-size: 0.9rem;
  }
}

/* ===== Temporary debug helpers (uncomment to debug visually) ===== */
/* .services-overlay { outline: 2px dashed rgba(255,0,0,0.6); } */
/* .services-overlay { opacity: 1 !important; } */

/*===================================== Transport Archive========================= */

.transport-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.transport-card:hover {
  transform: scale(1.03);
}

.transport-img {
  width: 100%;

  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.transport-card:hover .transport-img {
  transform: scale(1.07);
}

/* Overlay with transparent background */
.transport-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* transparent dark overlay */
  padding: 15px;
  text-align: center;
}

.transport-title {
  font-size: 1.4rem; /* bigger title */
  font-weight: 700;
  margin: 0;
  color: #fff; /* white text */
  transition: color 0.3s ease;
}

.transport-card:hover .transport-title {
  color: #81c341;
}

/* Scroll Animation */
.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.animate-fade.show {
  opacity: 1;
  transform: translateY(0);
}

/* Single Transport Page */
.transport-single-title {
  font-size: 2rem;
  font-weight: 700;
  color: #81c341;
  text-transform: uppercase;
}

.transport-single-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.transport-single-image img {
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.transport-single-image img:hover {
  transform: scale(1.05);
}

/* Fade-in on scroll */
.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.animate-fade.show {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .transport-single-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .transport-single-description {
    text-align: center;
  }
}

/* ===============Single Blog ==========================*/
.single-blog-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.single-blog-meta span {
  font-size: 0.9rem;
}

.single-blog-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

/* Fade animation */
.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.animate-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Navigation */
.single-blog-nav a {
  text-decoration: none;
  color: #81c341;
  font-weight: 600;
}

.single-blog-nav a:hover {
  color: #6aa12d;
}

.related-posts h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
}

.related-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.related-card:hover {
  transform: translateY(-5px) scale(1.03);
}

.related-img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.related-card:hover .related-img {
  transform: scale(1.05);
}

.related-title {
  font-size: 1rem;
  margin-top: 0.9rem;
  color: #000;
  font-weight: 500;
  text-decoration: none !important;
}

.related-card a {
  text-decoration: none !important; /* remove underline */
  color: inherit; /* keep same text color */
}

.related-card a:hover .related-title {
  color: #81c341; /* optional: hover color */
}

/*============================Destination/Attraction Flip ========================*/

.flip-card {
  perspective: 1000px;
  cursor: pointer;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 350px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner,
.flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}
.flip-card-front img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 12px;
}
.flip-card-front h5 {
  margin-top: 12px !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #81c341; /* theme color */
  text-align: center;
}
.flip-card-back {
  background: #000;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flip-card-back .flip-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
}
.flip-card-back .overlay-content {
  position: relative;
  z-index: 2;
}
.flip-card-back .btn {
  transition: transform 0.3s ease;
}
.flip-card-back .btn:hover {
  transform: scale(1.05);
}

/* Back side overlay */
.flip-card-back .overlay-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
}

/* Excerpt */
.flip-card-back p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #f8f9fa; /* light text */
}

/* CTA buttons */
.flip-card-back .btn {
  border-radius: 25px;
  padding: 8px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* WhatsApp button */
.flip-card-back .btn-success {
  background-color: #81c341; /* theme green */
  border: none;
  color: #fff;
}
.flip-card-back .btn-success:hover {
  background-color: #6aa82e;
  transform: scale(1.05);
}

/* Book Now button */
.flip-card-back .btn-light {
  background-color: #fff;
  border: 1px solid #81c341;
  color: #81c341;
}
.flip-card-back .btn-light:hover {
  background-color: #81c341;
  color: #fff;
  transform: scale(1.05);
}

/*==============================footer=========================================*/


.footer .list-unstyled li {
  margin-bottom: 8px; /* space between items vertically */
}

.footer .list-unstyled li:last-child {
  margin-bottom: 0; /* remove extra space at the end */
}

/* Footer Nav Links */
.footer .list-unstyled li a {
  color: #fff; /* default link color (adjust as per your footer background) */
  text-decoration: none !important;
  transition: color 0.3s ease;
}

/* Hover State */
.footer .list-unstyled li:hover {
  color: #81c341; /* green on hover */
}

/* Footer contact links */
.footer-link {
  color: #212529; /* visible text */
  text-decoration: none;
  transition: color 0.3s ease;
}



/* === MODERN TITLE - CLEAN & MATCHES GREEN FORM === */
.modern-title {
  font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin: 0 0 24px 0;
  letter-spacing: -0.3px;
  position: relative;
  padding-bottom: 12px;
}
.modern-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #10b981;
  border-radius: 2px;
  transform: translateX(-50%);
}
.modern-title:hover::after {
  width: 80px;
  transition: width 0.3s ease;
}

/* This css class will fix gap between top banner image and the section that comes below */
@media (max-width: 767px) {
  .fix-bottom-gap {
    margin-bottom: 140px !important;
  }
}

/* Full-width YouTube video banner */
.banner-wrapper {
    position: relative;
    width: 100%;
    height: 77vh;
    overflow: hidden;
}
.video-banner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media (min-width: 768px) {
    .video-wrapper iframe {
        width: 100vw;
        height: 56.25vw; /* 16:9 */
    }
}
.video-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.banner-wrapper > * {
    position: relative;
    z-index: 2;
}
.image-fade-in {
    animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* -------------------------------------------------
   BANNER – COMMON STYLES
   ------------------------------------------------- */

.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-text {
  position: absolute;
  top: 35%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 1);
  max-width: 40%;
  z-index: 5;
}
.banner-heading {
  font-family: 'Forum', serif;
  font-size: 2.5rem;
  margin: 0;
}
.banner-description {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.2rem;
  margin-top: .5rem;
}
.heading-font, h1, h2, h3, h4, h5, h6 {
  font-family: 'Forum', serif !important;
}
.description-font, p, span, div, a, button {
  font-family: 'Sarabun', sans-serif !important;
}

/* Buttons */
.whatsapp-button,
.call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: background .3s;
}
.whatsapp-button {
  border: 2px solid #fff;
  color: #fff;
}
.whatsapp-button i { margin-right: 8px; }
.whatsapp-button:hover { background: rgba(255,255,255,.1); }
.call-button {
  background: #e0e0e0;
  color: #000;
  border: none;
}
.call-button i { margin-right: 8px; }
.call-button:hover { background: #d5d5d5; }

/* -------------------------------------------------
   MOBILE: LARGER BANNER, SMALLER TEXT, TIGHT GOLDEN
   ------------------------------------------------- */
@media (max-width: 991px) {
  .banner-wrapper {
    height: 66vh !important;
  }
  .banner-content-fullsize { display: none; }
  .banner-text-mobile {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    text-align: center;
    color: #fff;
    z-index: 5;
  }
  .banner-heading-mobile {
    font-family: 'Forum', serif;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0 .3rem;
  }
  .banner-description-mobile {
    font-family: 'Sarabun', sans-serif;
    font-size: .78rem;
    margin: 0;
    line-height: 1.3;
  }
  .banner-content-mobile {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    padding: 0 12px;
    z-index: 5;
    pointer-events: none;
  }
  .banner-content-mobile > * { pointer-events: auto; }
}
@media (max-width: 430px) {
  .banner-wrapper { height: 27rem !important; }
  .features-mobile {margin-top: 50px !important;}
  .banner-heading-mobile { font-size: 1.15rem; }
  .banner-description-mobile { font-size: .7rem; }
  .banner-content-mobile { bottom: 14px; padding: 0 8px; }
}

/* -------------------------------------------------
   REST OF YOUR ORIGINAL STYLES (unused ones kept)
   ------------------------------------------------- */
.package-item h3 { font-family: 'Forum', serif; }
.package-item p { font-family: 'Sarabun', serif; font-size: 15px; }
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; background: transparent; }
.container-bottom { margin: 0 auto; padding-left: 5%; padding-right: 5%; }


/* Features */
.features { 
  display: flex; 
  justify-content: center; 
  flex-wrap: wrap; 
  gap: 53px; 
  padding: 0 10px; 
}
.feature-card {
  width: 300px; 
  height: 600px; 
  background: white; 
  border-radius: 10px; 
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
  transition: transform .3s; 
  display: flex; 
  flex-direction: column;
}
.feature-card:hover { transform: translateY(-10px); }
.feature-card img { width: 300px; height: 480px; object-fit: cover; }
.feature-content { 
  flex: 1; 
  padding: 15px 10px; 
  text-align: center; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
}
.feature-content h3 { 
  font-family: 'Forum', serif; 
  font-size: 18px; 
  color: #5d4037; 
  margin-bottom: 6px; 
}
.feature-content p { 
  font-family: 'Sarabun', sans-serif; 
  font-size: 13px; 
  color: #777; 
  margin: 0; 
}

/* Services Hero */
.hero-section-custom {
  background: black !important;
  position: relative; 
  width: 100%; 
  height: 300px;
  max-height: 400px !important;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  color: white; 
  overflow: hidden;
}
.hero-section-custom::before { 
  content: ""; 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background: rgba(0,0,0,.5); 
  z-index: 1; 
}
.hero-content { 
  position: relative; 
  z-index: 2; 
  height: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

/* Responsive Overrides (only the parts NOT touching the removed classes) */
@media (max-width: 992px) {
  .features { gap: 30px; padding: 0 15px; }
}
@media (max-width: 768px) {
  .feature-card { 
    width: 100%; 
    max-width: 340px; 
    height: auto; 
    margin: 0 auto; 
  }
  .feature-card img { width: 100%; height: 280px; }
  .feature-content { padding: 20px 15px; }
  .feature-content h3 { font-size: 1.1rem; }
  .feature-content p { font-size: .9rem; }
  .hero-section-custom { height: 660px; max-height: 700px !important;}
  .hero-content .col-card img { width: 35px!important; height: 35px!important; }
  .package-item img { max-height: 220px; }
  .package-item h3 { font-size: 1.1rem; }
  .package-item p { font-size: .85rem; }
}
@media (max-width: 576px) {
  .feature-card img { height: 220px; }
  .feature-content h3 { font-size: 1rem; }
  .feature-content p { font-size: .8rem; }
  .hero-section-custom { height: 660px; max-height: 700px !important;}
  .hero-content .col-card img { width: 35px!important; height: 35px!important; }
  .user-review-content h1, .packages-section h1 { font-size: 1.4rem; }
  .user-review-content p, .packages-section p { font-size: .9rem; }
}

/* -------------------------------------------------
   NEW: .make-center – CENTER TEXT (Inner Pages Only)
   ------------------------------------------------- */
.make-center .banner-text {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 80%;
}
.make-center .banner-heading { font-size: 2.8rem; }
.make-center .banner-description { font-size: 1.3rem; }


/* ABOUT US SECTION */

.about-us {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.about-us-left  { flex: 1; min-width: 320px;
padding-left: 5%;
}
.about-us-right { flex: 1; min-width: 320px; }

.about-us-label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #999;
  margin-bottom: 12px;
  font-weight: 500;
}

.about-us-title {
  color: #2c3e50;
  margin: 0 0 24px;
  line-height: 1.2;
}

.about-us-text {
  color: #555;
  margin-bottom: 32px;
  line-height: 1.7;
}

.about-us-btn {
  display: block;
  padding: 5px 20px;
  border: 2.5px solid #e67e22;
  color: black;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.about-us-btn {
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.about-us-btn:hover {
	transform: scale(1.1);
}

.about-us-photo {
  width: 100%;
}

.about-us-badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
}

/* Mobile */
@media (max-width: 768px) {
  .about-us { margin: 30px auto; gap: 30px; }
  .about-us-title { font-size: 2.4rem; text-align: center; }
  .about-us-left { text-align: center; }
}

/* Accomodation */
.accomodation-container {
      text-align: center;
    }


.dancing-script {
  font-family: "Dancing Script", cursive !important;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 170%;
	position: relative;
	top: 50px;
	right: 18px
}



.acco-book-now-btn {
  display: block;
  padding: 5px 20px;
  background-color: #5e7e34;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.acco-book-now-btn {
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.acco-book-now-btn:hover {
	transform: scale(1.1);
}

    .accomodation-subtitle {
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #8a8a8a;
      margin-bottom: 15px;
    }

    .accomodation-title {
      color: #2d2d2d;
      margin-bottom: 20px;
    }

    .accomodation-title span {
      display: block;
    }

    .accomodation-description {
      max-width: 800px;
      margin: 0 auto 60px;
      color: #555;
    }

    .accomodation-room-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .accomodation-room-image {
      width: 100%;
      height: auto;
    }

    .accomodation-room-content {
      text-align: left;
    }

    .accomodation-room-title {
      color: #2d2d2d;
      margin-bottom: 25px;
      line-height: 1.2;
    }

    .accomodation-room-title span {
      display: block;
    }

    .accomodation-room-description {
      color: #444;
      margin-bottom: 35px;
      max-width: 500px;
    }

    .accomodation-room-buttons {
      display: flex;
      gap: 20px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .accomodation-room-grid {
        grid-template-columns: 1fr;
        gap: 50px;
      }
      .accomodation-room-content {
        text-align: center;
      }
      .accomodation-room-buttons {
        justify-content: center;
      }
    }

    @media (max-width: 600px) {
      .accomodation-title {
        font-size: 36px;
      }
      .accomodation-title span {
        font-size: 42px;
      }
      .accomodation-room-title {
        font-size: 40px;
      }
      .accomodation-room-title span {
        font-size: 50px;
      }
    }


/* DISCOVER SECTION */
.discover-section-banner {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    .discover-section-banner img {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }



    .discover-section-banner-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 20px;
    }

    .discover-section-banner-title {
      margin-bottom: 20px;
			color: black;
    }

    .discover-section-banner-desc {
      line-height: 1.6;
      margin-bottom: 30px;
			color: black;
    }

    .discover-section-banner-btn {
      display: inline-block;
      padding: 14px 36px;
      background: transparent;
      color: white;
      border: 2px solid white;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .discover-section-banner-btn:hover {
      background: white;
      color: #333;
    }

    @media (max-width: 768px) {
      .discover-section-banner { height: 60vh; }
      .discover-section-banner-title { font-size: 36px; }
      .discover-section-banner-desc { font-size: 18px; }
    }



/* ======= ACTIVITIES & EXPERIENCE CSS ======= */
.activities-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
    background: #fff;
}


.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    justify-items: center;
}

/* Card with image sticking out */
.activity-card {
    width: 100%;
    position: relative;
}

.img-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: -150px; /* pulls image up, outside the card */
}

.img-wrapper img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
	
}

.card-content {
    background: #ffe0d1;
    padding: 100px 30px 35px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.activity-card:hover .card-content {
    transform: translateY(-10px);
}

.activity-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #333;
	margin-top: 25%;
}

.activity-text {
    color: #666;
}
/* === EQUAL HEIGHT FIX (add this only) === */

.activity-card {
    display: flex;
    flex-direction: column;
}

.card-content {
    flex-grow: 1;                         /* this single line makes the magic */
    display: flex;
    flex-direction: column;
}


/* Responsive */
@media (max-width: 768px) {
    .section-title { font-size: 30px; }
    .img-wrapper { margin-bottom: -60px; }
    .img-wrapper img { height: 240px; }
    .card-content { padding-top: 80px; }
}


/* BLOGS and NEWS */

/* Blogs & News Section */
.blogs-section {
  padding: 80px 5%;
  background: #fff8f3;
  text-align: center;
  font-family: 'Georgia', serif;
}


/* Grid */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blog-card h3 {
  font-size: 20px;
  color: #333;
  padding: 20px 25px 10px;
  line-height: 1.4;
  font-weight: 600;
}

.blog-card p {
  font-size: 15px;
  color: #777;
  padding: 0 25px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more {
  display: block;
  padding: 0 25px 25px;
  color: #b8986e;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.read-more:hover {
  color: #8b6b47;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .section-title { font-size: 34px; }
  .section-desc { font-size: 16px; }
  .blogs-grid { gap: 30px; }
}



/* ==== GLOBAL FONT OVERRIDE + HEADING WEIGHT ==== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Forum', serif !important;
  font-weight: 500 !important;
}

/* All description / body text */
p, span, div, li, td, th,
label, input, textarea, button,
.description, .text, .content, .body,
.small, .caption, .subtitle,
.text-muted, .lead, .card-text, .blockquote {
  font-family: 'Sarabun', sans-serif !important;
}





/* === MODERN TOUR PACKAGE CARDS === */
.package-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  padding: 20px 0;
}

.package-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

.package-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 4px solid #10b981;
}

.package-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.package-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}

.package-duration {
  font-size: 0.95rem;
  color: #059669;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.package-duration i {
  font-size: 1.1rem;
}

.package-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #10b981;
  margin: 12px 0 16px;
}

.package-details {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 12px;
  flex-grow: 1;
}

.package-inclusions {
  margin: 12px 0;
  padding-left: 4px;
}

.package-inclusions h6 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 8px;
}

.package-inclusions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

.package-inclusions li {
  padding: 4px 0;
  position: relative;
  padding-left: 20px;
}

.package-inclusions li::before {
  content: '✓';
  color: #10b981;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.package-btn {
  margin-top: auto;
  padding-top: 16px;
}

.package-btn a {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.package-btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
  background: linear-gradient(135deg, #059669, #047857);
}

/* Mobile Adjustments */
@media (max-width: 480px) {
  .package-img { height: 180px; }
  .package-body { padding: 16px; }
  .package-title { font-size: 1.25rem; }
  .package-price { font-size: 1.35rem; }
}