/*====================================
Portfolio Hero
====================================*/

.portfolio-hero{
    padding: 75px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}


.portfolio-hero .container{
    position:relative;
    z-index:2;
}

.portfolio-hero .hero-tag{
    display:inline-block;
    margin-bottom: 10px;
    color:#ff6b00;
    font-size:14px;
    font-weight: 600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.portfolio-hero .hero-title{
    margin-bottom:30px;
    font-size: 48px;
    color:#111;
    width: 75%;
}

.portfolio-hero .hero-title span{
    color:#ff6b00;
}

.portfolio-hero .hero-desc{
    max-width:620px;
    margin-bottom:50px;
    font-size: 16px;
    line-height: 1.5;
    color:#666;
}

.portfolio-hero .hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.portfolio-hero .stat-card{
    padding:28px 18px;
    text-align: left;
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    transition:.35s;
}

.portfolio-hero .stat-card.active{
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.portfolio-hero .stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.portfolio-hero .stat-card i{
    margin-bottom: 15px;
    font-size: 40px;
    color:#ff6b00;
}

.portfolio-hero .stat-card h3{
    margin-bottom:5px;
    font-size:38px;
    font-weight:700;
    color:#111;
}

.portfolio-hero .stat-card p{
    margin:0;
    font-size: 13px;
    color:#666;
    line-height: 1.2;
}

.portfolio-hero .hero-image{
    max-width:100%;
    height:auto;
    animation:portfolioFloat 6s ease-in-out infinite;
}

.social-share-icon {
    color: #111111;
    font-size: 1.25rem;
    text-decoration: none;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
}

.social-share-icon:hover {
    color: #ff6b00; /* Uses your primary accent color */
    transform: translateY(-2px);
}

@keyframes portfolioFloat{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0);
    }
}



.portfolio-tabs{
    display:flex;
    justify-content: left;
    flex-wrap:wrap;
    gap: 10px;
    margin: 0 auto 40px;
    width: 85%;
}

.portfolio-tab{
    border:none;
    background:#fff;
    padding: 10px 25px;
    border-radius:50px;
    font-weight:600;
    font-size: 14px;
    transition:.3s;
}

.portfolio-tab.active {
    background: #ff6b00;
    color: #fff;
}

/* Apply hover effects ONLY to tabs that are NOT active */
.portfolio-tab:not(.active):hover {
    color: #ff6b00;
}


/*==============================
Portfolio Cards
==============================*/

.portfolio-listing{
    padding:80px 0;
}

.portfolio-card{
    height:100%;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #eee;
    transition:.35s;
}

.portfolio-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.portfolio-card a{
    color:inherit;
    text-decoration:none;
}

.portfolio-card .portfolio-image{
    overflow:hidden;
    aspect-ratio:16/10;
}

.portfolio-card .portfolio-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.portfolio-card:hover .portfolio-image img{
    transform:scale(1.08);
}

.portfolio-card .portfolio-content{
    padding:28px;
}

.portfolio-card .portfolio-category{
    display:inline-block;
    margin-bottom: 5px;
    color:#ff6b00;
    font-size: 10px;
    font-weight:600;
}

.portfolio-card h3{
    font-size: 18px;
    margin-bottom:15px;
}

.portfolio-card p{
    margin-bottom:20px;
    font-size: 14px;
}

.portfolio-card .portfolio-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#ff6b00;
    font-weight:600;
    font-size: 12px;
}

.portfolio-card:hover .portfolio-link i{
    transform:translateX(5px);
    transition:.3s;
}


/*==================================
Portfolio CTA
==================================*/

.portfolio-cta{
    padding:100px 0;
}

.portfolio-cta .portfolio-cta-box{
    position:relative;
    overflow:hidden;
    padding: 40px;
    border-radius:28px;
    background:
    radial-gradient(circle at right,
    rgba(255,107,0,.18),
    transparent 45%),

    linear-gradient(135deg,#0b0b0b,#1d120b);
    }

.portfolio-cta .portfolio-cta-box::after{
    content:"";
    position:absolute;
    right:-120px;
    bottom:-120px;
    width:520px;
    height:520px;
    border-radius:50%;
    background:
    radial-gradient(circle,
    rgba(255,107,0,.28),
    transparent 65%);
    filter:blur(25px);
    z-index: -1;
    }

.portfolio-cta .portfolio-cta-tag{

    display:inline-block;

    color:#ff6b00;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.portfolio-cta h2{color:#fff;font-size: 40px;line-height:1.15;font-weight: 600;margin-bottom:25px;}

.portfolio-cta h2 span{

    color:#ff6b00;

}

.portfolio-cta p{max-width: 500px;color: rgb(255 255 255);font-size: 16px;line-height: 1.5;margin:0;}

.portfolio-cta .portfolio-cta-buttons{

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.portfolio-cta .btn-primary{display:inline-flex;align-items:center;padding:18px 34px;background:#ff6b00;color:#fff;border-radius: 100px;text-decoration:none;font-weight:600;transition:.35s;box-shadow:0 15px 35px rgba(255,107,0,.35);}

.portfolio-cta .btn-primary:hover{

    background:#ff7e20;

    transform:translateY(-3px);

    color:#fff;

}

.portfolio-cta .btn-outline{display:inline-flex;align-items:center;gap:12px;padding:18px 34px;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius: 100px;text-decoration:none;font-weight:600;backdrop-filter:blur(10px);transition:.35s;}

.portfolio-cta .btn-outline:hover{

    background:#fff;

    color:#111;

}

.portfolio-cta .btn-outline i{

    transition:.3s;

}

.portfolio-cta .btn-outline:hover i{

    transform:translateX(6px);

}

/*========================*/

@media(max-width:991px){

.portfolio-cta .portfolio-cta-box{

padding:45px 35px;

text-align:center;

}

.portfolio-cta h2{

font-size:40px;

}

.portfolio-cta p{

margin:0 auto 40px;

}

.portfolio-cta .portfolio-cta-buttons{

justify-content:center;

}

}

@media(max-width:576px){

.portfolio-cta{

padding:70px 0;

}

.portfolio-cta h2{

font-size:32px;

}

.portfolio-cta .portfolio-cta-buttons{

flex-direction:column;

}

.portfolio-cta .btn-primary,
.portfolio-cta .btn-outline{

width:100%;

justify-content:center;

}

}


/*====================================
Responsive
====================================*/

@media (max-width:991px){

    .portfolio-hero{
        padding:80px 0;
    }

    .portfolio-hero .hero-title{
        font-size:48px;
    }

    .portfolio-hero .hero-desc{
        font-size:17px;
    }

    .portfolio-hero .hero-stats{
        grid-template-columns:repeat(2,1fr);
        margin-top:40px;
    }

}

@media (max-width:576px){

    .portfolio-hero{
        padding:60px 0;
    }

    .portfolio-hero .hero-title{
        font-size:36px;
    }

    .portfolio-hero .hero-stats{
        grid-template-columns:1fr;
    }

}