
    /* ===========================
   GLOBAL SERVICE PAGE STYLE
=========================== */

/*.service-detail-page {
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    line-height: 1.8;
    font-size: 16px;
}*/

/* ================= HERO TITLE ================= */

.service-detail-page h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0A1B3A;
}

.service-detail-page h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 4px solid #0A1B3A;
    padding-left: 12px;
    color: #1c1c1c;
}

.service-detail-page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    color: #333;
}

.service-detail-page p {
    margin-bottom: 15px;
    color: #555;
}

/* ================= LIST STYLING ================= */

.service-detail-page ul,
.service-detail-page ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.service-detail-page ul li {
    margin-bottom: 8px;
    position: relative;
}

.service-detail-page ul li::marker {
    color: #0A1B3A;
}

.service-detail-page ol li {
    margin-bottom: 8px;
}

/* ================= CTA BLOCK ================= */

.service-detail-page .cta-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
    border: 1px solid #e2e6ea;
}

.service-detail-page .cta-box h3 {
    margin-bottom: 15px;
}

.service-detail-page .cta-box a {
    display: inline-block;
    padding: 10px 20px;
    background: #0A1B3A;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.service-detail-page .cta-box a:hover {
    background: #0A1B3A;
}

/* ================= FAQ STYLE ================= */

.service-detail-page h3 + p {
    background: #f1f5f9;
    padding: 12px 15px;
    border-radius: 6px;
}

/* ================= BREADCRUMB ================= */

.breadcrumb {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 6px;
}

.breadcrumb a {
    text-decoration: none;
    color: #0A1B3A;
}

.breadcrumb-item.active {
    color: #555;
}

/* ================= INTERNAL LINKS ================= */

.service-detail-page a {
    color: #0A1B3A;
    font-weight: 500;
}

.service-detail-page a:hover {
    text-decoration: underline;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

    .service-detail-page h1 {
        font-size: 26px;
    }

    .service-detail-page h2 {
        font-size: 20px;
    }

}

    /* ================= LOCATION SECTION ================= */

.location-category {
    margin-top: 60px;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.category-header i {
    font-size: 20px;
    color: #0A1B3A;
}

.category-header h3 {
    font-weight: 600;
    margin: 0;
}

/* ================= BIHAR CITIES GRID ================= */

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
}

.city-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 15px 18px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
    color: #333;
}

.city-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-color: #0A1B3A;
}

.city-icon {
    color: #0A1B3A;
    margin-right: 8px;
}

.city-arrow {
    color: #888;
}

/* ================= PATNA AREA SCROLL ================= */

.area-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
}

.area-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.area-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}

.area-card {
    flex: 0 0 auto;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    color: #333;
}

.area-card i {
    color: #0A1B3A;
}

.area-card:hover {
    background: #0A1B3A;
    color: #fff;
    border-color: #0A1B3A;
}

.area-card:hover i {
    color: #fff;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){
    .cities-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

/* ================= SIDEBAR STYLE ================= */

.service-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}

.sidebar-box h4,
.sidebar-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-box p {
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-box i {
    color: #0A1B3A;
    margin-right: 6px;
}

/* ================= MOBILE RESPONSIVE ================= */

@media(max-width:992px){
    .service-sidebar {
        position: relative;
        top: auto;
        margin-top: 40px;
    }
}

/* ================= PRICING SECTION ================= */

.pricing-section {
    background: #f8f9fa;
    padding: 50px 20px;
    border-radius: 12px;
}

.pricing-header h2 {
    font-weight: 700;
    color: #F4A261;
}

.pricing-header p {
    color: #555;
    font-size: 15px;
}

.price-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    text-align: center;
    transition: 0.3s ease;
    position: relative;
    height: 100%;
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #F4A261;
}

.price-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.price-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #F4A261;
    margin-bottom: 20px;
}

.price-card .price span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.price-card ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
}

.price-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #F4A261;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.price-btn:hover {
    background: #E65C1E;
}

.price-card.popular {
    border: 2px solid #F4A261;
}

.price-card .badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #F4A261;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
}
