


/* Navbar Styles */
body {
  background-color: white;
}








/* Responsive Media Queries */
@media (max-width: 991.98px) {
  .card-img-top {
    height: 500px;
  }
  .card-title {
    font-size: 2.8rem;
  }
  .card-text {
    font-size: 0.75rem;
  }
  .card {
    max-width: 900px;
  }
}

@media (max-width: 767.98px) {
  .card-img-top {
    height: 350px;
  }
  .card-title {
    font-size: 2rem;
  }
  .card-text {
    font-size: 0.7rem;
  }
  .card {
    max-width: 600px;
  }
}

@media (max-width: 575.98px) {
  .card-img-top {
    height: 250px;
  }
  .card-title {
    font-size: 1.5rem;
  }
  .card-text {
    font-size: 0.65rem;
  }
  .card {
    max-width: 90%;
  }
}










/* Service Section */
.section-2 {
  padding: 110px 0;
  margin-bottom: 110px;
  background-color: #f8f9fa;
}

.section-2 .heading {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 2.3rem;
  color: #0c2261;
  margin-bottom: 1rem;
}

.section-2 p {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.learn-more-link {
  font-size: 0.8rem;
  font-weight: 300;
  color: #0c2261;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.learn-more-link:hover {
  color: #081744;
  text-decoration: underline;
}

.features {
  margin-top: 50px;
}

.feature-item {
  text-align: left;
  font-size: 0.8rem;
  color: #000;
  margin-bottom: 1.5rem;
}

.feature-icon {
  height: 20px;
  margin-bottom: 10px;
  display: block;
}

.feature-item p {
  font-size: 0.6rem;
  margin: 0;
}

/* Image Stack Styles */
.mobile-image-stack {
  max-width: 100%;
  margin-right: 0;
  position: relative;
}

.desktop-image-stack {
  max-width: 800px;
  margin-right: -50px;
  position: relative;
}

.traveler-img-mobile,
.traveler-img-desktop {
  position: absolute;
  width: 50%;
  border: solid white;
}

.traveler-img-mobile {
  left: -8%;
  bottom: -8%;
  border-width: 15px;
}

.traveler-img-desktop {
  left: -12%;
  bottom: -13%;
  border-width: 20px;
}










/* Popular Destinations Section */
.destination-box {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.destination-img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.destination-overlay {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.destination-overlay h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.view-more-link {
  font-size: 0.80rem;
  font-weight: 500;
  color: #0c2261;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
  transition: color 0.3s ease;
}

.view-more-link:hover {
  color: #071a48;
  text-decoration: underline;
}

.destination-overlay .duration {
  font-size: 1rem;
  font-weight: bold;
  color: #f2f2f2;
}

.destination-overlay .read-more {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fdfdfd;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}

.destination-overlay p {
  font-size: 0.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

.read-more {
  position: relative;
  z-index: 5;
}

.section.popular-destinations {
  padding-bottom: 110px;
  margin-bottom: 20px;
}

/* Responsive Styles */


/* Mobile View: Force single column carousel */
@media (max-width: 767.98px) {
  /* Blue Carousel Arrows */
  #popularCarousel .carousel-control-prev-icon,
  #popularCarousel .carousel-control-next-icon {
    background-image: none;
  }
  
  #popularCarousel .carousel-control-prev-icon:after {
    content: '←';
    color: #0c2261;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  #popularCarousel .carousel-control-next-icon:after {
    content: '→';
    color: #0c2261;
    font-size: 1.5rem;
    font-weight: bold;
  }

  /* Optional: Add background to make arrows more visible */
  #popularCarousel .carousel-control-prev,
  #popularCarousel .carousel-control-next {
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}


    
    
    
    
    
    
    
/* Special Offers Page */
.special-offers-section {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-bottom: 110px;
  background-color: #f8f9fa;
}

.special-heading {
  color: #0c2261;
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  font-weight: 600;
}

.special-description {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
}

.offer-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.offer-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 2;
}

.offer-box:hover .offer-overlay {
  opacity: 1;
}

.contact-btn {
  background-color: #0c2261;
  border: none;
}



/* Optional: Consistent layering inside overlay */
.offer-overlay h5 {
  font-family: 'Playfair Display', serif;
  z-index: 3;
}

.offer-overlay p,
.offer-overlay a {
  z-index: 3;
}

/* Maintain gap between columns on all screens */
@media (max-width: 767.98px) {
  .row.g-1 > div[class*='col-'] {
    padding: 0.75rem !important;
  }
}

/* Circular Indicators for Offer Carousel */
#offerCarousel .carousel-indicators {
  position: relative;
  margin: 15px 0 0;
}

#offerCarousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(12, 34, 97, 0.3); /* Light blue */
  border: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}

#offerCarousel .carousel-indicators button.active {
  background-color: #0c2261; /* Solid blue */
  transform: scale(1.2);
}

#offerCarousel .carousel-indicators button:not(.active):hover {
  background-color: rgba(12, 34, 97, 0.6); /* Medium blue on hover */
}










/* Testimonials Page */
h1.heading {
  font-family: 'Playfair Display', serif;
  color: #0c2261; /* Dark blue */
  font-weight: 600;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

p.subheading {
  font-size: 1rem;
  color: #444;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.5;
}

/* Carousel container to center horizontally */
.testimonial-carousel-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Layout of one testimonial slide */
.testimonial-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
  flex-wrap: wrap; /* For responsiveness */
}

/* Image box */
.image-box {
  width: 400px;
  height: 480px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Review box */
.review-box {
  width: 480px;
  height: 400px;
  background: #fefefe;
  padding: 8rem 2rem;
  position: relative;
  flex-shrink: 0;

  /* Overlapping 1/4 over image */
  margin-left: -120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-text {
  font-style: italic;
  font-size: 1rem;
  color: #333;
  flex-grow: 1;
}

.reviewer-name {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 1rem;
  color: #0c2261;
  text-align: left;
}

.reviewer-title {
  font-size: 0.80rem;
  color: black;
  text-align: left;
  font-style: normal;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonial-slide {
    flex-direction: column;
  }

  .review-box {
    margin-left: 0;
    width: 90%;
    height: auto;
    margin-top: -80px;
    padding: 1rem;
    align-self: center;
  }

  .image-box {
    width: 90%;
    height: 400px;
    margin-bottom: 100px;
  }
}











 /* Footer Section */
.footer {
  background: linear-gradient(to top, #000000, #001b44);
  color: #f1f1f1;
  padding: 100px 0 40px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
}

/* Feedback Section */
.footer .feedback-box {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 30px;
  text-align: center;
  margin: 0 auto 100px;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-50px);
}

.feedback-box h1 {
  color: white;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2rem;
}

.feedback-box input {
  padding: 30px;
  border: none;
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}

.feedback-box button {
  margin-top: 10px;
  padding: 10px 25px;
  background: #001b44;
  border: none;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
}

.feedback-box button:hover {
  background: #0056b3;
}

/* Headings */
.footer h5,
.footer h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Paragraphs & Text */
.footer p,
.footer a,
.footer ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
}

.footer a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Social Icons */
.footer .social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: #ccc;
  transition: color 0.3s;
}

.footer .social-icons a:hover {
  color: #ffffff;
}

/* Bottom Line */
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #aaaaaa;
}

/* Responsive */
@media (max-width: 768px) {
  .footer .feedback-box {
    padding: 20px;
    transform: translateY(-30px);
  }

  .footer h5,
  .footer h6 {
    text-align: center;
  }

  .footer .social-icons {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .footer ul,
  .footer p {
    text-align: center;
  }

  .footer-bottom {
    font-size: 12px;
  }
}