.flightbanner {
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 30vh;
	padding: 120px 0;
	position: relative;
	background: #501900;
	padding-bottom: 45px !important;
}
.aboutbanner-section .container,
.flightbanner .container {
	z-index: 9 !important;
}

.c-sec {
	padding: 40px 0px;
}

.aic-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

 @media (max-width: 1199px) {
    .aic-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 900px) {
	.aic-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
}

.aic-card {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 16px 14px;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	transition:
		box-shadow 0.2s ease,
		transform 0.2s ease,
		border-color 0.2s ease;
}

.aic-card:hover,
.aic-card:focus-visible {
	box-shadow: 0 6px 16px rgba(36, 10, 52, 0.12);
	border-color: #d8d5dc;
	transform: translateY(-2px);
}

.aic-card:focus-visible {
	outline: 2px solid #240a34;
	outline-offset: 2px;
}

.aic-badge {
	position: absolute;
	top: 0;
	right: 0;
	background: #e7e4e9;
	color: #240a34;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 12px;
	border-bottom-left-radius: 10px;
}

.aic-body {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.aic-icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
}

.aic-icon img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.aic-text {
	min-width: 0;
}

.aic-title {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 700;
	color: #240a34;
	/* white-space: nowrap; */
}

.aic-desc {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #737174;
}



@media (max-width: 575px) {
.aic-body {
    flex-direction: column;
    text-align: center;
}


}
@media (max-width: 360px) {
    .aic-title {
    font-size: 13px;
}
.aic-desc {
    font-size: 11px;
    line-height: 1.3;
}
 
}
 
 
.avt-content {
	width: 100%;
	margin: 0 auto;
}

.avt-content h1 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.avt-content h2 {
	margin: 10px 0 7px 0;
	padding: 0;
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.avt-content h3 {
	margin: 11px 0 7px 0;
	padding: 0;
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.avt-content p {
	margin: 0 0 7px 0;
	padding: 0;
	color: #555555;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

.avt-content ul {
	margin: 2px 0 8px 0;
	padding: 0 0 0 17px;
	list-style: disc;
}

.avt-content li {
	margin: 0 0 5px 0;
	padding: 0;
	color: #555555;
	font-size: 13px;
	list-style: disc;
	line-height: 1.45;
}

.avt-content li::marker {
	color: #333333;
	font-size: 14px;
}

.avt-content a {
	color: #ff3c00;
	text-decoration: none;
}

@media (max-width: 680px) {
	.avt-content h1 {
		font-size: 16px;
	}

	.avt-content h2 {
		font-size: 15px;
	}

	.avt-content h3 {
		font-size: 14px;
	}

	.avt-content p,
	.avt-content li {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
    .radio-btn-wrap {
        margin-left: 0;
    }
}














/* Airline_Details_css */
  .oal-panel {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }
 
  .oal-header {
    margin: 0;
    padding: 22px 20px;
    font-size: 19px;
    font-weight: 700;
    color: #333333;
    border-bottom: 1px solid #e5e7eb;
  }
 
  .oal-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
 
  .oal-item {
    border-bottom: 1px solid #e5e7eb;
  }
 
  .oal-item:last-child {
    border-bottom: none;
  }
 
  .oal-row {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 61px;
    padding: 0 20px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s ease;
  }
 
  .oal-row:hover,
  .oal-row:focus-visible {
    background-color: #fafafa;
  }
 
  .oal-row:focus-visible {
    outline: 2px solid #333333;
    outline-offset: -2px;
  }
 
  .oal-icon {
    flex: 0 0 auto;
    width: 29px;
    height: 29px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
  }
 
  .oal-icon svg {
    width: 100%;
    height: 100%;
  }
 
  .oal-name {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .faq-wrap {
    margin: 0 auto;
}

.faq-title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.faq-accordion .accordion-item {
    margin-bottom: 13px;
    background: transparent;
    border: 0;
    overflow: visible;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-header {
    margin: 0;
}

.faq-accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 67px;
    padding: 14px 22px;
    background-color: #f5f5f5;
    color: #263b57;
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #fff1ed;
	color: var(--main-color);
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.5s;
}

.faq-accordion .accordion-button:hover {
    background-color: #fff1ed;
	color: var(--main-color);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-accordion .accordion-button .faq-num {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #f15a24;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-accordion .accordion-button .faq-question {
    flex: 1 1 auto;
    min-width: 0;
}

.faq-accordion .accordion-button::after {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-left: auto;
    background-color: #ffffff;
    background-image: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 9px;
    color: #555555;
    transition: transform 0.2s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(180deg);
}

.faq-accordion .accordion-collapse {
    margin-top: 4px;
}

.faq-accordion .accordion-body {
    min-height: 80px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.faq-wrap .accordion-header {
	padding: 0;
}
.faq-wrap .faq-accordion .accordion-button {
	width: 100%;
  
}
.faq-accordion .accordion-button .faq-question {
	text-align: left;
  font-weight: 700;
}
.faq-wrap {
	margin-top: 35px;
}

/* Airline Panel */
.oal-panel {
    position: sticky;
    top: 107px;
    height: fit-content;
    align-self: flex-start;
    z-index: 7;
}

/* Airline List Scroll */
.oal-list {
    height: 640px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
}

/* Custom Scrollbar */
.oal-list::-webkit-scrollbar {
    width: 3px;
}

.oal-list::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.oal-list::-webkit-scrollbar-thumb {
    background: #f15a24;
    border-radius: 4px;
}

.oal-list::-webkit-scrollbar-thumb:hover {
    background: #f15a24;
}

/* Firefox */
.oal-list {
    scrollbar-width: thin;
    scrollbar-color: #f15a24 #f5f5f5;
}



@media (max-width:767px) {
.oal-panel {
	margin-top: 25px;
}

.faq-accordion .accordion-button {
	font-size: 13px;
}
.faq-wrap {
	margin-top: 25px;
}
.faq-title {
	margin: 0 0 15px;
	font-size: 20px;
}
}
