    .service-page-banner {
        position: relative;
        justify-content: center;
        text-align: center;
        color: #333;
        padding: 20px 0;
    }
    .service-page-banner h1 {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        color: #D7B65D;
        font-family: 'Ubuntu', sans-serif;
        word-wrap: break-word;
    }
    .service-page-banner p {
        font-size: 20px;
        color: #555;
        max-width: 900px;
        margin: 10px auto 0;
        word-wrap: break-word;
    }
 
    .service-section {
        background: #F6F6F6;
        padding: 20px;
    }
    .service-section h2 {
        color: #D7B65D;
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 15px;
    }
    .service-section p {
        color: #333;
        font-size: 18px;
        line-height: 1.8;
        text-align: center;
    }
    .why-book-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .why-book-list li {
        padding: 0px 15px;
        margin-bottom: 3px;
        border-left: 4px solid #D7B65D;
        font-size: 17px;
        color: #333;
    }
    .pickup-areas {
        padding: 20px 0;
        text-align: center;
    }
    .pickup-areas h2 {
        color: #D7B65D;
        font-size: 30px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
    }
    .pickup-areas p {
        color: #333;
        font-size: 18px;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.8;
    }

    .faq-section h2 {
        color: #D7B65D;
        text-align: center;
        font-size: 28px;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
    }
    .faq-panel {
        background: #f8f9fa !important;
        border: 1px solid #e9ecef !important;
        margin-bottom: 15px;
        border-radius: 4px !important;
    }
    .faq-panel .panel-heading {
        background: #D7B65D !important;
        padding: 20px;
        border-radius: 4px 4px 0 0 !important;
    }
    .faq-panel .panel-title a {
        color: #221f1f !important;
        font-size: 18px !important;
        font-weight: 600;
        text-decoration: none;
        display: block;
        font-family: 'Ubuntu', sans-serif;
    }
    .faq-panel .panel-body {
        background: #fff !important;
        color: #333 !important;
        padding: 25px;
        font-size: 17px;
        line-height: 1.8;
        border: none !important;
    }
    
   
    @media (max-width: 991px) {
        .service-section {
            padding: 20px 15px;
        }
    }


    @media (max-width: 768px) {
        .service-page-banner, .faq-section, .pickup-areas {
            padding: 15px 15px;
        }
        .service-page-banner h1 {
            font-size: 26px;
        }
        .service-page-banner p {
            font-size: 16px;
        }
        .service-section {
            padding: 15px;
        }
        .service-section h2,
        .pickup-areas h2,
        .faq-section h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }
        .service-section p,
        .pickup-areas p {
            font-size: 16px;
        }
        .why-book-list li {
            font-size: 15px;
            padding: 8px 12px;
            margin-bottom: 8px;
        }
        .faq-panel .panel-heading {
            padding: 15px;
        }
        .faq-panel .panel-title a {
            font-size: 16px !important;
        }
        .faq-panel .panel-body {
            padding: 15px;
            font-size: 15px;
        }
        .pickup-areas hr {
            width: 100% !important;
            margin: 20px auto;
        }
    }


    @media (max-width: 480px) {
        .service-page-banner h1 {
            font-size: 22px;
        }
        .service-page-banner p {
            font-size: 14px;
        }
        .service-section h2,
        .pickup-areas h2,
        .faq-section h2 {
            font-size: 20px;
        }
        .service-section p,
        .pickup-areas p,
        .faq-panel .panel-body {
            font-size: 14px;
            line-height: 1.6;
        }
        .why-book-list li {
            font-size: 14px;
            padding: 8px 10px;
        }
        .faq-panel .panel-title a {
            font-size: 15px !important;
        }
        .faq-panel .panel-body {
            padding: 12px;
        }
    }
