/**
 * Nayana Group — Video Editing Service Page
 */

.ve-text-sub-900 { max-width: 900px; }
.ve-text-sub-850 { max-width: 850px; }

.ve-page .bg-light-blue {
    background-color: #edf4fe;
}

/* Hero */
.ve-page .ve-hero {
    background: linear-gradient(135deg, #000080 0%, #6600d3 55%, #4a0099 100%);
    color: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.ve-page .ve-hero-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.ve-page .ve-hero-title span {
    background: linear-gradient(90deg, #ef4a44, #ff8a65);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ve-page .ve-hero-subtext {
    font-size: 1.05rem;
    margin-top: 15px;
    color: #eee;
    line-height: 1.7;
}

.ve-page .ve-stat-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ve-page .ve-stat-badge i {
    color: #ef4a44;
}

.ve-page .ve-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ve-page .ve-hero-media {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    border: 3px solid rgba(255, 255, 255, 0.15);
}

.ve-page .ve-hero-media img {
    width: 100%;
    height: auto;
    display: block;
}

/* Form */
.ve-page .glass-form {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.ve-page .form-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 1rem;
}

.ve-page .glass-form .form-control {
    background: #fff;
    border: none;
    border-radius: 8px;
    padding-left: 40px;
    color: #333;
}

.ve-page .glass-form .form-control:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(239, 74, 68, 0.4);
}

.ve-page .form-title {
    font-weight: 600;
    font-size: 1.3rem;
    color: #fff;
}

/* Typography & sections */
.ve-page .section-heading {
    font-size: 30px;
    color: #000080;
    font-weight: 700;
    padding-bottom: 16px;
}

.ve-page .text-sub {
    color: #333;
    font-size: 17px;
    line-height: 1.7;
}

/* Cards */
.ve-page .ve-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.ve-page .ve-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(102, 0, 211, 0.15);
}

.ve-page .ve-card h3,
.ve-page .ve-card h5 {
    color: #000080;
    font-weight: 700;
}

.ve-page .ve-card i {
    color: #6600d3;
}

.ve-page .ve-service-card {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.ve-page .ve-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(102, 0, 211, 0.18);
}

.ve-page .ve-service-card h3 {
    color: #000080;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ve-page .ve-service-card p {
    color: #444;
    font-size: 14px;
    margin: 0;
}

.ve-page .ve-service-card i {
    font-size: 1.75rem;
    color: #6600d3;
    margin-bottom: 12px;
}

/* AI highlight */
.ve-page .ve-ai-banner {
    background: linear-gradient(135deg, #0f172a, #1e1b4b, #312e81);
    border-radius: 20px;
    color: #fff;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.ve-page .ve-ai-banner h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.ve-page .ve-ai-banner p {
    color: #cbd5e1;
    line-height: 1.7;
}

.ve-page .ve-ai-banner .theme-btn-1 {
    font-size: 14px;
    padding: 10px 22px;
}

/* Process */
.ve-page .process-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.ve-page .process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.ve-page .process-number {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #6600d3, #000080);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ve-page .process-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    background: rgba(102, 0, 211, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ve-page .process-icon i {
    font-size: 26px;
    color: #6600d3;
}

.ve-page .process-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000080;
    margin-bottom: 8px;
}

.ve-page .process-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Benefits */
.ve-page .benefit-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    padding: 24px 16px;
}

.ve-page .benefit-card:hover {
    transform: translateY(-5px);
}

.ve-page .benefit-icon {
    width: 56px;
    height: 56px;
    background: rgba(239, 74, 68, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.ve-page .benefit-icon i {
    color: #ef4a44;
    font-size: 22px;
}

.ve-page .benefit-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000080;
}

/* Buttons */
.ve-page .theme-btn-1 {
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

.ve-page .ve-hero-buttons .theme-btn-1 {
    padding: 10px 22px;
}

.ve-page .glass-form .theme-btn-1 {
    width: 100%;
    padding: 10px 18px;
}

.ve-page .ve-cta-section {
    background: linear-gradient(90deg, #6600d3, #ef4a44);
    color: #fff;
    border-radius: 20px;
    padding: 48px 32px;
    text-align: center;
}

.ve-page .ve-cta-section h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.ve-page .ve-cta-section p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 24px;
}

@media (max-width: 991px) {
    .ve-page .ve-hero-title {
        font-size: 2rem;
    }

    .ve-page .ve-ai-banner {
        padding: 28px 20px;
    }
}
