body {
  font-family: Arial, sans-serif;
}

.hero {
  background: url('./img/hero.png') no-repeat center center/cover;
  height: 100vh;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.hero h1 {
  font-size: 3rem;
}

.hero p {
  font-size: 1.2rem;
}

.mountain-mask {
  position: relative;
}

body {
  font-family: "Century Gothic", "Lato", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

a {
  text-decoration: none;
}

/* Custom Background with Image and White Gradient */
.custom-background {
  position: relative;

}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  background: #eee;
  text-align: center;
  scroll-snap-align: start;
  background:
    linear-gradient(to top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.6) 70%),
    url('./img/hero.png');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
}

.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
  color: #333;
}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  opacity: 0.8;
  color: #555;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}

.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  overflow: hidden;
}

.et-hero-tab i {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.et-hero-tab span {
  display: block;
  font-size: 1rem;
}

.et-hero-tab:hover {
  color: #fff;
  background: #66b1f1;
  transition: all 0.3s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background: #66b1f1;
  transition: width 0.3s ease, left 0.3s ease;
}

.et-slide {
  background: #f4f4f4;
  padding: 2em;
  color: #333;
}

footer {
  padding: 1em 0;
  background-color: #333;
  color: #fff;
  text-align: center;
}

footer p {
  margin: 0.5em 0;
}

footer .social-links a {
  color: #fff;
  margin: 0 0.5em;
  transition: color 0.3s ease;
}

footer .social-links a:hover {
  color: #66b1f1;
}

@media (min-width: 800px) {

  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }

  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1.2rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
}


.container {
  text-align: center;
}

.responsive-svg {
  max-width: 100%;
  height: auto;
  width: 50%;
  /* Default width for larger screens */
}

@media (max-width: 768px) {
  .responsive-svg {
    width: 80%;
    /* Smaller size for tablets and smaller devices */
  }
}

@media (max-width: 480px) {
  .responsive-svg {
    width: 90%;
    /* Even smaller size for mobile devices */
  }
}


@media (max-width: 768px) {

  .et-hero-tab i {
    font-size: 1rem;
    margin: 0;
    margin-right: 5px;
  }

  .et-hero-tab span {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {

  .et-hero-tab i {
    font-size: 1rem;
    margin: 0;
    margin-right: 2px;
  }

  .et-hero-tab span {
    font-size: 0.7rem;
  }
}

.et-title {
  margin: 0;               /* Removes extra margin around the title */
  padding: 0;              /* Removes extra padding */
  line-height: 1.2;        /* Adjust line-height for better spacing */
  display: flex;           /* Aligns the text and image horizontally */
  align-items: center;     /* Centers the image and text vertically */
}

.et-title img {
  max-height: none;        /* Prevents the image from getting smaller */
  height: auto;            /* Keeps the aspect ratio of the image */
  width: auto;             /* Keeps the aspect ratio intact */
  vertical-align: middle;  /* Ensures the image aligns with the text */
overflow: hidden;
}

.et-subtitle {
  margin-top: 10px;        /* Adjust the space between title and subtitle */
  margin-bottom: 0;        /* Remove extra margin at the bottom */
  padding: 0;              /* Remove padding */
  font-size: 1.2em;        /* Adjust the font size as needed */
}



.backdrop {
  background:
    linear-gradient(to top, rgba(173, 91, 3, 0) 20%, rgba(173, 91, 3, 0.879) 50%),
    url('./img/package-sec.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: visible;
    /* Allow shadows to extend outside */
}


.swiper {
  width: 90%;
  max-width: 1200px;
}

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

.glass-card {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(10px);
  padding: 20px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: visible;
}

.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.glass-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-content {
  padding: 15px;
  color: white;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.card-details {
  font-size: 0.9rem;
  margin-top: 5px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.price {
  font-weight: bold;
  font-size: 1.2rem;
  color: #00ffcc;
}

.enquiry-btn {
  padding: 8px 12px;
  background-color: #00ffcc;
  border: none;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.enquiry-btn:hover {
  background-color: #00d4aa;
}

.package-next,
.package-prev {
  color: white; /* Button color */
  z-index: 10; /* Ensure buttons are above other elements */
}

.package-next:hover,
.package-prev:hover {
  color: #ff9800; /* Hover effect for better UX */
}

.swiper-pagination-bullet {
  background: white;
}

/* Section Styling */
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #34495e;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #7f8c8d;
  margin-bottom: 2rem;
}

.section-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #2c3e50;
  text-align: justify;
}

.btn-primary {
  background-color: #3498db;
  border: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  border-radius: 25px;
}

.btn-primary:hover {
  background-color: #2980b9;
  transform: scale(1.05);
}

/* Image Styling */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Alignment */
@media (max-width: 768px) {
  .row.align-items-center {
    flex-direction: column-reverse;
  }
}




/* Activities Section Styling */
.activities-section {
  background-image: url(./img/act-bak.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: visible;
  /* Allow shadows to extend outside */
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ffffff;
}

.section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Activity Card Styling */
.activity-card {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(10px);
  padding: 20px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: visible;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.activity-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.activity-content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
}

.activity-content p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.btn-primary {
  background-color: #22c1c3;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #fdbb2d;
}

/* Row Styling */
.row {
  margin: 0 auto;
  overflow: visible;
  /* Ensure shadows are not clipped */
}

/* Responsive Styling */
@media (max-width: 768px) {
  .activities-section {
    padding: 30px 20px;
  }

  .activity-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .activities-section {
    padding-bottom: 80px;
    /* Add space for the last card */
  }

  .activity-card {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    /* Adjust shadow for smaller screens */
  }
}

/* Swiper Container */
.activities-section .swiper {
  overflow: hidden;
  padding-bottom: 40px;
}

.activities-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.activities-section .swiper-pagination {
  bottom: 10px;
}

.activities-section .swiper-button-prev,
.activities-section .swiper-button-next {
  color: #fff;
}




/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Gallery Section Styling */
.gallery-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  position: relative;
  overflow: hidden; /* Ensures child elements are clipped within this section */
}

.gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}



.gallery-section .gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-section .gallery-item img {
  width: 100%;
  height: 250px; /* Adjusted height for a consistent grid */
  object-fit: cover;
  transition: transform 0.5s ease; /* Smooth scaling effect */
}

.gallery-section .gallery-item:hover img {
  transform: scale(1.1); /* Scale up on hover for effect */
}

.gallery-section .gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.gallery-section .gallery-item:hover .overlay {
  transform: translateY(0);
}

.gallery-section .details {
  color: aqua;
  text-align: center;
  padding: 20px;
}

.gallery-section .details h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: aqua;
}

.gallery-section .details p {
  font-size: 1rem;
  margin-bottom: 15px;
}

