```css
/* =========================================
   BELLORA EVENTS - SERVICES PAGE CSS
   All classes start with .services
========================================= */

.services {
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #292929;
    background: #ffffff;
}

.services *,
.services *::before,
.services *::after {
    box-sizing: border-box;
}

.services-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================
   BANNER
========================= */

.services-banner {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.services-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.services-banner-content {
    max-width: 850px;
    color: #fff;
}

.services-banner-content span {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.services-banner-content h1 {
    margin: 0 0 18px;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
}

.services-banner-content p {
    margin: 0;
    font-size: 19px;
    line-height: 1.6;
}

/* =========================
   BREADCRUMB
========================= */

.services-breadcrumb {
    background: #f8f5f2;
    padding: 15px 0;
}

.services-breadcrumb .services-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.services-breadcrumb a {
    color: #8b5e3c;
    text-decoration: none;
}

.services-breadcrumb span {
    color: #999;
}

.services-breadcrumb strong {
    color: #333;
    font-weight: 600;
}

/* =========================
   INTRO
========================= */

.services-intro {
    padding: 90px 0;
    background: #fff;
}

.services-intro-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.services-small-title {
    display: block;
    margin-bottom: 12px;
    color: #a26d42;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
}

.services-intro-content h2 {
    margin: 0 0 22px;
    color: #272727;
    font-size: 40px;
    line-height: 1.2;
}

.services-intro-content p {
    margin: 0 0 18px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.services-intro-content strong {
    color: #8b5e3c;
}

.services-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 14px 28px;
    background: #8b5e3c;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.3s ease;
}

.services-btn:hover {
    background: #624027;
    color: #fff;
}

.services-intro-image {
    position: relative;
    min-height: 450px;
}

.services-intro-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.services-image-box {
    position: absolute;
    bottom: 25px;
    left: -25px;
    background: #fff;
    padding: 20px 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
    border-left: 4px solid #8b5e3c;
}

.services-image-box strong {
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.services-image-box span {
    color: #777;
    font-size: 13px;
}

/* =========================
   SERVICES LIST
========================= */

.services-list {
    padding: 90px 0;
    background: #f8f6f3;
}

.services-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.services-heading > span {
    color: #a26d42;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
}

.services-heading h2 {
    margin: 12px 0 14px;
    font-size: 38px;
    line-height: 1.2;
    color: #292929;
}

.services-heading p {
    margin: 0;
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}

.services-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.services-card {
    position: relative;
    padding: 35px 30px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

.services-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.10);
}

.services-card-number {
    margin-bottom: 18px;
    color: #b1835d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.services-card h3 {
    margin: 0 0 12px;
    color: #333;
    font-size: 21px;
}

.services-card p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}

/* =========================
   WHY CHOOSE US
========================= */

.services-why {
    padding: 90px 0;
    background: #fff;
}

.services-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.services-why-item {
    display: flex;
    gap: 20px;
    padding: 30px;
    border: 1px solid #eee;
    background: #fff;
    transition: 0.3s ease;
}

.services-why-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.services-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8b5e3c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.services-why-item h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #333;
}

.services-why-item p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}

/* =========================
   CTA
========================= */

.services-cta {
    padding: 85px 0;
    background: #30251e;
    text-align: center;
}

.services-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.services-cta-content > span {
    color: #d1a77d;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
}

.services-cta-content h2 {
    margin: 15px 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.25;
}

.services-cta-content p {
    margin: 0 auto 28px;
    max-width: 680px;
    color: #ddd;
    font-size: 16px;
    line-height: 1.7;
}

.services-cta-btn {
    display: inline-block;
    padding: 15px 32px;
    background: #fff;
    color: #6d492f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    transition: 0.3s ease;
}

.services-cta-btn:hover {
    background: #d1a77d;
    color: #fff;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .services-banner {
        height: 400px;
    }

    .services-banner-content h1 {
        font-size: 40px;
    }

    .services-intro {
        padding: 70px 0;
    }

    .services-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .services-intro-image {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .services-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-why-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .services-container {
        width: 92%;
    }

    .services-banner {
        height: 360px;
    }

    .services-banner-overlay {
        padding: 20px;
    }

    .services-banner-content h1 {
        font-size: 31px;
    }

    .services-banner-content p {
        font-size: 16px;
    }

    .services-banner-content span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .services-breadcrumb {
        padding: 12px 0;
    }

    .services-breadcrumb .services-container {
        font-size: 12px;
    }

    .services-intro {
        padding: 55px 0;
    }

    .services-intro-content h2 {
        font-size: 30px;
    }

    .services-intro-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .services-intro-image {
        min-height: 350px;
    }

    .services-intro-image img {
        height: 350px;
    }

    .services-image-box {
        left: 15px;
        bottom: 15px;
        padding: 15px 18px;
    }

    .services-list,
    .services-why {
        padding: 60px 0;
    }

    .services-heading {
        margin-bottom: 35px;
    }

    .services-heading h2 {
        font-size: 29px;
    }

    .services-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .services-card {
        padding: 28px 24px;
    }

    .services-why-item {
        padding: 22px;
    }

    .services-cta {
        padding: 60px 20px;
    }

    .services-cta-content h2 {
        font-size: 29px;
    }

    .services-cta-content p {
        font-size: 15px;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .services-banner {
        height: 320px;
    }

    .services-banner-content h1 {
        font-size: 27px;
    }

    .services-banner-content p {
        font-size: 14px;
    }

    .services-intro-content h2 {
        font-size: 27px;
    }

    .services-intro-image,
    .services-intro-image img {
        height: 300px;
        min-height: 300px;
    }

    .services-image-box strong {
        font-size: 16px;
    }

    .services-image-box span {
        font-size: 11px;
    }

    .services-why-item {
        flex-direction: column;
    }

    .services-cta-content h2 {
        font-size: 26px;
    }
}
```
