/* Portfolio Page Custom Styles - Ultra Modern Refined Design */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --hero-bg: #070d1e;
    --hero-bg-accent: #0f1c3f;
    --electric-blue: #0084ff;
    --impact-cyan: #38bdf8;
    --brand-blue: #1f5bb5;
    --brand-blue-hover: #15428a;
    --brand-red: #dd3333;
    --card-bg-light: #ffffff;
    --text-slate-dark: #0f172a;
    --text-slate-body: #475569;
    --text-slate-muted: #64748b;
    --border-light: #e2e8f0;
}

.portfolio-page-wrapper {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-slate-body);
    background-color: #f8fafc;
    overflow-x: hidden;
}

/* ==========================================================================
   1. HERO SECTION (Clean Light Theme Matched to Reference Screenshot)
   ========================================================================== */
.portfolio-hero-light {
    background-color: #ffffff;
    padding: 85px 0 95px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f5f9;
}

.portfolio-hero-title-light {
    font-size: 56px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 22px;
}

.portfolio-hero-desc-light {
    font-size: 18px;
    color: #475569;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 35px;
    font-weight: 500;
}

.hero-btn-group-light {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-enquire-yellow {
    background-color: #ffe600;
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 34px;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 230, 0, 0.4);
    transition: all 0.25s ease;
    border: none;
}

.btn-enquire-yellow:hover {
    background-color: #ffd700;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(255, 230, 0, 0.6);
    color: #0f172a;
}

.btn-explore-blue {
    background-color: #1f5bb5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.btn-explore-blue:hover {
    background-color: #15428a;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Billboard Illustration Container */
.hero-billboard-illustration {
    position: relative;
    width: 100%;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-bg {
    position: absolute;
    background: #e2f1ff;
    border-radius: 50px;
    opacity: 0.7;
}

.cloud-1 {
    width: 180px;
    height: 60px;
    top: 20px;
    left: 10px;
    filter: blur(1px);
}

.cloud-2 {
    width: 140px;
    height: 50px;
    top: 10px;
    right: 20px;
    filter: blur(1px);
}

.billboard-stand-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 440px;
}

.billboard-screen-frame {
    background: #0f172a;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    border: 4px solid #ffffff;
    position: relative;
    overflow: hidden;
}

.billboard-screen-frame img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.billboard-live-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(6px);
}

.pulse-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #22c55e;
    box-shadow: 0 0 8px #22c55e;
}

.billboard-pole {
    width: 24px;
    height: 90px;
    background: linear-gradient(90deg, #cbd5e1 0%, #94a3b8 100%);
    margin: 0 auto;
}

.billboard-ground-base {
    width: 120px;
    height: 8px;
    background: #cbd5e1;
    border-radius: 4px;
    margin: 0 auto;
}

/* Trusted Partner Badge */
.trusted-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}

.badge-dot-blue {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--electric-blue);
    box-shadow: 0 0 10px var(--electric-blue);
}

/* Hero Title & Text */
.portfolio-hero-title-main {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 20px;
}

.text-impact {
    background: linear-gradient(135deg, #0084ff 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.portfolio-hero-subtitle-desc {
    font-size: 17px;
    line-height: 1.65;
    color: #cbd5e1;
    max-width: 520px;
    margin-bottom: 36px;
    font-weight: 400;
}

/* Hero CTA Buttons */
.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-explore-work {
    background: #0084ff;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 14px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px -5px rgba(0, 132, 255, 0.5);
    transition: all 0.3s ease;
    border: none;
}

.btn-explore-work:hover {
    background: #0066cc;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -5px rgba(0, 132, 255, 0.6);
}

.btn-watch-showreel {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 14px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-watch-showreel:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

.play-circle-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--electric-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--electric-blue);
    font-size: 11px;
    padding-left: 2px;
}

/* ==========================================================================
   RIGHT HERO COLLAGE (Glowing Neon Cards & Precision Tilted Layout)
   ========================================================================== */
