/* Vidyaan Home — Modern Professional Design */
:root {
    --v-primary: #1a3a5c;
    --v-primary-light: #314f6e;
    --v-accent: #ff8d2b;
    --v-accent-hover: #e67a1a;
    --v-dark: #0f2440;
    --v-text: #4a5568;
    --v-text-light: #718096;
    --v-bg-light: #f7f9fc;
    --v-white: #ffffff;
    --v-border: #e2e8f0;
    --v-shadow: 0 4px 24px rgba(26, 58, 92, 0.08);
    --v-shadow-lg: 0 20px 60px rgba(26, 58, 92, 0.12);
    --v-radius: 16px;
    --v-radius-sm: 10px;
    --v-font: 'Plus Jakarta Sans', 'Muli', sans-serif;
}

.v-home { font-family: var(--v-font); color: var(--v-text); overflow-x: hidden; }

/* ── HERO ── */
.v-hero {
    position: relative;
    background: linear-gradient(135deg, #0f2440 0%, #1a3a5c 40%, #2a5580 100%);
    padding: 130px 0 80px;
    overflow: hidden;
}
.v-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.v-hero-glow {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,141,43,0.15) 0%, transparent 70%);
    top: -100px; right: -100px;
    pointer-events: none;
}
.v-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,141,43,0.15);
    border: 1px solid rgba(255,141,43,0.3);
    color: #ffb366;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.v-hero-badge i { font-size: 12px; }
.v-hero h1 {
    color: var(--v-white);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}
.v-hero h1 span { color: var(--v-accent); }
.v-hero-desc {
    color: rgba(255,255,255,0.82);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 540px;
}
.v-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.v-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--v-accent);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none !important;
}
.v-btn-primary:hover {
    background: var(--v-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,141,43,0.35);
    color: #fff !important;
}
.v-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none !important;
}
.v-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff !important;
}
.v-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.v-hero-stat strong {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
}
.v-hero-stat span {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    font-weight: 500;
}

/* Hero Laptop Image */
.v-hero-laptop {
    text-align: center;
    position: relative;
}
.v-hero-laptop .box-banner {
    width: 100%;
    max-width: 620px;
    height: auto;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
    animation: vFloat 4s ease-in-out infinite;
}
@keyframes vFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
@media (max-width: 991px) {
    .v-hero-laptop { margin-top: 40px; }
    .v-hero-laptop .box-banner { width: 100%; max-width: 480px; }
}

/* Demo modal styles live in master.blade.php (site-wide) */

/* ── TRUST BAR ── */
.v-trust-bar {
    background: var(--v-white);
    padding: 28px 0;
    border-bottom: 1px solid var(--v-border);
    box-shadow: var(--v-shadow);
}
.v-trust-item {
    text-align: center;
    padding: 10px;
}
.v-trust-item i {
    font-size: 28px;
    color: var(--v-accent);
    margin-bottom: 8px;
    display: block;
}
.v-trust-item h4 {
    color: var(--v-primary);
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
}
.v-trust-item p {
    color: var(--v-text-light);
    font-size: 13px;
    margin: 4px 0 0;
    font-weight: 500;
}

