.enquiry_btn {
	text-wrap-mode: nowrap;
}

.enquiry_btn {
	background-color: #000;
	color: white;
	border: none;
	box-shadow: 0 4px 0px #ddd;
}

.enquiry_btn:hover {
	/* transform: translateY(1px); */
	background-color: #60bb22;
	box-shadow: 0 3px 0px #ddd;
}

.enquiry_form .show-hide {
	padding: 25px;
	border-radius: 0px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border: 1px solid #013d5c;
}
.enquiry_form .stats-item {
	border: 1px solid #6fc448;
	padding: 25px 0px;
	margin: 10px;
	background: #96d37a26;
}
.enquiry_form .stats-list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 576px) {
	.enquiry_form .stats-list .stats-item {
		display: block;
		align-items: center;
	}
}
.enquiry_form .stats-list .stats-number {
	margin-right: 0px;
	margin-bottom: 0px !important;
}
.enquiry_form .stats-list .stats-desc {
	margin-bottom: 0.5rem;
}

/* Tabs */
.tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tab {
	flex: 1;
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
}

.tab.active {
	color: #00425c;
	font-weight: 600;
}

/* Form Section */
/* .form-section {
  display: none;
} */

.form-section.active {
	display: block;
}

.field-group {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.field {
	flex: 1;
	min-width: 240px;
}

label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #333;
}

input,
select {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #6cb015;
	box-sizing: border-box;
	transition: border 0.3s;
}

input:focus,
select:focus {
	border-color: #f4b400;
	outline: none;
}

/* Button */
.btn-wrapper {
	text-align: center;
	margin-top: 20px;
}

.search-btn {
	background-color: #6cb015;
	color: #fff;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: background 0.3s ease;
}

.search-btn:hover {
	background-color: #6cb015; /* Slightly darker gold on hover */
}
.btn-wrapper {
	text-align: center;
	margin-top: 20px;
}
/* Responsive */
@media (max-width: 600px) {
	.field-group {
		flex-direction: column;
	}

	.tab {
		font-size: 14px;
		padding: 8px 5px;
	}
}

/** passenger css **/

.field.passenger-wrapper {
	position: relative;
	width: auto;
}

label {
	display: block;
	margin-bottom: 8px;
	/* color: #d8a134;*/
	color: #6cb015;
	font-weight: 600;
}

.passenger-toggle {
	background-color: #fff;
	border-radius: 8px;
	border: 2px solid #6cb015;
	padding: 10px 10px 8px 0px;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
	/* box-shadow: 0 4px 8px rgba(216, 161, 52, 0.4);
    transition: background-color 0.3s ease;*/
}

.passenger-toggle:hover {
	background-color: #fff;
}

.passenger-toggle svg {
	margin-left: 10px;
	flex-shrink: 0;
}

.passenger-dropdown {
	display: none;
	position: absolute;
	top: 48px;
	right: 0;
	left: -6px;
	width: 280px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
	padding: 18px 20px;
	z-index: 20;
	color: #000;
}

.passenger-dropdown p {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 14px;
	color: #6cb015;
}

.passenger-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	font-size: 15px;
}

.counter {
	display: flex;
	align-items: center;
	gap: 10px;
}

.counter button {
	width: 32px;
	height: 32px;
	background-color: #6cb015;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.3s ease;
}

.counter button:hover {
	background-color: #6cb015;
}

.counter span {
	width: 24px;
	text-align: center;
	font-weight: 600;
	color: #000;
}

.black-placeholder::placeholder {
	color: black;
}

@media (max-width: 576px) {
	.form_appointment {
		padding: 15px;
		margin: 20px auto;
		border-radius: 6px;
	}
}

/* About us Page */

.sec-airlines {
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 40px 20px;
	max-width: 900px;
	margin: 0 auto;
}

.sec-airlines h1 {
	font-size: 1.5em;
	font-weight: bold;
}

.sec-airlines h6 {
	font-weight: normal;
	margin-bottom: 30px;
	color: #6c6868;
}

.sec-airlines .slider {
	position: relative;
	overflow: hidden;
}

.sec-airlines .slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	will-change: transform;
}

.sec-airlines .card {
	background-color: #6cb015;
	border-radius: 8px;
	width: 300px;
	margin: 0 10px;
	flex-shrink: 0;
	box-shadow: 0 2px 10px rgba(255 255 255 / 0.1);
}

