.full-ocean-hero-1448 {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.full-ocean-hero-1448-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.full-ocean-hero-1448-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
}

.full-ocean-hero-1448-badge {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: 500;
}

.full-ocean-hero-1448-title {
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.full-ocean-hero-1448-subtitle {
	margin: 0 0 15px 0;
	max-width: 800px;
	line-height: 1.6;
}

.full-ocean-hero-1448-location {
	margin: 0 0 40px 0;
	font-style: italic;
}

.full-ocean-hero-1448-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.full-ocean-hero-1448-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.full-ocean-hero-1448-btn.primary {
	border: none;
}

.full-ocean-hero-1448-btn.primary:hover {
	opacity: 0.9;
}

.full-ocean-hero-1448-btn.secondary {
	background-color: transparent;
	border: 1px solid;
}

.full-ocean-hero-1448-btn.secondary:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Adjustments */
@media (max-width: 767px) {
	.full-ocean-hero-1448-buttons {
		flex-direction: column;
		width: 100%;
	}
	
	.full-ocean-hero-1448-btn {
		width: 100%;
		text-align: center;
	}
}