.elementor-51 .elementor-element.elementor-element-538081a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a65417c *//* ===== Header Fix - Logo Size & Background ===== */
.site-header{
    background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(3,244,220,0.2) !important;
}

.brand-logo{
    height:40px !important;
    width:auto !important;
    max-width:200px !important;
    object-fit:contain !important;
}

.offcanvas-logo{
    height:40px !important;
    width:auto !important;
    max-width:180px !important;
    object-fit:contain !important;
}

.primary-nav a{
    color:rgba(17,17,17,0.9) !important;
}


/* ===== Footer Fix - Size & Visibility ===== */
footer{
    background:#111 !important;
    padding:40px 20px !important;
}

footer img{
    height:40px !important;
    width:auto !important;
    max-width:200px !important;
    object-fit:contain !important;
}

footer p,
footer a,
footer div,
footer span,
footer li{
    color:rgba(255,255,255,0.9) !important;
    font-size:14px !important;
}

footer .text-white\/50,
footer .text-white\/35,
footer .text-white\/65,
footer .text-white\/75{
    color:rgba(255,255,255,0.9) !important;
}

footer .border-white\/8{
    border-color:rgba(255,255,255,0.25) !important;
}

footer .text-xs{
    font-size:13px !important;
}

footer .text-sm{
    font-size:14px !important;
}

footer .text-\[11px\]{
    font-size:13px !important;
}

footer .break-all{
    word-break:break-word !important;
}


/* ===== Mobile Fix ===== */
@media (max-width:768px){

    footer .grid{
        grid-template-columns:1fr !important;
        gap:24px !important;
        text-align:center !important;
    }

    footer img{
        margin:0 auto !important;
    }

    footer .max-w-sm{
        margin:0 auto !important;
    }
}


/* ===== Body Scroll Fix ===== */
body.no-scroll{
    overflow:hidden !important;
}
/* =========================
   AI STYLE NAV MENU (REUSABLE)
   Apply to: .primary-nav
   ========================= */

.primary-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* UL reset (important if you use ul) */
.primary-nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Links */
.primary-nav a {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #111111;
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover + Active state */
.primary-nav a:hover,
.primary-nav a.is-active {
    opacity: 1;
    color: #00B8A5;
}

/* Underline animation */
.primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: #03F4DC;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
    transform: scaleX(1);
}/* End custom CSS */