@tailwind base;
@tailwind components;
@tailwind utilities;

*,
::before,
::after {
	box-sizing: border-box;
}

body {
	letter-spacing: 1.5px;
	line-height: 1;
	font-family: sans-serif;
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Lato.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Montserrat.woff2") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Work-Sans.woff2") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

input {
	@apply text-black;
}

.nav-menu {
	@apply lg:items-center lg:z-auto lg:static absolute lg:w-auto md:text-center py-4 lg:py-0 lg:opacity-100 md:top-[-400px] bg-white w-full left-0 transition-all ease-in duration-500 font-semibold font-[montserrat] sm:text-left;
}

.nav-item {
	@apply block w-full p-4 opacity-100 hover:text-primary;
}

.nav-dropdown {
	@apply flex items-center gap-4 cursor-pointer w-full;
}

.nav-dropdown-menu {
	@apply absolute bg-white transform scale-0 transition duration-150 ease-in-out min-w-[8rem] shadow-lg;
}

.nav-dropdown-menu--bottom {
	@apply group-hover:scale-100 origin-top top-16;
}

.nav-dropdown-menu--right {
	@apply top-0 right-0 origin-top-left;
}

.nav-dropdown-item {
	@apply block p-4 text-left hover:bg-gray-100;
}

.btn {
	@apply bg-primary md:px-6 p-4 text-center rounded font-bold text-white hover:bg-primaryHover duration-500 shadow-lg text-sm sm:text-base;
}

.btn+.btn {
	@apply mt-6 lg:ml-4 lg:mt-0;
}

.btn--small {
	@apply p-4;
}

.btn--rounded {
	@apply rounded-full;
}

.btn--form {
	@apply bg-black text-white w-1/3 px-4 py-2 rounded-full mx-auto;
}

.container {
	@apply px-4 md:px-0;
}

.prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
	color: #00050c !important;
}

.font-sans {
	font-family: sans-serif;
}

.mobile-menu-content .display {
	height: 69vh;
	justify-content: center;
	align-items: center;
}

.jumbotron {
	margin-top: 89px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(59, 101, 227, 0.3));
	z-index: 1;
}


.feature-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	.video-container {
		min-height: 100vh;
		height: auto;
	}

	.text-content {
		padding: 1rem;
		text-align: center;
		min-height: 100vh;
		box-sizing: border-box;
		justify-content: flex-start;
		padding-top: 10vh;
	}

	.text-content h1 {
		line-height: 1.3;
		margin-bottom: 0.75rem !important;
		text-align: center;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	}

	.feature-list {
		gap: 1rem;
	}

	.feature-item {
		padding: 0.75rem;
		gap: 0.75rem;
		justify-content: flex-start;
		text-align: left;
		/* Make more visible on mobile */
		background: rgba(255, 255, 255, 0.15);
		border: 1px solid rgba(255, 255, 255, 0.3);
	}

	.feature-item h4 {
		font-size: 0.95rem;
		text-align: left;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	}

	button {
		padding: 0.875rem 2rem !important;
		font-size: 1rem !important;
		min-height: 48px;
	}

	.overlay {
		background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(59, 101, 227, 0.4));
	}
}

@media (max-width: 480px) {
	.feature-list-mobile {
		margin-top: -12px;
	}

	.text-content {
		padding: 0.75rem;
		padding-top: 8vh;
	}

	.text-content h1 {
		margin-bottom: 0.5rem !important;
		line-height: 1.2;
	}

	.feature-item {
		padding: 0.625rem;
		gap: 0.625rem;
	}

	.feature-item h4 {
		font-size: 0.875rem;
	}

	.feature-item i {
		font-size: 0.9rem !important;
		flex-shrink: 0;
	}

	button {
		padding: 0.75rem 1.5rem !important;
		font-size: 0.9rem !important;
	}
}

@media (max-height: 500px) and (orientation: landscape) {
	.text-content {
		padding-top: 2vh;
		justify-content: center;
	}

	.text-content h1 {
		margin-bottom: 0.5rem !important;
	}
}

.card {
	border: 1px solid lightgray;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	flex-direction: column;
	justify-content: space-between;
}

.accordion .accordion-item {
	border-bottom: 1px solid lightgray;
}

.accordion .accordion-item button[aria-expanded='true'] {
	border-bottom: 1px solid lightblue;
}

