/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2026 | 12:39:51 */
/* ===========================
   PREMIUM HEADER
=========================== */

.portfolio-header{
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(15,15,15,.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: .35s ease;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.portfolio-header:hover{
    background: rgba(10,10,10,.95);
}

/* Navigation */

.portfolio-header a{
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}

.portfolio-header a:hover{
    color:#C89B5E;
}

/* Buttons */

.portfolio-header .elementor-button{
    background:#C89B5E;
    border-radius:50px;
    transition:.3s;
    box-shadow:0 10px 30px rgba(200,155,94,.3);
}

.portfolio-header .elementor-button:hover{
    background:#ffffff;
    color:#111111;
    transform:translateY(-3px);
}

/* ===========================
   PREMIUM FOOTER
=========================== */

.portfolio-footer{

    background:#0B0B0B;
    color:#ffffff;
    border-top:1px solid rgba(255,255,255,.08);
    padding:70px 0;
}

.portfolio-footer h1,
.portfolio-footer h2,
.portfolio-footer h3,
.portfolio-footer h4{
    color:#ffffff;
}

.portfolio-footer p{
    color:#B8B8B8;
    line-height:1.8;
}

.portfolio-footer a{
    color:#B8B8B8;
    transition:.3s;
    text-decoration:none;
}

.portfolio-footer a:hover{
    color:#C89B5E;
}

.portfolio-footer .elementor-social-icon{
    background:#171717;
    border-radius:50%;
    transition:.3s;
}

.portfolio-footer .elementor-social-icon:hover{
    background:#C89B5E;
    transform:translateY(-5px);
}

/* Smooth */

img{
    transition:.4s;
}

img:hover{
    transform:scale(1.02);
}

.elementor-button{
    transition:.35s;
}

