/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky,
.bypostauthor {
	display: block;
}

.footerData .footer-copyright::before {
	top: -86px;
	height: 87px;
}

/* Footer widget areas */
.footer-widgets {
	padding: 30px 0;
}

.footer-widgets .widget {
	margin-bottom: 1rem;
}

.footer-widgets .widget-title {
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
}

.socialLinks-widgets .widget {
	margin-bottom: 0;
}

/* .footerData .protection {
    margin-bottom: 100px;
} */
.wpcf7-not-valid-tip {
	display: none !important;
}

.offlineFareBooking .fareEnquiryFrom .form-control.wpcf7-not-valid,
.form-control.wpcf7-not-valid {
	border-color: #f00;
}

.pageContent .wpcf7 {
	padding-top: 20px !important;
}

.searchField .dropSection .form-group .btn-group .btn.active {
	color: #000;
}

.searchEngine .fieldsContainer .searchField .inputValue.dark,
input[type=text] {
	color: #8b8b8b;
}

.ui-menu .ui-menu-item {
	font-family: GothamBook;
}

.load::before {
	animation: 1s steps(8) 0s normal none infinite running fa-spin;
	position: absolute;
	top: 5px;
	right: 50px;
	color: #db2027;
	content: "\ea53";
	font-family: icomoon;
	font-size: 23px;
	z-index: 1000010;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-datepicker .ui-datepicker-title {
	font-weight: 400;
}

input[type=submit],
span.plus,
span.minus {
	cursor: pointer;
}

.mover {
	opacity: .5;
}

.cheapFlights {
	min-height: 666px;
}

.CMSPage .loadingPlane {
	display: none;
}

.Filters h3 {
	text-align: left;
}

.Filters h3 span {
	float: right;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.Filters h3 span:hover {
	opacity: .8;
}

.wp-pagenavi {
	font-family: GothamBook;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	display: block;
	margin-top: 50px;
	padding: 5px;
}

.offlineFares .wp-pagenavi span,
.offlineFares .wp-pagenavi a,
.homeAirlines .wp-pagenavi span,
.homeAirlines .wp-pagenavi a {
	padding: 3px 10px;
	display: inline-block;
}

ul.Allairlines {
	text-align: center;
}

/* .offlineFare .fareFooter .farePhone{
	font-family: GothamMedium;
	font-size: 25px;
} */
.offlineFare .fareFooter .farePhone i {
	vertical-align: baseline;
}

.offlineFareBooking .fareEnquiryFrom {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
}

.searchFilters {
	margin-bottom: 30px;
}

.body-class-home h2 {
	font-family: GothamMedium;
	font-size: calc(1.25rem + ((1vw - 3.2px) * 0.5));
	line-height: calc(1.625rem + ((1vw - 3.2px) * 0.375));
}

h1 {
	font-family: GothamMedium;
	font-size: calc(1.375rem + ((1vw - 3.2px) * 0.875));
	margin-bottom: 15px;
}

.topbar .Logo img {
	max-width: 250px;
}

.wp-pagenavi .pages {
	background-color: #22221e;
	color: #fff;
	border: 1px solid #22221e;
}

/* The switch - the box around the slider */
.fareswitch {
	position: relative;
	display: inline-block;
	width: 51px;
	height: 24px;
}

/* Hide default HTML checkbox */
.fareswitch input {
	display: none;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #db2027;
	;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #22221e;
}

input:focus+.slider {
	box-shadow: 0 0 1px #22221e;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.fare-type {
	display: block;
	text-align: center;
}

.fare-type p,
.fare-type label {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.offlineFarePrice p.bfare {
	display: none;
}

.findAirLine .primaryButton {
	background-color: #22221e;
	border-radius: 0;
	color: #fff;
	border: 1px solid #22221e;
}

.searchEngine #flightDetail #departure,
.searchEngine #flightDetail #destination {
	padding-right: 50px;
}

.page-not-found {
	font-size: 150px;
	line-height: 1;
	font-family: GothamMedium;
	background: -webkit-linear-gradient(#db2027, #22221e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#sidebar .widget_media_image {
	text-align: center;
	margin-bottom: 30px;
}

#sidebar .widget:nth-child(2),
#sidebar .widget:nth-child(3) {
	display: none;
}

#sidebar.offer-1 .widget:nth-child(2) {
	display: block;
}

#sidebar.offer-2 .widget:nth-child(3) {
	display: block;
}

