
/* =====================================================
   COMMON
===================================================== */

.services-section {
    padding: 65px 0;
    background: #fffaf7;
}

.section-heading {
    max-width: 700px;
    margin: 0 auto 38px;
}

.section-tag,
.hero-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #f34a00;
    margin-bottom: 8px;
}

.section-heading h2 {
    margin: 0 0 10px;
    color: #241812;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.15;
}

.section-heading h2 span {
    color: #f34a00;
}

.section-heading p {
    margin: 0;
    color: #756b65;
    font-size: 15px;
    line-height: 1.7;
}


/* =====================================================
   HERO
===================================================== */

.services-hero {
    min-height: 330px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            rgba(255,248,244,.97),
            rgba(255,238,228,.92)
        ),
        url('/frontend/img/services-banner.jpg')
        center/cover no-repeat;
}

.services-hero-content {
    max-width: 720px;
    padding: 55px 0;
}

.services-hero h1 {
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 800;
    color: #241812;
    margin: 0 0 18px;
}

.services-hero h1 span {
    color: #f34a00;
}

.services-hero p {
    max-width: 620px;
    color: #655b55;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.breadcrumb-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: #9b918b;
}

.breadcrumb-wrap a {
    color: #8b817b;
    text-decoration: none;
    transition: .25s ease;
}

.breadcrumb-wrap a:hover {
    color: #f34a00;
}

.breadcrumb-wrap i {
    font-size: 10px;
    color: #b8aea8;
}


/* =====================================================
   SERVICE CARD
===================================================== */

.service-card {
    position: relative;
    background: #fff;
    border: 1px solid #f1e4dd;
    border-radius: 15px;
    overflow: hidden;

    box-shadow: 0 8px 25px rgba(71, 37, 21, .06);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 74, 0, .28);
    box-shadow: 0 15px 35px rgba(71, 37, 21, .11);
}


/* =====================================================
   SMALL IMAGE HEIGHT
===================================================== */

.service-image {
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #fff0e9;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform .45s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.06);
}


/* PLACEHOLDER */

.service-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image-placeholder i {
    font-size: 38px;
    color: #f34a00;
}


/* =====================================================
   CARD BODY
===================================================== */

.service-card-body {
    position: relative;
    padding: 17px 17px 16px;
}

.service-number {
    display: block;
    color: #f34a00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.service-card h3 {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 750;
    color: #271a14;
    margin: 0 0 7px;
}

.service-card p {
    color: #766c66;
    font-size: 12.5px;
    line-height: 1.6;
    margin: 0 0 13px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =====================================================
   BOOK BUTTON
===================================================== */

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #f34a00;
    font-size: 12px;
    font-weight: 750;

    text-decoration: none;

    transition: .25s ease;
}

.service-btn i {
    font-size: 12px;
    transition: transform .25s ease;
}

.service-btn:hover {
    color: #b83d00;
}

.service-btn:hover i {
    transform: translate(3px, -3px);
}


/* =====================================================
   EMPTY
===================================================== */

.empty-services {
    background: #fff;
    border: 1px solid #f1e4dd;
    border-radius: 15px;
    text-align: center;
    padding: 55px 20px;
}

.empty-services i {
    display: block;
    font-size: 42px;
    color: #f34a00;
    margin-bottom: 12px;
}

.empty-services h3 {
    color: #241812;
    font-size: 20px;
    margin-bottom: 5px;
}

.empty-services p {
    color: #776d67;
    margin: 0;
}


/* =====================================================
   CTA
===================================================== */

.services-cta {
    padding: 25px 0 65px;
    background: #fffaf7;
}

.services-cta-inner {
    background:
        linear-gradient(
            120deg,
            #8f2900,
            #b83d00
        );

    border-radius: 20px;
    padding: 32px 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    box-shadow: 0 15px 35px rgba(143, 41, 0, .15);
}

.services-cta-inner > div {
    max-width: 700px;
}

.services-cta-inner span {
    color: rgba(255,255,255,.7);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.services-cta h2 {
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    margin: 6px 0 7px;
    font-weight: 800;
}

.services-cta h2 strong {
    color: #ffd5c2;
}

.services-cta p {
    color: rgba(255,255,255,.78);
    margin: 0;
    font-size: 13px;
}

.cta-btn {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 20px;
    border-radius: 8px;

    background: #fff;
    color: #f34a00;

    text-decoration: none;
    font-size: 13px;
    font-weight: 750;

    transition: .25s ease;
}

.cta-btn:hover {
    color: #b83d00;
    transform: translateY(-2px);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .services-hero {
        min-height: 290px;
    }

    .services-section {
        padding: 50px 0;
    }

    .service-image {
        height: 135px;
    }

    .services-cta-inner {
        padding: 28px;
    }

}

@media (max-width: 767px) {

    .services-hero {
        min-height: 260px;
    }

    .services-hero-content {
        padding: 45px 0;
    }

    .services-hero h1 {
        font-size: 34px;
    }

    .services-hero p {
        font-size: 14px;
    }

    .services-section {
        padding: 45px 0;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    .service-image {
        height: 150px;
    }

    .services-cta {
        padding-bottom: 45px;
    }

    .services-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 22px;
        border-radius: 16px;
    }

}

@media (max-width: 575px) {

    .services-hero h1 {
        font-size: 30px;
    }

    .service-image {
        height: 155px;
    }

    .service-card-body {
        padding: 15px;
    }

}

