/* ==================================================
SERVICE PAGES — PACKERS AND MOVERS INDIA
================================================== */

.service-breadcrumb {

    position: relative;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;

}

.breadcrumb-overlay {

    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgb(0 0 0 / 43%) 0%, rgba(0, 0, 0, .55) 45%, rgba(227, 6, 19, .45) 100%);
    z-index: 1;

}

.breadcrumb-content {

    position: relative;
    z-index: 2;
    color: #fff;

}

.service-badge {

    display: inline-block;
    background: rgba(255, 196, 0, .2);
    border: 1px solid rgba(255, 196, 0, .45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff;

}

.breadcrumb-content h1 {

    font-size: clamp(28px, 4.5vw, 54px);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .25);

}

.breadcrumb-content p {

    font-size: 17px;
    line-height: 1.8;
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .92);

}

.custom-breadcrumb {

    margin-top: 22px;
    margin-bottom: 0;

}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {

    color: rgba(255, 255, 255, .6);

}

.custom-breadcrumb .breadcrumb-item a {

    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color .3s;

}

.custom-breadcrumb .breadcrumb-item a:hover {

    color: var(--secondary-yellow);

}

.custom-breadcrumb .breadcrumb-item.active {

    color: var(--secondary-yellow);
    font-weight: 700;

}

/* Trust strip */
.service-trust-strip {

    background: #fff;
    padding: 36px 0;
    border-bottom: 3px solid var(--secondary-yellow);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);

}

.trust-counter h3 {

    color: var(--primary-red);
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 6px;

}

.trust-counter p {

    margin: 0;
    font-weight: 600;
    color: #444;
    font-size: 14px;

}

/* About section */
.service-about-section {

    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);

}

.service-about-image {

    position: relative;

}

.service-about-image img {

    width: 100%;
    border-radius: 24px;
    height: 520px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    border: 4px solid #fff;

}

.experience-card {

    position: absolute;
    left: 24px;
    bottom: 24px;
    background: var(--secondary-yellow);
    color: #000;
    padding: 22px 28px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    min-width: 180px;

}

.experience-card h3 {

    color: var(--primary-red);
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 4px;
    line-height: 1;

}

.experience-card p {

    margin: 0;
    font-weight: 700;
    font-size: 14px;

}

.service-about-section h2 {

    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 900;
    line-height: 1.2;
    margin: 16px 0 20px;

}

.feature-box {

    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-weight: 600;
    padding: 12px 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    transition: transform .3s;

}

.feature-box:hover {

    transform: translateX(6px);

}

.feature-box i {

    color: var(--primary-red);
    font-size: 20px;
    flex-shrink: 0;

}

/* Service cards / process */
.service-card-box,
.process-card,
.why-service-card {

    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    border: 1px solid rgba(0, 0, 0, .04);
    transition: transform .35s, box-shadow .35s;

}

.service-card-box:hover,
.process-card:hover,
.why-service-card:hover {

    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(227, 6, 19, .12);

}

.service-card-box i,
.process-card i,
.why-service-card i {

    font-size: 42px;
    color: #fff;
    margin-bottom: 16px;
    display: block;

}

/* CTA */
.service-cta-section,
.cta-banner {

    background: linear-gradient(135deg, var(--primary-red), #b00510);
    color: #fff;
    border-radius: 0;

}

.service-cta-section h2,
.cta-banner h2 {

    font-weight: 900;
    font-size: clamp(26px, 3vw, 40px);

}

.btn-service-primary {

    display: inline-block;
    background: var(--secondary-yellow);
    color: #000;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: .3s;
    border: none;

}

.btn-service-primary:hover {

    background: #fff;
    color: #000;
    transform: translateY(-3px);

}

.btn-service-outline {

    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;

}

.btn-service-outline:hover {

    background: #fff;
    color: var(--primary-red);

}

/* Contact boxes */
.contact-box {

    background: #fff;
    padding: 30px 24px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-top: 4px solid var(--primary-red);
    transition: transform .3s;

}

.contact-box:hover {

    transform: translateY(-6px);

}

.contact-box i {

    font-size: 36px;
    color: var(--primary-red);
    margin-bottom: 14px;

}

.contact-box h5 {

    font-weight: 800;
    margin-bottom: 10px;

}

/* FAQ accordion on service pages */
.service-faq-section .accordion-button:not(.collapsed) {

    background: var(--primary-red);
    color: #fff;

}

/* Gallery / secondary images */
.service-gallery img,
.service-side-image img {

    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
    width: 100%;
    object-fit: cover;

}

/* Responsive */
@media (max-width: 991px) {

    .service-breadcrumb,
    .service-about-section,
    .service-trust-strip,
    .service-cta-section,
    .cta-banner {
        max-width: 100%;
        overflow-x: clip;
    }

    .service-breadcrumb {

        height: 320px;

    }

    .service-about-image img {

        height: auto;
        min-height: 280px;

    }

    .experience-card {

        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 16px;
        display: inline-block;

    }

}

@media (max-width: 767px) {

    .service-breadcrumb {

        height: 280px;

    }

    .breadcrumb-content h1 {

        font-size: 26px;

    }

    .breadcrumb-content p {

        font-size: 14px;

    }

    .service-badge {

        font-size: 11px;
        padding: 8px 16px;

    }

    .trust-counter h3 {

        font-size: 28px;

    }

}