.searchFilters span.icon-Add {
	font-size: 25px;
	margin-left: 10px;
	display: none;
}

.Filters h3 {
	overflow: hidden;
}

.searchFilters .on span.icon-Add:before {
	content: '\e644';
}

.pageTitle .findAirLine {
	margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
	.searchFilters span.icon-Add {
		display: block;
	}

	.searchFilters span.showAllFares {
		display: none;
	}

	.searchFilters .on span.showAllFares {
		display: block;
	}

	.filterList {
		display: none;
	}

	.offlineFares .Filters h3 {
		margin-bottom: 0;
	}

	.offlineFare .offlineFarePrice span {
		font-size: 12px;
	}

	.header {
		overflow: visible;
	}

	.header .plane-animation {
		display: none !important;
	}

	#sidebar {
		display: none;
	}

	.offlineFares h3 {
		font-size: 19px;
	}
}

b,
strong {
	font-weight: normal;
	font-family: GothamMedium;
}

.countrylist .country-holder {
	height: 300px;
	margin-bottom: 30px;
	position: relative;
}

.countrylist .country {
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: .3s ease-in-out;
	height: 300px;
	z-index: 9;
}

.countrylist .country .flightItemDesc {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	transition: .3s ease-in-out;
}

.countrylist .country:hover .flightItemDesc {
	bottom: 30px;
	transition: .3s ease-in-out;
}

.countrylist .country .flightItemDesc h2 {
	color: #fff;
}

.country-holder:after {
	clear: both;
	display: block;
	content: '';
}

.navbar-nav li ul {
	display: none;
}

@media screen and (min-width: 991px) {
	.countrylist .container .row:hover .country {
		opacity: .7;
	}

	.countrylist .container .row .country:hover {
		opacity: 1;
		box-shadow: 0 0 0 5px #db2027;
	}

	.countrylist .country .flightItemDesc a {
		opacity: 0;
		transition: .3s ease-in-out;
	}

	.countrylist .country:hover .flightItemDesc a {
		opacity: 1;
		transition: .3s ease-in-out;
	}

	.countrylist .country .flightItemDesc {
		bottom: -30px;
	}

	.countrylist .country:hover {
		height: 400px;
		transition: .3s ease-in-out;
		z-index: 99;
		top: -50px;
	}

	.navbarLinks .navbar-nav li.menu-item-has-children>a::after {
		background-color: transparent;
	}

	.navbar-nav li {
		position: relative;
	}

	.navbar-nav li li {
		list-style: none;
	}

	.navbar-nav li ul {
		display: none;
		position: absolute;
		left: 0;
		top: 35px;
		padding: 15px;
		margin: 0;
		background-color: #5cacc4;
		z-index: 999;
	}

	.navbar-nav li:hover ul {
		display: block;
	}
}

.offlineFares .leftsidebar>div:only-child.offer-1,
.offlineFares .leftsidebar>div:only-child.offer-2 {
	margin-top: 45px;
}

.color-white {
	background: #db2027;
}

.color-white h1,
.color-white p {
	color: #fff;
}

.navbarLinks.sticky .mobilePhone,
.navbarLinks.sticky .mobilePhone i {
	color: #fff;
}

.navbarLinks.sticky .navbar-nav li a {
	color: #fff;
}

.Import-fares input[type=submit],
.wpcf7 .wpcf7-submit.primaryButton {
	background: #22221e;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-submit.primaryButton:hover {
	background: #db2027;
	color: #fff;
}

@media screen and (min-width: 1346px) {
	#sidebar {
		position: sticky;
		top: 76px;
	}
}

