* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}



/* Hero Section */
.hero {
  background: url('./images/home-img.jpg') center/cover no-repeat !important;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  width: 1000px;
  position: relative;
  z-index: 2;
}



.hero-content p {
  font-size: 24px;
  letter-spacing: 1px;
}

nav {
  width: 100%;
  background: #ffffff;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.logo img {
  height: 60px;
}

nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

nav ul li a:hover,
nav ul li a.active {
  color: #4d5828;
}

.contact-btn {
  text-align: center;
  background: #018ad8;
  color: #fff !important;
  padding: 10px 18px !important;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.calls-btn {
  text-decoration: none;
  text-align: center;
  background: #018ad8;
  color: #fff !important;
  padding: 8px 18px !important;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.d-gap{
  display: flex;
  gap: 20px;
}
.contact-btn:hover {
  background: #36401b;
}

.menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .d-call-btn{
    display: flex;
    gap: 10px;
  }
  nav{
    padding: 10px 15px !important;
  }
  .card{
    margin-bottom: 15px;
  }
  nav ul,
  .contact-btn {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  /* Mobile menu panel */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #ffffff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    padding: 80px 30px;
    gap: 15px;
    z-index: 2000;
    transition: 0.4s ease-in-out;
  }

  .mobile-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #eee;
  }

  .mobile-menu a:hover {
    color: #4d5828;
  }

  .mobile-open {
    margin-top: 25px;
    right: 0;
    width: 100%;
        z-index: 200;
  }
}



@media (max-width: 600px) {
  .input-row {
    grid-template-columns: 1fr;
  }

  .tabs {
    font-size: 12px;
  }
}



.card {
  text-align: left;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.card h3 {
  color: #007bff;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 10px;
  text-transform: uppercase;
}

.card p {

  font-size: 14px;
  color: #555;

  line-height: 1.6;
  min-height: 90px;
}

.features {
  display: flex;
  justify-content: space-around;

  margin-top: 20px;
  color: #007bff;
  font-size: 14px;
}

.features div {
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 500;

}

.features img {
  width: 45px;
  height: 45px;
}

@media (max-width: 768px) {
  .services h2 {
    font-size: 22px;
  }

  .card p {
    font-size: 13px;
  }

  .features div {
    width: 80px;
    font-size: 13px;
  }
}

.why-us-section {
    overflow-x: hidden;
  background-color: #e6f7ff;

  text-align: center;
}



.section-tag {
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.features-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #008BDA;
  color: white;
  padding: 30px 20px;
  border-radius: 15px;
  gap: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.feature-card {
  font-weight: 500;
  font-size: 23px !important;
  gap: 11px !important;
  display: flex;
  align-items: center;
  text-align: center;
}
.feature-text{
    
    font-size: 23px !important;
   color: white !important;
  }

.icon-circle img {
  height: 70px;
  width: 70px;

}



.rent-now-button {
  background: none;
  border: none;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  cursor: pointer;
  letter-spacing: 1px;
  margin-top: -30px;
}


@media (max-width: 768px) {
  .features-container {
    flex-direction: column;
    padding: 15px;
  }

  .feature-card {
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }

  .section-title {
    font-size: 28px;
  }
}





.content-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.section-tag {
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a4a;
  margin-bottom: 50px;
}

.vehicle-cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.vehicle-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: calc(30% - 15px);
  min-width: 350px;
  overflow: hidden;
  padding-bottom: 20px;
  transition: transform 0.3s;
}

.vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.car-image-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.car-image {
  width: 100%;
  height: 250px;
  display: block;
}

.vehicle-name {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a4a;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  margin: 0 20px;
}

.features-list {
  text-align: left;
  padding: 20px 20px;
}

.feature-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dotted #e0e0e0;
  font-size: 15px;
}

.feature-row:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}

.feature-label {
  color: #555;
}

.feature-value {
  color: #1a1a4a;
  font-weight: 600;
}

.book-button {
  display: inline-block;
  background-color: #008BDA;
  color: white;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-align: center;
}

.book-button:hover {
  background-color: #0056b3;
}

