h1 {
    font-size: 2.0em;
    margin-top: 30px;
    margin-bottom: 30px;
}
.services p { font-size: 1.07em; }
.services .inner-strapline {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 30px;
    color: #337AB7;
}
.services ul { font-size: 1.07em; margin-bottom: 0; }
.services ul li .subhead { font-size: 1.15em; padding-bottom: 3px; }
.services .service-heading { font-weight: bold; line-height: 1.3em; }
.services .sub-heading { font-style: normal; text-transform: uppercase; font-size: 1.4em; line-height: 1.1em; margin-bottom: 10px; }
.services .section-heading { font-size: 1.6em; font-style: normal; font-weight: bold; line-height: 1.4em; margin-bottom: 8px; margin-top: 25px; }
.services .service-accordion { margin: 20px 0 50px 0;}
.services .service-accordion .panel-body { padding: 25px; min-height: 0; }
.services .service-accordion .panel-title { margin-top: 5px; margin-bottom: 5px; font-size: 16px; line-height: 1.4em; color: inherit; font-weight: bold; }
.services .service-accordion .panel-title a { text-decoration: none!important; }
.services h2 { font-weight: bold; font-size: 1.4em; line-height: 1.4em; color: #000; font-style: normal; margin-bottom: 10px; margin-top: 10px; }
.services h2.sub-heading-black { font-weight: bold; font-size: 1.6em; color: #333; font-style: normal; margin-bottom: 2px; margin-top: 20px; }
.services h3 { font-weight: bold; font-size: 1.6em; color: #337AB7; padding-top: 15px; }
.services h3.inline-bold { font-weight: bold; font-size: inherit; color: #333; display: inline; }
.services h4 { font-weight: bold; margin-top: 25px; }
.services .service-ad-block { border: 1px solid #000; margin: 30px 0; padding: 15px 25px; font-weight: 600; text-align: center; }
    .services .service-ad-block h2 { font-weight: bold; font-size: 1.4em; color: #337AB7; font-style: normal; margin-bottom: 5px; margin-top: 0; }
aside h2 { font-style: normal; font-weight: bold; line-height: 1.4em; margin-bottom: 8px; }

.services .service-accordion .panel-title a.collapsed::after {
    content: '\002b'; /* Plus icon */
    float: right;
    color: #000; /* Change the color if needed */
}
.services .service-accordion .panel-title a::after {
    content: '\2212'; /* Minus icon */
    float: right;
    color: #000; /* Change the color if needed */
}

.services .service-accordion h3 { padding-top: 0; }

.services .service-cta { background-color: #ebebeb; color: #333; text-align: center; padding: 20px 30px 16px 30px; margin: 35px 0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.services .service-cta p { font-size: 1.1em; margin-bottom: 0; }
.services .service-cta .cta-heading { font-style: normal; font-weight: bold; margin-top: 0; font-size: 1.7em; margin-bottom: 10px; line-height: 1.1em; }
.services a { font-weight: bold; }
.services a.link-no-show { color: #333; font-weight: normal; }
.services .strapline-link-no-show a.link-no-show { color: #337AB7; }
.services a.link-bold { font-weight: bold; }

.service-contact-section { }
.service-contact-section h1 { font-size: 32px; font-weight: 700; }
.service-contact-section p.lead { font-weight: 400; margin: 20px 0 30px 0; }
.service-contact-section .service-review-widget { margin: 20px 0 30px 0; text-align: center; }


/* ReviewSolicitors widget container */
.service-review-widget {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden; /* prevents horizontal scrollbars */
    text-align: center;
    margin: 25px auto;
    padding: 10px 0;
}

/* Ensure inner iframe fits container */
.service-review-widget iframe {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
}

/* Optional: match your site’s font/spacing */
.service-review-widget {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

/* Optional: if the iframe loads inside another div */
#rswidget_No6aC {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}

/* Bus Accident Call Back Section */
.bus-callback-section {
    margin: 25px 0 40px;
}

.bus-callback-section .row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.bus-callback-section [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* Form side */
.bus-callback-section .form-side {
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.callback-form-box {
    padding: 30px 30px 40px 30px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.callback-form-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    font-style: normal;
}

.callback-form-box h2 span {
    color: #1d9bf0; /* Bluish accent to match your brand */
}

/* Form controls */
.callback-form .form-control {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    height: 40px;
    box-shadow: none;
}

.callback-form textarea.form-control {
    height: auto;
}

.callback-form .btn-primary {
    background-color: #337AB7;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 3px;
    transition: background-color 0.2s ease-in-out;
}

.callback-form .btn-primary:hover {
    background-color: #0b7fd0;
}

/* Image side */
.bus-callback-section .image-side img {
    width: 100%;
    height: auto;
    display: block;
}

/* Force visible labels inside the Bus Accident form */
.bus-callback-section label.sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    color: #fff;            /* white text on dark background */
    font-weight: 600;
    display: block;
}

.tick-list i { color: #1dc116; padding-right: 10px; }

/* Equal height layout for form + image on larger screens */
@media (min-width: 768px) {
    .bus-callback-section .row.no-gutter {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .bus-callback-section .form-side,
    .bus-callback-section .image-side {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .bus-callback-section .image-side img {
        height: 100%;
        width: 100%;
        object-fit: cover; /* ensures image fills container neatly */
        display: block;
    }
}


/* Responsive stacking */
@media (max-width: 767px) {
    .bus-callback-section .form-side,
    .bus-callback-section .image-side {
        width: 100%;
    }

    .callback-form-box {
        padding: 30px 20px;
    }

    .callback-form-box h2 {
        text-align: center;
        font-size: 22px;
    }

    .callback-form .btn-primary {
        width: 100%;
    }
}

/* CTA buttons section */
.cta-row .btn {
    text-transform: none;
    font-weight: 600;
    border-radius: 4px;
    padding: 14px 20px;
    transition: all 0.25s ease-in-out;
}

/* Call button – matches your brand orange/grey theme */
.cta-call {
    background-color: #f47c2e; /* adjust to your orange tone */
    border: none;
    color: #fff;
}
.cta-call:hover,
.cta-call:focus {
    background-color: #d86b26;
    color: #fff;
}

/* Enquiry form button – contrast but cohesive */
.cta-enquiry {
    background-color: #444;
    color: #fff;
    border: none;
}
.cta-enquiry:hover,
.cta-enquiry:focus {
    background-color: #222;
    color: #fff;
}

/* Force white text on the dark enquiry button */
.cta-enquiry {
    background-color: #444 !important;
    color: #fff !important;
    border: none !important;
}

.cta-enquiry:hover,
.cta-enquiry:focus {
    background-color: #222 !important;
    color: #fff !important;
    text-decoration: none;
}

.pi-hub-service-box { border: 1px solid #0b7fd0; padding: 0 30px 30px 30px; font-size: 16px; margin-bottom: 40px; line-height: 1.6em; }


/* Responsive spacing */
@media (max-width: 767px) {
    .cta-row .col-xs-12 {
        margin-bottom: 10px;
    }
}



