.bannerbutton_44{
											background-color:#008000!important;color:#ff00ff!important;										}
										.bannerbutton_44:hover{
											background-color:#004080!important;color:#ff0080!important;										}
											
											.slider-text1 h1 {
  font-size: 80px;
  color: #d33752;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 10px 0;
}




.booking-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.booking-section .container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  gap: 40px;
  color: #fff;
}

/* LEFT CONTENT */
.booking-section .content {
  flex: 1;
}

.booking-section .content h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.booking-section .content p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.booking-section .content ul {
  list-style: none;
}

.booking-section .content ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* RIGHT FORM */
.booking-section .form-box {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-width: 0;height: 350px;
  padding: 15px;
  border-radius: 10px;
  color: #000;
}

.booking-section .form-box h2 {
  margin-bottom: 20px;
  text-align: center;
}

.booking-section .form-box input,
.booking-section .form-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.booking-section .form-box textarea {
  resize: none;
  height: 90px;
}

.booking-section .form-box button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.booking-section .form-box button:hover {
  background: #0056b3;
}

/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .booking-section .container {
    flex-direction: column;
    text-align: center;
  }

  .booking-section .content h1 {
    font-size: 32px;
  }

  .booking-section .form-box {
    margin-top: 20px;
  }
}




/*home banner */
	
/*booking form */
.fancy-input {
  background: #fff;
  cursor: pointer;
  font-weight: 500;
}

.fancy-menu {
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border: none;
  padding-top:0px!important;
}
.pass_head{
	margin:0px!important;
}

.section h6 {
  font-weight: 600;
}

.counter button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
}

.counter span {
  margin: 0 12px;
  font-weight: 600;
}

.language-pill span {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: #f1f3f5;
  margin: 4px;
  cursor: pointer;
  font-size: 14px;
}

.language-pill span.active {
  background: #007bff;
  color: #fff;
}




.hero {
 
  
}

.search-card {
  width: 100%;
  max-width: 820px;
 background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

.search-form {
  display: flow-root;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.input-box {
  position: relative;
}

.input-box i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
}

.input-box input {
  width: 100%;
  padding: 16px 14px 16px 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.35);
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.input-box input::placeholder {
  color: #ccc;
}

.input-box input:focus {
  outline: none;
  border-color: #38bdf8;
}

/* Passenger dropdown */
.passenger-box {
  cursor: pointer;
}

.passenger-panel {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #0f172a;
  border-radius: 14px;
  padding: 14px;
  display: none;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  z-index: 10;
}

.passenger-box:focus-within .passenger-panel {
  display: block;
}

.passenger-panel .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter button {
  width: 32px;
  height: 32px;
  border-radius	
}
.booking-section .form-box h2 {
  margin-bottom: 20px;
  text-align: center;
}
/*booking form */	

.no-arrow::after {
  display: none;
}

.custom-arrow i {
	color:#000!important;
	padding: 12px;
  margin-top: 16px;
  margin-left: -6px;
}
.custom-arrow {
  width: 22px;
  height: 22px;
  
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.pasedivbox .fancy-input{
	background-color:#fff;
}
.pasedivbox{
	background-color:#eee;
	height:45px;
}