.promo-sec {
	width: 100%;
	position: relative;
	overflow: hidden;
	/* padding-block: 4.5rem 3rem; */
}

.promo-sec .bnner-img {
	position: absolute;
	inset: 30px;
	border-radius: 30px;
	overflow: hidden;
}

.promo-sec .bnner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.promo-sec .bnner-img .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}

/* Content relative rahega */
.promo-sec .promo-content {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 600px;
	display: flex;
	align-items: center;
}

.promo-sec .promo-content .promo-info {
	width: 100%;
	/* max-width: 600px; */
	color: #fff;
}

.promo-sec .promo-content .promo-info .promo-head {
	margin-bottom: 25px;
	/* border-bottom: 1px dashed #a8a8a8; */
	/* padding: 20px 0px; */
}

.promo-sec .promo-content .promo-info .promo-head h2 {
	font-size: 49px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px;
}

.promo-sec .promo-content .promo-info .promo-head p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin: 0;
}

.promo-sec .promo-content .promo-info .promo-list {
	margin-bottom: 30px;
	/* border-bottom: 1px dashed #a8a8a8; */
}

.promo-sec .promo-content .promo-info .promo-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* display: flex; */
	gap: 20px;
}

.promo-sec .promo-content .promo-info .promo-list ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #fff;
}

.promo-sec .promo-content .promo-info .promo-list ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	background: #ffffff;
	color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}

.promo-sec .promo-content .promo-info .promo-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* border-bottom: 1px solid #898989; */
}