.accordion button {
	position: relative;
	border: 1px solid lightgray;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}

.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;
}

.accordion button .accordion-title {
	padding-right: 70px;
	padding-left: 10px;
}

.accordion button .icon {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 47px;
	width: 22px;
	height: 22px;
	border-radius: 22px;
}

.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: -6px;
	left: 0px;
	width: 19px;
	height: 2px;
	background: currentColor;
}

.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: -15px;
	left: 9px;
	width: 2px;
	height: 21px;
	background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
	opacity: 1;
	max-height: 109em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

.accordion .accordion-content p {
	font-size: 1.3rem;
	font-weight: 300;
	margin: 1em 37px;
	line-height: 2.2rem;
}

.accordion .accordion-content .parent li {
	list-style: auto;
}

.accordion .accordion-content .child li {
	list-style: disc;
}

.testimonial {
	display: none;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
}

.testimonial.active {
	display: block;
}

.testimonial img {
	width: 100%;
	border-radius: 1rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hover-lift {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.text-shadow-glow {
	text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}

.scroll-reveal {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease;
}

.scroll-reveal.revealed {
	opacity: 1;
	transform: translateY(0);
}

.aircraft-card {
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(59, 130, 246, 0.1);
	transition: all 0.4s ease;
}

.aircraft-card:hover {
	border-color: rgba(59, 130, 246, 0.3);
	box-shadow: 0 20px 40px rgba(59, 130, 246, 0.1);
}

.tab-button {
	position: relative;
	overflow: hidden;
}

.tab-button::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #3b82f6, #8b5cf6);
	transition: width 0.3s ease;
}

.tab-button.active::after {
	width: 100%;
}

.mission-card {
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(59, 130, 246, 0.1);
	transition: all 0.4s ease;
}

.mission-card:hover {
	border-color: rgba(59, 130, 246, 0.3);
	box-shadow: 0 20px 40px rgba(59, 130, 246, 0.1);
}

.timeline-item {
	position: relative;
	padding-left: 2rem;
}

.timeline-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 1rem;
	height: 1rem;
	background: linear-gradient(135deg, #3b82f6, #8b5cf6);
	border-radius: 50%;
}

.timeline-item::after {
	content: '';
	position: absolute;
	left: 0.375rem;
	top: 1.5rem;
	width: 0.25rem;
	height: calc(100% - 1rem);
	background: linear-gradient(to bottom, #3b82f6, #8b5cf6);
}

.timeline-item:last-child::after {
	display: none;
}

.facility-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.facility-item {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border-radius: 1rem;
	padding: 2rem;
	transition: all 0.3s ease;
}

.facility-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.weather-widget {
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
	color: white;
	border-radius: 1rem;
	padding: 1.5rem;
	text-align: center;
}

.footer-fade-in {
	animation: fadeInUp 0.8s ease-out forwards;
}

.footer-gradient-bg {
	background: linear-gradient(135deg, #000000 0%, #1a1a2e 50%, #16213e 100%);
	position: relative;
	overflow: hidden;
}

.footer-gradient-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 40% 80%, rgba(96, 165, 250, 0.1) 0%, transparent 50%);
	pointer-events: none;
}

.footer-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 2rem;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}


.footer-card:hover::before {
	opacity: 1;
	animation: shimmer 0.6s ease-in-out;
}

.footer-card:hover {
	transform: translateY(-5px);
	border-color: rgba(59, 130, 246, 0.3);
	box-shadow: 0 20px 40px rgba(59, 130, 246, 0.1);
}

.footer-link {
	color: #e5e7eb;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}

.footer-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: linear-gradient(90deg, #3b82f6, #8b5cf6);
	transition: width 0.3s ease;
}

.footer-link:hover::after {
	width: 100%;
}

.footer-link:hover {
	color: #3b82f6;
	transform: translateX(5px);
}

.footer-title {
	color: #3b65e3;
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	position: relative;
}

.footer-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 50px;
	height: 3px;
	border-radius: 2px;
}

.footer-map {
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.footer-map:hover {
	transform: scale(1.02);
	box-shadow: 0 15px 40px rgba(59, 130, 246, 0.2);
}

.footer-contact-item {
	display: flex;
	align-items: center;
	padding: 0.75rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	margin-bottom: 0.75rem;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-item:hover {
	background: rgba(59, 130, 246, 0.1);
	border-color: rgba(59, 130, 246, 0.3);
	transform: translateX(5px);
}

.footer-logo {
	transition: all 0.3s ease;
	filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.3));
}