@media (max-width: 1200px) {
  .vehicle-card {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .vehicle-card {
    width: 90%;
  }
}

.about-us-section {
  padding: 80px 0;
  background-color: white;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.about-hero-row {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  align-items: flex-start;
}

.about-text-column {
  flex: 3;
  min-width: 300px;
}

.about-image-column {
  flex: 2;
  min-width: 300px;
}

.section-tag {
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-heading {
  font-size: 44px;
  font-weight: 800;
  color: #1a1a4a;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.intro-paragraph {
  font-size: 17px;
  color: #555;
  margin-bottom: 0;
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}


.subsection {
  margin-top: 40px;
}

.sub-heading {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a4a;
  margin-top: 30px;
  margin-bottom: 15px;
}

.subsection p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .about-hero-row {
    flex-direction: column;
  }

  .about-text-column,
  .about-image-column {
    flex: none;
    width: 100%;
  }

  .about-image-column {
    order: -1;
    margin-bottom: 30px;
  }

  .main-heading {
    font-size: 36px;
  }
}

.top-destinations-section {
  padding: 60px 0;
  text-align: center;
  background-color: #e6f7ff;
  overflow: hidden;
}

.destinations-scroll-container {
  display: flex;
  gap: 20px;
  padding: 20px 15px;

  width: 200%;

  animation: scroll-left 40s linear infinite;

  &:hover {
    animation-play-state: paused;
  }
}






@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


.section-tag {
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a4a;
  margin-bottom: 40px;
}

.destinations-scroll-container {
  display: flex;
  gap: 20px;
  padding: 20px 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.destinations-scroll-container::-webkit-scrollbar {
  display: none;
}





.favorite-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 9px 8px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.card-content {
  text-align: left;
  padding: 15px 15px 15px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a4a;
  margin: 0;
}

.card-subtitle {
  font-size: 14px !important;
  color: #555;
  margin: 5px 0;
}

.card-description {
  font-size: 14px !important;
  color: #777;
  margin-top: 10px;
  margin-bottom: 15px;
  min-height: 40px;
}

.card-price {
  margin: 0;
}

.price-value {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a4a;
  margin-right: 5px;
}

.price-suffix {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}

.testimonial-section {
  padding: 80px 0;
  text-align: center;
  background-color: white;
}

.section-tag {
  color: #007bff;
}

.section-title {
  color: #1a1a4a;
}

.slider-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

.testimonial-slider-container {
  overflow: hidden;
  width: 100%;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 30px;
}

.testimonial-card {
  background-color: white;
  padding: 40px 30px 20px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  width: calc(25% - 23px);
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.quote-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.5;
  min-height: 100px;
}

.quote-icon {
  font-size: 40px;
  color: #007bff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  /* Position behind the text */
  opacity: 0.1;
  font-family: serif;
  font-weight: 700;
}

.client-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a4a;
  margin-top: 5px;
  margin-bottom: 0;
}

.client-avatar {
  justify-content: space-around;
  display: flex;
  overflow: hidden;
}

.avatar-img {
  border: 4px solid white;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  color: #007bff;
  font-size: 16px;
  transition: background-color 0.3s, border-color 0.3s;
}

.slider-button:hover {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.prev-button {
  left: 0;
}

.next-button {
  right: 0;
}

@media (max-width: 1200px) {
  .testimonial-card {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 800px) {
  .testimonial-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 550px) {
  .testimonial-card {
    width: 100%;
  }

  .slider-button {
    top: 40%;
    /* Adjust button position */
  }
}

.tab-content-wrapper {
  transition: all 0.3s ease-in-out;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}



.trip-type-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-left: 10px;
}

.tab-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 0;
  transition: color 0.2s;
}

.tab-item:hover {
  color: #000;
}

.tab-item.active {
  padding: 2px 9px;
  border-radius: 50px;
  background: #018AD8;
  color: #f1f1f1;
  font-weight: 600;
}

.checkbox-icon {
  font-size: 16px;
  margin-right: 5px;
  line-height: 1;
}

.tab-item:not(.active) .checkbox-icon {
  color: #aaa;
  font-size: 14px;
}

.tab-item.active .checkbox-icon {
  color: #ffffff;
  font-weight: bold;
}

.search-inputs-row {
  display: flex;
  background-color: #018AD8;
  /* Main blue background for inputs */
  border-radius: 8px;
  overflow: hidden;
  color: white;
}

.input-group {
    flex: 1 !important;
    padding: 15px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex !important;
    justify-content: space-between !important;
}

.input-group:last-child {
  border-right: none;
}

.input-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-label::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.7);
}