.searchField .dropSection {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.header:after {
	display: block;
	clear: both;
	content: '';
}

.fareTitle {
	margin-bottom: 15px;
	text-align: center;
	font-family: GothamMedium;
}

.fareTitle h5 {
	font-size: 18px;
	color: #5f5f5f;
}

.countrylist .flightItem {
	margin-bottom: 30px;
}

.flightItem .flightItemDesc .primaryButton:hover {
	color: #db2027;
}

.header.CMSPage {
	background: url(images/nav-bg.jpg);
	background-position: bottom;
	background-size: auto;
}

.offlineFare .offlineFarePrice span:last-child {
	font-family: GothamBook;
}

.airlineList {
	padding: 0;
}

.airlineList .findAirLine {
	margin-top: 60px;
}

@media screen and (max-width: 991px) {
	.airlineList .findAirLine {
		margin-top: 30px;
	}

}

@media screen and (max-width: 767px) {
	.airlineList .findAirLine {
		margin-top: 0;
	}

}

input[type=file] {
	height: auto;
}

/* Default page template alignment */
.site-main {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 15px 60px;
	width: 100%;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	font-size: 32px;
	font-family: GothamMedium, inherit;
}

/* =============================================
   SEARCH ENGINE FORM — EXACT LAYOUT MATCH
   ============================================= */

/* Outer container */
.searchEngine {
    padding: 0 0 30px;
}

/* Yellow "GO?" highlight in the heading */
.hero-content-heading .go-yellow,
.go-yellow {
    color: #ffd40c !important;
}

/* Main flex row of cards */
.searchEngine .fieldsContainer {
    display: flex !important;
    align-items: stretch !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px !important;
    padding: 16px !important;
    border: none !important;
    box-shadow: none !important;
}

/* Each card base wrapper */
.searchEngine .searchField {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 0 !important;
    position: relative !important;
    min-width: 0 !important;
    flex-shrink: 0 !important;
    min-height: 130px !important;
    height: 130px !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* ---- Location Card ---- */
.searchEngine .searchField.Location {
    flex: 0 0 240px !important;
    overflow: visible !important;
    gap: 10px !important;
}

/* Departure and destination inner white boxes */
.searchEngine .searchField.Location .departure-group,
.searchEngine .searchField.Location .destination-group {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 4px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
}

/* Inputs inside location card */
.searchEngine .searchField.Location .form-control.departure,
.searchEngine .searchField.Location .form-control.destination {
    border: none !important;
    border-radius: 4px !important;
    height: 100% !important;
    font-size: 15px !important;
    color: #9a9a9a !important; /* Lighter visually as requested */
    padding-left: 16px !important;
    padding-right: 44px !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    display: block !important;
    width: 100% !important;
    font-family: GothamBook, sans-serif !important;
}

/* Plane icons: absolutely positioned to the RIGHT of each input */
.searchEngine .searchField.Location .field-icon {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 22px !important;
    height: auto !important;
    pointer-events: none !important;
    z-index: 5 !important;
    display: block !important;
}

/* Swap button: dark circle overlapping the two input rows */
.searchEngine .swap-btn-wrap {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 20 !important;
}

.searchEngine .swap-btn {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #252525 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
    transition: background 0.2s;
    outline: none !important;
}

.searchEngine .swap-btn:hover {
    background: #444 !important;
}

.searchEngine .swap-btn svg {
    display: block !important;
    width: 14px;
    height: 14px;
}

/* ---- Outbound / Add a Return Cards ---- */
.searchEngine .searchField.CheckIn,
.searchEngine .searchField.CheckOut {
    flex: 0 0 135px !important;
    align-items: center !important;
    text-align: center !important;
    padding: 24px 12px 22px !important;
    cursor: pointer !important;
    background: #fff !important;
    border-radius: 4px !important;
    justify-content: center !important;
    gap: 4px !important;
}

/* Bold black label — "Outbound" / "Add a Return" */
.searchEngine .searchField.CheckIn label.placehold,
.searchEngine .searchField.CheckOut label.placehold {
    display: block !important;
    font-family: GothamMedium, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
}

/* Date inputs: visually hidden but still focusable (datepicker needs focus) */
.searchEngine .searchField.CheckIn .toDate,
.searchEngine .searchField.CheckOut .fromDate {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
}

/* Thin RED plus SVG */
.searchEngine .thin-red-plus {
    display: inline-block !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 auto !important;
}

/* ---- Passengers Card ---- */
.searchEngine .searchField.Passengers {
    flex: 1 1 auto !important;
    min-width: 180px !important;
    max-width: 260px !important;
    padding: 0 !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

.searchEngine .searchField.Passengers .forCollapse {
    cursor: pointer;
    width: 100%;
}

/* Top sub-box: passenger count */
.searchEngine .searchField.Passengers p.guest.inputValue.dark {
    font-size: 15px !important;
    color: #9a9a9a !important;
    margin: 0 !important;
    font-family: GothamBook, sans-serif !important;
    line-height: 1.4 !important;
    padding: 0 16px !important;
    border: none !important;
    border-radius: 4px !important;
    background: #fff !important;
    width: 100% !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
}

/* Economy dropdown sub-box */
.searchEngine .searchField.Passengers .journey-class {
    margin: 0 !important;
    width: 100%;
}

.searchEngine .searchField.Passengers .journey-class select.form-control {
    height: 60px !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    color: #9a9a9a !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23db2027' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    background-position: right 16px center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding: 0 44px 0 16px !important;
    box-shadow: none !important;
    width: 100% !important;
    background-color: #fff !important;
    cursor: pointer !important;
    font-family: GothamBook, sans-serif !important;
}

/* ---- Search Button Card (Yellow) ---- */
.searchEngine .searchField.SearchGo {
    flex: 0 0 90px !important;
    background: #ffd40c !important;
    border-radius: 4px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
    min-height: 130px;
}

.searchEngine .SearchBtn {
    width: 100% !important;
    height: 100% !important;
    min-height: 130px;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
}

/* Search icon — white magnifying glass */
.searchEngine .SearchBtn i.icon-Search {
    font-size: 28px !important;
    color: #fff !important;
    display: inline-block !important;
}

.searchEngine .SearchBtn i.icon-Search::before {
    color: #fff !important;
    font-size: 28px !important;
}

/* Show sameclass wrapper and center it for CheckIn/CheckOut */
.searchEngine .sameclass {
    display: block !important;
}

.searchEngine .searchField.CheckIn .sameclass,
.searchEngine .searchField.CheckOut .sameclass {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 4px !important;
}

.searchEngine .sameclass img {
    display: none !important;
}

/* Responsive tweaks */
@media screen and (max-width: 991px) {
    .searchEngine .fieldsContainer {
        flex-wrap: wrap !important;
        gap: 8px;
    }
    .searchEngine .searchField.Location {
        flex: 1 1 100% !important;
    }
    .searchEngine .searchField.CheckIn,
    .searchEngine .searchField.CheckOut {
        flex: 1 1 calc(50% - 8px) !important;
    }
    .searchEngine .searchField.Passengers {
        flex: 1 1 100% !important;
    }
    .searchEngine .searchField.SearchGo {
        flex: 1 1 100% !important;
        min-height: 52px !important;
    }
    .searchEngine .SearchBtn {
        min-height: 52px !important;
    }
}

/* ==========================================================================
   Flight Search Overlay & Modal Styles
   ========================================================================== */

.fso-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 41, 59, 0.95); /* Dark slate background */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fsoFadeIn 0.3s forwards;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

@keyframes fsoFadeIn {
    to { opacity: 1; }
}

/* Loading Screen Animation */
.fso-loading-screen {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.fso-plane-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    animation: bounceFloat 2s ease-in-out infinite;
}

@keyframes bounceFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
}

.fso-loading-title {
    font-family: GothamBold, sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.fso-loading-text {
    font-size: 16px;
    color: #cbd5e1;
    font-family: GothamBook, sans-serif;
}

/* Popup Modal Styles */
.fso-popup-modal {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: slideUpFade 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fso-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.fso-close-btn:hover {
    color: #334155;
}

.fso-modal-icon {
    width: 80px;
    height: 80px;
    background-color: #db2027; /* Theme Red */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 15px -3px rgba(219, 32, 39, 0.3);
}

.fso-modal-title {
    font-family: GothamBold, sans-serif;
    font-size: 26px;
    color: #1e293b;
    margin-bottom: 10px;
}

.fso-modal-subtitle {
    font-family: GothamMedium, sans-serif;
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
}

.fso-modal-desc {
    font-family: GothamBook, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 30px;
    padding: 0 20px;
}

.fso-modal-desc strong {
    color: #1e293b;
    font-family: GothamMedium, sans-serif;
}

.fso-call-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ffd40c; /* Theme Yellow */
    color: #1e293b !important;
    font-family: GothamBold, sans-serif;
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    box-shadow: 0 4px 6px -1px rgba(255, 212, 12, 0.2);
}

.fso-call-btn:hover {
    background-color: #eab308;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(255, 212, 12, 0.3);
    color: #1e293b !important;
}

.fso-phone-icon {
    fill: #1e293b;
    margin-right: 12px;
}

.fso-modal-footer-text {
    font-family: GothamBook, sans-serif;
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}