.footer-logo:hover {
	transform: scale(1.05);
	filter: drop-shadow(0 0 30px rgba(59, 130, 246, 0.5));
}

.training-card {
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(59, 130, 246, 0.1);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

.training-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
	transition: left 0.5s;
}

.image-container {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
	height: 280px;
}

.image-container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(139, 92, 246, 0.2) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.training-card:hover .image-container::after {
	opacity: 1;
}

.training-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.training-card:hover img {
	transform: scale(1.1);
}

.small-card {
	border-radius: 25px;
	border: 1px solid rgb(125, 125, 207);
}

.expandable-section {
	border: 1px solid rgba(59, 130, 246, 0.1);
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

.expandable-section:hover {
	border-color: rgba(59, 130, 246, 0.3);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

.section-header {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%);
	padding: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-header:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
}

.section-content {
	padding: 0 1rem;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.section-content.expanded {
	max-height: 500px;
	padding: 1rem;
}

.contact-section {
	background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
	position: relative;
	overflow: hidden;
}

.contact-section::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
	animation: float 15s ease-in-out infinite;
}

.hero-section {
	background: linear-gradient(135deg, rgba(30, 58, 138, 0.85) 0%, rgba(17, 30, 108, 0.95) 100%), url('../../images/flight-training-1.webp');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.rusty_pilot_header {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.7) 0%, rgba(11, 62, 202, 0.9) 100%), url('../../images/rusty_pilot_refresher_header.webp');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.hero-content {
	text-align: center;
	color: white;
	z-index: 10;
	position: relative;
}

.hero-title {
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 1rem;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 2.5rem;
	}
}

.glass-effect {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-effect-1 {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(148, 163, 184, 0.08) 50%, rgba(226, 232, 240, 0.1) 100%);
	backdrop-filter: blur(15px);
	border: 4px solid rgb(226, 232, 240);
	border-radius: 1rem;
}

.glass-effect-2 {
	background: linear-gradient(225deg, rgba(59, 130, 246, 0.3) 0%, rgba(148, 163, 184, 0.08) 50%, rgba(226, 232, 240, 0.1) 100%);
	backdrop-filter: blur(15px);
	border: 4px solid rgb(226, 232, 240);
	border-radius: 1rem;
}

.glass-effect-3 {
	background: linear-gradient(180deg, rgba(59, 130, 246, 0.3) 0%, rgba(148, 163, 184, 0.08) 50%, rgba(226, 232, 240, 0.1) 100%);
	backdrop-filter: blur(15px);
	border: 4px solid rgb(226, 232, 240);
	border-radius: 1rem;
}

.glass-effect-4 {
	backdrop-filter: blur(15px);
}

.gradient-text {
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 50%, #1e40af 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.parallax-bg {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.creative-card {
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
	position: relative;
	overflow: hidden;
}

.creative-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transform: rotate(45deg);
	transition: all 0.6s;
}

.creative-card:hover::before {
	animation: shimmer 0.6s ease-in-out;
}


.bg-cockpit-view {
	background:
		linear-gradient(135deg, #f8fafc 0%, #e2e8f0 25%, #cbd5e1 50%, #94a3b8 75%, #64748b 100%),
		radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.2) 0%, transparent 50%);
	background-size: 100% 100%, 400px 400px, 300px 300px;
}

.bg-aircraft-hangar {
	background:
		linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 25%, #cbd5e1 50%, #94a3b8 75%, #64748b 100%),
		repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(59, 130, 246, 0.1) 10px, rgba(59, 130, 246, 0.1) 20px),
		repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(139, 92, 246, 0.1) 15px, rgba(139, 92, 246, 0.1) 30px);
	background-size: 100% 100%, 40px 40px, 60px 60px;
}