.hero-collage-container {
    position: relative;
    width: 100%;
    min-height: 440px;
    padding: 10px;
}

.collage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    position: relative;
}

.collage-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #0d1730;
    border: 1.5px solid rgba(56, 189, 248, 0.45);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45), 0 0 18px rgba(0, 132, 255, 0.25);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.collage-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: #38bdf8;
    box-shadow: 0 20px 45px rgba(0, 132, 255, 0.45), 0 0 25px rgba(56, 189, 248, 0.55);
}

/* Card 1: Top Left - Digital Campaigns */
.collage-card-1 {
    grid-column: 1;
    grid-row: 1;
    height: 185px;
}

/* Card 2: Top Right - Media Production */
.collage-card-2 {
    grid-column: 2;
    grid-row: 1;
    height: 145px;
    margin-top: 8px;
}

/* Card 3: Bottom Left - Events & Activations */
.collage-card-3 {
    grid-column: 1;
    grid-row: 2;
    height: 135px;
    margin-left: 15px;
    margin-top: -10px;
}

/* Card 4: Bottom Right - Print Media */
.collage-card-4 {
    grid-column: 2;
    grid-row: 2;
    height: 205px;
    margin-top: -25px;
}

.collage-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: brightness(0.92);
    transition: transform 0.6s ease, filter 0.4s ease;
}

.collage-card:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.collage-card-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(6, 11, 26, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Neon Nodes Floating Icons */
.neon-node-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0b1530;
    border: 1.5px solid #0084ff;
    box-shadow: 0 0 15px rgba(0, 132, 255, 0.6);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 5;
    animation: floatNode 4s ease-in-out infinite alternate;
}

.node-1 { top: 40%; left: -22px; animation-delay: 0s; }
.node-2 { top: 5%; right: -15px; animation-delay: 1.5s; }
.node-3 { bottom: 8%; right: -12px; animation-delay: 3s; }

@keyframes floatNode {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-8px); }
}

/* ==========================================================================
   2. FLOATING OVERLAPPING STATS BAR
   ========================================================================== */
.stats-bar-wrapper {
    position: relative;
    z-index: 20;
    margin-top: -50px;
    margin-bottom: 70px;
}

.floating-stats-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 26px 36px;
    box-shadow: 0 25px 50px -10px rgba(15, 23, 42, 0.12), 0 1px 3px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.stats-grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.stat-item-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 16px;
}

.stat-item-box:not(:last-child) {
    border-right: 1px solid #f1f5f9;
}

.stat-icon-square {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #eff6ff;
    color: #0084ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.stat-text-info h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 2px 0;
    line-height: 1;
}

.stat-text-info p {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    margin: 0;
}

/* ==========================================================================
   3. "WHAT WE DO" - INTEGRATED SOLUTIONS GRID
   ========================================================================== */
.what-we-do-section {
    padding-bottom: 70px;
}

.section-tag-blue {
    font-size: 13px;
    font-weight: 800;
    color: #0084ff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.section-main-heading {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.section-main-desc {
    font-size: 15px;
    color: #64748b;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 46px auto;
    line-height: 1.6;
}

/* 6 Solutions Cards Row */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.solution-card-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.solution-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(0, 132, 255, 0.12);
    border-color: #38bdf8;
}

.solution-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eff6ff;
    color: #0084ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.solution-card-item:hover .solution-icon-box {
    background: #0084ff;
    color: #ffffff;
    box-shadow: 0 8px 16px -4px rgba(0, 132, 255, 0.4);
}

.solution-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.solution-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Filter Navigation Pills */
.portfolio-filter-section {
    padding: 20px 0 40px 0;
}

.filter-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 60px;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
    border: 1px solid var(--border-light);
    max-width: 920px;
    margin: 0 auto 40px auto;
}

