﻿/*=========================================================
                    SERVICES BANNER
=========================================================*/



/*=========================================================
                    SERVICES SECTION
=========================================================*/

.services-section {
    padding: 100px 0;
}

.services-grid {
    width: 90%;
    max-width: 1400px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.service-box {
    background: #fff;
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: .35s;
}

    .service-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,.15);
    }

    .service-box .icon {
        width: 90px;
        height: 90px;
        margin: auto auto 25px;
        border-radius: 50%;
        background: linear-gradient(135deg,#0d47a1,#1565c0);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 40px;
    }

    .service-box h3 {
        color: #0d47a1;
        font-size: 26px;
        margin-bottom: 18px;
    }

    .service-box p {
        color: #666;
        font-size: 16px;
        line-height: 1.9;
    }

/*=========================================================
                    FEATURED SERVICE
=========================================================*/

.featured-service {
    background: #f8f9fc;
    padding: 100px 0;
}

.featured-grid {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.featured-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.featured-content span {
    color: #ff9800;
    font-weight: 700;
    letter-spacing: 1px;
}

.featured-content h2 {
    color: #0d47a1;
    font-size: 46px;
    margin: 20px 0;
    line-height: 1.3;
}

.featured-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 18px;
}

.feature-list {
    margin-top: 25px;
}

    .feature-list li {
        margin-bottom: 14px;
        color: #444;
        font-size: 17px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .feature-list li::before {
            content: "✔";
            color: #0d47a1;
            font-weight: bold;
        }

/*=========================================================
                    SERVICE BENEFITS
=========================================================*/

.service-benefits {
    padding: 100px 0;
    background: #ffffff;
}

.benefits-grid {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.benefit-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .35s;
}

    .benefit-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,.15);
    }

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: auto auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg,#0d47a1,#1565c0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 34px;
}

.benefit-card h3 {
    color: #0d47a1;
    margin-bottom: 15px;
    font-size: 22px;
}

.benefit-card p {
    color: #666;
    line-height: 1.8;
}
/*=========================================================
                    WORKING PROCESS
=========================================================*/

.process-section {
    background: #f8f9fc;
    padding: 100px 0;
}

.process-grid {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.process-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: .35s;
}

    .process-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,.15);
    }

.step {
    width: 75px;
    height: 75px;
    margin: auto auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg,#0d47a1,#1565c0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.process-card h3 {
    color: #0d47a1;
    font-size: 24px;
    margin-bottom: 15px;
}

.process-card p {
    color: #666;
    line-height: 1.8;
}

/*=========================================================
                    WHY CHOOSE OUR SERVICES
=========================================================*/

.why-section {
    background: #fff;
    padding: 100px 0;
}

.why-grid {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.why-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: .35s;
}

    .why-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,.15);
    }

.why-icon {
    width: 85px;
    height: 85px;
    margin: auto auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg,#0d47a1,#1565c0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 36px;
}

.why-card h3 {
    color: #0d47a1;
    margin-bottom: 15px;
    font-size: 24px;
}

.why-card p {
    color: #666;
    line-height: 1.8;
}

/*=========================================================
                    PRICING PACKAGES
=========================================================*/

.pricing {
    background: #f8f9fc;
    padding: 100px 0;
}

.pricing-grid {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

.price-card {
    background: #fff;
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .35s;
    position: relative;
}

    .price-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,.15);
    }

    .price-card.featured {
        border: 3px solid #ff9800;
    }

.price-title {
    color: #0d47a1;
    font-size: 28px;
    margin-bottom: 15px;
}

.price {
    color: #ff9800;
    font-size: 54px;
    font-weight: 800;
    margin-bottom: 25px;
}

    .price span {
        font-size: 18px;
        color: #666;
    }

.price-features {
    margin-bottom: 30px;
}

    .price-features li {
        padding: 10px 0;
        color: #555;
        border-bottom: 1px solid #eee;
    }

        .price-features li:last-child {
            border-bottom: none;
        }

/*=========================================================
                    SERVICE STATS
=========================================================*/

.service-stats {
    background: linear-gradient(135deg,#0d47a1,#1565c0);
    color: #fff;
    padding: 90px 20px;
}

.service-stats-grid {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
    gap: 30px;
}

.service-stat {
    padding: 20px;
}

    .service-stat h2 {
        font-size: 58px;
        margin-bottom: 10px;
        font-weight: 800;
    }

    .service-stat p {
        color: #dfe8ff;
        font-size: 18px;
    }
/*=========================================================
                    FAQ SECTION
=========================================================*/

.faq-section {
    padding: 100px 0;
    background: #ffffff;
}

.faq-container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .35s;
}

    .faq-item:hover {
        box-shadow: 0 18px 40px rgba(0,0,0,.15);
    }

.faq-question {
    padding: 22px 30px;
    background: #0d47a1;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.faq-answer {
    padding: 25px 30px;
    color: #666;
    line-height: 1.9;
    background: #fff;
}

/*=========================================================
                    CALL TO ACTION
=========================================================*/

.services-cta {
    background: linear-gradient(135deg,#0d47a1,#1565c0);
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

    .services-cta h2 {
        font-size: 52px;
        margin-bottom: 20px;
        font-weight: 800;
    }

    .services-cta p {
        max-width: 850px;
        margin: 0 auto 35px;
        color: #dfe8ff;
        font-size: 18px;
        line-height: 1.8;
    }

    .services-cta .btn {
        margin-top: 10px;
    }

/*=========================================================
                    SERVICE GUARANTEE
=========================================================*/

.guarantee {
    background: #f8f9fc;
    padding: 90px 0;
}

.guarantee-box {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

    .guarantee-box h2 {
        color: #0d47a1;
        font-size: 42px;
        margin-bottom: 20px;
    }

    .guarantee-box p {
        color: #666;
        line-height: 1.9;
        font-size: 17px;
    }

/*=========================================================
                    RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .services-section {
        grid-template-columns: repeat(2,1fr);
    }

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .service-stats-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .featured-content {
        text-align: center;
    }

    .feature-list {
        display: inline-block;
        text-align: left;
    }
}

@media(max-width:768px) {

    .page-banner h1 {
        font-size: 40px;
    }

    .page-banner p {
        font-size: 16px;
    }

    .services-section,
    .benefits-grid,
    .process-grid,
    .why-grid,
    .service-stats-grid {
        grid-template-columns: 1fr;
    }

    .service-box {
        padding: 35px 25px;
    }

    .featured-content h2 {
        font-size: 34px;
    }

    .price {
        font-size: 42px;
    }

    .services-cta h2 {
        font-size: 34px;
    }

    .guarantee-box {
        padding: 35px 25px;
    }

        .guarantee-box h2 {
            font-size: 30px;
        }

    .faq-question {
        font-size: 18px;
    }
}
.service-box {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    .service-box:hover {
        text-decoration: none;
        color: inherit;
    }