/* ========== Services Page Styles ========== */

/* ========== Services Hero Section ========== */
.vi-services-hero-section {
    background: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

.vi-services-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vi-services-subtitle {
    font-size: 18px;
    color: #007bff;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.6;
}

.vi-services-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.vi-services-cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.vi-btn-primary,
.vi-btn-secondary,
.vi-btn-white {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.vi-btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.vi-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.vi-btn-secondary {
    background: white;
    color: #007bff;
    border: 2px solid #007bff;
}

.vi-btn-secondary:hover {
    background: #f9f9f9;
    border-color: #0056b3;
}

.vi-btn-white {
    background: white;
    color: #007bff;
    border: 2px solid white;
}

.vi-btn-white:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: white;
}

/* ========== Services Hero Image ========== */
.vi-services-hero-image {
    position: relative;
}

.vi-services-hero-image img {
    width: 100%;
    border-radius: 10px;
}

/* ========== Section Header ========== */
.vi-section-header {
    margin-bottom: 50px;
}

.vi-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vi-section-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.vi-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
    margin: 20px auto 0;
    border-radius: 2px;
}

/* ========== All Services Section ========== */
.vi-all-services-section {
    background: #f9f9f9;
}

.vi-service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-top: 4px solid #007bff;
}

.vi-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-top-color: #0056b3;
}

.vi-service-icon {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.vi-service-card:hover .vi-service-icon {
    color: #0056b3;
    transform: scale(1.1);
}

.vi-service-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.vi-service-card-text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
}

.vi-service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.vi-service-features li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vi-service-features i {
    color: #007bff;
    font-size: 16px;
}

.vi-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.vi-service-link:hover {
    color: #0056b3;
    gap: 12px;
}

/* ========== Service Process Section ========== */
.vi-service-process-section {
    background: white;
}

.vi-process-card {
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    padding: 35px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.vi-process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.vi-process-number {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 20px rgba(0, 123, 255, 0.2);
}

.vi-process-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.vi-process-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* ========== Why Services Section ========== */
.vi-why-services-section {
    background: #f9f9f9;
}

.vi-why-card {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 4px solid #007bff;
}

.vi-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-top-color: #0056b3;
}

.vi-why-card-icon {
    font-size: 52px;
    color: #007bff;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 86, 179, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vi-why-card:hover .vi-why-card-icon {
    color: #0056b3;
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.2) 0%, rgba(0, 86, 179, 0.2) 100%);
}

.vi-why-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vi-why-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ========== CTA Section ========== */
.vi-services-cta-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
}

.vi-cta-content {
    padding: 50px 30px;
    text-align: center;
}

.vi-cta-title {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.3;
}

.vi-cta-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.vi-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ========== Padding & Background Utilities ========== */
.vi-padding-section {
    padding: 80px 0;
}

.vi-bg-light {
    background-color: #f9f9f9;
}

.text-center {
    text-align: center;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-lg-0 {
    margin-top: 0;
}

.mt-md-50 {
    margin-top: 50px;
}

.mt-sm-40 {
    margin-top: 40px;
}

.mt-xs-40 {
    margin-top: 40px;
}

.mb-xs-40 {
    margin-bottom: 40px;
}

.mb-sm-40 {
    margin-bottom: 40px;
}

/* ========== Responsive Design ========== */
@media (max-width: 991px) {
    .vi-services-title {
        font-size: 36px;
    }

    .vi-section-title {
        font-size: 32px;
    }

    .vi-padding-section {
        padding: 60px 0;
    }

    .vi-services-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .vi-services-cta-buttons a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .vi-services-title {
        font-size: 28px;
    }

    .vi-services-subtitle {
        font-size: 16px;
    }

    .vi-section-title {
        font-size: 26px;
    }

    .vi-service-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .vi-service-card-title {
        font-size: 20px;
    }

    .vi-service-card-text {
        font-size: 14px;
    }

    .vi-service-features li {
        font-size: 13px;
    }

    .vi-process-card {
        padding: 25px 20px;
    }

    .vi-process-number {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .vi-process-title {
        font-size: 18px;
    }

    .vi-process-text {
        font-size: 13px;
    }

    .vi-why-card {
        padding: 30px 20px;
    }

    .vi-why-card-icon {
        width: 70px;
        height: 70px;
        font-size: 42px;
    }

    .vi-why-card-title {
        font-size: 18px;
    }

    .vi-why-card-text {
        font-size: 13px;
    }

    .vi-cta-title {
        font-size: 28px;
    }

    .vi-cta-description {
        font-size: 14px;
    }

    .vi-cta-buttons {
        flex-direction: column;
    }

    .vi-cta-buttons a {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .vi-services-title {
        font-size: 24px;
    }

    .vi-services-subtitle {
        font-size: 15px;
    }

    .vi-section-title {
        font-size: 22px;
    }

    .vi-section-description {
        font-size: 14px;
    }

    .vi-services-text {
        font-size: 14px;
    }

    .vi-btn-primary,
    .vi-btn-secondary,
    .vi-btn-white {
        padding: 12px 25px;
        font-size: 14px;
        width: 100%;
    }

    .vi-services-cta-buttons {
        gap: 15px;
    }

    .vi-service-icon {
        font-size: 36px;
    }

    .vi-service-card-title {
        font-size: 18px;
    }

    .vi-service-card-text {
        font-size: 13px;
    }

    .vi-service-features li {
        font-size: 12px;
    }

    .vi-service-link {
        font-size: 14px;
    }

    .vi-process-number {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .vi-process-title {
        font-size: 16px;
    }

    .vi-process-text {
        font-size: 12px;
    }

    .vi-why-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .vi-why-card-icon {
        width: 60px;
        height: 60px;
        font-size: 32px;
        margin-bottom: 15px;
    }

    .vi-why-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .vi-why-card-text {
        font-size: 12px;
    }

    .vi-cta-title {
        font-size: 22px;
    }

    .vi-cta-description {
        font-size: 13px;
    }
}

/* ========== Animations ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.wow {
    visibility: hidden;
}

.wow.fadeInUp {
    animation: fadeInUp 0.8s ease-in-out;
    animation-fill-mode: both;
}

.wow.fadeInLeft {
    animation: fadeInLeft 0.8s ease-in-out;
    animation-fill-mode: both;
}

.wow.fadeInRight {
    animation: fadeInRight 0.8s ease-in-out;
    animation-fill-mode: both;
}
