#home {
  height: 300px;
  position: relative;
    overflow: hidden;
}

    #home {
      scroll-margin-top: 80px;
    }
    
    .carousel-caption {
      position: absolute;
      top: 0;
        left: 0 !important;
      right: auto !important;
      text-align: left !important;
      background: transparent; 
      display: flex;
      align-items: flex-start;
        top: 10px !important;         
      bottom: auto !important;    
      transform: none !important;
      padding-top: 20px !important; 
      margin-top: 0 !important;
         width: 100% !important;
      max-width: 100% !important;
      padding-left: 130px;
      padding-right: 130px;
    }
    
    .carousel-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.5);
      z-index: 1;
    
    }
    
    .carousel-caption {
      z-index: 2;
    }
    
        
        .choices__list--dropdown,
    .select2-container--open {
      z-index: 9999 !important;
    }
        
    
    
    @media (max-width: 991.98px) {
      .carousel-caption .col-lg-6 {
        max-width: 100% !important;
      }
    }
    .bg-secondary {
      background-color: rgba(33, 37, 41, 0.85) !important;
    }
    
    .bold-dark {
      font-weight: 700;  
      color: white;   
    }
    
    .btn.btn-light {
        color: #f03030;
        font-weight: 600;
    }
    
    .btn.btn-light:hover {
        color: white;
        background: #f03030;
        border: 1px solid #f03030;
    }
    
    @keyframes slideInFromLeft {
      0% {
        opacity: 0;
        transform: translateX(-100vw); 
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
    
    @keyframes slideInFromRight {
      0% {
        opacity: 0;
        transform: translateX(100vw); 
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
    
    .animate-left {
      animation: slideInFromLeft 1.2s ease-out forwards;
    }
    
    .animate-right {
      animation: slideInFromRight 1.2s ease-out forwards;
    }

  .nav-tabs .nav-link {
      font-weight: 600;
      color: #000;
    }
    
    .nav-tabs .nav-link.active {
      background-color: #ffc107 !important;
      color: #000;
    }
    
    .booking-card {
        width: 100%;
      background-color: #fff;
      border-radius: 20px;
      max-width: 1600px !important; 
      height: 190px;
        border: 1px solid #ddd;
      border-radius: 12px;
      overflow: hidden; 
      margin: auto;
      padding: 2rem;
        overflow: visible !important;
      position: relative; 
      z-index: 10;
    }
    
    .booking-footer {
      padding: 1rem;
      text-align: center;
    }
    
    .explore-btn {
      background: #ffc107;
      color: #fff;
      border: none;
      transition: 0.3s;
    }
    
    .explore-btn:hover {
      background: #1a204a;
    }

  .input-icon {
    position: relative;
  }

  .input-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
  }

  .input-icon input {
    padding-left: 30px; 
  }
  
  .carousel-caption,
    .carousel-item,
    .carousel-inner,
    .carousel {
        overflow: visible !important;
        position: relative; 
    }

  .custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px !important;  /* default smaller width */
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    padding: 0;
    margin-top: 4px;
    z-index: 9999;
    transition: width 0.3s ease;
  }

  /* When dropdown is visible (no .d-none), increase width */
  .custom-dropdown:not(.d-none) {
    width: 200px !important;
  }

    .dropdown-section {
      font-size: 12px;
      color: #666;
      padding: 6px 10px;
      border-bottom: 1px solid #eee;
      text-transform: uppercase;
      font-weight: 600;
    }
    
    .dropdown-item {
      padding: 8px 10px;
      cursor: pointer;
      font-size: 14px;
      color: #333;
      border-bottom: 1px solid #f1f1f1;
    }
    
    .dropdown-item:last-child {
      border-bottom: none;
    }
    
    .dropdown-item:hover {
      background-color: #ffc107;
      color: #fff;
    }

  /* Active tab */
  .nav-tabs .nav-link.active {
    background-color: #ffc107 !important;
    color: black !important;
    border-color: #ffc107 #ffc107 #fff !important;
  }

  /* Hover and focus for tabs */
  .nav-tabs .nav-link:hover,
  .nav-tabs .nav-link:focus {
    background-color: #ffe082;
    color: black;
  }
  
    input.form-control:hover,
  input.form-control:focus,
  input[type="text"]:hover,
  input[type="text"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus {
    box-shadow: 0 0 5px 2px #ffc107;
    border-color: #ffc107;
    outline: none;
  }

    .tripFieldsRow {
      display: flex !important;
      flex-wrap: wrap; 
      gap: 10px;
      align-items: flex-end;
      width: 100%;
      overflow-x: auto; 
    }
    
    .tripFieldsRow > div {
      min-width: 120px; 
    }
    
    html {
      scroll-behavior: smooth;
    }
 @media (max-width: 768px) {
      body {
    background-color: hotpink !important;
  }
  #home,
  .carousel-inner,
  .carousel-item {
    height: auto !important;
    min-height: auto !important;
  }

  /* Force full image visibility */
  .carousel-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
  }

  /* Optional: if you want the whole image as background */
  .carousel-item {
    background-color: #000; /* fallback if image fails */
  }
  .booking-card {
    height: auto !important;  /* expand naturally */
    padding: 12px !important;
  }

  /* Stack inputs vertically */
  .tripFieldsRow {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .tripFieldsRow > div {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  /* Tabs scrollable */
  .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-tabs .nav-item {
    flex: 0 0 auto;
  }
  .nav-tabs .nav-link {
    white-space: nowrap;
    font-size: 13px;
    padding: 5px 10px;
  }

  /* Full width button */
  .explore-btn {
    width: 100%;
    font-size: 14px;
  }
}

    /*section 2*/    
    /* Grey section background */

    /* Card style */
    .service-item-call {
      background-color: #ffc107;
      border: 2px solid #ffc107;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }
    
    .service-item-call:hover {
      transform: scale(1.03);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
      background-color: #ffcd39;
    }
    
    /* Text styling */
    .service-item-call h5 {
      color: #d19e02;
    }
    
    .service-item-call a {
      font-weight: 500;
      text-decoration: none;
    }
    
    .service-item-call a:hover {
      color: purple !important;
    }

    /* Mobile image adjustments */
    @media (max-width: 767.98px) {
      .side-image {
        display: none; 
      }
    
      .mobile-image {
        max-width: 300px;
        height: auto;
      }
    
      .contact-section-all {
        padding: 20px 15px !important;
      }
    
      .contact-section-all h1 {
        font-size: 1.5rem;
        margin-top: 0;
      }
    
      .service-item-call {
        padding: 1.5rem;
      }
    }
    
    .reduced-height {
  padding-top: 20px;
  padding-bottom: 20px;
  /* Optional: limit min height */
  min-height: auto;
}

.contact-wrapper {
  max-height: 350px;
  overflow: hidden;
  background: #f9f9f8;
}

.image-contact {
  position: relative;
  overflow: hidden; /* Hide overflow for sliding effect */
}

.image-contact img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.4); 
  transition: height 0.5s ease;
  pointer-events: none;
}

.image-contact:hover::after {
  height: 100%; 
}

.service-item-content {
  background-color: #1a204a;
  border: 2px solid #ffc107;
  border-radius: 10px;
  transition: transform 0.3s ease;
  color: white !important;
  max-height: 100%;
}

.service-item-content *,
.service-item-content h6 {
  color: white !important;
}

.service-item-content:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  background-color: #3c4973;
}

.service-item-content:hover *,
.service-item-content:hover h6 {
  color: white !important;
}

.rectangle-box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #afe2f4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    margin: auto; 
}

.rectangle-box h5 {
    font-size: 16px;
    color: #000; 
    margin: 0;
}

.taglines p {
  font-size: 18px;
  font-weight: 600;
  color: #333; /* Change color as needed */
  margin: 10px 0;
}



.taglines p:nth-child(1) {
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.2s;
}
.taglines p:nth-child(2) {
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.6s;
}
.taglines p:nth-child(3) {
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 1s;
}

@keyframes multiColorBlink {
  0%   { color: #1E90FF; opacity: 1; }   
  25%  { color: #ffa500; opacity: 0.8; } 
  50%  { color: #00cc66; opacity: 1; }   
  75%  { color: #ffa500; opacity: 0.8; } 
  100% { color: #40E0D0; opacity: 1; }  
}

.multi-color-blink {
  animation: multiColorBlink 1.5s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.blink-sequence {
  animation: blink 1.5s infinite;
}

/* Each line gets a different delay */
.blink-color-1 {
  color: #ff4d4d;       /* Red */
  animation-delay: 0s;
}

.blink-color-2 {
  color: #1E90FF;       /* Dodger Blue */
  animation-delay: 1.5s;
}

.blink-color-3 {
  color: #8A2BE2;       /* Blue Violet */
  animation-delay: 3s;
}
