﻿.services-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-tag {
    color: #00d26a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 14px;
}

.section-subtitle {
    max-width: 760px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.7;
    color: black;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 32px 24px;
    text-align: left;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    background: linear-gradient(135deg, #081421, #0f2740);
    color: #ffffff;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
        border-color: rgba(0, 210, 106, 0.5);
    }

.icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #00d26a, #00a1ff);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 210, 106, 0.25);
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}

.service-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #00d26a;
    margin-bottom: 14px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #d6dfeb;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    margin-bottom: 24px;
}

    .feature-list li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 12px;
        color: #eef4fb;
        font-size: 15px;
        line-height: 1.5;
    }

        .feature-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #00d26a;
            font-weight: bold;
        }

.service-btn {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, #00d26a, #00a1ff);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

    .service-btn:hover {
        opacity: 0.9;
    }

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    body {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 28px 20px;
    }
}

.why-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: 0.3s;
}

    .box:hover {
        transform: translateY(-8px);
    }

    .box h3 {
        background: #e60023;
        color: #fff;
        padding: 15px;
        margin: 0;
        font-size: 18px;
    }

    .box p {
        padding: 15px;
        color: #444;
        font-size: 14px;
    }

/* STOCKARA PRICING SECTION START */
.stk-pricing-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0d1117, #161b22);
    font-family: Arial, sans-serif;
}

.stk-pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stk-pricing-header {
    text-align: center;
    margin-bottom: 50px;
}

    .stk-pricing-header h2 {
        font-size: 38px;
        color: #ffffff;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .stk-pricing-header p {
        color: #c9d1d9;
        font-size: 16px;
        max-width: 750px;
        margin: 0 auto;
        line-height: 1.7;
    }

.stk-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stk-plan-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    overflow: hidden;
}

    .stk-plan-card:hover {
        transform: translateY(-10px);
    }

.stk-plan-featured {
    border: 3px solid #e11d48;
    transform: scale(1.03);
}

    .stk-plan-featured:hover {
        transform: scale(1.03) translateY(-10px);
    }

.stk-plan-badge {
    display: inline-block;
    background: #e11d48;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.stk-plan-card h3 {
    font-size: 28px;
    color: #111827;
    margin-bottom: 15px;
}

.stk-plan-price {
    font-size: 40px;
    font-weight: 800;
    color: #e11d48;
    margin-bottom: 15px;
}

    .stk-plan-price span {
        font-size: 16px;
        font-weight: 500;
        color: #6b7280;
    }

.stk-plan-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 25px;
}

.stk-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

    .stk-plan-features li {
        font-size: 15px;
        color: #1f2937;
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
        position: relative;
        padding-left: 24px;
    }

        .stk-plan-features li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #e11d48;
            font-weight: bold;
        }

.stk-plan-btn {
    display: inline-block;
    background: #e11d48;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .stk-plan-btn:hover {
        background: #be123c;
    }

@media (max-width: 991px) {
    .stk-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .stk-pricing-header h2 {
        font-size: 28px;
    }

    .stk-pricing-grid {
        grid-template-columns: 1fr;
    }

    .stk-plan-featured {
        transform: scale(1);
    }

        .stk-plan-featured:hover {
            transform: translateY(-10px);
        }
}

body {
    background: linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)), url('https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.stats-section {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    background: linear-gradient(rgba(6, 14, 28, 0.75), rgba(6, 14, 28, 0.75)), url('your-stock-market-background.jpg') center center/cover no-repeat;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

    .stats-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(34, 197, 94, 0.08), rgba(255, 255, 255, 0.02)), radial-gradient(circle at top left, rgba(34, 197, 94, 0.12), transparent 30%);
        pointer-events: none;
    }

.stats-overlay {
    position: relative;
    z-index: 1;
    padding: 25px 20px 25px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
}

.stat-box {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    transition: 0.35s ease;
}

    .stat-box:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 10%;
        right: 0;
        width: 1px;
        height: 80%;
        background: rgba(255, 255, 255, 0.18);
    }

    .stat-box:hover {
        transform: translateY(-8px);
    }