.bg-sunset-flight {
	background:
		linear-gradient(135deg, #fef3c7 0%, #fed7aa 25%, #fdba74 50%, #fb923c 75%, #f97316 100%),
		radial-gradient(ellipse at top, rgba(251, 191, 36, 0.4), transparent),
		radial-gradient(ellipse at bottom, rgba(249, 115, 22, 0.3), transparent);
	background-size: 100% 100%, 800px 400px, 600px 300px;
}

.bg-clouds-above {
	background:
		linear-gradient(135deg, #87ceeb 0%, #4682b4 25%, #4169e1 50%, #0000cd 75%, #1e40af 100%),
		radial-gradient(ellipse 800px 400px at 400px 200px, rgba(255, 255, 255, 0.4), transparent),
		radial-gradient(ellipse 1200px 600px at 1200px 400px, rgba(255, 255, 255, 0.3), transparent),
		radial-gradient(ellipse 1000px 500px at 1600px 600px, rgba(255, 255, 255, 0.2), transparent);
	background-size: 100% 100%, 800px 400px, 1200px 600px, 1000px 500px;
}

.accordion-button:hover {
	background: #f9fafb;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: #f8fafc;
	color: black;
}

.accordion-item.active .accordion-content {
	max-height: 500px;
}

.accordion-content-inner {
	padding: 0 24px 24px 24px;
	color: #6b7280;
	line-height: 1.6;
}


.hero-pattern {
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E");
}

.legal-pattern {
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M20 20c0-11.046 8.954-20 20-20s20 8.954 20 20-8.954 20-20 20-20-8.954-20-20zm20-16c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.policy-pattern {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Step and form styles */
.step-card {
	transition: all 0.3s ease;
	transform: translateY(0);
}

.step-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.step-icon {
	transition: all 0.4s ease;
}

.step-card:hover .step-icon {
	transform: scale(1.1);
}

.step-number {
	background: linear-gradient(135deg, #3b65e3 0%, #4f46e5 100%);
	color: white;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.875rem;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	border: 3px solid white;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.card-icon-wrapper {
	position: relative;
	display: inline-block;
}

.text-shadow-strong {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.bg-overlay {
	background: linear-gradient(135deg, rgba(59, 101, 227, 0.7) 0%, rgba(30, 64, 175, 0.8) 100%);
}

.form-input {
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.form-input:focus {
	background: rgba(255, 255, 255, 1);
	border-color: #3b82f6;
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
	outline: none;
}

.form-container {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.connecting-line {
	position: relative;
}

.connecting-line::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	width: 60px;
	height: 6px;
	background: linear-gradient(90deg, #3B82F6, #60A5FA, #93C5FD);
	transform: translateY(-50%);
	border-radius: 4px;
	z-index: 10;
	box-shadow: 0 3px 10px rgba(59, 130, 246, 0.4);
	animation: flowPulse 2s ease-in-out infinite;
}

.connecting-line .flow-dots::before {
	left: 0;
	animation-delay: 0s;
}

.connecting-line .flow-dots::after {
	left: 0;
	animation-delay: 1s;
}

.feature-item {
	opacity: 0;
	transform: translateX(-20px);
	animation: slideIn 0.6s ease-out forwards;
}

.private_pilot_line {
	margin-top: -60px;
}

@media (max-width: 768px) {

	.connecting-line::before,
	.connecting-line::after {
		display: none;
	}

	.private_pilot_line {
		display: none;
	}
}

.fade-in-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
	opacity: 1;
	transform: translateY(0);
}

.scale-in {
	opacity: 0;
	transform: scale(0.9);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.scale-in.visible {
	opacity: 1;
	transform: scale(1);
}

.slide-in-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-left.visible {
	opacity: 1;
	transform: translateX(0);
}

.slide-in-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-right.visible {
	opacity: 1;
	transform: translateX(0);
}

.animate-float {
	animation: float 6s ease-in-out infinite;
}

.animate-fade-in-up {
	animation: fadeInUp 0.8s ease-out forwards;
}

.animate-pulse {
	animation: pulse 2s ease-in-out infinite;
}

.animate-fly-across {
	animation: flyAcross 15s linear infinite;
}

.animate-cloud-drift {
	animation: cloudDrift 20s linear infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
	.animate-fly-across {
		animation-duration: 10s;
	}

	.bg-cockpit-view,
	.bg-aircraft-hangar,
	.bg-sunset-flight,
	.bg-clouds-above {
		background-attachment: scroll;
	}
}

.description-text {
	transition: max-height 0.5s ease-in-out;
}

.description-text.description-collapsed {
	max-height: 7.5rem;
	overflow: hidden;
}

.line-height-15 {
	line-height: 1.5rem;
}