.input-value-wrapper {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.city-input {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  font-weight: 800;
  width: 100%;
  padding: 0;
}

.city-input:focus {
  outline: none;
}

.small-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.large-value .day-value {
  font-size: 28px;
  font-weight: 800;
}

.time-value {
  font-size: 28px;
  font-weight: 800;
}

.time-value .am-pm {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}

.placeholder-text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

/* --- SWAP ICON --- */
.swap-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  /* Fixed width for the icon area */
  z-index: 20;
  cursor: pointer;
  position: relative;
  right: 20px;
}

.swap-icon {
  background-color: white;
  color: #018AD8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transform: rotate(90deg);
  /* Rotate the phone icon for a swap appearance */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.search-button {
  background-color: #018AD8;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin: 20px 20px 0 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.search-button:hover {
  background-color: #0056b3;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 992px) {
  .search-inputs-row {
    flex-wrap: wrap;
  }

  .input-group {
    flex: 1 1 50%;
    /* Two inputs per row */
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .input-from-to,
  .input-date,
  .input-return,
  .input-time {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .swap-icon-container {
    display: none;
    /* Hide swap icon in wrapped layout */
  }

  .search-button {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

@media (max-width: 600px) {
  .trip-type-tabs {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
  }

  .input-group {
    flex: 1 1 100%;
    /* One input per row */
  }

  .input-group:last-child {
    border-bottom: none;
  }

  .booking-widget-container {
    padding: 20px 15px;
  }
}


.date-input-hidden,
.time-input-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Make it invisible */
  pointer-events: none;
  /* Crucial: Prevents it from interfering with span clicks */
}

.date-time-wrapper {
  display: flex;
  align-items: baseline;
  height: 100%;
  /* Ensure the wrapper takes up space */
}

.date-time-input {
  position: relative;
  background: none;
  border: none;
  color: white;
  font-family: inherit;
  padding: 0;
  cursor: pointer;

  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.date-time-input:focus {
  outline: none;
}

.date-input {
  width: 100%;
}

.time-input {
  width: 80px;
  margin-right: 5px;
}

.am-pm {
  font-size: 16px;
  font-weight: 600;
}


.date-time-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width: 767px) {
  .hero-content h2 {
    font-size:35px;
    font-weight: 800;
  }
  
  .booking-widget-container {
    width: 85%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 645px;
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    position: absolute;
    z-index: 10;
  
  }
  .div-container {
    padding: 50px 40px;
  }
  
  .services {
    text-align: center;
    padding: 50px 40px;
    margin-top: 500px;
  }
  
  .services h5 {
    color: #007bff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .services h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 40px;
  }
  
  .div-container h5 {
    color: #007bff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
  }
  
  .div-container h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 40px;
  }
  
  .div-container p {
    color: #8C8C8C;
    font-size: 19px;
  }
  
  .service-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
margin: auto;
  }
  .destination-card {
    flex-direction: column;
    background-color: white;
    border-radius: 15px;
    min-width: 250px;
    display: flex;
  }
  .card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
  }
  
  .card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    box-shadow: 0 -5px 5px rgba(255, 255, 255, 0.5) inset;
    border-radius: 15px 0 0 15px;
  }

}
@media(min-width: 768px) and (max-width: 900px)  {
  .hero-content h2 {
    font-size:65px;
    font-weight: 800;
  }
  
  .booking-widget-container {
    width: 70%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -350px;
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    position: absolute;
    z-index: 10;
  
  }
  .card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
  }
  
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 -5px 5px rgba(255, 255, 255, 0.5) inset;
    border-radius: 15px 0 0 15px;
  }
  .div-container {
    padding: 50px 160px;
  }
  
  .services {
    text-align: center;
    padding: 50px 160px;
    margin-top: 200px;
  }
  
  .services h5 {
    color: #007bff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .services h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 40px;
  }
  
  .div-container h5 {
    color: #007bff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .div-container h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 40px;
  }
  
  .div-container p {
    color: #8C8C8C;
    font-size: 19px;
  }
  
  .service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