.icon-circle {
    width: 84px;
    height: 84px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 32px;
    color: #fff;
    transition: 0.35s ease;
    background: rgba(255, 255, 255, 0.03);
}

.stat-box:hover .icon-circle {
    border-color: #22c55e;
    color: #22c55e;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.08);
    background: rgba(34, 197, 94, 0.08);
}

.stat-number {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    transition: 0.35s ease;
}

.stat-box:hover .stat-number {
    color: #22c55e;
    text-shadow: 0 0 18px rgba(34, 197, 94, 0.25);
}

.stat-title {
    font-size: 17px;
    color: #e5e7eb;
    opacity: 0.95;
    transition: 0.35s ease;
}

.stat-box:hover .stat-title {
    color: #ffffff;
}

@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 0;
    }

    .stat-box:nth-child(2)::after {
        display: none;
    }

    .stat-box {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-box::after {
        display: none !important;
    }

    .stats-overlay {
        padding: 40px 20px;
    }

    .stat-number {
        font-size: 40px;
    }
}
/* STOCKARA CUSTOMER REVIEW SECTION CSS START */
.stk-review-wrap {
    width: 100%;
    padding: 80px 20px;
    background: linear-gradient(135deg, #07131f, #0d2238);
    position: relative;
    overflow: hidden;
}

    .stk-review-wrap::before {
        content: "";
        position: absolute;
        top: -120px;
        left: -120px;
        width: 260px;
        height: 260px;
        background: rgba(255, 0, 0, 0.08);
        border-radius: 50%;
        filter: blur(20px);
    }

    .stk-review-wrap::after {
        content: "";
        position: absolute;
        right: -100px;
        bottom: -100px;
        width: 240px;
        height: 240px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 50%;
        filter: blur(30px);
    }

.stk-review-shell {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.stk-review-head {
    text-align: center;
    margin-bottom: 50px;
}

.stk-review-mini-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #c40000;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.stk-review-main-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

    .stk-review-main-title span {
        color: #ff3c3c;
    }

.stk-review-subtext {
    max-width: 760px;
    margin: 0 auto;
    font-size: 15px;
    color: #cdd8e3;
    line-height: 1.8;
}

.stk-review-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.stk-review-card-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 28px 22px;
    transition: all 0.35s ease;
    position: relative;
    backdrop-filter: blur(6px);
}

    .stk-review-card-item:hover {
        transform: translateY(-8px);
        border-color: #ff3c3c;
        box-shadow: 0 16px 35px rgba(255, 60, 60, 0.18);
    }

    .stk-review-card-item::before {
        content: "“";
        position: absolute;
        top: 14px;
        right: 18px;
        font-size: 68px;
        color: rgba(255, 60, 60, 0.12);
        font-weight: 700;
        line-height: 1;
    }

.stk-review-service-tag {
    display: inline-block;
    background: #c40000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stk-review-stars {
    font-size: 19px;
    color: #ffd34d;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.stk-review-message {
    font-size: 14px;
    color: #edf3f9;
    line-height: 1.8;
    margin-bottom: 22px;
    min-height: 120px;
}

.stk-review-user-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.stk-review-user-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c40000, #ff4d4d);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.stk-review-user-info h4 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.stk-review-user-info span {
    font-size: 13px;
    color: #b8c7d6;
}

.stk-review-btn-row {
    text-align: center;
    margin-top: 40px;
}

.stk-review-main-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #c40000;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    transition: all 0.3s ease;
}

    .stk-review-main-btn:hover {
        background: #ffffff;
        color: #c40000;
    }

@media (max-width: 991px) {
    .stk-review-grid-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .stk-review-main-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .stk-review-wrap {
        padding: 60px 15px;
    }

    .stk-review-grid-box {
        grid-template-columns: 1fr;
    }

    .stk-review-main-title {
        font-size: 26px;
    }

    .stk-review-message {
        min-height: auto;
    }
}

