/*--------------------------------------------------------------
>>> Navbar Section  
----------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif;
  background: #ffffff;
}

.header-top {
  background-color: #ffffff;
  color: white;
}

.header-bottom {
  background-color: #01284F;
}

.logo {
  color: white;
}

.search-bar input {
  border-radius: 20px 0 0 20px;
}

.search-bar .btn {
  border-radius: 0 20px 20px 0;
  background-color: #01284F;
  border-color: #01284F;
  color: #ffffff;
}

.search-bar .btn:hover {
  background-color: #01284F;
  border-color: #01284F;
}

.contact-info {
  font-weight: 500;
  color: #01284F;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  padding: 10px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #f1c40f !important;
}

.navbar-toggler {
  border-color: #f1c40f;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23f1c40f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
  .header-top .container {
    padding: 0 15px;
  }

  .header-top .row:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .logo {
    font-size: 20px;
  }

  .contact-info {
    font-size: 14px;
    margin: 0;
  }

  .search-bar-row {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-bar {
    flex-grow: 1;
    margin-right: 10px;
  }

  .search-bar .input-group {
    width: 100%;
  }

  .search-bar input {
    font-size: 14px;
    padding: 6px 12px;
  }

  .search-bar .btn {
    padding: 6px 12px;
  }

  .navbar-toggler {
    padding: 6px 10px;
  }

  .navbar-nav {
    text-align: start;
    background-color: #01284F;
    padding: 10px 0;
  }

  .navbar-nav .nav-link {
    padding: 8px 0;
  }

  .header-top .logo img {
    width: 190px;
  }
}

/* Add any additional styles for the navbar here */
@media (min-width: 768px) and (max-width: 1024px) {

  .navbar-toggler {
    display: none !important;
  }

  .header-top .logo img {
    width: 195px;
  }

  .header-top .contact-info {
    justify-content: flex-end;
    font-size: 14px;
  }

  .search-bar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .search-bar {
    flex: 1;
    margin-right: 10px;
  }

  .search-bar .form-control {
    height: 38px;
    font-size: 14px;
  }

  .search-bar .btn {
    padding: 6px 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-collapse {
    display: flex !important;
    /* Always show nav on tablets */
    justify-content: center;
  }

  .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .navbar-nav .nav-link {
    padding: 8px 12px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
>>> Hero Section 
----------------------------------------------------------------*/
.safariheader {
  background: url('/images/kanhacomp/safarihero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .safariheader {
    background: #0d1321 !important;
    background-image: none !important;
  }
}

/*--------------------------------------------------------------
>>> Heading & Subheading
----------------------------------------------------------------*/
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #01284F;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
>>> Section Heading
----------------------------------------------------------------*/
.section-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #1a3c34;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.section-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 300px;
  height: 4px;
  background: linear-gradient(to right, #ff6f61, #ffb347);
  border-radius: 2px;
}

/*--------------------------------------------------------------
>>> Scrolling Banner & Footer 
----------------------------------------------------------------*/
.scrolling-banner {
  background-color: #f0b400;
  padding: 2px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.footer {
  background: #01203F;
  color: #ffffff;
}

.footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: #005F8D;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #f1c40f;
  padding-left: 5px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  background: #005F8D;
  transform: translateY(-3px);
}

.newsletter-input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: black;
}

.newsletter-input:focus {
  border-color: #005F8D;
  box-shadow: none;
}

.btn-subscribe {
  background: #005F8D;
  border: none;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-subscribe:hover {
  background: #005F8D;
  transform: translateY(-2px);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Whatsapp Floating Footer 
----------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
}

.whatsapp-float a {
  display: flex;
  margin-left: 4px;
}

/*--------------------------------------------------------------
>>> Blog Home Section  
----------------------------------------------------------------*/
.blog-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
}

.blog-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.blog-image-wrapper {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-image-wrapper:hover .blog-image {
  transform: scale(1.1);
}

.blog-date {
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}

.blog-description {
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #555;
  margin: 10px 0 15px;
}

@media (max-width: 768px) {
  .blog-image-wrapper {
    height: 250px;
  }

  .blog-title {
    font-size: 20px;
  }

  .blog-description {
    height: 70px;
  }
}

/*--------------------------------------------------------------
>>> Packages Section 
----------------------------------------------------------------*/
:root {
  --primary-color: #005F8D;
  --secondary-color: #01284F;
  --accent-color: #458FC4;
  --text-color: #34495e;
  --light-text: #7f8c8d;
}

.btn-travel-recommended {
  border-radius: 30px;
  padding: 0.4rem 1.2rem;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.btn-travel-recommended:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.tour-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: transform 0.3s ease;
}

.tour-card:hover {
  transform: translateY(-5px);
}

.tour-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tour-card .image-container {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tour-body {
  padding: 1rem;
}

.tour-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}

.tour-card:hover img {
  filter: brightness(1);
}

.tour-card .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
}

.badge-premium {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--accent-color);
  color: white;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

.location {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.itinerary-line {
  font-size: 0.9rem;
  color: var(--light-text);
  margin-bottom: 12px;
}

.tour-meta {
  font-size: 0.9rem;
  color: var(--text-color);
  margin-bottom: 12px;
}

.duration {
  font-weight: 500;
}

.tour-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 12px;
}

.tour-info span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.price-details {
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: auto;
}

.price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
}

.btn-travel-recommended {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.btn-quick-book {
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.btn-quick-book:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .travel-recommended-card-img,
  .tour-card .image-container {
    height: 160px;
  }

  .travel-recommended,
  .location {
    font-size: 1.1rem;
  }

  .price {
    font-size: 1.1rem;
  }


  .btn-travel-recommended,
  .btn-quick-book {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}

/*-----------------------------------*\
 * #Destiination Gallery
\*-----------------------------------*/
.destination-gallery {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 220px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  color: #fff;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.destination-gallery:hover {
  transform: scale(1.03);
}

.destination-gallery h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}


.state-gallery {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.tour-count {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--accent-color);
  padding: 6px 12px;
  font-size: 0.8rem;
  border-radius: 18px;
  font-weight: 500;
}

.promo-card {
  background-color: var(--primary-color);
  color: white;
  border-radius: 12px;
  padding: 20px;
  height: 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.promo-card:hover {
  transform: translateY(-5px);
}

.promo-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
}

.promo-card p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #dfe6e9;
}

.promo-card button {
  background-color: #fff;
  color: var(--primary-color);
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.promo-card button:hover {
  background-color: var(--accent-color);
  color: #fff;
}

#promo-description {
  font-weight: 700;
}


@media (max-width: 768px) {

  .destination-gallery,
  .promo-card {
    height: 160px;
    padding: 10px;
  }

  .destination-gallery h3,
  .promo-card h3 {
    font-size: 1.2rem;
  }

  .promo-card p {
    font-size: 0.9rem;
  }

  .promo-card button {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}

/*-----------------------------------*\
 * #Jouney Cards
\*-----------------------------------*/
.journey-card-body {
  padding: 15px;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 0;
  padding-bottom: 10px;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.journey-card {
  flex: 0 0 100%;
  scroll-snap-align: center;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.journey-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.journey-card-img-top {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.journey-card-title {
  font-size: 1rem;
  font-weight: 550;
  color: #2d3436;
  margin-top: 1px;
}


/* Grid layout for tablets and desktops */
@media (min-width: 768px) {
  .scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    overflow: visible;
  }

  .journey-card {
    flex: unset;
    scroll-snap-align: unset;
  }
}

/*-----------------------------------*\
 * #Banner & Newsletter Section
\*-----------------------------------*/
.banner {
  background: linear-gradient(135deg, #458FC4 0%, #2A7A7C 100%);
  color: white;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease-in-out;
}

.banner h2 {
  font-size: clamp(1.5rem, 4vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.banner p {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.whatsapp-btn {
  background-color: white;
  color: #1A6062;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-btn i {
  color: #25D366;
  font-size: 1.2rem;
}

.whatsapp-btn:hover {
  background-color: #e8ecef;
  transform: translateY(-3px);
}

.newsletter-section {
  padding: 2rem;
  animation: fadeIn 1s ease-in-out;
}

.newsletter-section h3 {
  font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  font-weight: 600;
  color: #458FC4;
  margin-bottom: 1rem;
}

.newsletter-section p {
  font-size: clamp(0.85rem, 2.5vw, 0.95rem);
  color: #fff;
}

.newsletter-input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 25px 0 0 25px;
  padding: 0.8rem;
  font-size: clamp(0.85rem, 2.5vw, 0.95rem);
  transition: border-color 0.3s ease;
}

.newsletter-input:focus {
  border-color: #458FC4;
  box-shadow: 0 0 5px rgba(26, 96, 98, 0.3);
  outline: none;
}

.btn-subscribe {
  background: linear-gradient(135deg, #458FC4 0%, #2A7A7C 100%);
  border: none;
  border-radius: 0 25px 25px 0;
  padding: 0.8rem 1.5rem;
  font-size: clamp(0.85rem, 2.5vw, 0.95rem);
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-subscribe:hover {
  background: linear-gradient(135deg, #458FC4 0%, #3A8A8C 100%);
}

.small {
  font-size: clamp(0.75rem, 2vw, 0.85rem);
  color: black;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {

  .banner,
  .newsletter-section {
    padding: 1.5rem;
  }

  .banner h2,
  .newsletter-section h3 {
    font-size: clamp(1.2rem, 5vw, 1.4rem);
  }

  .whatsapp-btn,
  .btn-subscribe {
    padding: 0.7rem 1.2rem;
    font-size: clamp(0.8rem, 3vw, 0.9rem);
  }
}

/*-----------------------------------*\
 * #Faqs Section
\*-----------------------------------*/
.faq-header span {
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-header h2 {
  color: var(--primary-color);
}

.faq-description {
  color: var(--light-text);
}

.accordion-button {
  background-color: #f1f4f6;
  color: var(--secondary-color);
}

.accordion-button:not(.collapsed) {
  background-color: var(--accent-color);
  color: white;
}

.accordion-button:not(.collapsed) .fa-question-circle {
  color: white;
}

.accordion-body {
  background-color: #ffffff;
  color: var(--text-color);
  border-top: 1px solid #eee;
}

.faq-icon {
  color: var(--accent-color);
  margin-right: 12px;
}

.btn-faqs {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  font-size: 18px;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.btn-faqs:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
}

@media (max-width: 768px) {
  .btn-faqs {
    font-size: 16px;
  }
}

/*-----------------------------------*\
 * #Show Destinations Section
\*-----------------------------------*/
.package-card {
  transition: transform 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
}

/* Styles for full-width background image, text, and badge overlay */
.bg-text-section {
  position: relative;
  width: 100%;
  height: 400px;
  /* Default height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-destimage {
  width: 100vw;
  height: 500px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: transform 0.6s ease-in-out;
}

.bg-text-section:hover .bg-destimage {
  transform: translateX(-50%) scale(1.08);
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  padding: 1.5rem;
  max-width: 90%;
}

.text-overlay h1 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.2;
  font-family: 'Montserrat', 'Arial', sans-serif;
  animation: slideUp 0.8s ease-out;
}

.text-overlay h1 span {
  color: #ffd700;
  /* Vibrant gold */
  font-size: 3.8rem;
  font-weight: 900;
}

/* Animation for title */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .display-4 {
    font-size: 1.5rem;
  }

  .bg-destimage {
    width: 100vw;
    height: 450px;
  }

  .bg-text-section {
    height: 30vh;
    /* Optimized for mobile */
  }

  .text-overlay h1 {
    font-size: 1.5rem;
  }

  .text-overlay h1 span {
    font-size: 1.8rem;
  }

}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2rem;
  }

  .bg-destimage {
    width: 100vw;
    height: 450px;
  }

  .bg-text-section {
    height: 40vh;
    /* For tablets */
  }

  .text-overlay h1 {
    font-size: 1.8rem;
  }

  .text-overlay h1 span {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .bg-text-section {
    height: 30vh;
  }

  .text-overlay h1 {
    font-size: 4rem;
  }

  .text-overlay h1 span {
    font-size: 5rem;
  }

}

/*-----------------------------------*\
 * #Trusted Badges
\*-----------------------------------*/
.feature-card,
.award-images {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.95rem;
  color: var(--light-text);
  flex-grow: 1;
}

.award-images h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.award-images p {
  font-size: 0.95rem;
  color: var(--light-text);
  margin-bottom: 20px;
}

.award-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.award-item {
  text-align: center;
  flex: 1 1 auto;
}

.award-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  transition: transform 0.3s ease;
}

.award-item img:hover {
  transform: scale(1.1);
}

.award-item p {
  margin-top: 8px;
  font-size: 0.9rem;
}

.cta-button {
  display: inline-block;
  margin-top: auto;
  padding: 10px 25px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {

  .feature-card,
  .award-images {
    padding: 15px;
  }

  .award-badges {
    gap: 10px;
  }

  .feature-card h3 {
    font-size: 1rem;
  }

  .feature-card p {
    font-size: 0.9rem;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .feature-card {
    min-height: auto;
  }
}

/*-----------------------------------*\
 * #Inclusive Includes Section
\*-----------------------------------*/
.include-section {
  padding: 30px 0;
  text-align: center;
}

.include-title {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.include-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  border-radius: 2px;
}

.include-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 100px;
}

.include-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 95, 141, 0.3), 0 0 15px rgba(69, 143, 196, 0.2);
}

.include-icon {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-bottom: 6px;
  margin-top: 6px;
  transition: opacity 0.3s ease;
}

.include-card:hover .include-icon {
  color: var(--accent-color);
}

.include-h4 {
  font-size: 1rem;
  color: var(--secondary-color);
  margin-bottom: 4px;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

p.include {
  font-size: 0.85rem;
  color: var(--light-text);
  line-height: 1.3;
  margin-bottom: 4px;
  transition: opacity 0.3s ease;
}


@media (max-width: 768px) {
  .include-title {
    font-size: 1.8rem;
  }

  .include-card {
    padding: 6px;
    margin-bottom: 8px;
    min-height: 80px;
  }

  .include-icon {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .include-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .include-card p {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 95, 141, 0.95), rgba(69, 143, 196, 0.95));
    color: #fff;
    padding: 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: bottom 0.4s ease, opacity 0.4s ease;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
  }

  .include-card:hover p,
  .include-card:active p {
    opacity: 1;
    bottom: 0;
  }

  .include-h4 {
    font-size: 14px;
  }

  .include-card:hover .include-icon,
  .include-card:hover .include-h4,
  .include-card:active .include-icon,
  .include-card:active .include-h4 {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .include-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/*--------------------------------------------------------------
>>> Destination Components 
----------------------------------------------------------------*/
.destinationCard {
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.destinationCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.destinationCard-img-top {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.destinationCard-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.destinationCard-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.destinationCard-text {
  color: #6c757d;
  font-size: 0.9rem;
}

.destinationCard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.destinationCard-package-count {
  color: #01284F;
  font-size: 0.9rem;
  font-weight: 500;
}

.destinationBtn {
  background-color: #01284F;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.destinationBtn:hover {
  background-color: #005F8D;
  color: #fff;
  text-decoration: none;
}

.desticon {
  margin-right: 8px;
}

@media (max-width: 576px) {
  .destinationCard-img-top {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
}
/*-----------------------------------*\
 * #Package Components
\*-----------------------------------*/
.packageCard {
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.packageCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.packageCard-img-top {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.packageCard-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.packageCard-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.packagesCard-text {
  color: #333536;
  font-size: 0.8rem;
  line-height: 1.5;
}

.packageCard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.packageCard-package-count {
  color: #01284F;
  font-size: 0.9rem;
  font-weight: 500;
}

.packageBtn {
  background-color: #01284F;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.packageBtn:hover {
  background-color: #005F8D;
  color: #fff;
  text-decoration: none;
}

.packicon {
  margin-right: 8px;
}

.package-image-wrapper {
  overflow: hidden;
}

.package-save-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #67A3CD, #458FC4);
  color: #FFFFFF;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .packageCard-img-top {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .package-save-badge {
    font-size: 12px;
  }
}
/*-----------------------------------*\
 * #css
\*-----------------------------------*/
.full-div-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* .full-div-link:hover .destination-gallery {
  opacity: 0.9;
} */

/* Labels */
#enquiry-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #2c3e50;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

/* Optional: responsive label spacing for small screens */
@media (max-width: 576px) {
  #enquiry-form label {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .enquiry-form-container {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    padding: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .enquiry-form-container {
    margin-top: -100px;
    position: relative;
    z-index: 10;
  }
}
 @media (max-width: 767px) {
  .enquiry-form-container {
    margin-top: 0;
    position: relative;
    z-index: 10;
    padding: 20px;
  }
}