:root {
    --Primary: #F08044;
    --Secondary: #1A203F;
    --font-main: "Plus Jakarta Sans", sans-serif;
}

body {
    color: var(--Text-secondary);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--Text-primary);
    font-weight: 600;
}

.font-main {
    font-family: var(--font-main);
}

.main-menu .navigation>li:hover>a {
    color: var(--Primary);
}

.navigation .submenu li:hover>a {
    color: var(--Primary);
}


.main-menu .current-menu>a,
.main-menu .current-menu-item>a {
    color: var(--Primary) !important;
}

.navigation li>a {
    color: var(--Secondary) !important;
}

/* Logo size in header */
.header.style-15 .site-logo img.logo_header,
.header.style-15 .logo_header {
    width: auto !important;
    height: 60px !important;
    max-height: 60px !important;
}

/* Get In Touch button in header - make it fully orange */
.header.style-15 .tf-btn.btn-bg-primary-2 {
    background-color: var(--Primary) !important;
    background: var(--Primary) !important;
    color: var(--White) !important;
    border: none !important;
}

.header.style-15 .tf-btn.btn-bg-primary-2 span {
    color: var(--White) !important;
}

.navigation li.has-child::after {
    color: var(--White);
}

/* SVG Icons Styling */
.tf-box-icon .icon svg {
    width: 48px;
    height: 48px;
    display: block;
}

.service-item .icon svg {
    width: 48px;
    height: 48px;
    display: block;
}

/* Fixed Static Header */
.header.style-15 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #F5F5F5 !important;
    background: #F5F5F5 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0) !important;
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important;
    pointer-events: all !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}


.header.style-15 * {
    background-color: transparent !important;
}


body {
    margin: 0 !important;
    padding: 0 !important;
}

#wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.header.style-15 .navigation {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    gap: 0 !important;
}

.header.style-15 .navigation li {
    display: inline-block !important;
    visibility: visible !important;
    margin: 0 30px !important;
    padding: 0 !important;
}

.header.style-15 .navigation li:first-child {
    margin-left: 0 !important;
}

.header.style-15 .navigation li:last-child {
    margin-right: 0 !important;
}

@media (max-width: 1200px) {
    .header.style-15 .navigation li {
        margin: 0 20px !important;
    }
}

.header.style-15 .navigation li a {
    padding: 10px 0 !important;
    display: block !important;
    text-decoration: none !important;
    color: var(--White) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    transition: color 0.3s ease !important;
}

.header.style-15 .navigation li a:hover {
    color: var(--Primary) !important;
}

.header.style-15 .navigation li a .text {
    display: inline !important;
}

#smooth-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

#smooth-content {
    padding-top: 100px;
    margin: 0 !important;
    background: transparent !important;
}

