/**
 * Construction Loans page template styles
 * Northend Mortgage theme
 */

/* Top Banner – even padding top and bottom, no excess empty space */
.construction-loans-banner {
	background: linear-gradient(135deg, #0d1820 0%, #174893 50%, #1a4a9e 100%);
	background-size: cover;
	background-position: center;
	padding: 172px 0 72px;
	position: relative;
	overflow: hidden;
}

.construction-loans-banner .banner-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.08;
	background: radial-gradient(ellipse 80% 50% at 20% 20%, #fff 0%, transparent 50%),
	            radial-gradient(ellipse 60% 40% at 80% 10%, #fff 0%, transparent 45%);
}

.construction-loans-banner .container {
	position: relative;
	z-index: 1;
}

.construction-loans-banner .one-section-title {
	margin-bottom: 0;
}

.construction-loans-banner .banner-title {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.construction-loans-banner .banner-tagline {
	color: #d4af37;
	font-size: 18px;
	margin: 12px 0 0;
	font-weight: 500;
}

.construction-loans-banner .banner-line {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #d4af37, #f0c14b);
	margin: 20px auto 0;
	border-radius: 2px;
}

.construction-loans-banner .breadcrumb {
	background: none;
	padding: 18px 0 0;
}

.construction-loans-banner .breadcrumb-item a {
	color: rgba(255, 255, 255, 0.85);
}

.construction-loans-banner .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.9);
}

/* Hero section */
.construction-hero-wrap {
	position: relative;
	width: 100%;
	min-height: 380px;
	background: #0d1820;
}

.construction-hero-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* Benefits overlay */
.construction-benefits-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px 0 45px;
	background: linear-gradient(to top, rgba(13, 24, 32, 0.97) 0%, rgba(13, 24, 32, 0.85) 45%, transparent 100%);
	color: #fff;
}

.construction-benefits-overlay h2 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 22px;
	text-align: center;
}

.construction-benefits-list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.construction-benefits-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.construction-benefits-list li:last-child {
	margin-bottom: 0;
}

.construction-benefits-list .benefit-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-right: 14px;
	background: #d4af37;
	border-radius: 50%;
	position: relative;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.construction-benefits-list .benefit-icon i {
	color: #0d1820;
	font-size: 16px;
	font-weight: 700;
}

/* Intro content section */
.construction-loans-section {
	background-color: #ffffff;
}

.construction-loans-content {
	color: #4a4a4a;
	font-size: 17px;
	line-height: 1.7;
}

/* CTA section */
.construction-cta-section {
	background: #0d1820;
	padding: 55px 0 0;
	position: relative;
}

.construction-cta-section .cta-pattern {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 100%;
	opacity: 0.06;
	background: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 100 100\'%3E%3Cpath fill=\'%23fff\' d=\'M10 10 L90 10 L90 90 L10 90 Z M15 15 L85 15 L85 85 L15 85 Z\'/%3E%3C/svg%3E') repeat;
	pointer-events: none;
}

.construction-cta-section .container {
	position: relative;
	z-index: 1;
}

.construction-cta-section .cta-text {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 28px;
	padding: 0 15px;
}

.construction-cta-section .cta-buttons {
	margin-bottom: 35px;
}

.construction-cta-btn {
	display: inline-block;
	padding: 14px 36px;
	background: linear-gradient(180deg, #e8c547 0%, #d4af37 50%, #b8962e 100%);
	color: #0d1820 !important;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
	margin-right: 20px;
}

.construction-cta-btn:hover {
	opacity: 0.95;
	color: #0d1820 !important;
}

.construction-cta-phone {
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
}

.construction-cta-phone i {
	color: #d4af37;
	vertical-align: middle;
	margin-right: 8px;
}

.construction-contact-bar {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.construction-contact-bar a {
	color: #ffffff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.construction-contact-bar a:hover {
	color: #ffffff;
	opacity: 0.9;
}

.construction-contact-bar a i {
	color: #d4af37;
	margin-right: 10px;
	font-size: 20px;
}

.construction-contact-bar .contact-sep {
	color: rgba(255, 255, 255, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
	.construction-loans-banner .banner-title {
		font-size: 32px !important;
	}

	.construction-hero-wrap {
		min-height: 320px;
	}

	.construction-benefits-overlay h2 {
		font-size: 20px !important;
	}

	.construction-cta-section .construction-cta-btn {
		display: block !important;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
}
