/* Header Base Styles */
.site-header{position:fixed;top:0;left:0;width:100%;z-index:8;background:transparent;transition:all 0.3s ease}.site-header.scrolled{background:#FAFAFA}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:15px 15px}@media only screen and (max-width:1024px){.site-header .container{flex-wrap:wrap}}.site-branding{flex-shrink:0}.custom-logo-link{display:block}.site-title{margin:0}.site-title a{color:#fff;text-decoration:none;font-size:24px}.site-header.scrolled .site-title a{color:#C08447}.site-description{margin:0;color:#fff;font-size:14px}.site-header.scrolled .site-description{color:#C08447}/* Navigation */#site-navigation{flex-grow:1}@media only screen and (max-width:1024px){#site-navigation{display:none}}.main-navigation ul{display:flex;list-style:none;margin:0;padding:0;justify-content:center}.main-navigation li{margin:0 15px}.main-navigation a{color:#fff;text-decoration:none;font-family:"CooperHewitt-Book", Sans-serif;font-size:16px;transition:color 0.3s ease;position:relative}.site-header.scrolled .main-navigation a{color:#C08447}.main-navigation a:hover,.main-navigation a:focus,.main-navigation .current-menu-item a{color:#fff}/*.main-navigation .current-menu-item a:after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#C08447}*//* Mobile Menu Button */.nav-button-wrap{display:none}@media only screen and (max-width:1024px){.nav-button-wrap{display:block;order:2;height:30px;width:30px;cursor:pointer;position:relative;margin-left:auto;z-index:9}.nav-button{position:relative;height:100%}.nav-button span{position:absolute;left:0;width:100%;height:2px;background:#fff;margin-bottom:4px;border-radius:4px;transition:all 200ms linear}.nav-button span:nth-child(1){top:0;width:50%}.nav-button span:nth-child(2){top:8px}.nav-button span:nth-child(3){top:16px}.site-header.scrolled .nav-button span{background:#C08447}.nav-button.active span{background:#C08447}.nav-button.active span:nth-child(1){transform:rotate(45deg);top:8px;width:100%}.nav-button.active span:nth-child(2){opacity:0}.nav-button.active span:nth-child(3){transform:rotate(-45deg);top:8px}}/* Right Side Widget */.navbar-right{margin-left:auto}@media only screen and (max-width:1024px){.navbar-right{display:none}}.navbar-right .wrap{display:flex;align-items:center;gap:12px}.icon-wrapper{position:relative}.phone-icon{width:40px;height:40px;background:#C08447;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.phone-icon svg{color:#fff;width:18px;height:18px}.icon-wrapper:hover .phone-icon{background:#fff}.icon-wrapper:hover .phone-icon svg{color:#C08447}.navbar-right .text p{font-family:"CooperHewitt-Book", Sans-serif;font-size:12px;line-height:12px;color:#fff;margin-bottom:4px;text-align:right}.site-header.scrolled .navbar-right .text p{color:#C08447}.navbar-right .text h5{margin:0}.navbar-right .text h5 a{color:#fff;text-decoration:none;font-family:"CooperHewitt-Book", Sans-serif;font-size:16px;font-weight:600;transition:all 0.3s ease}.navbar-right .text h5 a:hover{color:#C08447}.site-header.scrolled .navbar-right .text h5 a{color:#C08447}/* Mobile Menu */.g4u-mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:7}.g4u-mobile-menu-overlay.active{display:block}.g4u-mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100%;background:#101010;z-index:8;transition:right 0.3s ease;padding:80px 20px 20px;overflow-y:auto}.g4u-mobile-menu.active{right:0}.g4u-mobile-menu ul{list-style:none;margin:0;padding:0}.g4u-mobile-menu li{margin-bottom:15px;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:15px}.g4u-mobile-menu li:last-child{margin-bottom:0;border-bottom:none}.g4u-mobile-menu a{color:#fff;text-decoration:none;font-family:"CooperHewitt-Book", Sans-serif;font-size:18px;display:block;padding:10px 0;transition:color 0.3s ease}.g4u-mobile-menu a:hover,.g4u-mobile-menu .current-menu-item a{color:#C08447}