/* Themify Customize Styling */
.pagewidth,.module_row>.row_inner {	
	width: 1305px; 
}
h1 {		font-size:70px;
 
}
h2 {		font-size:54px;
 
}
#headerwrap.fixed-header #site-logo a img {	
	height: 110px; 
}
body #site-logo a img {	
	height: 110px; 
}
#site-logo {	
	margin: 0px; 
}
#site-description {	
	margin: 0px; 
}
.mobile_menu_active #menu-icon {	
	padding-top: 50px; 
}
#footerwrap {	background-image: url(https://themify.org/ultra-agency3/wp-content/uploads/sites/6/2023/01/bg-footer-graphic.png);
	background-repeat: no-repeat;
	background-position: right bottom; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #ff6500; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {	
	height: 110px; 
}
body #site-logo a img {	
	height: 110px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {	
	height: 110px; 
}
body #site-logo a img {	
	height: 110px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
h1 {		font-size:45px;
 
}
h2 {		font-size:44px;
 
}
#headerwrap.fixed-header #site-logo a img {		width: 78px;
	height: 78px; 
}
body #site-logo a img {		width: 78px;
	height: 78px; 
}
#footerwrap {	
	background-repeat: no-repeat;
	background-position: right bottom; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #ff6500; 
}
 }
/* Themify Custom CSS */
/* Remove top and bottom padding from header */
#header,
.fixed-header-enabled #header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ==========================================
   DESKTOP ONLY HEADER STYLING (>= 1025px)
   ========================================== */
@media screen and (min-width: 1025px) {
.header-horizontal #site-logo {
    margin-top: 8px;
}
    /* Navigation Container - Centered */
    #main-nav {
        display: flex;
        align-items: center;
        justify-content: center; 
        gap: 25px;               
        margin: 0 auto;          
        margin-top: 32px;
    }

    /* Standard Links */
    #main-nav li:not(.highlight-link) a {
        color: #141414 !important;
        font-family: "Inter", sans-serif !important;
        font-size: 16px !important; /* Updated to 16px */
        font-weight: 600 !important;
        text-transform: none !important;
        transition: color 0.3s ease;
    }

    /* Standard Link Hover */
    #main-nav li:not(.highlight-link) a:hover {
        color: #ff6500 !important;
    }

    /* Contact Button - Sharp and Solid */
    #main-nav li.highlight-link a {
        background-color: #ff6500 !important;
        color: #FFFFFF !important;
        font-family: "Inter", sans-serif !important;
        font-size: 16px !important; /* Updated to 16px */
        font-weight: 700 !important;
        text-transform: none !important;
        border: none !important;
        border-radius: 0px !important;
        padding: 14px 28px !important;
        display: inline-flex !important;
        align-items: center;
        flex-direction: row-reverse;
        gap: 10px;
        transition: background-color 0.3s ease;
    }

    /* Ensure Icon is White */
    #main-nav li.highlight-link a svg {
        fill: #FFFFFF !important;
    }

    /* Hover State */
    #main-nav li.highlight-link a:hover {
       background: #e95c00 !important; 
    }
}


@media (max-width: 680px) {
    body #site-logo a img {
        width: auto;
        height: 78px;
    }
    #headerwrap.fixed-header #site-logo a img {
        width: auto;
        height: 78px;
    }
	
	#main-nav .highlight-link>a {
		text-transform: none;
	}

}
	
	