.sec-airlines .card img {
	width: 100%;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
	height: 180px;
}

.sec-airlines .card-title {
	font-weight: bold;
	padding: 10px;
	background: white;
	color: black;
	border-radius: 0 0 8px 8px;
}

/* form add button */
.add {
	padding: 2px 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

.remove {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
}

.remove-btn {
	position: absolute;
	right: 28%;
	margin-top: 7px;
}

/** FAQ **/

.faq .accordion .accordion-item button {
	border: 1px solid #6cb015;
	border-radius: 10px;
}

/* Smooth transition */
.faq .accordion-button {
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
}

/* Hover background green and text white */
.faq .accordion-button:hover {
	background-color: #77c849;
	color: #fff;
}

/* Make icon white on hover */
.faq .accordion-button:hover::after {
	color: #fff; /* changes icon color */
	filter: brightness(0) invert(1); /* ensures icons using SVG/bg are white */
}

/* Also apply white when item is expanded */
.faq .accordion-button:not(.collapsed) {
	background-color: #6cb015;
	color: #fff;
}

.faq .accordion-button:not(.collapsed)::after {
	color: #fff;
	filter: brightness(0) invert(1);
}

/** about us **/

.description {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

/*** Business Flights ***/

.business_flights_sec {
	padding: 60px 0px;
	/* background-color: #f4f4f4; */
	background: url("../../assets/img/airlines/flight-booking.jpg");
	background-size: cover;
	background-position: center center;
}

.business_flights_sec h1 {
	font-size: 2.12vw;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "SSP-bold", sans-serif;
}

.business_flights_sec h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 60px;
}

/*.business_flights_sec p {
    max-width: 90%;
    width: 700px;
    font-size: 1em;
    line-height: 1.6;
    color: #9b9292;
    margin-bottom: 10px !important;
}
*/
/** Form Code **/

.business_flights_sec .field-group .multi-field-group {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.business_flights_sec .field {
	flex: 1;
	min-width: 0; /* Prevent overflow */
}

.business_flights_sec input[type="text"],
input[type="date"],
select {
	font-size: 14px;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
	width: 100%;
	padding: 10px 10px 10px 35px;
	border: 2px solid #6fc448;
	border-radius: 5px;
}

/* Focus State */
.business_flights_sec input[type="text"]:focus,
.business_flights_sec input[type="date"]:focus,
.business_flights_sec select:focus {
	border-color: #4caf50; /* Highlight border on focus */
	outline: none;
}

/* Disabled State */
.business_flights_sec input:disabled,
.business_flights_sec select:disabled {
	background-color: #e0e0e0;
	cursor: not-allowed;
}

/* Optional: restrict max width of the form container */
.business_flights_sec .form-section {
	max-width: 700px;
	margin: auto;
}

.business_flights_sec .remove-btn {
	position: absolute;
	right: 24%;
	margin-top: 7px;
}

@media (max-width: 768px) {
	.business_flights_sec h1 {
		font-size: 1.8em;
	}

	.business_flights_sec h2 {
		font-size: 1.4em;
	}

	.business_flights_sec p {
		font-size: 0.95em;
	}

	.business_flights_sec .container {
		max-width: 100%;
		padding: 15px;
	}

	/* Adjust field-group layout on small screens */
	.business_flights_sec .field-group {
		flex-direction: column;
		gap: 15px;
	}

	.business_flights_sec .field {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.business_flights_sec h1 {
		font-size: 1.5em;
	}

	.business_flights_sec h2 {
		font-size: 1.2em;
	}

	.business_flights_sec p {
		font-size: 0.9em;
	}

	.business_flights_sec {
		padding: 40px 15px;
	}

	/* Ensure inputs are full-width on mobile */
	.business_flights_sec input[type="text"],
	.business_flights_sec input[type="date"],
	.business_flights_sec select {
		width: 100%;
	}
}

.navbar-brand img {
	width: 100px !important;
}

/* Stat Box */
.stat-box {
	position: relative;
	height: 100%;
	border: 2px solid #dddd;
	border-radius: 10px;
	padding: 1.5rem 1.5rem 2rem;
	width: 100%;
	transition: 0.4s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	background-color: #ffffff;
  z-index: 0;
}

.stat-box:hover {
	transform: translateY(-2px);
	border-color: #ccc;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.stat-box .stat_bg_img {
  position: absolute;
  inset: 0;
  max-width: 90%;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}

.stat-box .stat_icon_box {
	width: 3rem;
	aspect-ratio: 1/1;
	padding: 0.5rem;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.stat-box .stat_number {
	font-family: var(--bricolage);
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 500;
}
.stat-box small {
	line-height: 20px;
}

.stat-box h3 {
	color: #000;
	font-size: 1.75rem;
	font-size: clamp(1.5rem, 4vw, 1.75rem);;
	line-height: 1.25;
	margin-bottom: 10px;
	text-wrap: balance;
}

.stat-box p {
	color: #777;
	font-weight: 500;
	margin: 0;
  text-shadow: 0 1px 5px #fff;
}

/* Full-width section */
.payment-methods {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 40px 20px;
	/* background-color: #002233;*/
}

/* Each box */
.payment-box {
	background: #fff;
	border: 2px solid #00c853; /* green border */
	padding: 20px;
	border-radius: 12px;
	width: 140px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

/* Hover effect */
.payment-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 200, 83, 0.4);
}

/* Image styling */
.payment-box img {
	max-width: 100%;
	max-height: 60px;
	object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
	.payment-box {
		width: 45%;
	}
}

@media (max-width: 480px) {
	.payment-box {
		width: 100%;
	}
}

/*** certificate on top ***/

.chertificate-methods {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	padding: 60px 20px;
	background-color: #e9ecef;
}

.chertificate-box {
	background-color: #ffffff;
	border: 2px solid #6fc448;
	border-radius: 0px;
	padding: 35px;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s;
	cursor: pointer;
}

.chertificate-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
	border-color: #007744; /* Slightly darker green on hover */
}

.chertificate-box img {
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.chertificate-box:hover img {
	transform: scale(1.05);
}

/** Slider Css **/
.form_appointment {
	position: absolute;
	top: 10%;
	background: #ffffff70;
	padding: 20px;
	border-radius: 5px;
}

/**** privacy-policy, terms-conditions ****/
/* Wrapper */
.privacy-wrapper {
	max-width: 1100px;
	margin: 40px auto;
	padding: 15px;
}

/* Container */
.privacy-container {
	background: #f8fdf9; /* soft green tint */
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	font-size: 16px;
	line-height: 1.7;
}

/* Headings */
.privacy-container h1 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
	color: #222;
}

.privacy-container .date {
	text-align: center;
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 30px;
}

.privacy-container h2 {
	font-size: 1.3rem;
	margin-top: 30px;
	color: #000;
	/*border-left: 4px solid #28a745;*/
	padding-left: 12px;
}

/* Paragraphs */
.privacy-container p {
	margin: 12px 0;
	text-align: justify;
}

/* Lists */
.privacy-container ul {
	margin: 12px 0 12px 25px;
	padding: 0;
}

.privacy-container ul li {
	margin: 6px 0;
	list-style-type: disc;
}

/* Responsive */
@media (max-width: 768px) {
	.privacy-container {
		padding: 20px;
		font-size: 15px;
	}
	.privacy-container h1 {
		font-size: 1.6rem;
	}
	.privacy-container h2 {
		font-size: 1.1rem;
	}
}

/**** Social media *****/

.social-list {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-item a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #6fc448;
	transition: 0.3s;
}

.social-item a:hover {
	background-color: darkgreen;
}

.social-item svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
}
.banner-form h1 {
	font-size: 38px;
	text-align: center;
}

.airline h6 {
	font-size: 14px;
	color: #29617b !important;
}
.airline h4 {
	color: rgb(2 30 84) !important;
	margin-bottom: 0px !important;
}
.side_enquiry_form {
	background: #deffc7d6;
	padding: 20px;
}

.side_enquiry_form .tab.active {
	color: #00425c;
	font-weight: 600;
}
.side_enquiry_form .tabs {
	background: #6fc448;
	border-radius: 5px;
}

/* Placeholder color same for all inputs */
::placeholder {
	color: #000 !important; /* आप अपनी पसंद का color दे सकते हैं */
	opacity: 1; /* default opacity को override करने के लिए */
}

/* For cross-browser support */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000 !important;
}
