﻿/* ========== Versatile Feature Tabs Section ========== */

.feature-section-tabs {
    background: linear-gradient(135deg, #f3f3f3 0%, #f3f3f3 100%);
    position: relative;
    overflow: hidden;
}

.section-header {
    margin-bottom: 50px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-title .highlight {
    color: #A78AE3;
    background: linear-gradient(135deg, #1a1a1a, #2f00a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Tabs Navigation */
.tabs-button-group {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.tab-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: white;
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* ========== Graphic Design Services Styles ========== */

/* Hero Section Enhancements */
.hero-counters {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.counter-item {
    text-align: center;
}

.counter-item span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #A78AE3;
    margin-bottom: 5px;
}

.counter-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Service Cards */
.service-card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-img {
    transition: transform 0.3s ease;
}

.service-card:hover .service-img {
    transform: scale(1.05);
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

/* Portfolio Styles */
.portfolio-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.portfolio-img {
    transition: transform 0.3s ease;
}

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

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    display: flex;
    align-items: end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

/* Filter Buttons */
.filter-btn {
    transition: all 0.3s ease;
}

.filter-btn:hover {
    transform: translateY(-2px);
}

/* Before/After Comparison */
.comparison-container {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.comparison-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inset(0 50% 0 0);
}

.comparison-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: ew-resize;
    left: 50%;
}

/* Process Icons */
.process-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.process-step:hover .process-icon {
    transform: scale(1.1);
}

/* Graphic Design page enhancements */
.page-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 840px;
}

.hero-title {
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.06;
}

.hero-subtext {
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: rgba(255, 255, 255, 0.94);
    max-width: 46rem;
    line-height: 1.4;
}

.agency-statement {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.statement-tag {
    display: inline-block;
    font-size: .75rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 1.2rem;
}

.statement-headline {
    font-size: clamp(2.2rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.06;
    margin-bottom: 1rem;
    max-width: 42ch;
}

.statement-headline.textRevealUp {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    animation: textRevealUp 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.4s;
}

.statement-paragraph {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #2d2d2e;
    max-width: 58ch;
}

.statement-paragraph.blurReveal {
    opacity: 0;
    filter: blur(10px);
    animation: blurReveal 1s cubic-bezier(0.39, 0.575, 0.565, 1) forwards 0.8s;
}

/* Animation Keyframes */
@keyframes textRevealUp {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
        opacity: 0;
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1;
    }
}

@keyframes blurReveal {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

.selected-work {
    background: #050505;
    color: #fff;
    padding: 5rem 0;
}

.selected-work .section-heading,
.capabilities .section-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1.6rem;
}

.project-item {
    background: transparent;
}

.project-media {
    overflow: hidden;
}

.project-media img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .45s ease;
}

.project-item:hover .project-media img {
    transform: scale(1.06);
}

.project-title {
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
    font-weight: 700;
    margin-top: 1rem;
    color: #fff;
}

.project-description {
    color: rgba(255, 255, 255, .78);
    margin: .6rem 0 1rem;
    font-size: 1rem;
}

.project-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.project-tags li {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #ccc;
    border: 1px solid rgba(255, 255, 255, .22);
    padding: .28rem .6rem;
    border-radius: 0;
}

.work-cta-wrap {
    margin-top: 2rem;
}

.btn-view-work {
    display: inline-block;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .75rem 1.4rem;
    transition: all .3s ease;
}

.btn-view-work:hover {
    background: #fff;
    color: #111;
}



@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(1.8rem, 8vw, 3.2rem);
    }
    .hero-subtext {
        font-size: 1rem;
    }
    .statement-headline {
        font-size: clamp(1.8rem, 7vw, 2.8rem);
    }
}

/* Mockup Cards */
.mockup-card {
    width: 320px;
    transition: all 0.3s ease;
}

.mockup-card:hover {
    transform: translateY(-5px);
}

.mockup-img {
    transition: transform 0.3s ease;
}

.mockup-card:hover .mockup-img {
    transform: scale(1.05);
}

/* Testimonial Cards */
.testimonial-card {
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
    position: relative;
    overflow: hidden;
}

.cta-bg::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.cta-bg::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

/* Hover Effects */
.hover-zoom {
    transition: transform 0.3s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-counters {
        flex-direction: column;
        gap: 20px;
    }

    .mockup-slider {
        flex-direction: column;
        align-items: center;
    }

    .mockup-card {
        width: 100%;
        max-width: 320px;
        margin-bottom: 20px;
    }

    .comparison-container {
        height: 250px;
    }
}

white-space: nowrap;
}

.tab-button:hover {
    border-color: #303030;
    color: #303030;
    transform: translateY(-2px);
}

.tab-button.active {
    background: linear-gradient(135deg, #0f0f0f, #303030);
    color: white;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(167, 138, 227, 0.3);
}

.tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Tab Content */
.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content-area {
    padding: 20px 0;
}

/* Challenge Section */
.challenge-section {
    margin-bottom: 35px;
}

.challenge-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.challenge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #ffe5e5;
    color: #ff6b6b;
    border-radius: 50%;
    font-size: 14px;
}

.challenge-text {
    color: #1a1a1a;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
}

/* Solution Section */
.solution-section {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.solution-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.solution-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #e5f5e5;
    color: #4caf50;
    border-radius: 50%;
    font-size: 14px;
}

.solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #0f0f0f;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 600;
}

