/* ==========================================================================
   PORTFOLIO PAGE COMPLETE STYLING - BRAND PROMOTIONWALA
   ========================================================================== */

/* 1. COLOR UTILITIES & HELPERS */
.bg-navy-dark {
    background-color: #000B33 !important;
}

.bg-navy-card {
    background-color: #00124D !important;
}

.text-navy {
    color: #000B33 !important;
}

.text-orange {
    color: #F27915 !important;
}

.bg-orange {
    background-color: #F27915 !important;
}

.bg-green {
    background-color: #16A34A !important;
}

.bg-blue {
    background-color: #0284C7 !important;
}

.text-slate-600 {
    color: #475569 !important;
}

.border-slate-700 {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.border-slate-200 {
    border-color: #E2E8F0 !important;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-700 {
    max-width: 700px;
}

.tracking-wider {
    letter-spacing: 1px;
}

/* 2. HERO BANNER SECTION (#000B33 NAVY) */
.portfolio-hero-banner {
    min-height: 38vh;
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: #000B33 !important;
    position: relative;
    overflow: hidden;
}

.bg-grid-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.5;
    pointer-events: none;
}

.portfolio-glow-accent-1 {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(242, 121, 21, 0.18) 0%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}

.portfolio-glow-accent-2 {
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, transparent 70%);
    filter: blur(120px);
    pointer-events: none;
}

/* Headings & Badges */
.hero-portfolio-title {
    font-size: 40px !important;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.badge-luxury {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(242, 121, 21, 0.12);
    border: 1px solid rgba(242, 121, 21, 0.3);
    color: #F27915;
    font-size: 0.85rem;
    font-weight: 700;
}

/* 3. STRICT FILTER BUTTONS OVERRIDE (CENTER ALIGNED & PILL SHAPED) */
.portfolio-filter-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 20px auto 0 auto !important;
}

.portfolio-filter-btn {
    all: unset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #F27915 !important;
    background: #F27915 !important;
    border: 1px solid #F27915 !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    padding: 10px 26px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(242, 121, 21, 0.25) !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    border-color: #F27915 !important;
    color: #000B33 !important;
    font-weight: 700 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 0 25px rgba(242, 121, 21, 0.6), 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.portfolio-filter-btn:focus {
    outline: none !important;
    box-shadow: 0 0 25px rgba(242, 121, 21, 0.6) !important;
}

/* 4. MAIN PORTFOLIO GRID SECTION (PURE WHITE #FFFFFF) */
.portfolio-grid-section {
    background-color: #FFFFFF !important;
}

.portfolio-card {
    background-color: #F8FAFC !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-card:hover {
    background-color: #FFFFFF !important;
    border-color: #F27915 !important;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 11, 51, 0.12), 0 0 25px rgba(242, 121, 21, 0.15);
}

.portfolio-img-box {
    height: 240px;
    width: 100%;
}

.portfolio-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease;
}

.portfolio-card:hover .portfolio-img {
    transform: scale(1.08);
}

.service-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: #F27915 !important;
}

/* 5. CALL TO ACTION BANNER & BUTTONS */
.cta-glass-box {
    background-color: #00124D !important;
    position: relative;
    overflow: hidden;
}

.cta-glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 320px;
    background: radial-gradient(circle, rgba(242, 121, 21, 0.22) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
}

.btn-agency-glow {
    background: linear-gradient(135deg, #F27915 0%, #E06300 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(242, 121, 21, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: none;
}

.btn-agency-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(242, 121, 21, 0.65);
}

/* 6. RESPONSIVE MEDIA QUERIES */
@media (max-width: 991.98px) {
    .hero-portfolio-title {
        font-size: 30px !important;
    }
}

@media (max-width: 575.98px) {
    .portfolio-filter-wrapper {
        justify-content: center !important;
        gap: 8px !important;
    }

    .portfolio-filter-btn {
        padding: 8px 18px !important;
        font-size: 0.82rem !important;
    }
}