/* ============================================
Real Campaigns. Real Growth. Real Business Results.
============================================ */

.design-3 {
    background: #ffffff;
    padding: 65px 0 50px !important;
    position: relative;
    overflow: hidden;
}

.design-3 .section-head {
    margin-bottom: 45px !important;
    text-align: center !important;
}

.design-3 .section-head .sm-title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(138, 15, 251, 0.08) !important;
    color: #8a0ffb !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 14px !important;
    border: 1px solid rgba(138, 15, 251, 0.2) !important;
}

.design-3 .section-head .title1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #1e1b4b !important;
    line-height: 1.3 !important;
    margin: 0 auto !important;
    max-width: 950px !important;
    letter-spacing: -0.5px !important;
}

@media (max-width: 768px) {
    .design-3 {
        padding: 50px 0 35px !important;
    }
    .design-3 .section-head .title1 {
        font-size: 25px !important;
    }
    .design-3 .section-head {
        margin-bottom: 28px !important;
    }
}

.design-3 .case-intro-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

    .design-3 .case-intro-image {
        flex: 0 0 440px;
        max-width: 440px;
        width: 100%;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    }

    .design-3 .case-intro-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px;
        border: 3px solid #8a0ffb;
        transition: 0.5s;
    }

    .design-3 .case-intro-image:hover img {
        transform: scale(1.03);
    }

    .design-3 .float-card {
        position: absolute;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(138, 15, 251, 0.2);
        border-radius: 14px;
        padding: 12px 18px;
        display: flex;
        align-items: center;
        gap: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        animation: floatAnim 3s ease-in-out infinite;
    }

    .design-3 .float-card-1 {
        top: 30px;
        right: -10px;
        animation-delay: 0s;
    }

    .design-3 .float-card-2 {
        bottom: 30px;
        left: -10px;
        animation-delay: 1.5s;
    }

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

    .design-3 .float-icon {
        font-size: 24px;
    }

    .design-3 .float-number {
        font-size: 20px;
        font-weight: 800;
        color: #8a0ffb;
        display: block;
        line-height: 1;
    }

    .design-3 .float-label {
        font-size: 11px;
        color: #666;
        font-weight: 500;
        display: block;
    }

    .design-3 .case-intro-content {
        flex: 1.2;
    }

    .design-3 .case-desc {
        color: #555;
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 10px;
    }

    .design-3 .case-desc.highlight {
        font-size: 17px;
        font-weight: 700;
        color: #8a0ffb;
        text-align: center;
        padding: 8px 0;
    }

    .design-3 .case-challenges {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 20px;
        margin: 12px 0 15px;
        padding: 14px 18px;
        background: #f6f0fe ;
        border-radius: 12px;
        border: 1.5px solid #8a0ffb;
    }

    .design-3 .challenge-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #444;
        font-size: 13px;
        line-height: 1.5;
        padding: 3px 0;
        transition: 0.3s;
    }

    .design-3 .challenge-item:hover {
        color: #8a0ffb;
        transform: translateX(4px);
    }

    .design-3 .challenge-icon {
        font-size: 16px;
        color: #8a0ffb;
        width: 28px;
        text-align: center;
        flex-shrink: 0;
    }

    .design-3 .case-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .design-3 .case-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 13px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-3 .case-btn-primary:hover {
        background: white ;
        color: black;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .design-3 .case-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 13px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-3 .case-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    @media (max-width: 1024px) {
        .design-3 .case-intro-wrapper { gap: 40px; }
        .design-3 .case-intro-content h2 { font-size: 30px; }
        .design-3 .float-card-1 { right: 5px; top: 20px; }
        .design-3 .float-card-2 { left: 5px; bottom: 20px; }
    }

    @media (max-width: 991px) {
        .design-3 { padding: 40px 0; }
        .design-3 .case-intro-wrapper { flex-direction: column; gap: 30px; }
        .design-3 .case-intro-image { flex: 1 1 100%; max-width: 500px; width: 100%; margin: 0 auto; }
        .design-3 .case-intro-content h2 { font-size: 28px; }
        .design-3 .float-card-1 { top: 20px; right: 15px; padding: 10px 14px; }
        .design-3 .float-card-2 { bottom: 20px; left: 15px; padding: 10px 14px; }
        .design-3 .float-number { font-size: 18px; }
    }

    @media (max-width: 768px) {
        .design-3 .case-intro-content h2 { font-size: 24px; }
        .design-3 .case-challenges { grid-template-columns: 1fr; }
        .design-3 .case-desc.highlight { font-size: 16px; }
        .design-3 .case-buttons { flex-direction: column; width: 100%; }
        .design-3 .case-btn-primary, .design-3 .case-btn-secondary { width: 100%; text-align: center; padding: 12px 20px; font-size: 14px; }
        .design-3 .float-card-1 { top: 15px; right: 10px; padding: 8px 12px; }
        .design-3 .float-card-2 { bottom: 15px; left: 10px; padding: 8px 12px; }
        .design-3 .float-icon { font-size: 20px; }
        .design-3 .float-number { font-size: 16px; }
    }

    @media (max-width: 480px) {
        .design-3 { padding: 40px 0; }
        .design-3 .case-intro-content h2 { font-size: 22px; }
        .design-3 .case-intro-image img {  border-radius: 14px; }
        .design-3 .case-desc { font-size: 13px; }
        .design-3 .case-desc.highlight { font-size: 15px; }
        .design-3 .case-challenges { padding: 10px 12px; }
        .design-3 .challenge-item { font-size: 12px; }
        .design-3 .float-card-1 { top: 10px; right: 8px; padding: 6px 10px; }
        .design-3 .float-card-2 { bottom: 10px; left: 8px; padding: 6px 10px; }
        .design-3 .float-icon { font-size: 16px; }
        .design-3 .float-number { font-size: 14px; }
        .design-3 .float-label { font-size: 9px; }
        .design-3 .case-btn-primary, .design-3 .case-btn-secondary { font-size: 13px; padding: 10px 16px; }
    }


/* ============================================
What Is a Marketing Case Study?
  ============================================ */


    .case-study-definition {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .case-study-definition::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .case-study-definition::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Wrapper */
    .definition-wrapper {
        display: flex;
        align-items: center;
        gap: 50px;
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Content Side */
    .definition-content {
        flex: 1.2;
        padding: 10px 0;
    }

    .definition-content .section-head {
        margin-bottom: 20px;
    }

    .definition-content .section-head .sm-title {
        display: inline-block;
        background: rgba(138, 15, 251, 0.1);
        color: #8a0ffb;
        padding: 6px 20px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .definition-content .section-head h2 {
        font-size: 36px;
        font-weight: 800;
        color: #222;
        line-height: 1.2;
        margin: 0;
    }

    .definition-content .section-head h2 span {
        color: #8a0ffb;
    }

    .definition-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 14px;
    }

    .definition-desc.last-desc {
        margin-top: 18px;
        margin-bottom: 0;
    }

    .definition-highlight {
        margin: 16px 0 12px;
    }

    .highlight-text {
        font-size: 17px;
        font-weight: 700;
        color: #8a0ffb;
        margin: 0;
    }

    /* List */
    .definition-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 25px;
        padding: 16px 20px;
        background: #f6f0fe ;
        border-radius: 14px;
        border: 1.5px solid #8a0ffb;
        margin-bottom: 5px;
    }

    .list-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #444;
        font-size: 14px;
        line-height: 1.5;
        padding: 4px 0;
        transition: 0.3s;
    }

    .list-item:hover {
        color: #8a0ffb;
        transform: translateX(4px);
    }

    .list-icon {
        color: #8a0ffb;
        font-size: 16px;
        flex-shrink: 0;
        width: 24px;
        text-align: center;
    }

    /* Buttons */
    .definition-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .def-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .def-btn-primary:hover {
        background: white ;
        color: black;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .def-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .def-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    /* Stats Grid */
    .definition-stats {
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .stat-card {
        background: #f6f0fe ;
        border: 1.5px solid #8a0ffb;
        border-radius: 16px;
        padding: 22px 15px;
        text-align: center;
        transition: 0.3s;
    }

    .stat-card:hover {
        border-color: #8a0ffb;
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.06);
    }

    .stat-icon {
        font-size: 28px;
        display: block;
        margin-bottom: 6px;
    }

    .stat-number {
        font-size: 28px;
        font-weight: 800;
        color: #8a0ffb;
        display: block;
        line-height: 1.2;
    }

    .stat-label {
        font-size: 12px;
        color: #666;
        font-weight: 500;
        display: block;
        margin-top: 3px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .definition-wrapper {
            gap: 35px;
        }

        .definition-content .section-head h2 {
            font-size: 30px;
        }

        .definition-stats {
            gap: 12px;
        }

        .stat-card {
            padding: 18px 12px;
        }

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

    @media (max-width: 991px) {
        .case-study-definition {
            padding: 40px 0;
        }

        .definition-wrapper {
            flex-direction: column;
            gap: 35px;
        }

        .definition-content {
            padding: 0;
            width: 100%;
        }

        .definition-content .section-head h2 {
            font-size: 28px;
        }

        .definition-stats {
            width: 100%;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
        }
    }

    @media (max-width: 768px) {
        .definition-content .section-head h2 {
            font-size: 24px;
        }

        .definition-desc {
            font-size: 14px;
        }

        .highlight-text {
            font-size: 16px;
        }

        .definition-list {
            grid-template-columns: 1fr;
            gap: 4px;
            padding: 14px 16px;
        }

        .list-item {
            font-size: 13px;
        }

        .definition-buttons {
            flex-direction: column;
            width: 100%;
        }

        .def-btn-primary,
        .def-btn-secondary {
            width: 100%;
            text-align: center;
            padding: 12px 20px;
            font-size: 14px;
        }

        .definition-stats {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .stat-card {
            padding: 16px 12px;
            border-radius: 12px;
        }

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

        .stat-icon {
            font-size: 24px;
        }

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

    @media (max-width: 480px) {
        .case-study-definition {
            padding: 40px 0;
        }

        .definition-content .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .definition-content .section-head h2 {
            font-size: 22px;
        }

        .definition-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .highlight-text {
            font-size: 15px;
        }

        .definition-list {
            padding: 12px 14px;
            border-radius: 12px;
        }

        .list-item {
            font-size: 12px;
        }

        .list-icon {
            font-size: 14px;
            width: 20px;
        }

        .def-btn-primary,
        .def-btn-secondary {
            font-size: 13px;
            padding: 10px 16px;
        }

        .definition-stats {
            grid-template-columns: 1fr 1fr;
            gap: 8px;
        }

        .stat-card {
            padding: 14px 10px;
            border-radius: 10px;
        }

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

        .stat-icon {
            font-size: 20px;
            margin-bottom: 4px;
        }

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

    @media (max-width: 380px) {
        .definition-content .section-head h2 {
            font-size: 20px;
        }

        .definition-desc {
            font-size: 12px;
        }

        .highlight-text {
            font-size: 14px;
        }

        .list-item {
            font-size: 11px;
        }

        .definition-stats {
            grid-template-columns: 1fr 1fr;
            gap: 6px;
        }

        .stat-card {
            padding: 10px 8px;
        }

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

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

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


/* ============================================
Why Case Studies Matter
 ============================================ */


    .design-2 {
        background: #130426;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .design-2::before {
        content: '';
        position: absolute;
        top: -40%;
        left: 50%;
        transform: translateX(-50%);
        width: 700px;
        height: 700px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .design-2 .matter-wrapper {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .design-2 .section-head {
        margin-bottom: 25px;
    }

    .design-2 .matter-content {
        margin-bottom: 10px;
    }

    .design-2 .matter-desc {
        color: #bdbdbd;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 750px;
        margin: 0 auto 12px;
    }

    .design-2 .matter-desc.last-desc {
        margin: 20px auto 0;
    }

    .design-2 .matter-highlight-box {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(138, 15, 251, 0.3);
        border-radius: 16px;
        padding: 20px 25px;
        margin: 18px auto 20px;
        max-width: 600px;
        transition: 0.3s;
    }

    .design-2 .matter-highlight-box:hover {
        border-color: #8a0ffb;
    }

    .design-2 .matter-highlight {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        margin: 0 0 4px;
    }

    .design-2 .matter-gold {
        font-size: 22px;
        font-weight: 800;
        color: #8a0ffb;
        margin: 0;
    }

    .design-2 .matter-icon-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 750px;
        margin: 20px auto;
    }

    .design-2 .matter-icon-item {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(138, 15, 251, 0.3);
        border-radius: 14px;
        padding: 20px 15px;
        text-align: center;
        transition: 0.3s;
        cursor: pointer;
    }

    .design-2 .matter-icon-item:hover {
        border-color: #8a0ffb;
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.05);
        background: rgba(138, 15, 251, 0.15);
    }

    .design-2 .matter-icon-circle {
        width: 50px;
        height: 50px;
        background: rgba(138, 15, 251, 0.08);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
        font-size: 22px;
        color: #8a0ffb;
        transition: 0.3s;
    }

    .design-2 .matter-icon-item:hover .matter-icon-circle {
        background: #8a0ffb;
        color: #000;
        transform: scale(1.1);
    }

    .design-2 .matter-icon-item span {
        color: #d9d9d9;
        font-size: 13px;
        font-weight: 500;
        transition: 0.3s;
    }

    .design-2 .matter-icon-item:hover span {
        color: #ffffff;
    }

    .design-2 .matter-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .design-2 .matter-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-2 .matter-btn-primary:hover {
        background: #ffffff;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .design-2 .matter-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-2 .matter-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    @media (max-width: 991px) {
        .design-2 { padding: 40px 0; }
        .design-2 .section-head h2 { font-size: 32px; }
        .design-2 .matter-icon-grid { grid-template-columns: repeat(2, 1fr); max-width: 500px; }
    }

    @media (max-width: 768px) {
        .design-2 .section-head h2 { font-size: 26px; }
        .design-2 .matter-desc { font-size: 14px; }
        .design-2 .matter-highlight { font-size: 17px; }
        .design-2 .matter-gold { font-size: 20px; }
        .design-2 .matter-highlight-box { padding: 16px 20px; }
        .design-2 .matter-buttons { flex-direction: column; align-items: center; }
        .design-2 .matter-btn-primary, .design-2 .matter-btn-secondary { width: 100%; max-width: 350px; text-align: center; padding: 12px 20px; font-size: 14px; }
    }

    @media (max-width: 480px) {
        .design-2 { padding: 40px 0; }
        .design-2 .section-head .sm-title { font-size: 11px; padding: 4px 14px; }
        .design-2 .section-head h2 { font-size: 22px; }
        .design-2 .matter-desc { font-size: 13px; }
        .design-2 .matter-highlight { font-size: 16px; }
        .design-2 .matter-gold { font-size: 18px; }
        .design-2 .matter-icon-grid { grid-template-columns: 1fr 1fr; gap: 12px; max-width: 100%; }
        .design-2 .matter-icon-item { padding: 16px 12px; border-radius: 12px; }
        .design-2 .matter-icon-circle { width: 44px; height: 44px; font-size: 18px; }
        .design-2 .matter-icon-item span { font-size: 12px; }
        .design-2 .matter-btn-primary, .design-2 .matter-btn-secondary { font-size: 13px; padding: 10px 16px; max-width: 100%; }
        .design-2 .matter-highlight-box { padding: 14px 16px; border-radius: 12px; }
    }
  


/* ============================================
Building Trust Through Proven Results
 ============================================ */


    .design-3 {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .design-3 .trust-banner-wrapper {
        max-width: 950px;
        margin: 0 auto;
        background: #f6f0fe ;
        border-radius: 24px;
        padding: 50px 50px 45px;
        border: 1.5px solid #8a0ffb;
        transition: 0.3s;
    }

    .design-3 .trust-banner-wrapper:hover {
        border-color: #8a0ffb;
        box-shadow: 0 10px 40px rgba(138, 15, 251, 0.04);
    }

    .design-3 .section-head {
        text-align: center;
        margin-bottom: 18px;
    }


    .design-3 .trust-banner-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 800px;
        margin: 0 auto 10px;
    }

    .design-3 .trust-banner-top {
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .design-3 .trust-banner-box {
        background: #ffffff;
        border-radius: 16px;
        padding: 22px 28px;
        border: 1.5px solid #8a0ffb;
        margin-bottom: 20px;
        border-left: 4px solid #8a0ffb;
    }

    .design-3 .trust-banner-box h4 {
        font-size: 17px;
        font-weight: 700;
        color: #8a0ffb;
        margin-bottom: 10px;
    }

    .design-3 .trust-banner-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 20px;
    }

    .design-3 .trust-banner-list span {
        color: #444;
        font-size: 14px;
        line-height: 1.6;
        padding: 3px 0;
        transition: 0.3s;
    }

    .design-3 .trust-banner-list span:hover {
        color: #8a0ffb;
        transform: translateX(4px);
    }

    .design-3 .trust-banner-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        margin: 20px 0 25px;
    }

    .design-3 .trust-banner-stat {
        background: #ffffff;
        border: 1.5px solid #8a0ffb;
        border-radius: 12px;
        padding: 18px 10px;
        text-align: center;
        transition: 0.3s;
    }

    .design-3 .trust-banner-stat:hover {
        border-color: #8a0ffb;
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(138, 15, 251, 0.05);
    }

    .design-3 .banner-stat-number {
        font-size: 26px;
        font-weight: 800;
        color: #8a0ffb;
        display: block;
        line-height: 1.2;
    }

    .design-3 .banner-stat-label {
        font-size: 12px;
        color: #666;
        font-weight: 500;
        display: block;
        margin-top: 3px;
    }

    .design-3 .trust-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .design-3 .trust-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-3 .trust-btn-primary:hover {
        background: #130426;
        color: #8a0ffb;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .design-3 .trust-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-3 .trust-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    @media (max-width: 1024px) {
        .design-3 .trust-banner-wrapper { padding: 40px 30px; }
        .design-3 .section-head h2 { font-size: 32px; }
    }

    @media (max-width: 991px) {
        .design-3 { padding: 40px 0; }
        .design-3 .trust-banner-stats { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
        .design-3 .trust-banner-wrapper { padding: 30px 20px; border-radius: 18px; }
        .design-3 .section-head h2 { font-size: 26px; }
        .design-3 .trust-banner-desc { font-size: 14px; }
        .design-3 .trust-banner-list { grid-template-columns: 1fr; gap: 4px; }
        .design-3 .trust-banner-list span { font-size: 13px; }
        .design-3 .trust-banner-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
        .design-3 .banner-stat-number { font-size: 22px; }
        .design-3 .trust-buttons { flex-direction: column; align-items: center; }
        .design-3 .trust-btn-primary, .design-3 .trust-btn-secondary { width: 100%; max-width: 350px; text-align: center; padding: 12px 20px; font-size: 14px; }
    }

    @media (max-width: 480px) {
        .design-3 { padding: 40px 0; }
        .design-3 .trust-banner-wrapper { padding: 20px 14px; border-radius: 14px; }
        .design-3 .section-head .sm-title { font-size: 11px; padding: 4px 14px; }
        .design-3 .section-head h2 { font-size: 22px; }
        .design-3 .trust-banner-desc { font-size: 13px; }
        .design-3 .trust-banner-box { padding: 16px 14px; border-radius: 12px; }
        .design-3 .trust-banner-box h4 { font-size: 15px; }
        .design-3 .trust-banner-list span { font-size: 12px; }
        .design-3 .trust-banner-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
        .design-3 .trust-banner-stat { padding: 14px 8px; border-radius: 10px; }
        .design-3 .banner-stat-number { font-size: 20px; }
        .design-3 .banner-stat-label { font-size: 10px; }
        .design-3 .trust-btn-primary, .design-3 .trust-btn-secondary { font-size: 13px; padding: 10px 16px; max-width: 100%; }
    }



/* ============================================
Demonstrating Marketing Impact Beyond Metrics
 ============================================ */


    .design-1 {
        background: #130426;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .design-1::before {
        content: '';
        position: absolute;
        top: -40%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .design-1 .impact-split-wrapper {
        display: flex;
        gap: 50px;
        max-width: 1100px;
        margin: 0 auto;
        align-items: center;
    }

    .design-1 .impact-split-left {
        flex: 1.2;
    }

    .design-1 .impact-split-right {
        flex: 1;
    }

    .design-1 .impact-split-desc {
        color: #bdbdbd;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 12px;
    }

    .design-1 .impact-split-desc.highlight {
        font-size: 20px;
        font-weight: 700;
        color: #8a0ffb;
        text-align: center;
        padding: 6px 0 12px;
    }

    .design-1 .impact-split-box {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(138, 15, 251, 0.3);
        border-radius: 16px;
        padding: 30px 25px;
        border-left: 4px solid #8a0ffb;
        transition: 0.3s;
    }

    .design-1 .impact-split-box:hover {
        border-color: #8a0ffb;
    }

    .design-1 .impact-split-box h4 {
        color: #8a0ffb;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .design-1 .impact-split-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .design-1 .impact-split-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: #d9d9d9;
        font-size: 14px;
        line-height: 1.6;
        padding: 8px 0;
        border-bottom: 1px solid #222;
        transition: 0.3s;
    }

    .design-1 .impact-split-list li:last-child {
        border-bottom: none;
    }

    .design-1 .impact-split-list li:hover {
        color: #ffffff;
        transform: translateX(5px);
    }

    .design-1 .impact-split-icon {
        color: #8a0ffb;
        font-size: 16px;
        flex-shrink: 0;
        margin-top: 2px;
        width: 24px;
        text-align: center;
    }

    .design-1 .impact-split-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .design-1 .impact-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-1 .impact-btn-primary:hover {
        background: #ffffff;
        color: #130426;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .design-1 .impact-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .design-1 .impact-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    @media (max-width: 1024px) {
        .design-1 .impact-split-wrapper { gap: 35px; }
        .design-1 .section-head h2 { font-size: 30px; }
    }

    @media (max-width: 991px) {
        .design-1 { padding: 40px 0; }
        .design-1 .impact-split-wrapper { flex-direction: column; gap: 30px; }
        .design-1 .impact-split-left { width: 100%; }
        .design-1 .impact-split-right { width: 100%; }
        .design-1 .section-head h2 { font-size: 28px; }
        .design-1 .impact-split-desc.highlight { font-size: 18px; }
    }

    @media (max-width: 768px) {
        .design-1 .section-head h2 { font-size: 24px; }
        .design-1 .impact-split-desc { font-size: 14px; }
        .design-1 .impact-split-box { padding: 22px 18px; }
        .design-1 .impact-split-list li { font-size: 13px; }
        .design-1 .impact-split-buttons { flex-direction: column; width: 100%; }
        .design-1 .impact-btn-primary, .design-1 .impact-btn-secondary { width: 100%; text-align: center; padding: 12px 20px; font-size: 14px; }
    }

    @media (max-width: 480px) {
        .design-1 { padding: 40px 0; }
        .design-1 .section-head .sm-title { font-size: 11px; padding: 4px 14px; }
        .design-1 .section-head h2 { font-size: 22px; }
        .design-1 .impact-split-desc { font-size: 13px; }
        .design-1 .impact-split-desc.highlight { font-size: 16px; }
        .design-1 .impact-split-box { padding: 18px 14px; border-radius: 12px; }
        .design-1 .impact-split-list li { font-size: 12px; padding: 6px 0; }
        .design-1 .impact-split-icon { font-size: 14px; width: 20px; }
        .design-1 .impact-btn-primary, .design-1 .impact-btn-secondary { font-size: 13px; padding: 10px 16px; }
    }



/* ============================================
Helping Businesses Make Better Decisions
 ============================================ */


    .better-decisions-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .better-decisions-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .better-decisions-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Wrapper */
    .better-decisions-wrapper {
        display: flex;
        align-items: center;
        gap: 50px;
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Content Side */
    .better-decisions-content {
        flex: 1.2;
        padding: 10px 0;
    }

    .better-decisions-content .section-head {
        margin-bottom: 20px;
    }

   

   

    .better-decisions-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 12px;
    }

    .better-decisions-desc.last-desc {
        margin-top: 16px;
        margin-bottom: 0;
    }

    .better-decisions-highlight {
        margin: 14px 0 10px;
    }

    .better-decisions-subtitle {
        font-size: 17px;
        font-weight: 700;
        color: #8a0ffb;
        margin: 0;
    }

    /* List */
    .better-decisions-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 25px;
        padding: 16px 20px;
        background: #f6f0fe ;
        border-radius: 14px;
        border: 1.5px solid #8a0ffb;
        margin-bottom: 5px;
    }

    .better-decisions-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #444;
        font-size: 14px;
        line-height: 1.5;
        padding: 4px 0;
        transition: 0.3s;
    }

    .better-decisions-item:hover {
        color: #8a0ffb;
        transform: translateX(4px);
    }

    .better-decisions-icon {
        color: #8a0ffb;
        font-size: 16px;
        flex-shrink: 0;
        width: 24px;
        text-align: center;
    }

    /* Buttons */
    .better-decisions-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .better-decisions-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .better-decisions-btn-primary:hover {
        background: #000;
        color: #8a0ffb;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .better-decisions-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .better-decisions-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    /* Visual Side */
    .better-decisions-visual {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .better-decisions-card {
        background: #f6f0fe ;
        border: 1.5px solid #8a0ffb;
        border-radius: 16px;
        padding: 25px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .better-decisions-stat {
        text-align: center;
        padding: 10px 5px;
        background: #ffffff;
        border-radius: 12px;
        border: 1.5px solid #8a0ffb;
        transition: 0.3s;
    }

    .better-decisions-stat:hover {
        border-color: #8a0ffb;
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(138, 15, 251, 0.05);
    }

    .better-stat-number {
        font-size: 26px;
        font-weight: 800;
        color: #8a0ffb;
        display: block;
        line-height: 1.2;
    }

    .better-stat-label {
        font-size: 12px;
        color: #666;
        font-weight: 500;
        display: block;
        margin-top: 3px;
    }

    .better-decisions-testimonial {
        background: #f6f0fe ;
        border: 1.5px solid #8a0ffb;
        border-radius: 16px;
        padding: 25px 25px;
        text-align: center;
        border-left: 4px solid #8a0ffb;
        transition: 0.3s;
    }

    .better-decisions-testimonial:hover {
        border-color: #8a0ffb;
        box-shadow: 0 5px 20px rgba(138, 15, 251, 0.05);
    }

    .better-testimonial-icon {
        font-size: 32px;
        color: #8a0ffb;
        line-height: 1;
        margin-bottom: 6px;
    }

    .better-testimonial-text {
        color: #444;
        font-size: 15px;
        line-height: 1.7;
        text-align: justify;
        font-style: italic;
        margin: 0 0 8px;
    }

    .better-testimonial-author {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .better-author-name {
        color: #8a0ffb;
        font-weight: 600;
        font-size: 14px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .better-decisions-wrapper {
            gap: 35px;
        }

        .better-decisions-content .section-head h2 {
            font-size: 30px;
        }
    }

    @media (max-width: 991px) {
        .better-decisions-section {
            padding: 40px 0;
        }

        .better-decisions-wrapper {
            flex-direction: column;
            gap: 35px;
        }

        .better-decisions-content {
            padding: 0;
            width: 100%;
        }

        .better-decisions-content .section-head h2 {
            font-size: 28px;
        }

        .better-decisions-visual {
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .better-decisions-card {
            flex: 1;
            min-width: 250px;
        }

        .better-decisions-testimonial {
            flex: 1;
            min-width: 250px;
        }
    }

    @media (max-width: 768px) {
        .better-decisions-content .section-head h2 {
            font-size: 24px;
        }

        .better-decisions-desc {
            font-size: 14px;
        }

        .better-decisions-list {
            grid-template-columns: 1fr;
            gap: 4px;
            padding: 14px 16px;
        }

        .better-decisions-item {
            font-size: 13px;
        }

        .better-decisions-buttons {
            flex-direction: column;
            width: 100%;
        }

        .better-decisions-btn-primary,
        .better-decisions-btn-secondary {
            width: 100%;
            text-align: center;
            padding: 12px 20px;
            font-size: 14px;
        }

        .better-decisions-visual {
            flex-direction: column;
        }

        .better-decisions-card {
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            padding: 20px 15px;
        }

        .better-stat-number {
            font-size: 22px;
        }

        .better-testimonial-text {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .better-decisions-section {
            padding: 40px 0;
        }

        .better-decisions-content .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .better-decisions-content .section-head h2 {
            font-size: 22px;
        }

        .better-decisions-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .better-decisions-subtitle {
            font-size: 15px;
        }

        .better-decisions-list {
            padding: 12px 14px;
            border-radius: 12px;
        }

        .better-decisions-item {
            font-size: 12px;
        }

        .better-decisions-icon {
            font-size: 14px;
            width: 20px;
        }

        .better-decisions-btn-primary,
        .better-decisions-btn-secondary {
            font-size: 13px;
            padding: 10px 16px;
        }

        .better-decisions-card {
            grid-template-columns: 1fr 1fr;
            gap: 8px;
            padding: 16px 12px;
            border-radius: 12px;
        }

        .better-stat-number {
            font-size: 20px;
        }

        .better-stat-label {
            font-size: 10px;
        }

        .better-decisions-testimonial {
            padding: 18px 16px;
            border-radius: 12px;
        }

        .better-testimonial-text {
            font-size: 13px;
        }

        .better-testimonial-icon {
            font-size: 26px;
        }
    }

    @media (max-width: 380px) {
        .better-decisions-content .section-head h2 {
            font-size: 20px;
        }

        .better-decisions-desc {
            font-size: 12px;
        }

        .better-decisions-item {
            font-size: 11px;
        }

        .better-stat-number {
            font-size: 18px;
        }

        .better-testimonial-text {
            font-size: 12px;
        }
    }



/* ============================================
Showcasing Experience Across Industries
 ============================================ */


    .case-studies-section.bg-black {
        background: #130426;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .case-studies-section .section-head {
        text-align: center;
        margin-bottom: 25px;
    }


    .section-desc.dark {
        color: #bdbdbd;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 900px;
        margin: 0 auto 12px;
    }

    .section-desc.dark.last-desc {
        margin-top: 20px;
    }

    .industry-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 800px;
        margin: 25px auto;
    }

    .industry-item {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(138, 15, 251, 0.3);
        border-radius: 14px;
        padding: 22px 15px;
        text-align: center;
        transition: 0.3s;
        cursor: default;
    }

    .industry-item:hover {
        border-color: #8a0ffb;
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.05);
    }

    .industry-icon {
        font-size: 28px;
        color: #8a0ffb;
        display: block;
        margin-bottom: 8px;
    }

    .industry-item span {
        color: #d9d9d9;
        font-size: 15px;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .case-studies-section .section-head h2 { font-size: 28px; }
        .section-desc.dark { font-size: 14px; }
        .industry-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
        .industry-item { padding: 18px 12px; }
    }

    @media (max-width: 480px) {
        .case-studies-section { padding: 40px 0; }
        .case-studies-section .section-head h2 { font-size: 22px; }
        .section-desc.dark { font-size: 13px; }
        .industry-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
        .industry-item { padding: 14px 10px; border-radius: 12px; }
        .industry-icon { font-size: 22px; }
        .industry-item span { font-size: 13px; }
    }


/* ============================================
More Than a Portfolio
 ============================================ */


    .portfolio-section.bg-white {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .portfolio-section .section-desc.light {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 850px;
        margin: 0 auto 12px;
    }

    .portfolio-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        max-width: 900px;
        margin: 25px auto;
    }

    .portfolio-card {
        background: #f6f0fe ;
        border: 1.5px solid #8a0ffb;
        border-radius: 16px;
        padding: 28px 25px;
        transition: 0.3s;
    }

    .portfolio-card:hover {
        border-color: #8a0ffb;
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.05);
    }

    .portfolio-left {
        border-left: 4px solid #8a0ffb;
    }

    .portfolio-left:hover {
        border-left-color: #8a0ffb;
    }

    .portfolio-right {
        border-left: 4px solid #8a0ffb;
    }

    .portfolio-card h4 {
        font-size: 17px;
        font-weight: 700;
        color: #222;
        margin-bottom: 14px;
    }

    .portfolio-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .portfolio-card ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #444;
        font-size: 14px;
        line-height: 1.6;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        transition: 0.3s;
    }

    .portfolio-card ul li:last-child {
        border-bottom: none;
    }

    .portfolio-card ul li:hover {
        color: #8a0ffb;
        transform: translateX(3px);
    }

    .portfolio-icon {
        font-size: 16px;
        flex-shrink: 0;
        width: 24px;
        text-align: center;
    }

    .portfolio-left .portfolio-icon {
        color: #999;
    }

    .portfolio-right .portfolio-icon {
        color: #8a0ffb;
    }

    @media (max-width: 768px) {
        .portfolio-section .section-desc.light { font-size: 14px; }
        .portfolio-grid { grid-template-columns: 1fr; gap: 20px; max-width: 500px; }
        .portfolio-card { padding: 22px 18px; }
        .portfolio-card h4 { font-size: 16px; }
        .portfolio-card ul li { font-size: 13px; }
    }

    @media (max-width: 480px) {
        .portfolio-section { padding: 40px 0; }
        .portfolio-section .section-desc.light { font-size: 13px; }
        .portfolio-card { padding: 18px 14px; border-radius: 12px; }
        .portfolio-card h4 { font-size: 15px; }
        .portfolio-card ul li { font-size: 12px; }
    }


/* ============================================
Why Businesses Choose Trichy Digital Marketing
 ============================================ */


    .choose-section.bg-black {
        background: #130426;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .choose-section.bg-black::before {
        content: '';
        position: absolute;
        top: -40%;
        left: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .choose-section .section-head {
        text-align: center;
        margin-bottom: 25px;
    }

    .choose-desc.dark {
        color: #bdbdbd;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 850px;
        margin: 0 auto 12px;
    }

    .choose-desc.dark.last-desc {
        margin-top: 20px;
    }

    .choose-grid-dark {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 25px;
        max-width: 800px;
        margin: 20px auto 25px;
        padding: 20px 25px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        border: 1px solid rgba(138, 15, 251, 0.3);
    }

    .choose-item-dark {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #d9d9d9;
        font-size: 14px;
        line-height: 1.5;
        padding: 6px 0;
        transition: 0.3s;
        border-bottom: 1px solid #222;
    }

    .choose-item-dark:last-child,
    .choose-item-dark:nth-child(7) {
        border-bottom: none;
    }

    .choose-item-dark:hover {
        color: #8a0ffb;
        transform: translateX(5px);
    }

    .choose-icon-dark {
        color: #8a0ffb;
        font-size: 16px;
        flex-shrink: 0;
        width: 24px;
        text-align: center;
    }

    @media (max-width: 768px) {
        .choose-section .section-head h2 { font-size: 28px; }
        .choose-desc.dark { font-size: 14px; }
        .choose-grid-dark { grid-template-columns: 1fr; gap: 8px; padding: 16px 18px; }
        .choose-item-dark { font-size: 13px; border-bottom: 1px solid #222; }
        .choose-item-dark:last-child { border-bottom: none; }
    }

    @media (max-width: 480px) {
        .choose-section { padding: 40px 0; }
        .choose-section .section-head h2 { font-size: 22px; }
        .choose-desc.dark { font-size: 13px; }
        .choose-grid-dark { padding: 14px 14px; border-radius: 12px; }
        .choose-item-dark { font-size: 12px; padding: 4px 0; }
        .choose-icon-dark { font-size: 14px; width: 20px; }
    }


 /* ============================================
Explore Our Case Studies
 ============================================ */


    .explore-section.bg-white {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .explore-section.bg-white::before {
        content: '';
        position: absolute;
        top: -30%;
        left: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .explore-section.bg-white::after {
        content: '';
        position: absolute;
        bottom: -20%;
        right: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .explore-desc.light {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 850px;
        margin: 0 auto 25px;
    }

    .explore-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        max-width: 950px;
        margin: 0 auto 30px;
    }

    .explore-card {
        background: #f6f0fe ;
        border: 1.5px solid #8a0ffb;
        border-radius: 16px;
        padding: 30px 25px;
        text-align: center;
        transition: 0.4s;
        cursor: default;
    }

    .explore-card:hover {
        border-color: #8a0ffb;
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(138, 15, 251, 0.06);
    }

    .explore-icon-circle {
        width: 60px;
        height: 60px;
        background: rgba(138, 15, 251, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
        font-size: 26px;
        color: #8a0ffb;
        transition: 0.3s;
    }

    .explore-card:hover .explore-icon-circle {
        background: #8a0ffb;
        color: #000;
        transform: scale(1.1) rotate(10deg);
    }

    .explore-card h4 {
        font-size: 17px;
        font-weight: 700;
        color: #222;
        margin-bottom: 6px;
        line-height: 1.3;
    }

    .explore-card p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        margin: 0;
    }

    .explore-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .explore-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .explore-btn-primary:hover {
        background: #000;
        color: #8a0ffb;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .explore-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .explore-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    @media (max-width: 1024px) {
        .explore-grid { gap: 20px; }
        .explore-card { padding: 25px 20px; }
    }

    @media (max-width: 991px) {
        .explore-grid { grid-template-columns: 1fr 1fr; max-width: 600px; }
    }

    @media (max-width: 768px) {
        .explore-section { padding: 40px 0; }
        .explore-section .section-head h2 { font-size: 28px; }
        .explore-desc.light { font-size: 14px; }
        .explore-grid { grid-template-columns: 1fr; gap: 18px; max-width: 450px; }
        .explore-card { padding: 22px 18px; }
        .explore-card h4 { font-size: 16px; }
        .explore-card p { font-size: 13px; }
        .explore-buttons { flex-direction: column; align-items: center; }
        .explore-btn-primary, .explore-btn-secondary { width: 100%; max-width: 350px; text-align: center; padding: 12px 20px; font-size: 14px; }
        .explore-icon-circle { width: 50px; height: 50px; font-size: 22px; }
    }

    @media (max-width: 480px) {
        .explore-section { padding: 40px 0; }
        .explore-section .section-head .sm-title { font-size: 11px; padding: 4px 14px; }
        .explore-section .section-head h2 { font-size: 22px; }
        .explore-desc.light { font-size: 13px; }
        .explore-card { padding: 18px 14px; border-radius: 12px; }
        .explore-card h4 { font-size: 15px; }
        .explore-card p { font-size: 12px; }
        .explore-icon-circle { width: 44px; height: 44px; font-size: 18px; margin-bottom: 10px; }
        .explore-btn-primary, .explore-btn-secondary { font-size: 13px; padding: 10px 16px; max-width: 100%; }
    }


 /* ============================================
Ready to Create Your Success Story?
 ============================================ */


    .cta-success-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .cta-success-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .cta-success-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(138, 15, 251, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Wrapper */
    .cta-success-wrapper {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background: #f6f0fe ;
        border: 1.5px solid #8a0ffb;
        border-radius: 24px;
        padding: 55px 50px;
        text-align: center;
        transition: 0.3s;
    }

    .cta-success-wrapper:hover {
        border-color: #8a0ffb;
        box-shadow: 0 15px 50px rgba(138, 15, 251, 0.06);
    }

    /* Content */
    .cta-success-content .section-head {
        margin-bottom: 20px;
    }

   


    .cta-success-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 750px;
        margin: 0 auto 14px;
    }

    .cta-success-desc.last-desc {
        margin-bottom: 0;
    }

    /* Buttons */
    .cta-success-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .cta-success-btn-primary {
        display: inline-block;
        background: #8a0ffb;
        color: #000;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .cta-success-btn-primary:hover {
        background: white;
        color: black;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.3);
    }

    .cta-success-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #8a0ffb;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #8a0ffb;
    }

    .cta-success-btn-secondary:hover {
        background: #8a0ffb;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(138, 15, 251, 0.2);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .cta-success-wrapper {
            padding: 45px 35px;
            border-radius: 20px;
        }

        .cta-success-content .section-head h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 991px) {
        .cta-success-section {
            padding: 40px 0;
        }

        .cta-success-wrapper {
            padding: 40px 30px;
            margin: 0 15px;
        }

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

    @media (max-width: 768px) {
        .cta-success-wrapper {
            padding: 30px 20px;
            border-radius: 18px;
        }

        .cta-success-content .section-head h2 {
            font-size: 24px;
        }

        .cta-success-desc {
            font-size: 14px;
        }

        .cta-success-buttons {
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .cta-success-btn-primary,
        .cta-success-btn-secondary {
            width: 100%;
            max-width: 400px;
            text-align: center;
            padding: 12px 20px;
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .cta-success-section {
            padding: 40px 0;
        }

        .cta-success-wrapper {
            padding: 22px 16px;
            border-radius: 16px;
            margin: 0 10px;
        }

        .cta-success-content .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .cta-success-content .section-head h2 {
            font-size: 22px;
        }

        .cta-success-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .cta-success-btn-primary,
        .cta-success-btn-secondary {
            font-size: 13px;
            padding: 10px 16px;
            max-width: 100%;
        }
    }

    @media (max-width: 380px) {
        .cta-success-wrapper {
            padding: 18px 12px;
        }

        .cta-success-content .section-head h2 {
            font-size: 20px;
        }

        .cta-success-desc {
            font-size: 12px;
        }
    }



/* ============================================
Success Stories That Drive Results
 ============================================ */
/* cards section */
.case-study-section{
    background:#000;
    padding:80px 0;
}

.case-scroll-wrapper{
    max-height:900px; /* Change height */
    overflow-y:auto;
    padding-right:10px;
}

/* Gold Scrollbar */
.case-scroll-wrapper::-webkit-scrollbar{
    width:8px;
}

.case-scroll-wrapper::-webkit-scrollbar-track{
    background:#111;
    border-radius:20px;
}

.case-scroll-wrapper::-webkit-scrollbar-thumb{
    background:#8a0ffb;
    border-radius:20px;
}

.case-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.case-study-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.case-study-card {
    background: #111111;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(138, 15, 251, 0.25);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.case-study-card:hover {
    transform: translateY(-6px);
    border-color: #8a0ffb;
    box-shadow: 0 12px 35px rgba(138, 15, 251, 0.22);
}

.case-study-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.case-study-card:hover img {
    transform: scale(1.04);
}

.case-content {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.case-content h3 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 14px 0;
    flex: 1;
}

.case-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #bbbbbb;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 8px;
}

.case-meta i {
    color: #8a0ffb;
    margin-right: 5px;
}

.case-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 10px 22px;
    background: #8a0ffb;
    color: #ffffff !important;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s ease, transform 0.3s ease;
    width: fit-content;
}

.case-study-card:hover .case-btn {
    background: #9f2eff;
    transform: translateX(4px);
}

@media(max-width:991px){
    .case-study-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .case-study-grid{
        grid-template-columns:1fr;
    }

    .case-scroll-wrapper{
        max-height:700px;
    }
}


/* FAQ */
.fq-section {
--fq-accent: #8a0ffb;      /* Rich Gold */
    --fq-accent2: #8a0ffb;     /* Bright Gold */
    --fq-dark: #130426;
    --fq-card: rgba(255, 255, 255, 0.05);

    --fq-border: rgba(138, 15, 251, 0.25);

    --fq-text: #c9d1d9;
    --fq-muted: #8b949e;
    --fq-white: #ffffff;
  --fq-radius: 14px;
  --fq-trans: 0.32s cubic-bezier(.4, 0, .2, 1);
  background: #130426;
  padding: 72px 0 80px;
  overflow: hidden
}

.fq-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .18
}

.fq-blob--1 {
  width: 400px;
  height: 400px;
  background: #8a0ffb;
  top: -120px;
  left: -100px
}

.fq-blob--2 {
  width: 300px;
  height: 300px;
  background: var(--fq-accent2);
  bottom: -80px;
  right: -80px
}

.fq-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.fq-header {
  text-align: center;
  margin-bottom: 48px
}

.fq-badge {
  display: inline-block;
  background: rgb(145 217 4 / .12);
  border: 1px solid var(--fq-border);
  color: #8a0ffb;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px
}

.fq-title {
  color: var(--fq-white);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  letter-spacing: -.02em
}

.fq-title span {
  color: var(--fq-accent)
}

.fq-sub {
  color: var(--fq-muted);
  font-size: .97rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65
}

.fq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.fq-item {
  background: var(--fq-card);
  border: 1px solid var(--fq-border);
  border-radius: var(--fq-radius);
  overflow: hidden;
  transition: border-color var(--fq-trans), box-shadow var(--fq-trans)
}

.fq-item:hover {
  border-color: #8a0ffb;   
}

.fq-item.fq-open {
  border-color: #8a0ffb;
  box-shadow: 0 0 0 1px rgb(145 217 4 / .25), 0 8px 32px rgb(0 0 0 / .35)
}

.fq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  outline: none
}

.fq-btn:focus-visible {
  outline: 2px solid var(--fq-accent);
  outline-offset: -2px
}

.fq-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(145 217 4 / .1);
  border: 1px solid var(--fq-border);
  color: #8a0ffb;
  font-size: .7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .05em;
  transition: background var(--fq-trans), border-color var(--fq-trans)
}

.fq-open .fq-num {
  background: #8a0ffb;
  border-color: #8a0ffb;
  color: var(--fq-dark)
}

h2.fq-q-text {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  color: var(--fq-white);
  transition: color var(--fq-trans)
}

.fq-open h2.fq-q-text {
  color: #8a0ffb;
}

.fq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:#000;
  border: 1px solid var(--fq-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--fq-trans), transform var(--fq-trans)
}

.fq-icon svg {
  width: 13px;
  height: 13px;
  stroke: var(--fq-accent);
  transition: transform var(--fq-trans)
}

.fq-open .fq-icon {
  background: #8a0ffb;
}

.fq-open .fq-icon svg {
  stroke: var(--fq-dark);
  transform: rotate(45deg)
}

.fq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--fq-trans)
}

.fq-answer-inner {
  padding: 0 22px 20px 70px;
  text-align: justify;
  color: var(--fq-text);
  font-size: .94rem;
  line-height: 1.72
}

.fq-more-wrap {
  text-align: center;
  margin-top: 40px
}

.fq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #8a0ffb;
  color: var(--fq-dark);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
  box-shadow: 0 4px 20px rgb(145 217 4 / .25)
}

.fq-more-btn:hover {
  background: var(--fq-accent2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgb(145 217 4 / .35)
}

.fq-more-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--fq-dark);
  flex-shrink: 0;
  transition: transform var(--fq-trans)
}

.fq-more-btn:hover svg {
  transform: translateX(3px)
}

.fq-answer {
  cursor: pointer
}

@media (max-width:600px) {
  .fq-section {
    padding: 52px 0 60px
  }
  .fq-answer-inner {
    padding-left: 22px
  }
  .fq-btn {
    padding: 16px 16px;
    gap: 12px
  }
}

/* ==========================================================================
   CASE STUDIES CTA PHONE BUTTONS & ICONS (CONSISTENT PURPLE PILL)
   ========================================================================== */
.case-btn-primary,
.def-btn-primary,
.matter-btn-primary,
.impact-btn-primary,
.trust-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: #8a0ffb !important;
    color: #ffffff !important;
    padding: 14px 34px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    border: 2px solid #8a0ffb !important;
    box-shadow: 0 4px 15px rgba(138, 15, 251, 0.25) !important;
}

.case-btn-primary i,
.def-btn-primary i,
.matter-btn-primary i,
.impact-btn-primary i,
.trust-btn-primary i {
    color: #ffffff !important;
    font-size: 15px !important;
}

.case-btn-primary:hover,
.def-btn-primary:hover,
.matter-btn-primary:hover,
.impact-btn-primary:hover,
.trust-btn-primary:hover {
    background: #ffffff !important;
    color: #8a0ffb !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(138, 15, 251, 0.35) !important;
}

.case-btn-primary:hover i,
.def-btn-primary:hover i,
.matter-btn-primary:hover i,
.impact-btn-primary:hover i,
.trust-btn-primary:hover i {
    color: #8a0ffb !important;
}

@media (max-width: 576px) {
    .case-buttons,
    .definition-buttons,
    .matter-buttons,
    .impact-split-buttons,
    .trust-buttons {
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
    }
    .case-btn-primary,
    .def-btn-primary,
    .matter-btn-primary,
    .impact-btn-primary,
    .trust-btn-primary {
        width: 100% !important;
        padding: 13px 20px !important;
        font-size: 14px !important;
        text-align: center !important;
    }
}

