/* BNRE footer layer: widget footer design system and responsive behavior. */

/* ==========================================================
   BNRE Footer Refresh (Widget Footer v1)
   Scope: visual polish and alignment only
   ========================================================== */
.footer-wrap.footer-wrap-v1 {
	position: relative;
	overflow: hidden;
	background: #001d39;
	color: rgba(255, 255, 255, 0.9);
}

.footer-wrap.footer-wrap-v1::before {
	content: none;
}

.footer-wrap.footer-wrap-v1::after {
	content: none;
}

.footer-wrap.footer-wrap-v1 > * {
	position: relative;
	z-index: 1;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(1120px 540px at 8% 8%, rgba(34, 130, 194, 0.34) 0%, rgba(34, 130, 194, 0.06) 50%, rgba(34, 130, 194, 0) 74%),
		radial-gradient(980px 460px at 90% 18%, rgba(73, 153, 214, 0.24) 0%, rgba(73, 153, 214, 0.03) 48%, rgba(73, 153, 214, 0) 72%),
		radial-gradient(860px 360px at 48% 100%, rgba(198, 167, 86, 0.08) 0%, rgba(198, 167, 86, 0) 76%),
		linear-gradient(124deg, #05284d 0%, #0a4174 40%, #1a5f97 58%, #0f4d82 74%, #062b4f 100%);
	background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
	animation: bnreFooterGradientDrift 34s ease-in-out infinite alternate;
	padding: clamp(74px, 8vw, 108px) 0 clamp(44px, 5vw, 66px);
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap::before {
	content: none;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(86, 152, 224, 0) 0%, rgba(120, 198, 255, 0.62) 50%, rgba(86, 152, 224, 0) 100%);
	pointer-events: none;
	z-index: 0;
	opacity: 0.75;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap > .container,
.footer-wrap.footer-wrap-v1 .footer-bottom-wrap > .container {
	position: relative;
	z-index: 1;
	padding-left: clamp(24px, 2.2vw, 44px);
	padding-right: clamp(24px, 2.2vw, 44px);
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .row {
	align-items: flex-start;
}

@media (min-width: 1200px) {
	.footer-wrap.footer-wrap-v1 .footer-top-wrap .row {
		display: flex;
		flex-wrap: nowrap;
		margin-left: -16px;
		margin-right: -16px;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .row > [class*="col-"] {
		flex: 1 1 0;
		max-width: none;
		width: auto;
		padding-left: 16px;
		padding-right: 16px;
	}

	/* v6 layout fix: remove empty spacer and give it to Latest Insights */
	.footer-wrap.footer-wrap-v1 .footer-top-wrap .row > .col-lg-1 {
		display: none !important;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .row > .col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .row > .col-lg-1 + .col-lg-3 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .row > .col-lg-3:last-child {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .footer-widget {
		min-width: 0;
	}
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .footer-widget {
	margin-bottom: 24px;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .footer-widget:last-child {
	margin-bottom: 0;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget-wrap {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0 !important;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget-header {
	margin-bottom: 20px;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget-title {
	margin: 0;
	font-size: clamp(22px, 1.8vw, 30px);
	line-height: 1.2;
	letter-spacing: 0.01em;
	font-weight: 700;
	color: #c6a756;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget:not(.widget-about-site) .widget-title {
	position: relative;
	display: inline-block;
	font-size: clamp(28px, 1.8vw, 34px);
	font-weight: 700;
	padding-bottom: 10px;
	color: #ffffff;
}

.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget:not(.widget-about-site) .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, rgba(198, 167, 86, 0.95) 0%, rgba(198, 167, 86, 0.2) 100%);
}

.footer-wrap.footer-wrap-v1 .widget-content p,
.footer-wrap.footer-wrap-v1 .blog-post-content-widget p,
.footer-wrap.footer-wrap-v1 .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs):not(.agent-information) li,
.footer-wrap.footer-wrap-v1 .contact-list li {
	color: rgba(255, 255, 255, 0.87);
	font-size: 17px;
	line-height: 1.6;
}

.footer-wrap.footer-wrap-v1 a {
	color: rgba(255, 255, 255, 0.9);
}

.footer-wrap.footer-wrap-v1 a:hover,
.footer-wrap.footer-wrap-v1 a:focus {
	color: #ffffff;
}

.footer-wrap.footer-wrap-v1 .widget-about-site .widget-about-image {
	margin-bottom: 0 !important;
}

.footer-wrap.footer-wrap-v1 .widget-about-site .widget-about-image img {
	display: block;
	max-width: min(100%, 560px);
	height: auto;
}

.footer-wrap.footer-wrap-v1 .widget-about-site .widget-content p {
	margin-left: 15%;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .widget-body {
	display: grid;
	gap: 24px;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-item-widget {
	margin-top: 0 !important;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-item-widget .d-flex {
	align-items: flex-start;
	gap: 16px !important;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-image-widget {
	flex: 0 0 108px;
	width: 108px;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-image-widget img {
	width: 108px;
	height: 74px;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget h4 {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget h4 a {
	color: #ffffff;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget h4 a:hover,
.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget h4 a:focus {
	color: #c6a756;
}

.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget p {
	margin: 0;
	display: none;
}

.footer-wrap.footer-wrap-v1 .widget-contact-us .contact-list {
	gap: 10px !important;
	margin-top: 10px;
}

.footer-wrap.footer-wrap-v1 .widget-contact-us .contact-list li {
	display: flex;
	align-items: flex-start;
}

.footer-wrap.footer-wrap-v1 .widget-contact-us .contact-list li i {
	margin-right: 10px !important;
	top: 0;
	font-size: 17px;
	line-height: 1.5;
	color: #c6a756;
}

.footer-wrap.footer-wrap-v1 .widget-contact-us .contact-list li a {
	color: #c6a756;
}

.footer-wrap.footer-wrap-v1 .widget-contact-us .contact-list li a:hover,
.footer-wrap.footer-wrap-v1 .widget-contact-us .contact-list li a:focus {
	color: #e0bf5e;
}

.footer-wrap.footer-wrap-v1 .footer-social ul,
.footer-wrap.footer-wrap-v1 .widget .social-icons ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.footer-wrap.footer-wrap-v1 .footer-social a,
.footer-wrap.footer-wrap-v1 .widget .social-icons a {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(198, 167, 86, 0.82);
	background: rgba(0, 29, 57, 0.55);
	color: #ffffff;
	box-shadow: 0 0 18px rgba(198, 167, 86, 0.28);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.footer-wrap.footer-wrap-v1 .footer-social a:hover,
.footer-wrap.footer-wrap-v1 .footer-social a:focus,
.footer-wrap.footer-wrap-v1 .widget .social-icons a:hover,
.footer-wrap.footer-wrap-v1 .widget .social-icons a:focus {
	transform: translateY(-1px);
	border-color: #e0bf5e;
	box-shadow: 0 0 24px rgba(224, 191, 94, 0.4);
}

.footer-wrap.footer-wrap-v1 .footer-bottom-wrap.footer-bottom-wrap-v1 {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(10, 65, 116, 0.45);
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.footer-wrap.footer-wrap-v1 .footer-bottom-wrap.footer-bottom-wrap-v1 .d-flex {
	justify-content: center !important;
	align-items: center !important;
	min-height: 28px;
}

.footer-wrap.footer-wrap-v1 .footer-bottom-wrap.footer-bottom-wrap-v1 .footer-nav,
.footer-wrap.footer-wrap-v1 .footer-bottom-wrap.footer-bottom-wrap-v1 .footer-social {
	display: none;
}

.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-copyright,
.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-nav a {
	font-size: clamp(14px, 0.9vw, 16px);
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.88);
}

.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-copyright {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-nav a:hover,
.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-nav a:focus {
	color: #ffffff;
}

@media (max-width: 1599.98px) {
	.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget-title {
		font-size: clamp(20px, 1.7vw, 27px);
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget:not(.widget-about-site) .widget-title {
		font-size: clamp(24px, 1.55vw, 30px);
	}

	.footer-wrap.footer-wrap-v1 .widget-content p,
	.footer-wrap.footer-wrap-v1 .blog-post-content-widget p,
	.footer-wrap.footer-wrap-v1 .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs):not(.agent-information) li,
	.footer-wrap.footer-wrap-v1 .contact-list li {
		font-size: 16px;
	}

	.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget h4 {
		font-size: 14px;
	}

	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-copyright,
	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-nav a {
		font-size: 14px;
	}
}

@media (max-width: 1199.98px) {
	.footer-wrap.footer-wrap-v1 .footer-top-wrap {
		padding: 62px 0 36px;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .row {
		row-gap: 20px;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget:not(.widget-about-site) .widget-title {
		font-size: 26px;
		font-weight: 700;
		padding-bottom: 9px;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget:not(.widget-about-site) .widget-title::after {
		width: 60px;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .footer-widget {
		margin-bottom: 34px;
	}

	.footer-wrap.footer-wrap-v1 .widget-about-site .widget-content p {
		margin-left: 15%;
	}

	.footer-wrap.footer-wrap-v1 .widget-about-site .widget-about-image img {
		max-width: 440px;
	}

	.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget h4 {
		font-size: 14px;
	}

	.footer-wrap.footer-wrap-v1 .widget-content p,
	.footer-wrap.footer-wrap-v1 .blog-post-content-widget p,
	.footer-wrap.footer-wrap-v1 .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs):not(.agent-information) li,
	.footer-wrap.footer-wrap-v1 .contact-list li {
		font-size: 15px;
	}

	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-copyright,
	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-nav a {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
        .footer-wrap.footer-wrap-v1 .footer-top-wrap {
                padding: 46px 0 20px;
        }

	.footer-wrap.footer-wrap-v1 .footer-top-wrap > .container,
	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap > .container {
		padding-left: 18px;
		padding-right: 18px;
	}

        .footer-wrap.footer-wrap-v1 .footer-top-wrap .widget-title {
                font-size: clamp(24px, 8vw, 34px);
        }

	.footer-wrap.footer-wrap-v1 .footer-top-wrap .widget:not(.widget-about-site) .widget-title {
		font-size: 24px;
		font-weight: 700;
		padding-bottom: 8px;
	}

        .footer-wrap.footer-wrap-v1 .footer-top-wrap .widget:not(.widget-about-site) .widget-title::after {
                width: 52px;
        }

        .footer-wrap.footer-wrap-v1 .widget-about-site .widget-about-image {
                margin-bottom: 0 !important;
        }

        .footer-wrap.footer-wrap-v1 .widget-about-site .widget-content p {
                margin-left: 10%;
        }

        .footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-item-widget .d-flex {
                gap: 12px !important;
        }

	.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-image-widget {
		flex: 0 0 86px;
		width: 86px;
	}

	.footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-image-widget img {
		width: 86px;
		height: 60px;
	}

        .footer-wrap.footer-wrap-v1 .widget-blog-posts .blog-post-content-widget h4 {
                font-size: 13px;
                margin-bottom: 8px;
        }

        .footer-wrap.footer-wrap-v1 .widget-content p,
        .footer-wrap.footer-wrap-v1 .blog-post-content-widget p,
        .footer-wrap.footer-wrap-v1 .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs):not(.agent-information) li,
        .footer-wrap.footer-wrap-v1 .contact-list li {
                font-size: 15px;
                line-height: 1.55;
        }

	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap.footer-bottom-wrap-v1 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-copyright,
	.footer-wrap.footer-wrap-v1 .footer-bottom-wrap .footer-nav a {
		font-size: 13px;
	}
}

@keyframes bnreFooterGradientDrift {
	0% {
		background-position: 0% 0%, 100% 12%, 50% 100%, 0% 0%;
	}
	100% {
		background-position: 2.5% 4.5%, 97.5% 17.5%, 48% 100%, 0% 0%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.footer-wrap.footer-wrap-v1 .footer-top-wrap {
		animation: none !important;
	}

	.footer-wrap.footer-wrap-v1 .footer-top-wrap::before,
	.footer-wrap.footer-wrap-v1 .footer-top-wrap::after {
		animation: none !important;
	}

	.footer-wrap.footer-wrap-v1::before,
	.footer-wrap.footer-wrap-v1::after {
		animation: none !important;
	}
}