.solution-list li:last-child {
    margin-bottom: 0;
}

.list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #A78AE3;
    font-size: 16px;
    margin-top: 2px;
}

/* Image Container */
.feature-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.feature-image {
    width: 90%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Why Choose Us Cards */
.why-choose-us {
    background: #ffffff;
}

/* ensure columns and cards stretch to equal height */
.why-choose-us .row {
    align-items: stretch;
}

.why-choose-us .col-md-4,
.why-choose-us .col-sm-6 {
    display: flex;
}

.choose-card {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.choose-icon {
    font-size: 45px;
    color: #303030;
    margin-bottom: 15px;
}

.choose-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.choose-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-top: 8px;
}

/* CTA Button */
.feature-cta-wrapper {
    margin-top: 50px;
}

.feature-cta-wrapper a {
    background-color: #1a1a1a;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 36px;
    }

    .tabs-button-group {
        gap: 20px;
    }

    .tab-button {
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* ========== Social Media Services Section ========== */
.social-services {
    background: white;
    padding: 80px 0;
}

.service-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.service-section .service-card {
    margin-bottom: 20px;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.case-study-card {
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-study-card h4 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.case-study-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.case-study-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.case-study-card ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #444;
    font-weight: 500;
}

.case-study-card ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-weight: bold;
}

.case-study-tags {
    margin-top: auto;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.case-study-tags span {
    background: #f4f4f4;
    color: #555;
    border-radius: 999px;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #A78AE3;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-problem {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #856404;
}

.service-problem strong {
    color: #533f00;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.service-features li {
    padding: 5px 0;
    color: #555;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #A78AE3;
    font-weight: bold;
}

/* ========== Case Studies Agency Section ========== */
.case-studies-agency {
    background: #f8f9fa;
    padding: 80px 0;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.case-study-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.case-study-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.case-study-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-study-item:hover .case-study-image img {
    transform: scale(1.05);
}

.case-study-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(167, 138, 227, 0.9);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.case-study-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.case-study-content {
    padding: 25px;
}

.case-study-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.case-study-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 14px;
    font-style: italic;
}

.case-study-problem {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #721c24;
}

.case-study-problem strong {
    color: #491217;
}

.case-study-metrics {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.metric {
    flex: 1;
    min-width: 80px;
}

.metric-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #A78AE3;
    line-height: 1.2;
}

.metric-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.case-study-link {
    color: #A78AE3;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

.case-study-link:hover {
    color: #2f00a1;
}

.case-study-text {
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 0.8rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ========== Brand Snapshots Section ========== */
.brand-snapshots {
    background: #0f1320;
    color: #fff;
    padding: 90px 0;
}

.brand-snapshots .section-header h2 {
    color: #fff;
}

.brand-snapshots .snap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.brand-snap-swiper {
    margin-top: 30px;
}

.brand-snap-swiper .swiper-slide {
    width: auto;
}

.snap-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(18, 20, 34, 0.94), rgba(13, 16, 29, 0.88));
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;

}

.snap-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.37);
}

.snap-card::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(167, 138, 227, 0.5), rgba(41, 100, 226, 0.2));
    top: -30px;
    right: -30px;
    z-index: 1;
    filter: blur(18px);
    transition: transform 0.35s ease;
}

.snap-card:hover::before {
    transform: translateX(5px) translateY(5px) scale(1.1);
}

.snap-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

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

.snap-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(16, 18, 28, 0.68), rgba(16, 18, 28, 0.08));
    z-index: 2;
}

.snap-info {
    position: relative;
    z-index: 3;
    padding: 18px;
}

.snap-info h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffffff;
}

.snap-info p {
    margin: 0;
    color: #d1d5df;
    font-size: 14px;
    line-height: 1.45;
}

@media (min-width: 1200px) {

    .snap-card:nth-child(odd),
    .snap-card:nth-child(even) {
        transform: none;
    }
}

@media (max-width: 991px) {
    .brand-snapshots .snap-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
        gap: 18px;
    }

    .snap-card {
        min-height: 320px;
    }

    .snap-card img {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .brand-snapshots .snap-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .snap-card {
        min-height: auto;
        padding-bottom: 10px;
    }

    .snap-card img {
        height: 170px;
    }

    .snap-info h5 {
        font-size: 16px;
    }

    .snap-info p {
        font-size: 13px;
    }

    .service-card {
        padding: 20px;
        margin-bottom: 18px;
        min-height: 340px;
    }

    .service-icon {
        width: 45px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 16px;
        padding: 10px;
    }

    .service-title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .service-desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .service-features li {
        font-size: 13px;
        line-height: 1.5;
        padding-left: 18px;
    }

    .service-features li::before {
        left: 0;
        font-size: 14px;
    }
}

.case-study-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.case-study-text p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.case-study-text .metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: auto;
}

.case-study-text .metric-item {
    text-align: center;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.case-study-text .metric-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #A78AE3;
    line-height: 1.2;
}

