/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2026 | 12:33:43 */
/* ===========================
   PREMIUM HEADER
=========================== */

header,
.elementor-location-header{
    position: sticky;
    top:0;
    z-index:999;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(15,15,15,.82);
    border-bottom:1px solid rgba(255,255,255,.08);
    transition:.35s ease;
}

header:hover{
    background:rgba(10,10,10,.92);
}

/* Navigation */

.elementor-nav-menu a{
    color:#ffffff !important;
    font-weight:500;
    letter-spacing:.5px;
    transition:.3s;
}

.elementor-nav-menu a:hover,
.elementor-nav-menu .current-menu-item a{
    color:#C89B5E !important;
}

/* Button */

.elementor-button{
    background:#C89B5E;
    color:#fff;
    border-radius:50px;
    padding:14px 28px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(200,155,94,.28);
}

.elementor-button:hover{
    transform:translateY(-3px);
    background:#ffffff;
    color:#111;
    box-shadow:0 15px 35px rgba(255,255,255,.2);
}

/* ===========================
   FOOTER
=========================== */

footer,
.elementor-location-footer{

    background:#0B0B0B;
    border-top:1px solid rgba(255,255,255,.08);
    color:#ffffff;
}

footer h2,
footer h3,
footer h4{
    color:#ffffff;
}

footer p{
    color:#9A9A9A;
    line-height:1.8;
}

footer a{
    color:#9A9A9A;
    transition:.3s;
    text-decoration:none;
}

footer a:hover{
    color:#C89B5E;
    padding-left:6px;
}

footer .elementor-social-icon{
    background:#171717;
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

footer .elementor-social-icon:hover{
    background:#C89B5E;
    transform:translateY(-5px);
}

footer .copyright{
    border-top:1px solid rgba(255,255,255,.08);
    padding-top:25px;
    margin-top:35px;
    color:#777;
    text-align:center;
}

/* ===========================
   Smooth Animations
=========================== */

*{
    scroll-behavior:smooth;
}

img{
    transition:.4s;
}

img:hover{
    transform:scale(1.02);
}