.promo-sec .promo-content .promo-info .promo-form span {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.promo-sec .promo-content .promo-info .promo-form .promo-offer {
	display: flex;
	align-items: center;
	gap: 20px;
}

.promo-sec .promo-content .promo-info .promo-form .promo-offer p {
	margin: 0;
	font-size: 53px;
	font-weight: 700;
	color: #ffffff;
}

.promo-sec .promo-content .promo-info .promo-form .promo-offer a {
	text-decoration: none;
}

.promo-sec .promo-content .promo-info .promo-form .promo-offer a .request-btn {
	padding: 13px 25px;
	border: 0;
	border-radius: 5px;
	background: #aa8453;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s ease;
}

.promo-sec .promo-content .promo-info .promo-form .promo-contet {
	/* margin-top: 8px; */
	font-size: 15px;
	color: #ddd;
	margin-bottom: 20px;
}

.promo-sec .promo-content .right-form {
}

.promo-sec .promo-content .right-form .quote-form {
	/* max-width: 540px; */
	margin: 0 auto;
	background: #ffffff;
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.promo-sec .promo-content .right-form .quote-form .form-row-list {
	display: flex;
	gap: 14px;
	margin-bottom: 13px;
}
.promo-sec .promo-content .right-form .quote-form .form-row {
	display: flex;
	gap: 14px;
	margin-bottom: 13px;
}
.promo-sec .promo-content .right-form .quote-form .form-group {
	flex: 1;
	position: relative;
}

.promo-sec .promo-content .right-form .quote-form .form-group.third {
	flex: 1;
}

.form-group.half {
	flex: 1;
}

.promo-sec .promo-content .right-form .quote-form .form-group label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}

/* Input with icon */
.promo-sec .promo-content .right-form .quote-form .form-group .input-with-icon {
	position: relative;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.input-with-icon
	i {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #64748b;
	font-size: 15px;
	pointer-events: none;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.input-with-icon
	input {
	width: 100%;
	padding: 12px 14px 12px 42px;
	border: 1.5px solid #d0d5dd;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	transition: 0.2s;
	background: #fff;
}

.input-with-icon input:focus {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* Calendar icon clickable */
.calendar-icon {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #64748b;
	font-size: 16px;
	cursor: pointer;
	z-index: 5;
}

.calendar-icon:hover {
	color: #3b82f6;
}

/* Custom Buttons */
.promo-sec .promo-content .right-form .quote-form .form-group .custom-btn {
	width: 100%;
	padding: 12px 14px;
	background: #fff;
	border: 1.5px solid #d0d5dd;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	transition: 0.2s;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.custom-btn:hover {
	border-color: var(--secondary);
}

/* Dropdown Panels */
.promo-sec .promo-content .right-form .quote-form .form-group .dropdown-panel {
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	z-index: 100;
	display: none;
	overflow: hidden;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.dropdown-panel.open {
	display: block;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.dropdown-panel
	.dropdown-item {
	padding: 12px 16px;
	cursor: pointer;
	font-size: 14px;
	transition: 0.15s;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.dropdown-panel
	.dropdown-item:hover,
.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.dropdown-panel
	.dropdown-item.active {
	background: #eff6ff;
	color: var(--secondary);
}

/* ===== Passengers Panel - Fixed Width ===== */
.passengers-panel {
	width: 260px !important;
	/* Fixed width */
	padding: 10px 0;
	right: 0;
	left: auto;
}

.passenger-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 16px;
}

.passenger-label {
	font-size: 14px;
	font-weight: 500;
}

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

.counter button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1.5px solid #d0d5dd;
	background: white;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.15s;
}

.counter button:hover {
	background: #f1f5f9;
	border-color: var(--se);
}

/* Searchable To Dropdown */
.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.search-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	z-index: 50;
	display: none;
	max-height: 220px;
	overflow-y: auto;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.search-dropdown-menu.open {
	display: block;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.search-dropdown-menu
	.search-dropdown-item {
	padding: 12px 16px;
	cursor: pointer;
	font-size: 14px;
}

.search-dropdown-item:hover {
	background: #eff6ff;
}

/* Phone Row */
.promo-sec .promo-content .right-form .quote-form .form-group .phone-row {
	display: flex;
	gap: 10px;
	padding: 0px;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown {
	position: relative;
	/* width: 130px; */
	flex-shrink: 0;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-btn {
	width: 100%;
	padding: 12px 10px;
	background: white;
	border: 1.5px solid #d0d5dd;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 14px;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-btn
	img {
	width: 30px;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-panel {
	position: absolute;
	top: 110%;
	left: 0;
	width: 280px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	z-index: 100;
	display: none;
	overflow: hidden;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-panel.show {
	display: block;
}

.country-search {
	padding: 12px;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.country-search input {
	border: none;
	outline: none;
	width: 100%;
	font-size: 14px;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-panel
	.country-list {
	list-style: none;
	max-height: 240px;
	overflow-y: auto;
	padding: 0px;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-panel
	.country-list
	.country-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	cursor: pointer;
	font-size: 14px;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-panel
	.country-list
	.country-item:hover {
	background: #f1f5f9;
}

.promo-sec
	.promo-content
	.right-form
	.quote-form
	.form-group
	.phone-row
	.country-dropdown
	.country-panel
	.country-list
	.country-item
	img {
	width: 30px;
}

.country-name {
	flex: 1;
}

.country-code {
	color: #64748b;
	font-size: 13px;
}

/* Phone input */
#phone {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid #d0d5dd;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
}

#phone:focus {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* Submit Button */
.promo-sec .promo-content .right-form .submit-btn {
	width: 100%;
	padding: 15px;
	background: var(--secondary);
	color: white;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 10px;
	transition: 0.2s;
}

.submit-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.promo-sec .promo-content .right-form .promo-link {
	text-align: center;
	margin: 12px 0 10px;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.promo-sec .promo-content .right-form .divider {
	text-align: center;
	margin: 10px 0;
	position: relative;
	color: #5c5c5c;
	font-size: 16px;
}

.promo-sec .promo-content .right-form .divider::before,
.promo-sec .promo-content .right-form .divider::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 40%;
	border-top: 1px dashed #8b8f93;
}

.promo-sec .promo-content .right-form .divider::before {
	left: 0;
}

.promo-sec .promo-content .right-form .divider::after {
	right: 0;
}

.promo-sec .promo-content .right-form .free-call {
	background: #ffffff;
	border: 1.5px solid #d0d0d0;
	border-radius: 12px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.promo-sec .promo-content .right-form .free-call .call-text {
	padding: 0px 20px;
	text-align: center;
	border-left: 1px solid #ccc;
}

.promo-sec .promo-content .right-form .free-call .call-text strong {
	display: block;
	color: #000000;
	font-size: 15px;
}
.promo-sec .promo-content .right-form .free-call .call-text strong a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
}

.promo-sec .promo-content .right-form .free-call .call-text span {
	font-size: 12px;
	color: #000000;
}

.promo-sec .promo-content .right-form .free-call {
}

.promo-sec .promo-content .right-form .free-call i {
	color: #ffffff;
	font-size: 14px;
	width: 40px;
	background: #aa8453;
	height: 40px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promo-sec .promo-content .right-form .disclaimer {
	font-size: 12px;
	color: #64748b;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0px;
	margin-top: 12px;
}

.business-class-section {
	padding: 70px 0;
	background: #f7f2ee;
	/* background: #000000; */
	position: relative;
	margin: 30px;
	border-radius: 21px;
	max-width: 96%;
}

.business-class-section .section-heading {
	margin-bottom: 40px;
}

.business-class-section .section-heading h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	color: #222;
}

/* Grid */
.business-class-section .flight-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px 30px;
}
.business-class-section .flight-grid .flight-column {
}
.business-class-section .flight-grid .flight-column .flight-header {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 35px;
	align-items: center;
	gap: 10px;
	padding-bottom: 12px;
}

.flight-header span {
	font-size: 12px;
	font-weight: 600;
	color: #a06c52;
	letter-spacing: 0.3px;
}

/* Row */
.business-class-section .flight-grid .flight-column .flight-row {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 35px;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	border-bottom: 1px solid #292929;
}

.business-class-section .flight-grid .flight-column .flight-row strong {
	font-size: 15px;
	font-weight: 700;
	color: #292929;
}

.business-class-section .flight-grid .flight-column .flight-row del {
	font-size: 16px;
	font-weight: 600;
	color: #a06c52;
}

.business-class-section .flight-grid .flight-column .flight-row b {
	font-size: 18px;
	font-weight: 700;
	color: #222;
	white-space: nowrap;
}

.business-class-section .flight-grid .flight-column .flight-row a {
	width: 31px;
	height: 31px;
	border: 1px solid #222;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	text-decoration: none;
	font-size: 17px;
	transition: all 0.3s ease;
}

.business-class-section .flight-grid .flight-column .flight-row a:hover {
	background: #222;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.promo-sec .bnner-img {
		inset: 0;
		border-radius: 0;
	}
	.promo-sec .promo-content .right-form .quote-form {
		padding: 18px;
	}
	.promo-sec .promo-content .right-form .quote-form .form-row-list {
		flex-direction: row;
		gap: 5px;
	}
	.promo-sec .promo-content .right-form .quote-form .form-row {
		flex-direction: row;
	}
	.promo-sec .promo-content .promo-info .promo-list ul {
		display: flex;
		gap: 5px;
		flex-wrap: wrap;
	}
}

/* Tablet */
@media (max-width: 991px) {
	.business-class-section .flight-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 20px;
	}

	.business-class-section .section-heading h2 {
		font-size: 34px;
	}
	.promo-sec .promo-content .promo-info .promo-head h2 {
		font-size: 29px;
	}
}

/* Mobile */
@media (max-width: 575px) {
	.business-class-section {
		padding: 50px 0;
		margin: 6px;
	}
	.promo-sec .promo-content .promo-info .promo-head p {
		font-size: 14px;
	}

	.business-class-section .section-heading {
		margin-bottom: 30px;
	}

	.business-class-section .section-heading h2 {
		font-size: 28px;
	}

	.business-class-section .flight-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.business-class-section .flight-grid .flight-header {
		grid-template-columns: 1.4fr 0.9fr 0.9fr 32px;
	}

	.business-class-section .flight-grid .flight-row {
		grid-template-columns: 1.4fr 0.9fr 0.9fr 32px;
	}

	.business-class-section .flight-grid .flight-column .flight-row strong {
		font-size: 13px;
	}

	.business-class-section .flight-grid .flight-column .flight-row del {
		font-size: 13px;
	}

	.business-class-section .flight-grid .flight-column .flight-row b {
		font-size: 15px;
	}

	.business-class-section .flight-grid .flight-column .flight-row a {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}
}

/* Base Container Styles scoped under new main class */
.spain-flights-banner {
	width: 95%;
	margin: 0 auto;
	border-radius: 24px;
	/* max-width: 1280px; */
	margin: 18px auto;
	padding: 139px 80px 44px;
	box-sizing: border-box;
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
		sans-serif;
	color: #2b2b2b;
	background: #000;
	background-image: url("../myimages/contact-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.spain-flights-banner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(0 0 0 / 85%);
	width: 100%;
	height: 100%;
	border-radius: 21px;
	z-index: 10;
}
.spain-flights-banner .bc-container {
	display: flex;
	gap: 16px;
	align-items: stretch;
	position: relative;
	z-index: 100;
}

/* Left Card */
.spain-flights-banner .bc-content-card {
	flex: 1;
	/* background-color: #fcf9f2; */
	/* border: 1px solid #efe8d8; */
	border-radius: 20px;
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
}

.spain-flights-banner .bc-title {
	font-size: 50px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 16px 0;
	color: #ffffff;
	letter-spacing: -0.5px;
}

.spain-flights-banner .bc-subtitle {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 24px 0;
}

.spain-flights-banner .bc-description {
	font-size: 16.5px;
	line-height: 1.6;
	color: #ffffff;
	margin: 0 0 40px 0;
	max-width: 480px;
}

/* Action items & Buttons */
.spain-flights-banner .bc-actions {
	display: flex;
	gap: 16px;
	margin-top: auto;
}

.spain-flights-banner .bc-action-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.spain-flights-banner .bc-label {
	font-size: 12px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
}

.spain-flights-banner .bc-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 9px;
	font-style: italic;
	color: #ffffff;
}

.spain-flights-banner .bc-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 18px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
	white-space: nowrap;
}

.spain-flights-banner .bc-btn:hover {
	opacity: 0.9;
}

.spain-flights-banner .bc-btn-primary {
	background-color: #aa8453;
	color: #ffffff;
}

.spain-flights-banner .bc-btn-secondary {
	background-color: #3f3f46;
	color: #ffffff;
}

.spain-flights-banner .bc-phone-icon {
	width: 17px;
	height: 19px;
	margin-right: 6px;
}

.spain-flights-banner .bc-arrow {
	margin-left: auto;
	font-size: 32px;
	line-height: 0;
	padding-left: 8px;
	display: block;
	margin-top: -6px;
}

/* Right Card with Background Image */
.spain-flights-banner .bc-image-card {
	flex: 1;
	min-height: 420px;
	border-radius: 20px;
	background-image: url("../myimages/bs-promo.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Tooltip & Info Icon Wrapper */
.spain-flights-banner .bc-info-icon-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.spain-flights-banner .bc-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1px solid #777777;
	border-radius: 50%;
	font-size: 9px;
	font-style: italic;
	color: #555555;
	line-height: 1;
	transition:
		border-color 0.2s ease,
		color 0.2s ease;
}

.spain-flights-banner .bc-info-icon-wrapper:hover .bc-info-icon {
	border-color: #222222;
	color: #222222;
}

/* Tooltip Popup Box */
.spain-flights-banner .bc-tooltip {
	visibility: hidden;
	opacity: 0;
	width: 210px;
	background-color: #2b2b2b;
	color: #ffffff;
	text-align: center;
	border-radius: 8px;
	padding: 8px 12px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	font-style: normal;

	/* Position tooltip centered above the icon */
	position: absolute;
	bottom: 145%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;

	/* Smooth Hover Animation */
	transition:
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

/* Tooltip Bottom Arrow */
.spain-flights-banner .bc-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #2b2b2b transparent transparent transparent;
}

/* Show Tooltip on Hover */
.spain-flights-banner .bc-info-icon-wrapper:hover .bc-tooltip {
	visibility: visible;
	opacity: 1;
}

/* Responsiveness */
@media (max-width: 900px) {
	.spain-flights-banner .bc-container {
		flex-direction: column;
	}

	.spain-flights-banner .bc-image-card {
		min-height: 300px;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.spain-flights-banner .bc-content-card {
		padding: 28px 20px;
	}

	.spain-flights-banner .bc-title {
		font-size: 30px;
	}

	.spain-flights-banner .bc-actions {
		flex-direction: column;
		gap: 20px;
	}
	.spain-flights-banner {
		width: 99%;
		margin: 0 auto;
		border-radius: 24px;
		/* max-width: 1280px; */
		margin: 4px auto;
		padding: 70px 9px 40px;
	}
}