/* ── SECTION COMMON ── */
.v-section { padding: 80px 0; }
.v-section-compact { padding: 48px 0; }
.v-section-alt { background: var(--v-bg-light); }
.v-section-header { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.v-section-header-compact { margin-bottom: 28px; }
.v-section-header-compact p { margin-bottom: 0; }
.v-accent-text { color: var(--v-accent); }
.v-section-label {
    display: inline-block;
    color: var(--v-accent);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.v-section-header h2 {
    color: var(--v-primary);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.25;
}
.v-section-header p {
    color: var(--v-text-light);
    font-size: 1.05rem;
    line-height: 1.7;
}

/* ── WHY CHIPS (Compact Colorful) ── */
.v-why-section { background: var(--v-bg-light); }
.v-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.v-why-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: transform 0.25s, box-shadow 0.25s;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    min-height: unset;
}
.v-why-chip:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}
.v-why-chip-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.28);
}
.v-why-chip-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.v-why-chip-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.v-why-blue       { background: linear-gradient(135deg, #3284bf, #1a6fa8); }
.v-why-green      { background: linear-gradient(135deg, #20ab5c, #178a47); }
.v-why-violet     { background: linear-gradient(135deg, #8a8cbd, #6b6da0); }
.v-why-red        { background: linear-gradient(135deg, #ff6d33, #e05520); }
.v-why-teal       { background: linear-gradient(135deg, #109d87, #0b7d6c); }
.v-why-yellow     { background: linear-gradient(135deg, #FFD96D, #f5c030); }
.v-why-yellow .v-why-chip-title { color: #5a4a10; }
.v-why-yellow .v-why-chip-icon { background: rgba(255,255,255,0.45); }
.v-why-yellow .v-why-chip-icon img { filter: none; }
.v-why-orange     { background: linear-gradient(135deg, #ff4500, #d93a00); }
.v-why-lightgreen { background: linear-gradient(135deg, #8dd17e, #6db85e); }
.v-why-lightgreen .v-why-chip-title { color: #2d5a22; }
.v-why-lightgreen .v-why-chip-icon { background: rgba(255,255,255,0.45); }
.v-why-lightgreen .v-why-chip-icon img { filter: none; }

@media (max-width: 991px) {
    .v-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .v-why-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .v-why-chip { padding: 10px 12px; gap: 10px; }
    .v-why-chip-icon { width: 36px; height: 36px; min-width: 36px; }
    .v-why-chip-title { font-size: 12px; }
}

.v-form-group { margin-bottom: 14px; }
.v-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--v-primary);
    margin-bottom: 6px;
}
.v-form-group label span { color: #e53e3e; }
.v-form-group input {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--v-border);
    border-radius: var(--v-radius-sm);
    font-size: 14px;
    font-family: var(--v-font);
    transition: border-color 0.2s;
    background: #fafbfc;
}
.v-form-group input:focus {
    outline: none;
    border-color: var(--v-primary-light);
    background: #fff;
}
.v-form-submit {
    width: 100%;
    padding: 14px;
    background: var(--v-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 6px;
}
.v-form-submit:hover {
    background: var(--v-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255,141,43,0.35);
}

/* ── OFFERINGS TABS ── */
.v-offerings { background: var(--v-bg-light); }
.v-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.v-tab-btn {
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid var(--v-border);
    background: var(--v-white);
    color: var(--v-primary);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--v-font);
}
.v-tab-btn.active,
.v-tab-btn:hover {
    background: var(--v-primary);
    border-color: var(--v-primary);
    color: #fff;
}
.v-tab-panel { display: none; animation: vFadeIn 0.4s ease; }
.v-tab-panel.active { display: block; }
@keyframes vFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.v-offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}
.v-offer-card {
    background: var(--v-white);
    border-radius: var(--v-radius);
    padding: 28px;
    border: 1px solid var(--v-border);
    transition: all 0.3s;
}
.v-offer-card:hover {
    box-shadow: var(--v-shadow);
    transform: translateY(-4px);
}
.v-offer-card i {
    font-size: 28px;
    color: var(--v-accent);
    margin-bottom: 16px;
    display: block;
}
.v-offer-card h4 {
    color: var(--v-primary);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.v-offer-card p {
    color: var(--v-text-light);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* ── CORE MODULES ── */
.v-core-section {
    padding: 72px 0 64px;
    background: #fff;
    overflow: hidden;
}
.v-core-section > .container:first-child {
    margin-bottom: 48px;
}
.v-core-item {
    padding: 56px 0;
    background: #fff;
}
.v-core-item--alt {
    background: var(--v-bg-light);
}
.v-core-grid {
    display: grid;
    grid-template-columns: minmax(220px, 34%) 1fr;
    gap: 40px;
    align-items: center;
}
.v-core-grid--flip {
    direction: rtl;
}
.v-core-grid--flip > * {
    direction: ltr;
}
.v-core-media {
    width: 100%;
    max-width: 340px;
    justify-self: center;
}
.v-core-grid--flip .v-core-media {
    justify-self: center;
}
.v-core-img-wrap {
    background: linear-gradient(160deg, #eef3f9 0%, #ffffff 55%, #fff8f0 100%);
    border: 1px solid var(--v-border);
    border-radius: 16px;
    padding: 16px 14px;
    box-shadow: 0 12px 36px rgba(26, 58, 92, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.v-core-img-wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(26, 58, 92, 0.11);
}
.v-core-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    margin: 0 auto;
}
.v-core-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.v-core-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 12px;
    background: linear-gradient(135deg, var(--v-primary) 0%, #2a5580 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
    box-shadow: 0 6px 18px rgba(26, 58, 92, 0.28);
}
.v-core-tag {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 141, 43, 0.12);
    color: var(--v-accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-radius: 50px;
    border: 1px solid rgba(255, 141, 43, 0.25);
}
.v-core-text h3 {
    color: var(--v-primary);
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}
.v-core-points,
.v-core-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid var(--v-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(26, 58, 92, 0.05);
}
.v-core-item--alt .v-core-points {
    background: #fff;
}
.v-core-points li,
.v-core-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    color: var(--v-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    border-bottom: 1px solid #e8edf3;
}
.v-core-points li:last-child,
.v-core-list li:last-child {
    border-bottom: none;
}
.v-core-check {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: rgba(255, 141, 43, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.v-core-check i {
    color: var(--v-accent);
    font-size: 11px;
}
.v-core-footer {
    text-align: center;
    padding-top: 24px;
}
.v-core-footer .v-btn-primary {
    font-size: 15px;
    padding: 14px 36px;
}

@media (max-width: 991px) {
    .v-core-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .v-core-grid--flip {
        direction: ltr;
    }
    .v-core-media {
        max-width: 280px;
        margin: 0 auto;
    }
    .v-core-item {
        padding: 40px 0;
    }
    .v-core-text h3 {
        margin-bottom: 20px;
    }
    .v-core-img-wrap {
        padding: 14px 12px;
    }
    .v-core-img-wrap img {
        max-height: 180px;
    }
}
@media (max-width: 575px) {
    .v-core-section { padding: 48px 0 40px; }
    .v-core-points li,
    .v-core-list li { font-size: 14px; padding: 12px 16px; }
}

/* legacy feature aliases */
.v-feature-block { padding: 60px 0; }
.v-feature-block:nth-child(even) { background: var(--v-bg-light); }
.v-feature-block h3 {
    color: var(--v-primary);
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 24px;
}
.v-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.v-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: var(--v-text);
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid var(--v-border);
}
.v-feature-list li:last-child { border-bottom: none; }
.v-feature-list li i {
    color: var(--v-accent);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.v-feature-img {
    border-radius: var(--v-radius);
    box-shadow: var(--v-shadow-lg);
    width: 100%;
    height: auto;
}
.v-feature-block .row.flex-row-reverse {
    flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .v-feature-block .row.flex-row-reverse {
        flex-direction: column;
    }
}

/* ── APP SECTION ── */
.v-app-section {
    position: relative;
    padding: 64px 0;
    background: linear-gradient(135deg, #eef3f9 0%, #f8fafc 50%, #eef4ff 100%);
    overflow: hidden;
}
.v-app-bg-shape {
    position: absolute;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,141,43,0.08) 0%, transparent 70%);
    top: -80px; right: -80px;
    pointer-events: none;
}

/* Phone visual */
.v-app-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
}
.v-app-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(49, 79, 110, 0.08);
}
.v-app-ring-1 { width: 320px; height: 320px; animation: vAppPulse 4s ease-in-out infinite; }
.v-app-ring-2 { width: 380px; height: 380px; animation: vAppPulse 4s ease-in-out infinite 0.6s; }
@keyframes vAppPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.04); opacity: 1; }
}
.v-app-phone {
    position: relative;
    z-index: 2;
    max-height: 440px;
    width: auto;
    max-width: 100%;
    filter: drop-shadow(0 28px 56px rgba(26, 58, 92, 0.22));
    animation: vAppFloat 5s ease-in-out infinite;
}
@keyframes vAppFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.v-app-badge-float {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 14px;
    border-radius: 50px;
    box-shadow: 0 6px 24px rgba(26, 58, 92, 0.12);
    font-size: 12px;
    font-weight: 600;
    color: var(--v-primary);
    white-space: nowrap;
    animation: vAppFloat 4s ease-in-out infinite;
}
.v-app-badge-float i { color: var(--v-accent); font-size: 14px; }
.v-app-badge-1 { top: 18%; left: 0; animation-delay: 0s; }
.v-app-badge-2 { bottom: 28%; left: -8px; animation-delay: 0.8s; }
.v-app-badge-3 { top: 32%; right: 0; animation-delay: 1.4s; }

/* Content */
.v-app-content { padding-left: 20px; }
.v-app-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,141,43,0.12);
    color: var(--v-accent);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}
.v-app-section h2 {
    color: var(--v-primary);
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}
.v-app-lead {
    color: var(--v-text-light);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 520px;
}

/* Role tags */
.v-app-roles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.v-app-roles span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1.5px solid var(--v-border);
    color: var(--v-primary);
    padding: 7px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.25s;
}
.v-app-roles span i { color: var(--v-accent); font-size: 12px; }
.v-app-roles span:hover {
    border-color: var(--v-accent);
    background: rgba(255,141,43,0.06);
}

/* Benefit cards */
.v-app-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}
.v-app-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--v-border);
    transition: box-shadow 0.25s, transform 0.25s;
}
.v-app-benefit:hover {
    box-shadow: var(--v-shadow);
    transform: translateY(-2px);
}
.v-app-benefit-icon {
    width: 40px; height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--v-primary-light), var(--v-primary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.v-app-benefit strong {
    display: block;
    color: var(--v-primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.v-app-benefit span {
    color: var(--v-text-light);
    font-size: 11px;
    line-height: 1.3;
}

/* Download */
.v-app-download {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.v-app-store-btn img {
    height: 52px;
    transition: transform 0.25s;
}
.v-app-store-btn:hover img { transform: scale(1.05); }
.v-app-rating { display: flex; flex-direction: column; gap: 4px; }
.v-app-stars { display: flex; gap: 2px; }
.v-app-stars i { color: #ffb020; font-size: 14px; }
.v-app-rating > span {
    color: var(--v-text-light);
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .v-app-content { padding-left: 0; text-align: center; }
    .v-app-lead { margin-left: auto; margin-right: auto; }
    .v-app-roles { justify-content: center; }
    .v-app-benefits { max-width: 480px; margin-left: auto; margin-right: auto; }
    .v-app-download { justify-content: center; }
    .v-app-visual { min-height: 360px; margin-bottom: 12px; }
    .v-app-badge-1 { left: 5%; }
    .v-app-badge-2 { left: 2%; }
    .v-app-badge-3 { right: 5%; }
}
@media (max-width: 575px) {
    .v-app-benefits { grid-template-columns: 1fr; }
    .v-app-badge-float { display: none; }
    .v-app-phone { max-height: 340px; }
    .v-app-section { padding: 48px 0; }
}

/* ── SERVICES ── */
.v-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
}
.v-service-card {
    background: var(--v-white);
    border: 1px solid var(--v-border);
    border-radius: var(--v-radius);
    padding: 32px 24px;
    text-align: center;
    transition: all 0.35s;
    text-decoration: none !important;
}
.v-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--v-shadow-lg);
    border-color: var(--v-accent);
}
.v-service-card img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}
.v-service-card h5 {
    color: var(--v-primary);
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

/* ── TESTIMONIALS ── */
.v-testimonials-section {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%);
}
.v-testimonials-wrap { position: relative; }
.v-testimonials-carousel .owl-stage-outer { padding: 8px 0 16px; }
.v-testimonials-carousel .owl-item { padding: 0 10px; }
.v-testimonial-slide { height: 100%; }

.v-testimonial-card {
    background: var(--v-white);
    border-radius: var(--v-radius);
    padding: 24px 22px 20px;
    border: 1px solid var(--v-border);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}
.v-testimonial-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--v-accent), var(--v-primary-light));
    border-radius: 4px 0 0 4px;
}
.v-testimonial-card:hover {
    box-shadow: var(--v-shadow-lg);
    transform: translateY(-4px);
}
.v-testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.v-testimonial-stars {
    display: flex;
    gap: 3px;
}
.v-testimonial-stars i {
    color: #ffb020;
    font-size: 13px;
}
.v-testimonial-mark {
    color: var(--v-primary-light);
    opacity: 0.2;
    font-size: 28px;
    line-height: 1;
}
.v-testimonial-text {
    color: var(--v-text);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.v-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--v-border);
    margin-top: auto;
}
.v-testimonial-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--v-primary-light), var(--v-primary));
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-testimonial-author h5 {
    color: var(--v-primary);
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
    line-height: 1.3;
}
.v-testimonial-author span {
    color: var(--v-text-light);
    font-size: 12px;
    line-height: 1.3;
    display: block;
}

/* Owl nav dots for testimonials */
.v-testimonials-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.v-testimonials-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px 5px;
    background: #cbd5e0;
    transition: all 0.3s;
}
.v-testimonials-carousel .owl-dot.active span,
.v-testimonials-carousel .owl-dot:hover span {
    background: var(--v-accent);
    width: 22px;
    border-radius: 4px;
}

/* ── CLIENTS ── */
.v-clients-section {
    padding: 60px 0;
    background: var(--v-white);
}
.v-clients-section h3 {
    text-align: center;
    color: var(--v-primary);
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 40px;
}
.v-clients-section h3 span { color: var(--v-accent); }

/* ── CTA BANNER ── */
.v-cta-banner {
    background: linear-gradient(90deg, var(--v-primary), #2a5580);
    padding: 48px 0;
    text-align: center;
}
.v-cta-banner h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.v-cta-banner p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 24px;
    font-size: 15px;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .v-hero { padding: 110px 0 60px; }
    .v-section { padding: 60px 0; }
}
@media (max-width: 575px) {
    .v-hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
    }
    .v-hero-stat { text-align: center; }
    .v-hero-desc { font-size: 0.95rem; }
    .v-hero-actions { flex-direction: column; align-items: stretch; }
    .v-hero-actions .v-btn-primary,
    .v-hero-actions .v-btn-outline { width: 100%; justify-content: center; }
    .v-hero-stat strong { font-size: 1.25rem; }
    .v-trust-item h4 { font-size: 1.1rem; }
    .v-tabs-nav { gap: 8px; }
    .v-tab-btn { padding: 10px 16px; font-size: 13px; }
    .v-offer-grid { grid-template-columns: 1fr; }
}