.filter-btn {
    border: none;
    background: transparent;
    color: var(--text-slate-body);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-btn .count-badge {
    background: #f1f5f9;
    color: var(--text-slate-muted);
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    color: var(--brand-blue);
    background: #eff6ff;
}

.filter-btn:hover .count-badge {
    background: var(--brand-blue);
    color: #ffffff;
}

.filter-btn.active {
    background: var(--brand-blue);
    color: #ffffff;
    box-shadow: 0 8px 20px -4px rgba(31, 91, 181, 0.4);
}

.filter-btn.active .count-badge {
    background: var(--brand-red);
    color: #ffffff;
}

/* Portfolio Cards Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.portfolio-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid var(--border-light);
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
    border-color: #cbd5e1;
}

.card-img-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f1f5f9;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.75) 100%);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: opacity 0.3s ease;
}

.portfolio-card:hover .card-overlay {
    opacity: 1;
}

.action-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--brand-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.action-btn:hover {
    background: var(--brand-red);
    color: #ffffff;
    transform: scale(1.12);
}

.card-category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.card-body-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-slate-dark);
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-description {
    font-size: 14px;
    color: var(--text-slate-body);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.client-tag {
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-blue);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.view-link-btn {
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-red);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: transform 0.2s ease;
}

.view-link-btn:hover {
    color: var(--brand-red);
    transform: translateX(3px);
}

/* CTA Banner */
.portfolio-cta-section {
    background: linear-gradient(135deg, #1f5bb5 0%, #15428a 100%);
    border-radius: 32px;
    padding: 60px 40px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px -15px rgba(31, 91, 181, 0.3);
    margin-bottom: 80px;
}

.portfolio-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(221, 51, 51, 0.3), transparent 70%);
}

.cta-title {
    font-size: 32px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 16px;
}

.cta-subtitle {
    font-size: 16px;
    color: #e2e8f0;
    max-width: 600px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

.cta-btn-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-brand-red {
    background: var(--brand-red);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px -5px rgba(221, 51, 51, 0.4);
    transition: all 0.3s ease;
    border: none;
}

.btn-brand-red:hover {
    background: #c52828;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -5px rgba(221, 51, 51, 0.5);
}

.btn-brand-outline {
    background: transparent;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.btn-brand-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
    transform: translateY(-3px);
}

/* Lightbox Modal */
.portfolio-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.portfolio-modal.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.modal-content-card {
    background: #ffffff;
    border-radius: 28px;
    max-width: 850px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .modal-content-card {
        flex-direction: row;
    }
    .modal-img-col {
        width: 50%;
    }
    .modal-info-col {
        width: 50%;
    }
}

.modal-img-col {
    position: relative;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-img-col img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: contain;
}

.modal-info-col {
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.modal-close-btn:hover {
    background: var(--brand-red);
    color: #ffffff;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* Showreel Video Modal */
.showreel-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(7, 13, 30, 0.92);
    backdrop-filter: blur(14px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.showreel-modal.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.showreel-content {
    position: relative;
    max-width: 900px;
    width: 100%;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), 0 0 30px rgba(0, 132, 255, 0.3);
    border: 1px solid rgba(56, 189, 248, 0.3);
}

.showreel-content video {
    width: 100%;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .solutions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .portfolio-hero-title-main {
        font-size: 40px;
    }
    .hero-collage-container {
        margin-top: 40px;
    }
    .stats-grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .stat-item-box:not(:last-child) {
        border-right: none;
    }
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .portfolio-hero {
        padding: 60px 0 80px 0;
    }
    .portfolio-hero-title-main {
        font-size: 32px;
    }
    .stats-grid-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .floating-stats-card {
        padding: 20px;
    }
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    .collage-grid {
        grid-template-columns: 1fr;
    }
    .collage-card-1, .collage-card-2, .collage-card-3, .collage-card-4 {
        grid-column: 1;
        grid-row: auto;
        height: 160px;
        margin: 0;
    }
}