.tf-slider-3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.hero-banner-16 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Mobile Menu Glassmorphism */
.mobile-nav-wrap.style-dark {
    background: rgba(26, 32, 63, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

.mobile-nav-wrap .offcanvas-header {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mobile-nav-wrap .offcanvas-body {
    background: transparent !important;
}

.mobile-nav-wrap .item-menu-mobile {
    color: var(--White) !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all 0.3s ease !important;
}

.mobile-nav-wrap .item-menu-mobile:hover {
    color: var(--Primary) !important;
    padding-left: 10px !important;
}

.mobile-button svg {
    width: 24px !important;
    height: 24px !important;
    color: var(--Primary) !important;
}

/* Contact Form Modal Styles */
.contact-form-modal .modal-dialog {
    max-width: 500px;
}

.contact-form-modal .modal-content {
    background: var(--Secondary);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--White);
}

.contact-form-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
}

.contact-form-modal .modal-title {
    color: var(--White);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.contact-form-modal .btn-close {
    background: transparent;
    border: none;
    color: var(--Primary);
    font-size: 20px;
    opacity: 1;
    padding: 0;
    width: auto;
    height: auto;
}

.contact-form-modal .btn-close:hover {
    color: var(--White);
}

.contact-form-modal .modal-body {
    padding: 20px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-label {
    color: var(--White);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: var(--White);
    font-size: 14px;
    padding: 10px 14px;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-form .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--Primary);
    box-shadow: 0 0 0 3px rgba(240, 128, 68, 0.1);
    color: var(--White);
    outline: none;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form .form-control.error {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.contact-form .error-msg {
    color: #dc3545;
    display: block;
    font-size: 11px;
    margin-top: 4px;
    min-height: 16px;
}

.contact-form .form-messages {
    border-radius: 4px;
    font-size: 13px;
    padding: 10px 14px;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form .form-messages.success {
    background: rgba(40, 167, 69, 0.2);
    border: 1px solid rgba(40, 167, 69, 0.5);
    color: #28a745;
}

.contact-form .form-messages.error {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.5);
    color: #dc3545;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 90px;
}

.contact-form button[type="submit"] {
    margin-top: 5px;
    padding: 12px 24px;
    font-size: 14px;
}

.contact-form button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Footer Styles - Force Display - OVERRIDE ALL HIDING */
.footer,
footer,
.footer.style-default,
.footer.style-default.v3,
footer.footer,
footer.footer.style-default,
footer.footer.style-default.v3,
#smooth-content > footer,
#smooth-content footer,
#smooth-content .footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    background-color: #F5F5F5 !important;
    padding: 60px 0 0 0 !important;
    margin: 0 !important;
    margin-top: 80px !important;
    clear: both !important;
    z-index: 10 !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.footer .row,
footer .row,
.footer.style-default.v3 .row,
footer.footer.style-default.v3 .row {
    display: flex !important;
    visibility: visible !important;
    overflow: visible !important;
}

.footer .footer-body,
footer .footer-body,
.footer.style-default.v3 .footer-body,
footer.footer.style-default.v3 .footer-body {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
}

.footer .footer-bottom,
footer .footer-bottom,
.footer.style-default.v3 .footer-bottom,
footer.footer.style-default.v3 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 0 !important;
    display: flex !important;
    visibility: visible !important;
    overflow: visible !important;
}

.footer .tf-container,
footer .tf-container,
.footer.style-default.v3 .tf-container,
footer.footer.style-default.v3 .tf-container {
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
}

.footer *,
footer * {
    visibility: visible !important;
}

/* Change footer text color to dark for light background */
.footer.style-default.v3 .text_white,
.footer.style-default.v3 .text-white,
.footer.style-default.v3 p.text_white,
.footer.style-default.v3 p.text-white,
.footer.style-default.v3 h4.text-white,
.footer.style-default.v3 .text-caption-1.text_white,
.footer.style-default.v3 .text-body-default.text_white,
.footer.style-default.v3 .footer-menu-list .text_white,
.footer.style-default.v3 .footer-menu-list a {
    color: var(--Secondary) !important;
}

.footer.style-default.v3 .footer-bottom .text_white,
.footer.style-default.v3 .footer-bottom .text-white,
.footer.style-default.v3 .footer-bottom a {
    color: var(--Secondary) !important;
}

/* Disable ScrollSmoother effects - ensure normal scrolling */
#smooth-wrapper {
    overflow: visible !important;
    height: auto !important;
    position: relative !important;
    transform: none !important;
}

#smooth-content {
    overflow: visible !important;
    min-height: auto !important;
    height: auto !important;
    position: relative !important;
    transform: none !important;
}

/* Force footer to be visible - override GSAP ScrollSmoother and all other styles */
#smooth-content > footer,
#smooth-content footer.footer,
#smooth-content .footer,
footer.footer.style-default.v3 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    transform: none !important;
    transform-origin: center !important;
    will-change: auto !important;
    pointer-events: auto !important;
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
}

/* Override GSAP ScrollSmoother transforms on footer */
#smooth-content footer[style*="transform"],
#smooth-content footer[style*="opacity"],
#smooth-content footer[style*="visibility"] {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 768px) {
    #smooth-content {
        padding-top: 80px;
    }
    .header.style-15 .navigation li {
        margin: 0 10px !important;
    }
    
    .contact-form-modal .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    .contact-form-modal .modal-body {
        padding: 15px;
    }
    
    .contact-form-modal .modal-header {
        padding: 12px 15px;
    }
    
    .contact-form .form-group {
        margin-bottom: 12px;
    }
    
    .footer.style-default.v3 {
        padding: 40px 0 0 0 !important;
    }
}