/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 10:05:50 */
.desktop-menu .desktop-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 22px;
	justify-content: center;
	align-items: center;
}

.desktop-menu .desktop-nav > li {
	position: relative;
}

.desktop-menu .desktop-nav > li > a {
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	color: #e4782b;
	padding: 12px 0;
	display: inline-block;
}

.desktop-menu .desktop-nav > li > ul.children {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 240px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	border-radius: 6px;
	display: none;
	z-index: 999;
}

.desktop-menu .desktop-nav > li:hover > ul.children {
	display: block;
}

.desktop-menu .desktop-nav ul.children li {
	position: relative;
}

.desktop-menu .desktop-nav ul.children li a {
	padding: 10px 16px;
	display: block;
	font-size: 15px;
	color: #C58D2A;
	text-decoration: none;
	white-space: nowrap;
}

.desktop-menu .desktop-nav ul.children li a:hover {
	background: #f6f6f6;
	color: #1F345D;
}

.desktop-menu .desktop-nav ul.children li > ul.children {
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	min-width: 240px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	border-radius: 6px;
	display: none; 
	z-index: 999;
}

.desktop-menu .desktop-nav ul.children li:hover > ul.children {
	display: block;
}

.icon-arrow {
	display: none !important;
}

header,
header .container-fluid,
header .row {
	overflow: visible !important;
}

header {
	z-index: 9999 !important;
}
ul.children > li > .icon-arrow {
    right: 10% !important;
}
.icon-arrow.open {
    transform: none !important;
}
@media (min-width: 768px) {
	ul#mainNav{
		display: none !important;
	}
}
@media(max-width:768px){
	.icon-arrow {
    	right: 35% !important;
	}
	.icon-arrow{
		display: block !important;
	}
}
/* ==========================
   Top Header Bar
========================== */

.top-header-bar {
	background: #cccccc;
	padding: 12px 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}

.top-right {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 110px;
}

.top-link {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.top-link i {
	font-size: 16px;
}

.top-link:hover {
	text-decoration: underline;
}

.top-social {
	display: flex;
	align-items: center;
	gap: 16px;
}

.top-social a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.top-social a:hover {
	opacity: 0.7;
}

/* Mobile */
@media (max-width: 767px) {
	.top-header-bar {
		display:none;
	}
}
.content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    max-width: 500px;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    margin: 0 auto;
}
.project-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}
.content h1 {
    color: #ffffff;
    font-family: 'Lora', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: .5px;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.content .location {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    opacity: .9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.content .cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.content .explore-btn {
    background: linear-gradient(135deg, #f58634 0%, #e07428 100%);
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
    letter-spacing: .5px;
    box-shadow: 0 4px 15px rgba(245, 134, 52, .3);
}
a:link, a:visited {
    transition: all .31s ease;
}

.explore-btn {
    display: inline-block;
    background-color: #f58634;
    color: #fff;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: Nunito, sans-serif;
    letter-spacing: 0.5px;
}
.explore-btn:hover{
	color: #fff;
}
.schedule-visit input.wpcf7-form-control.wpcf7-submit {
    width: 250px;
    background-color: #f58634;
    border-color: #f58634;
    color: #fff;
    transition: 1s;
	margin-top:10px;
}
form .form-group lable {
    color: #000;
}


