   .flight-form-section {
     padding: 60px 0;
  }

.flight-card{
   background: #458ECF29;
  padding: 30px;
  border-radius: 30px;
  height:100%;
}

  .flight-header {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-bottom: 25px;
  }
  .flight-form-section img{
     border-radius: 30px;   
  }

  .icon-circle {
     width: 48px;
     height: 48px;
     background: #458ccc;
     color: #fff;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 22px;
  }

  .flight-header h2 {
     margin: 0;
     font-size: 22px;
  }

  .flight-header p {
     margin: 0;
     color: #6c757d;
     font-size: 14px;
  }

  .form-group {
     margin-bottom: 20px;
  }

  .form-group label {
     display: block;
     margin-bottom: 8px;
     font-weight: 500;
  }

  .trip-type {
     display: flex;
     gap: 12px;
  }

  .trip-type button {
     padding: 10px 18px;
     border-radius: 10px;
     border: 1px solid #dce1e7;
     background: #fff;
     cursor: pointer;
     font-size: 14px;
  }

  .trip-type .active {
     background: #458ccc;
     color: #fff;
     border-color: #458ccc;
  }

  .form-row {
     display: flex;
     gap: 15px;
     margin-bottom: 20px;
  }

  .input-box {
     flex: 1;
     display: flex;
     align-items: center;
     border: 1px solid #dce1e7;
     border-radius: 10px;
     padding: 12px 14px;
     background: #fff;
  }

  .input-box .icon {
     margin-right: 10px;
     color: #8a94a6;
  }

  .input-box input,
  .input-box select {
     border: none;
     outline: none;
     width: 100%;
     font-size: 14px;
  }

  textarea {
     width: 100%;
     min-height: 100px;
     border-radius: 10px;
     border: 1px solid #dce1e7;
     padding: 14px;
     resize: none;
     font-size: 14px;
  }

  hr {
     border: none;
     border-top: 1px solid #e6e9ee;
     margin: 30px 0;
  }

  h3 {
     margin-bottom: 15px;
     font-size: 18px;
  }
  .input-box input, .input-box select{
   background: #fff;
}button {
  border: 2px solid #ccc;
  background: white;
  cursor: pointer;
}
.trip-btn {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  padding: 8px 14px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cs .trip-btn{
   padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid #458ccc;
    border-top-color: rgb(220, 225, 231);
    border-right-color: rgb(220, 225, 231);
    border-bottom-color: rgb(220, 225, 231);
    border-left-color: rgb(220, 225, 231);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}
.trip-btn.active {
  background: #458ccc; /* your theme color */
  color: #fff;
  border-color: #458ccc;
}

button.active {
  background-color: #458ccc;
  border-color: #458ccc;
  color: white;
}

.hotels_list{
   padding: 60px 0;
   background-color: #E9EFEF;
}
.hotels_list a{
   color: #458ccc;
}
.hotels_list .table-bordered td{
  border: 1px solid #458ccc;
}

.hotels_list th{
   background: #458ccc;
  color: #fff;
}
.vehicle-card{
background:#fff;
padding:30px 25px;
border-radius:12px;
text-align:center;
transition:0.3s;
box-shadow:0 5px 15px rgba(0,0,0,0.06);
height:100%;
}

.vehicle-card:hover{
transform:translateY(-8px);
box-shadow:0 12px 30px rgba(0,0,0,0.1);
}
.insurance-info-box{
background:#4E88BA;
color:#fff;
padding:50px 40px;
border-radius:10px;
height:100%;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.insurance-info-box h2{
font-weight:700;
margin-bottom:15px;
font-size:32px;
}

.insurance-sub{
opacity:0.95;
margin-bottom:30px;
line-height:1.6;
}

.insurance-features{
margin-top:10px;
}

.insurance-item{
display:flex;
align-items:flex-start;
margin-bottom:20px;
}

.insurance-icon{
font-size:28px;
margin-right:15px;
background:rgba(255,255,255,0.2);
padding:8px 12px;
border-radius:6px;
}

.insurance-item h4{
margin-bottom:5px;
font-size:18px;
}

.insurance-item p{
font-size:14px;
opacity:0.9;
}

.insurance-highlight{
margin-top:25px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,0.4);
}

.insurance-highlight ul{
padding-left:18px;
margin-top:10px;
}

.insurance-highlight li{
margin-bottom:6px;
}

.insurance-cta{
margin-top:25px;
background:rgba(255,255,255,0.15);
padding:20px;
border-radius:8px;
}
.vehicle-icon{
font-size:45px;
margin-bottom:15px;
}

.vehicle-card h4{
font-size:20px;
font-weight:600;
margin-bottom:10px;
}

.vehicle-card p{
font-size:14px;
color:#666;
margin-bottom:10px;
}

.vehicle-cap{
font-size:13px;
background:#eef3ff;
padding:6px 12px;
border-radius:20px;
display:inline-block;
color:#333;
}
@media screen and (max-width: 767px){
   .flight-form-section {
  padding: 35px 0 0;
}
.hotels_list{
   padding: 40px 0;
   margin-top: 30px;
}
.form-row {
  display: block;
}
.input-box{
   margin-bottom: 20px;
}
.form-row div{
   width: 100% !important;
}
.trip-type button {
  padding: 6px 9px;
}
.flight-card {
  padding: 30px 20px;
  margin-bottom: 20px;
}
.forex-info-section, .forex-services{
    padding:40px 0 !important;
}.flight-card{
    height:auto;
}
}