.stk-btn-open {
    display: inline-block;
    padding: 12px 26px;
    background: #c1121f;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

    .stk-btn-open:hover {
        background: #9b0d18;
    }

/* Overlay */
.stk-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

/* Form Box */
.stk-form-container {
    background: #ffffff;
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
    padding: 30px 25px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    animation: stkFade 0.3s ease;
    text-align: center;
}

/* Close Button */
.stk-close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 28px;
    cursor: pointer;
}

/* Title */
.stk-form-title {
    margin-bottom: 5px;
    color: #c1121f;
    font-size: 24px;
    font-weight: 700;
}

.stk-form-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Form Inputs */
.stk-form-box input,
.stk-form-box select,
.stk-form-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

    .stk-form-box input:focus,
    .stk-form-box select:focus,
    .stk-form-box textarea:focus {
        border-color: #c1121f;
    }

/* Submit Button */
.stk-submit-btn {
    width: 100%;
    padding: 12px;
    background: #c1121f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .stk-submit-btn:hover {
        background: #9b0d18;
    }

/* Animation */
@keyframes stkFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stk-contact-info-wrap {
    width: 100%;
    background: #f3f3f3;
    padding: 16px;
    box-sizing: border-box;
}

.stk-contact-info-box {
    max-width: 700px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #6f7682;
}

.stk-contact-info-title {
    margin: 0 0 24px 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #10213b;
    letter-spacing: 0.2px;
}

.stk-contact-info-gap {
    margin-top: 28px;
}

.stk-contact-info-text {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    color: #7a808b;
}

.stk-contact-info-link {
    color: #7a808b;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .stk-contact-info-link:hover {
        color: #10213b;
        text-decoration: underline;
    }

.stk-contact-info-sat {
    margin-top: 26px;
}

@media (max-width:768px) {
    .stk-contact-info-wrap {
        padding: 14px;
    }

    .stk-contact-info-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .stk-contact-info-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .stk-contact-info-gap {
        margin-top: 24px;
    }

    .stk-contact-info-sat {
        margin-top: 18px;
    }
}

/* STOCKARA CUSTOMER REVIEW SECTION CSS END */

/* Premium Services Section - Solid Purple Blue Red */
.categories {
    background: #f4f5ff !important;
    padding: 85px 0 !important;
}

    .categories .text-center h1 {
        color: #071a44 !important;
        font-weight: 900;
        font-size: 48px;
    }

        .categories .text-center h1 span {
            color: #700F43 !important;
        }

    .categories .text-center p {
        color: #46536c;
        font-size: 16px;
        line-height: 1.9;
    }

    /* Service Cards */
    .categories .categories-item {
        background: #ffffff !important;
        border: 1px solid #dde3f5 !important;
        border-radius: 26px !important;
        padding: 18px !important;
        box-shadow: 0 20px 50px rgba(7,26,68,.08);
    }

        .categories .categories-item:hover {
            transform: translateY(-10px);
            border-color: #5B4DEB !important;
            box-shadow: 0 28px 70px rgba(91,77,235,.18);
        }

    .categories .categories-content {
        background: #ffffff !important;
        border-radius: 22px !important;
        padding: 42px 28px !important;
        min-height: 325px;
        border-top: 6px solid #700F43 !important;
    }

        .categories .categories-content h4 {
            color: #071a44 !important;
            font-size: 27px;
            font-weight: 900;
            line-height: 1.25;
            margin-bottom: 22px;
        }

    .categories .categories-review .me-3 {
        color: #56627a !important;
        font-size: 16px;
        line-height: 1.8;
        text-align: center !important;
    }

    /* Button */
    .categories .stk-btn-open {
        background: #700F43 !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 50px !important;
        padding: 15px 32px !important;
        font-weight: 900;
        box-shadow: 0 14px 35px rgba(112,15,67,.22);
    }

        .categories .stk-btn-open:hover {
            background: #5B4DEB !important;
            transform: translateY(-4px);
        }

/* Arrows */
.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    background: #700F43 !important;
    color: #ffffff !important;
    border-radius: 18px !important;
}

    .categories-carousel .owl-nav .owl-prev:hover,
    .categories-carousel .owl-nav .owl-next:hover {
        background: #2455FF !important;
    }
/* ===========================
   ULTRA PREMIUM SERVICES
=========================== */

