.page-title-wrapper .captions {
	font-size: 46px;
}

.flight-container {
  flex-direction: column;
  padding: 15px;
  box-sizing: border-box;
}

.flight-left{ 
    width:80%;
}

.flight-tabs{ display:flex; gap:10px; margin-bottom:15px; }

.flight-tab{
  padding:8px 14px;
  border-radius:20px;
  background:#e6e9f2;
  font-size:13px;
  cursor:pointer;
}

.flight-tab.active{
  background:#007bff;
  color:white;
}

.flight-filters {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: #EDEDEDE6;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.filter-item label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #1B115C;
}

.flight-select {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: white;
}

.flight-card{
  background:#fff;
  border-radius:12px;
  padding:15px;
  margin-bottom:15px;
  box-shadow:0 5px 15px rgba(0,0,0,0.06);
  border:1px solid #092a5e;
}

.flight-card.selected{
  border:2px solid #007bff;
  background:#eaf2ff;
}

.flight-grid{
  background:#fff;
  border-radius:12px;
  padding:8px;
  margin-bottom:5px;
  /*box-shadow:0 5px 15px rgba(0,0,0,0.06);*/
  border:1px solid #e2e2e2;

  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  font-size:13px;
  color:#555;
  margin-top:10px;
}

.flight-title{
  grid-column:1 / -1;
  font-weight:bold;
  margin-bottom:5px;
  color:#1B115C;
  font-size: 14px;
}

.flight-header{
  display:flex;
  align-items:center;
  margin-bottom:10px;
}

.flight-header-right{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
}

.flight-airline{ font-weight:bold; color:#1B115C; }

.flight-badge{
  color:#1B115C;
  padding:4px 8px;
  border-radius:10px;
  font-size:12px;
}

.flight-small{
  font-size:12px;
  color:#007bff;
  margin-top:8px;
  background:#fff;
  border:1px solid #007bff;
  border-radius:10px;
  padding:4px 8px;
  display:inline-block;
  width:fit-content;
}

.flight-btn{
  padding:6px 10px;
  border-radius:8px;
  border:none;
  cursor:pointer;
  font-size:12px;
  text-transform:none;
}

.flight-btn-outline{
  background: #092a5e !important;
  color: #fff !important;
  border: 1px solid #092a5e !important;
  padding: 5px 18px;
  border-radius: 20px;
  /*margin-left: 10px;*/
}

.flight-btn-primary{
  background:#007bff;
  color:white;
}

.flight-select-btn.selected{
  background:#007bff;
  color:white;
}

.flight-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.flight-content{ 
    padding:15px; 
 }

.flight-content{
  padding:15px;
}

.flight-title-main{
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
  color: #1B115C;
}

.flight-meta{
  font-size:13px;
  color: #1B115C;
  margin-bottom:10px;
}

.flight-info{
  font-size:13px;
  margin-top:10px;
  color: #1B115C;
}

.flight-cta{
  margin-top:15px;
  width:100%;
  padding:10px;
  border:none;
  background:#007bff;
  color:white;
  border-radius:25px;
  cursor:pointer;
}

.flight-price{
  margin-top:15px;
  padding-top:10px;
  border-top:1px solid #eee;
  font-size:13px;
}

.flight-total{
  font-weight:bold;
  font-size:16px;
  margin-top:5px;
}

.flight-right-text {
    display: block;
    padding-left: 20px;
}

.flight-image {
  width:100%;
  height:180px;
  object-fit:cover;
  padding:10px;
  border-radius:15px;
}

.flight-info-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
  margin-top:10px;
}

.flight-info-item{
  font-size:13px;
  color:#444;
}

.flight-info-label{
  font-weight:bold;
  font-size:12px;
  color: #1B115C;
}

.flight-info-value{
  font-size:13px;
  color:#222;
  margin-top:2px;
}

.flight-right i,
.flight-info-label i,
.flight-meta i {
  color: #007bff;
}

.flight-card-right {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
}

.flight-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flight-card-right .flight-content {
  padding: 15px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.price-col {
  flex: none;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 90%;
  margin: 15px auto;
}

.hotel-item h4 {
  font-size: 28px;
}
.icon-color {
    color: #3b72fe;
}