margin: auto;
  }
  .destination-card {
    background-color: white;
    border-radius: 15px;
    min-width: 450px;
    display: flex;
  }
}
@media (min-width: 901px) {
  .d-call-btn{
   display: none;
  }
  .div-container {
    padding: 50px 160px;
  }
  
  .services {
    text-align: center;
    padding: 50px 160px;
    margin-top: 200px;
  }
  
  .services h5 {
    color: #007bff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .services h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 40px;
  }
  
  .div-container h5 {
    color: #007bff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .div-container h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 40px;
  }
  
  .div-container p {
    color: #8C8C8C;
    font-size: 19px;
  }
  
  .service-cards {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
margin: auto;
  }
  .destination-card {
    background-color: white;
    border-radius: 15px;
    min-width: 450px;
    display: flex;
  }
  .card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 650px;
  }
  
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 -5px 5px rgba(255, 255, 255, 0.5) inset;
    border-radius: 15px 0 0 15px;
  }
  .hero-content h2 {
    font-size:65px;
    font-weight: 800;
  }
  
  .booking-widget-container {
    width: 70%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -350px;
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    position: absolute;
    z-index: 10;
  
  }
}
.top-sec {
  height: 350px;
  background: 
    linear-gradient(rgba(10, 124, 255, 0), rgba(10, 124, 255, 0)),
    url("./images/place-4.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-sec h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 3px;
}

/* MAIN SECTION */
.contact-section {
  max-width: 1200px;
  margin: -60px auto 80px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* CONTACT INFO */
.contact-info {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-info h2 {
  font-size: 25px;
  color: #018ad8;
  margin-bottom: 25px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: #018ad8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
}

.info-text h4 {
  font-size: 16px;
  margin-bottom: 4px;
}

.info-text p {
  font-size: 14px;
  color: #555;
}

/* FORM */
.contact-form {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-form h2 {
  font-size: 25px;

  color: #018ad8;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
}

.form-group textarea {
  resize: none;
  height: 120px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #0a7cff;
}

/* BUTTON */
.submit-btn {
  background: #018ad8;
  color: #fff;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #055fd6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-section {
    grid-template-columns: 1fr;
    margin-top: -40px;
  }

  .top-sec h1 {
    font-size: 32px;
  }
}
.page-layout{
  max-width:1200px;
  margin:30px auto;
  display:grid;
  grid-template-columns: 1fr 320px;
  gap:25px;
}

/* MAIN CONTENT */
.content-box{
  background:#fff;
  border-radius:14px;
  padding:30px;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.content-box h2{
  font-weight: 600;
  font-size:28px;
  margin-bottom:20px;
}

.content-box h3{
  font-size:24px;
  margin:20px 0 15px;
}

/* IMAGE + TEXT */
.content-flex{
  display:flex;
  gap:25px;
}

.content-flex img{
  width:280px;
  border-radius:12px;
  object-fit:cover;
}

/* LIST */
.content-box ol{
  margin-left:20px;
}

.content-box li{
  margin-bottom:12px;
  line-height:1.6;
}

.content-box p{
  margin-top:15px;
  line-height:1.7;
  color:#444;
}

/* ROUTES SIDEBAR */
.routes{
  height: fit-content;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.routes h4{
  color: #fff;
  background:#018ad8;
  text-align:center;
  padding:14px;
  font-size:18px;
  font-weight:700;
}

.routes ul{
  list-style:none;
}

.routes li{
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #eee;
  font-size:15px;
}

.routes li:last-child{
  border-bottom:none;
}

.routes i{
  color:#018ad8;
  font-size:16px;
}



/* RESPONSIVE */
@media(max-width:900px){
  .page-layout{
    grid-template-columns:1fr;
  }
  .content-flex{
    flex-direction:column;
  }
  .content-flex img{
    width:100%;
  }
}

.cab-section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0b3c5d;
  margin-bottom: 30px;
}

/* MAIN CONTAINER */
.cab-layout {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* SINGLE CAB BOX */
.cab-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* TOP CONTENT */
.cab-top {
  display: flex;
  padding: 20px;
  gap: 20px;
}

.cab-img img {
  width: 180px;
  height: auto;
}

/* INFO */
.cab-info {
  flex: 1;
}

.cab-info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #0b3c5d;
  margin-bottom: 12px;
  border-bottom: 1px solid #dde5ec;
  padding-bottom: 10px;
}

.cab-info-row i {
  font-size: 18px;
}

/* CAB NAME */
.cab-name {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 0;
  border-top: 1px solid #dde5ec;
}

/* ACTION BUTTONS */
.cab-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  border-top: 1px solid #dde5ec;
}

.call-btn,
.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
}

.call-btn {
  background: #3c94b7;
}

.whatsapp-btn {
  background: #5a6304;
  color: #fff;
}
@media (max-width: 900px) {
  .cab-layout {
    grid-template-columns: 1fr;
  }
}