.services-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px; /* Top & Bottom 20px */
    position: relative;
}

/* Header */

.section-title {
    font-size: 36px;
    font-weight: 900;
    color: #071a44;
    margin-bottom: 18px;
    line-height: 1.1;
}

.section-subtitle {
    max-width: 850px;
    margin: 0 auto 60px;
    font-size: 18px;
    line-height: 1.9;
    color: #56627a;
}

/* Grid */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    padding: 20px 0; /* top bottom spacing */
}

/* Card */

.service-card {
    background: #071a44;
    border-radius: 32px;
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    transition: .4s;
}

    /* Premium Top Line */

    .service-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #700F43;
    }

    .service-card:nth-child(2)::before {
        background: #5B4DEB;
    }

    .service-card:nth-child(3)::before {
        background: #2455FF;
    }

    /* Hover */

    .service-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 30px 80px rgba(91,77,235,.22);
    }

/* Icon */

.icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: #10284a;
    border: 1px solid rgba(255,255,255,.08);
    font-size: 36px;
    margin-bottom: 30px;
}

/* Title */

.service-card h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 18px;
}

/* Subtitle */

.service-card h4 {
    color: #00d084;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Description */

.service-card p {
    color: #c8d2df;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
}

/* Features */

.feature-list {
    margin-top: 25px;
    margin-bottom: 35px;
}

    .feature-list li {
        color: #fff;
        font-size: 17px;
        margin-bottom: 18px;
    }

/* Button */

.service-btn {
    background: #700F43;
    color: #fff;
    padding: 16px 35px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(112,15,67,.25);
}

    .service-btn:hover {
        background: #5B4DEB;
        color: #fff;
    }

/* Mobile */

@media(max-width:991px) {

    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-title {
        font-size: 42px;
    }

    .service-card h3 {
        font-size: 42px;
    }
}


/* ===========================
   PREMIUM WHY CHOOSE SECTION
=========================== */

.blog {
    background: #f5f7ff !important;
    padding: 90px 0 !important;
}

    .blog .text-center h1 {
        color: #071a44 !important;
        font-size: 48px;
        font-weight: 900;
        line-height: 1.15;
    }

        .blog .text-center h1 span {
            color: #e60023 !important;
        }

    .blog .text-center p {
        color: #526078;
        font-size: 16px;
        line-height: 1.8;
    }

/* Grid */
.why-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 35px 10px 10px;
}

    /* Card */
    .why-section .box {
        background: #ffffff;
        border-radius: 22px;
        overflow: hidden;
        border: 1px solid #e3e7f5;
        box-shadow: 0 18px 45px rgba(7, 26, 68, .08);
        transition: .35s ease;
    }

        .why-section .box:hover {
            transform: translateY(-10px);
            border-color: #5B4DEB;
            box-shadow: 0 28px 65px rgba(91, 77, 235, .16);
        }

        /* Card Header */
        .why-section .box h3 {
            background: #e60023 !important;
            color: #ffffff;
            padding: 18px 20px;
            font-size: 19px;
            font-weight: 800;
            line-height: 1.3;
            margin: 0;
        }

        /* Color Variation */
        .why-section .box:nth-child(2) h3,
        .why-section .box:nth-child(6) h3 {
            background: #5B4DEB !important;
        }

        .why-section .box:nth-child(3) h3,
        .why-section .box:nth-child(7) h3 {
            background: #2455FF !important;
        }

        .why-section .box:nth-child(4) h3,
        .why-section .box:nth-child(8) h3 {
            background: #8D7DFF !important;
        }

        /* Icons */
        .why-section .box h3 i {
            background: rgba(255,255,255,.18);
            width: 34px;
            height: 34px;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
        }

        /* Text */
        .why-section .box p {
            padding: 24px 22px;
            color: #46536c;
            font-size: 15px;
            line-height: 1.8;
            margin: 0;
        }

/* Mobile */
@media (max-width: 991px) {
    .why-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .why-section {
        grid-template-columns: 1fr;
    }

    .blog .text-center h1 {
        font-size: 34px;
    }
}