.case-study-text .metric-label {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* ========== Testimonial Cards ========== */
.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    border: 1px solid #f0f0f0;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.testimonial-content p {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 60px;
    color: #A78AE3;
    position: absolute;
    top: -20px;
    left: -15px;
    font-family: Georgia, serif;
    opacity: 0.3;
}

.testimonial-author h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-author span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.testimonial-rating {
    margin-top: 15px;
    text-align: center;
}

.testimonial-rating .fas {
    color: #FFD700;
    margin: 0 2px;
}

/* ========== Client Stats ========== */
.client-stats {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 900;
    color: #A78AE3;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-item p {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* ========== Why Choose Agency Section ========== */
.why-choose-agency {
    background: white;
    padding: 80px 0;
}

.choose-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #A78AE3;
}

.choose-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
}

.choose-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.choose-desc {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px;
}

.choose-highlight {
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    color: white;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.choose-highlight strong {
    font-weight: 700;
}

/* ========== Process Section ========== */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.process-timeline {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 250px;
    position: relative;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 100%;
    width: 40px;
    height: 2px;
    background: #A78AE3;
    margin-left: 20px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.step-content {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.step-desc {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

.step-highlight {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 13px;
    color: #0066cc;
    margin-top: 10px;
}

.step-highlight strong {
    color: #004499;
    font-weight: 700;
}

/* ========== What We Do Section ========== */
.what-we-do {
    background: white;
    padding: 60px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-item {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-visual {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: white;
}

.service-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.service-item p {
    color: #A78AE3;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

/* ========== Case Studies Showcase ========== */
.case-studies-showcase {
    background: #f8f9fa;
    padding: 80px 0;
}

.case-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.case-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.case-slide.active {
    display: block;
    opacity: 1;
}

.case-content {
    display: flex;
    gap: 40px;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.case-video-placeholder {
    position: relative;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.case-video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #A78AE3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    background: white;
    transform: translate(-50%, -50%) scale(1.1);
}

.case-details {
    flex: 1;
}

.case-details h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.case-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #A78AE3;
    line-height: 1.2;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.case-story {
    font-size: 16px;
    color: #555;
    font-style: italic;
    line-height: 1.6;
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #A78AE3;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A78AE3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #A78AE3;
    color: white;
}

.nav-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: #A78AE3;
}

/* ========== Success Stories Grid ========== */
.success-stories {
    background: white;
    padding: 60px 0;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.story-card {
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(167, 138, 227, 0.3);
}

.story-metric {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.story-desc {
    font-size: 14px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.story-client {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    font-weight: 600;
}

/* ========== Social Proof Section ========== */
.social-proof {
    background: #f8f9fa;
    padding: 80px 0;
}

.proof-content h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.testimonial-stars {
    color: #ffd700;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-author {
    font-size: 14px;
    color: #A78AE3;
    font-weight: 600;
}

/* ========== Final CTA ========== */
.final-cta {
    background: linear-gradient(135deg, #A78AE3, #2f00a1);
    padding: 80px 0;
    color: white;
}

.cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-primary {
    background: white;
    color: #A78AE3;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-secondary {
    background: transparent;
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: white;
    color: #A78AE3;
}

/* ========== Responsive Design ========== */
@media (max-width: 768px) {
    .case-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .case-video-placeholder {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .case-details h3 {
        font-size: 24px;
    }

    .case-stats {
        justify-content: center;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stories-grid {
        grid-template-columns: 1fr;
    }

    .testimonials {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-primary,
    .cta-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }

    .cta-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .feature-section-tabs {
        padding: 40px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .tabs-button-group {
        flex-direction: column;
        gap: 8px;
    }

    .tab-button {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 18px;
    }

    .feature-image-container {
        min-height: 300px;
        margin-top: 30px;
    }

    .solution-section {
        padding: 20px;
    }

    .challenge-title,
    .solution-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 25px;
    }

    .tabs-button-group {
        gap: 5px;
    }

    .tab-button {
        padding: 10px 12px;
        font-size: 12px;
    }

    .tab-icon {
        display: none;
    }

    .tab-content-area {
        padding: 0;
    }

    .solution-section {
        padding: 15px;
    }
}

/* Case Studies Carousel */
/* ==========================================
   CASE STUDIES CAROUSEL - MODERN DESIGN
   ========================================== */
.case-studies {
    background: #f8f9fa;
}

/* SWIPER FIX */
.case-studies .swiper {
    position: relative;
    padding: 0 20px;
}

.case-studies .swiper-slide {
    padding: 0 10px;
}

/* Social Media Hero Counters */
.hero-service .hero-counters {
    margin: 25px 0 20px;
    display: flex;
    gap: 20px;
}

.hero-service .hero-counters .counter-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 12px 16px;
    min-width: 150px;
    text-align: center;
}

.hero-service .hero-counters .counter-item .counter-value {
    font-size: 32px;
    font-weight: 700;
    color: #A78AE3;
    display: block;
    line-height: 1;
}

.hero-service .hero-counters .counter-item p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0 30px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
}

.social-hero-image {
    width: 50%;
}

@media (max-width: 768px) {
    .hero-service .hero-counters {
        display: grid;
        justify-self: flex-start;
        grid-template-columns: 1fr 1fr;
    }

    .hero-service .hero-counters .counter-item {
        min-width: 120px;
    }

    .hero-service .hero-counters .counter-item:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    .social-hero-image {
        width: 100%
    }

    .hero-service .hero-counters {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        align-items: flex-start;
    }

    .hero-service .hero-counters .counter-item {
        width: 100%;
    }

    .hero-service .hero-counters .counter-item:last-child {
        grid-column: span 2;
        justify-self: center;
    }

    .hero-service .hero-counters .counter-item .counter-value {
        font-size: 24px;
    }

    .hero-service .hero-counters .counter-item p {
        font-size: 10px;
    }
}

/* CARD */
.case-card {
    position: relative;
    min-height: 520px;
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* OVERLAY (FIXED IMAGE VISIBILITY) */
.case-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(177deg, rgb(105 102 113 / 72%), rgb(0 0 0));
}

/* CONTENT */
.case-card__content {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

/* 
.case-card__content>h3,
p {
    color: whitesmoke;
} */

/* TAGS */
.case-card__tags {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.case-card__tag {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    background: #000000;
    color: #fff;
}

/* TITLE */
.case-card__title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
}

/* METRICS */
.case-card__metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
}

.metrics_child {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.case-card__metrics>div>span {
    font-size: 30px;
}

/* BUTTON */
.case-card__cta {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.case-card__cta:hover {
    background: #fff;
    color: #1a1a1a;
}

/* 🔥 ARROWS FIXED PERFECTLY */
.case-studies .swiper-button-prev,
.case-studies .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* POSITION INSIDE CARDS */
.case-studies .swiper-button-prev {
    left: 5px;
}

.case-studies .swiper-button-next {
    right: 5px;
}

/* HOVER */
.case-studies .swiper-button-prev:hover,
.case-studies .swiper-button-next:hover {
    background: #060015;
}

.case-studies .swiper-button-prev::after,
.case-studies .swiper-button-next::after {
    font-size: 18px;
}

/* ========== Social Media Showcase Carousel ========== */
.social-showcase {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    overflow: hidden;
}

.showcase-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.phone-mockup {
    position: relative;
    width: 280px;
    height: 580px;
    margin: 0 auto;
    background: #000;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.phone-mockup::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 25px;
    background: #000;
    border-radius: 15px;
    z-index: 10;
}

.phone-screen {
    position: absolute;
    top: 40px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

/* Instagram Post Styles */
.instagram-post {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-pic {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
}

.username {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.location {
    font-size: 12px;
    color: #8e8e8e;
}

.post-menu {
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.post-image {
    flex: 1;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.action-buttons {
    display: flex;
    gap: 16px;
}

.action-buttons span {
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.bookmark {
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.engagement-stats {
    padding: 0 16px 12px;
    font-size: 14px;
    color: #333;
}

.likes {
    font-weight: 600;
}

/* TikTok Post Styles */
.tiktok-post {
    height: 100%;
    position: relative;
    background: #000;
    color: white;
}

.video-placeholder {
    height: 100%;
    background: linear-gradient(45deg, #ff0050, #ff4081);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.play-icon {
    font-size: 48px;
    color: white;
    opacity: 0.8;
}

.video-overlay {
    position: absolute;
    bottom: 20px;
    left: 16px;
    right: 16px;
}

.user-info {
    margin-bottom: 10px;
}

.handle {
    font-weight: 700;
    font-size: 16px;
}

.sound {
    font-size: 14px;
    opacity: 0.8;
}

.video-actions {
    position: absolute;
    right: 16px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.action-icon {
    font-size: 24px;
    color: white;
}

.action-count {
    font-size: 12px;
    font-weight: 600;
    color: white;
}

/* Facebook Post Styles */
.facebook-post {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fb-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}

.fb-profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fb-pic {
    width: 40px;
    height: 40px;
    background: #1877f2;
    border-radius: 50%;
}

.fb-name {
    font-weight: 600;
    font-size: 15px;
    color: #1c1e21;
}

.fb-time {
    font-size: 13px;
    color: #65676b;
}

.fb-content {
    padding: 0 16px 12px;
}

.fb-content p {
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.4;
    color: #1c1e21;
}

.fb-image {
    margin-bottom: 12px;
}

.fb-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.fb-engagement {
    padding: 0 16px 12px;
    border-top: 1px solid #e4e6ea;
}

.fb-reactions {
    padding: 8px 0;
}

.reaction-count {
    font-size: 15px;
    color: #65676b;
}

.fb-comments-shares {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #65676b;
}

/* Story Post Styles */
.story-post {
    height: 100%;
    position: relative;
}

.story-ring {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px solid #e1306c;
    border-radius: 25px;
    padding: 3px;
}

.story-ring.active {
    border-color: #e1306c;
}

.story-content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.story-image {
    width: 100%;
    height: 100%;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-text {
    position: absolute;
    bottom: 20px;
    left: 16px;
    right: 16px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.story-progress {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    gap: 4px;
}

.progress-bar {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1px;
}

.progress-bar.active {
    background: white;
}

/* Stats Overlay */
.stats-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 100px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #333;
    backdrop-filter: blur(10px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-pagination {
    bottom: -50px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}

/* ========== Results Showcase ========== */
.results-showcase {
    padding: 80px 0;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.result-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.result-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.result-metric {
    margin-bottom: 20px;
}

.metric-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    margin-bottom: 8px;
}

.metric-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.result-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* ========== Services Overview ========== */
.services-overview {
    background: white;
    padding: 80px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.services-overview .service-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.services-overview .service-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.15);
}

.services-overview .service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: white;
    transition: all 0.3s ease;
}

.services-overview .service-card:hover .service-icon {
    transform: scale(1.1);
}

.services-overview .service-benefit {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* ========== Instagram Feed Grid ========== */
.instagram-feed {
    padding: 80px 0;
}

.feed-header {
    text-align: center;
    margin-bottom: 50px;
}

.feed-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.feed-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 16px;
    color: #666;
}

.feed-stats strong {
    color: #333;
    font-weight: 700;
}

.feed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.feed-item {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.feed-item:hover {
    transform: scale(1.05);
}

.feed-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.feed-item:hover img {
    transform: scale(1.1);
}

.feed-item.video {
    position: relative;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    backdrop-filter: blur(10px);
}

.feed-item.carousel {
    position: relative;
}

.carousel-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 3px;
}

.carousel-indicator span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
}

.carousel-indicator span.active {
    background: white;
}

.feed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feed-item:hover .feed-overlay {
    opacity: 1;
}

.feed-stats {
    display: flex;
    gap: 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.feed-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.feed-cta {
    text-align: center;
    margin-top: 40px;
}

.feed-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.feed-link:hover {
    color: #764ba2;
    transform: translateX(5px);
}

/* ========== Responsive Design ========== */
@media (max-width: 768px) {
    .phone-mockup {
        width: 240px;
        height: 500px;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feed-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .stats-overlay {
        top: 10px;
        right: 10px;
        padding: 8px;
        min-width: 80px;
    }

    .stat-number {
        font-size: 14px;
    }

    .stat-label {
        font-size: 8px;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .feed-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .phone-mockup {
        width: 200px;
        height: 420px;
    }

    .feed-title {
        font-size: 24px;
    }

    .feed-stats {
        flex-direction: column;
        gap: 10px;
    }
}

/* ========== Social Media Services ========== */
.social-services {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Service Card Base Styles */
.service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    position: relative;
    height: 450px;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(167, 138, 227, 0.2);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(167, 138, 227, 0.1) 0%, rgba(102, 126, 234, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.service-card:hover::before {
    opacity: 1;
}

/* Platform Info */
.platform-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    text-align: center;
}

.platform-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: white;
    transition: all 0.3s ease;
}

.service-card:hover .platform-icon {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.platform-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Hover Reveal */
.hover-reveal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(167, 138, 227, 0.95) 0%, rgba(102, 126, 234, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 2;
    padding: 30px;
    text-align: center;
}

.service-card:hover .hover-reveal {
    opacity: 1;
    transform: translateY(0);
}

.benefits {
    margin-bottom: 20px;
}

.benefits p {
    color: white;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
    font-weight: 500;
}

.platform-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.platform-features li {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 1.6;
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
}

.platform-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 14px;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Platform Previews */
.platform-preview {
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* Facebook Preview */
.fb-post-preview {
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.fb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e4e6ea;
}

.fb-profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fb-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
}

.fb-user-info {
    display: flex;
    flex-direction: column;
}

.fb-name {
    font-weight: 600;
    color: #1c1e21;
    font-size: 15px;
}

.fb-time {
    font-size: 13px;
    color: #8a8d91;
}

.fb-menu {
    color: #8a8d91;
    font-size: 18px;
    cursor: pointer;
}

.fb-content {
    padding: 12px 16px;
    flex: 1;
}

.fb-content p {
    margin: 0 0 12px 0;
    color: #1c1e21;
    line-height: 1.4;
}

.fb-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.fb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fb-engagement {
    padding: 8px 16px 12px;
    border-top: 1px solid #e4e6ea;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fb-reactions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.reaction-icons {
    font-size: 16px;
}

.reaction-count {
    font-size: 13px;
    color: #8a8d91;
    font-weight: 600;
}

.fb-stats {
    font-size: 13px;
    color: #8a8d91;
}

.fb-stats span:not(:last-child)::after {
    content: ' · ';
}

/* Instagram Preview */
.ig-post-preview {
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ig-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
}

.ig-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ig-avatar {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
}

.ig-username {
    font-weight: 600;
    font-size: 14px;
    color: #262626;
}

.ig-menu {
    color: #8e8e8e;
    font-size: 20px;
    cursor: pointer;
}

.ig-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.ig-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ig-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.action-buttons {
    display: flex;
    gap: 16px;
}

.action-buttons span {
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.action-buttons span:hover {
    transform: scale(1.1);
}

.bookmark {
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.bookmark:hover {
    transform: scale(1.1);
}

.ig-engagement {
    padding: 0 16px 12px;
}

.ig-engagement .likes {
    display: block;
    font-size: 14px;
    color: #262626;
    margin-bottom: 8px;
}

.caption {
    display: flex;
    gap: 8px;
}

.username {
    font-weight: 600;
    color: #262626;
}

.caption-text {
    color: #8e8e8e;
}

/* TikTok Preview */
.tt-video-preview {
    background: #000;
    height: 100%;
    display: flex;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.tt-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.tt-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.tt-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tt-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: white;
}

.play-icon {
    color: #000;
    font-size: 20px;
    margin-left: 3px;
}

.tt-user-info {
    position: absolute;
    bottom: 100px;
    left: 16px;
    right: 80px;
    color: white;
}

.tt-handle {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.tt-description {
    font-size: 14px;
    line-height: 1.4;
}

.tt-actions {
    position: absolute;
    right: 16px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.action-icon {
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.action-icon:hover {
    transform: scale(1.2);
}

.action-count {
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-align: center;
}

/* LinkedIn Preview */
.li-post-preview {
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
}

.li-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px;
}

.li-author {
    display: flex;
    gap: 8px;
}

.li-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0077b5, #005885);
    border-radius: 50%;
}

.li-author-info {
    display: flex;
    flex-direction: column;
}

.li-name {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.li-title {
    font-size: 12px;
    color: #666;
}

.li-time {
    font-size: 12px;
    color: #666;
}

.li-menu {
    color: #666;
    font-size: 18px;
    cursor: pointer;
}

.li-content {
    padding: 0 16px;
    flex: 1;
}

.li-content p {
    margin: 0 0 12px 0;
    color: #000;
    line-height: 1.4;
    font-size: 14px;
}

.li-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.li-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.li-engagement {
    padding: 8px 16px 12px;
    border-top: 1px solid #e1e5e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li-reactions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.li-reactions .reaction-icons {
    font-size: 14px;
}

.li-reactions .reaction-count {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.li-stats {
    font-size: 12px;
    color: #666;
}

.li-stats span:not(:last-child)::after {
    content: ' · ';
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-services {
        padding: 60px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .service-card {
        height: 400px;
    }

    .platform-info {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .platform-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .platform-info h3 {
        font-size: 16px;
    }

    .hover-reveal {
        padding: 20px;
    }

    .stat-number {
        font-size: 28px;
    }

    .benefits p {
        font-size: 13px;
    }

    .stat-label {
        font-size: 12px;
    }
}

/* ========== Social Media Showcase ========== */
.social-showcase {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.showcase-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.showcase-text {
    text-align: left;
}

.showcase-heading {
    font-size: 48px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.showcase-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    font-weight: 500;
}

/* Scrolling Columns */
.scrolling-columns {
    display: flex;
    gap: 20px;
    height: 600px;
    position: relative;
}

.scroll-column {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.scroll-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    animation: scroll-up 20s linear infinite;
}

/* ========== Modern Social Page Sections ========== */

/* SECTION 1: Moving Social Feed */
.moving-feed {
    padding: 80px 0;
}

.feed-heading {
    font-size: 44px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.feed-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.feed-benefits {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feed-benefits li {
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.feed-benefits strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Feed Carousel */
.feed-carousel {
    display: flex;
    gap: 30px;
    height: 600px;
    perspective: 1000px;
}

.feed-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.column-up {
    animation: scroll-up 25s linear infinite;
}

.column-down {
    animation: scroll-down 20s linear infinite;
}

.column-slow {
    animation: scroll-up 30s linear infinite;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scroll-down {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

.feed-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    height: 280px;
}

.feed-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-engagement {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

/* SECTION 2: Platform Services */
.platform-services {
    padding: 80px 0;
}

.section-subtitle {
    font-size: 18px;
    color: #5a5a5a;
    margin-top: 10px;
}

.platform-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.platform-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    position: relative;
    overflow: hidden;
}

.platform-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.3));
    transition: left 0.6s ease;
}

.platform-card:hover {
    transform: scale(1.08) rotateY(2deg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.platform-card:hover::before {
    left: 100%;
}

.platform-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: inline-block;
}

.instagram-card .platform-icon {
    color: #E1306C;
}

.tiktok-card .platform-icon {
    color: #000;
}

.facebook-card .platform-icon {
    color: #1877F2;
}

.linkedin-card .platform-icon {
    color: #0A66C2;
}

.platform-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.platform-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.platform-metric {
    border-top: 2px solid #f0f0f0;
    padding-top: 20px;
}

.metric-value {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
}

.metric-label {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

@media screen and (max-width: 768px) {

    .platform-card {
        padding: 30px 10px;
    }

    /* SECTION 3: Case Studies */
    .case-studies-block {
        padding: 80px 0;
    }

    .case-studies-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 40px;
    }

    .case-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
    }

    .case-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .case-visual {
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .case-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .case-card:hover .case-visual img {
        transform: scale(1.08);
    }

    .case-info {
        padding: 30px;
    }

    .case-brand {
        font-size: 13px;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0;
        margin-bottom: 8px;
    }

    .case-action {
        font-size: 14px;
        color: #666;
        margin: 0;
        margin-bottom: 16px;
    }

    .case-result {
        font-size: 28px;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.3;
    }

    /* SECTION 4: Strategy Steps */
    .strategy-steps {
        padding: 80px 0;
    }

    .steps-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .step-card {
        background: white;
        padding: 35px 30px;
        border-radius: 12px;
        text-align: center;
        flex: 1;
        min-width: 200px;
        max-width: 280px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    .step-number {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #A78AE3, #7B68EE);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        margin: 0 auto 20px;
    }

    .step-name {
        font-size: 22px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 12px 0;
    }

    .step-description {
        font-size: 14px;
        color: #666;
        margin: 0;
        line-height: 1.6;
    }

    .step-divider {
        font-size: 32px;
        color: #A78AE3;
        font-weight: 300;
    }

    @media (max-width: 768px) {
        .step-divider {
            display: none;
        }
    }

    /* SECTION 5: Content Grid */
    .content-grid-section {
        padding: 0;
    }

    .content-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0;
    }

    .grid-item {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1;
        cursor: pointer;
    }

    .grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .grid-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .grid-item:hover img {
        transform: scale(1.15);
    }

    .grid-item:hover .grid-overlay {
        opacity: 1;
    }

    .engagement-badge {
        background: rgba(255, 255, 255, 0.95);
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        color: #1a1a1a;
    }

    /* SECTION 6: Final CTA */
    .final-cta {
        padding: 120px 0;
        background: linear-gradient(135deg, #A78AE3, #7B68EE);
    }

    .cta-wrapper {
        color: white;
    }

    .cta-heading {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 16px;
        line-height: 1.3;
    }

    .cta-subheading {
        font-size: 18px;
        margin-bottom: 40px;
        opacity: 0.95;
        line-height: 1.5;
    }

    .cta-button {
        display: inline-block;
        background: white;
        color: #A78AE3;
        padding: 16px 40px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        background: #f5f5f5;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .feed-carousel {
            height: 450px;
        }

        .feed-item {
            height: 200px;
        }
    }

    @media (max-width: 768px) {
        .feed-heading {
            font-size: 32px;
        }

        .feed-carousel {
            gap: 15px;
            height: 400px;
        }

        .feed-item {
            height: 150px;
        }

        .cta-heading {
            font-size: 36px;
        }

        .platform-cards {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        .case-studies-row {
            grid-template-columns: 1fr;
        }

        .steps-row {
            flex-direction: column;
            gap: 20px;
        }

        .content-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .column-2 .scroll-content {
        animation: scroll-down 25s linear infinite;
    }

    .column-3 .scroll-content {
        animation: scroll-up 15s linear infinite;
    }

    @keyframes scroll-up {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-50%);
        }
    }

    @keyframes scroll-down {
        0% {
            transform: translateY(-50%);
        }

        100% {
            transform: translateY(0);
        }
    }

    .social-item {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        aspect-ratio: 1;
        background: white;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .social-item:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    }

    .social-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #000;
        backdrop-filter: blur(10px);
    }

    .item-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        padding: 40px 15px 15px;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .platform-icon {
        font-size: 18px;
    }

    .engagement {
        font-size: 12px;
        font-weight: 600;
        opacity: 0.9;
    }

    /* ========== Platform Cards ========== */
    .platform-cards {
        background: white;
        padding: 80px 0;
    }

    .cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .platform-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        cursor: pointer;
        transform: rotate(-2deg);
        position: relative;
    }

    .platform-card:hover {
        transform: rotate(0deg) scale(1.05);
        box-shadow: 0 25px 50px rgba(167, 138, 227, 0.2);
    }

    .platform-card:nth-child(2) {
        transform: rotate(1deg);
    }

    .platform-card:nth-child(3) {
        transform: rotate(-1deg);
    }

    .platform-card:nth-child(4) {
        transform: rotate(2deg);
    }

    .card-preview {
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    /* Facebook Preview */
    .fb-preview {
        background: #1877f2;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .fb-post {
        background: white;
        border-radius: 12px;
        padding: 12px;
        font-size: 12px;
    }

    .fb-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }

    .fb-profile-pic {
        width: 24px;
        height: 24px;
        background: #1877f2;
        border-radius: 50%;
    }

    .fb-info {
        display: flex;
        flex-direction: column;
    }

    .fb-name {
        font-weight: 600;
        color: #1c1e21;
        font-size: 13px;
    }

    .fb-time {
        color: #8a8d91;
        font-size: 11px;
    }

    .fb-image {
        width: 100%;
        height: 80px;
        background: #f0f2f5;
        border-radius: 8px;
        margin: 8px 0;
        overflow: hidden;
    }

    .fb-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fb-stats {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #8a8d91;
    }

    /* Instagram Preview */
    .ig-preview {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .ig-post {
        background: white;
        border-radius: 12px;
        overflow: hidden;
    }

    .ig-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
    }

    .ig-profile-pic {
        width: 24px;
        height: 24px;
        background: linear-gradient(45deg, #f09433, #bc1888);
        border-radius: 50%;
    }

    .ig-handle {
        font-weight: 600;
        color: #262626;
        font-size: 13px;
    }

    .ig-image {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .ig-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ig-stats {
        padding: 8px 12px;
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #8e8e8e;
    }

    /* TikTok Preview */
    .tt-preview {
        background: #000;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tt-video {
        background: #1a1a1a;
        border-radius: 12px;
        padding: 12px;
        position: relative;
        overflow: hidden;
    }

    .tt-video img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 8px;
        opacity: 0.8;
    }

    .tt-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: white;
        background: rgba(255, 255, 255, 0.2);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
    }

    .tt-info {
        position: absolute;
        bottom: 12px;
        left: 12px;
        right: 12px;
        color: white;
    }

    .tt-handle {
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .tt-likes {
        font-size: 11px;
        opacity: 0.8;
    }

    /* LinkedIn Preview */
    .li-preview {
        background: #0077b5;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .li-post {
        background: white;
        border-radius: 12px;
        padding: 12px;
        font-size: 12px;
    }

    .li-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }

    .li-profile-pic {
        width: 24px;
        height: 24px;
        background: #0077b5;
        border-radius: 50%;
    }

    .li-info {
        display: flex;
        flex-direction: column;
    }

    .li-name {
        font-weight: 600;
        color: #000;
        font-size: 13px;
    }

    .li-title {
        color: #666;
        font-size: 11px;
    }

    .li-content {
        margin: 8px 0;
    }

    .li-content p {
        margin: 0;
        color: #000;
        font-size: 12px;
        line-height: 1.4;
    }

    .li-stats {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #666;
    }

    .card-content {
        padding: 25px;
        text-align: center;
    }

    .benefit {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .metric {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .metric-number {
        font-size: 32px;
        font-weight: 900;
        color: #A78AE3;
        line-height: 1;
        margin-bottom: 5px;
    }

    .metric-label {
        font-size: 12px;
        color: #666;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .showcase-content {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .showcase-text {
            text-align: center;
        }

        .showcase-heading {
            font-size: 36px;
        }

        .scrolling-columns {
            height: 500px;
        }
    }

    @media screen and (max-width: 768px) {

        .social-showcase {
            padding: 60px 0;
        }

        .platform-cards {
            padding: 60px 0;
        }

        .showcase-heading {
            font-size: 28px;
        }

        .showcase-description {
            font-size: 16px;
        }

        .scrolling-columns {
            height: 400px;
            gap: 15px;
        }

        .scroll-column {
            flex: 1;
        }

        .cards-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            padding: 0 20px;
        }

        .platform-card {
            transform: rotate(0deg);
        }

        .platform-card:hover {
            transform: scale(1.02);
        }

        .card-preview {
            height: 180px;
        }

        .card-content {
            padding: 20px;
        }

        .benefit {
            font-size: 15px;
        }

        .metric-number {
            font-size: 28px;
        }

    }

    /* Hero video section */
    .page-hero {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .hero-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .55);
    }

    .hero-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .hero-title {
        font-size: clamp(2.6rem, 6vw, 5rem);
        color: #fff;
        max-width: 12ch;
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .hero-subtext {
        color: rgba(255, 255, 255, .9);
        max-width: 44rem;
        font-size: clamp(1rem, 2vw, 1.5rem);
        line-height: 1.33;
    }

    /* Agency statement */
    .agency-statement {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .statement-tag-wrap {
        padding-top: 1rem;
    }

    .statement-tag {
        display: inline-block;
        font-size: .75rem;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: #999;
    }

    .statement-headline {
        font-size: clamp(2.3rem, 6vw, 5.2rem);
        font-weight: 800;
        line-height: 1.05;
        margin-bottom: 1.2rem;
    }

    .statement-paragraph {
        max-width: 58ch;
        color: #333;
        font-size: 1.1rem;
        line-height: 1.65;
    }

    /* Selected work */
    .selected-work {
        background: #050505;
        color: #fff;
        padding: 5rem 0;
    }

    .selected-work .section-heading {
        font-size: clamp(2rem, 4vw, 3rem);
        margin-bottom: 2rem;
        font-weight: 800;
    }

    .project-item {
        display: block;
        overflow: hidden;
    }

    .project-media {
        position: relative;
        overflow: hidden;
    }

    .project-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .45s ease;
    }

    .project-item:hover .project-media img {
        transform: scale(1.06);
    }

    .project-title {
        margin-top: 1rem;
        font-size: clamp(1.25rem, 2.5vw, 1.8rem);
        font-weight: 700;
    }

    .project-description {
        color: rgba(255, 255, 255, .78);
        margin: .6rem 0 1rem 0;
        font-size: 1rem;
    }

    .project-tags {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: .4rem;
    }

    .project-tags li {
        font-size: .73rem;
        letter-spacing: .05em;
        color: #ccc;
        border: 1px solid rgba(255, 255, 255, .18);
        padding: .35rem .65rem;
        text-transform: uppercase;
        border-radius: 0;
    }

    .work-cta-wrap {
        margin-top: 2rem;
    }

    .btn-view-work {
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #fff;
        background: transparent;
        transition: all .3s ease;
        padding: .75rem 1.35rem;
        letter-spacing: .08em;
    }

    .btn-view-work:hover {
        background: #fff;
        color: #111;
    }

    /* Capabilities */
    .capabilities {
        padding: 5rem 0;
    }

    .capabilities .section-heading {
        font-size: clamp(2rem, 4vw, 3rem);
        margin-bottom: 2rem;
        font-weight: 800;
    }

    .capability-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 3rem;
    }

    .capability-grid span {
        font-size: clamp(1.1rem, 2vw, 1.3rem);
        line-height: 1.4;
        font-weight: 600;
        color: #111;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .capability-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .hero-title {
            font-size: clamp(2rem, 7vw, 3.2rem);
        }

        .hero-subtext {
            font-size: 1rem;
        }

        .statement-headline {
            font-size: clamp(1.7rem, 6vw, 2.8rem);
        }
    }

