@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

.services-banner-content .services-banner-content-inner h1 {
    position: relative;
    background: transparent;
    padding: 0;
    padding-bottom: 20px;
    color: #fff !important;
    font-size: 64px;
}
.services-banner-content {
    display: flex;
    align-items: center;
    height: 383px;
}
.services-banner.scoliasis-banner {
    background-image: url('../images/scoliasis/scoliasis-breadcrumb.jpg');
    background-attachment: local;
}
.about-img {
    height: auto;
    width: 100%;
}
.contact-box-btn {
    box-shadow: 2px 2px 5px #00000033;
    text-align: center;
    background: var(--blue);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 2rem;
    border-color: var(--blue);
    text-decoration: none;
    transition: 0.5s;
}
.symptom-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.03);
}
.symptom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.symptom-card i {
    font-size: 42px;
    color: #3bb3e8;
    margin-bottom: 18px;
    display: block;
}
.symptom-card h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    color: #173C87;
    margin: 0;
    padding-top: 10px;
}
.contact-box-btn:hover {
    background: #21418d;
    color: #fff;
}
.full-width-sec .row:last-child {
    text-align: center;
    margin-top: 40px;
}
.treatment-steps-row{
    margin-top: 70px;
}
.treatment-box{
    position: relative;
    background: #eef9ff;
    border-radius: 16px;
    padding: 70px 30px 30px;
    text-align: center;
    height: 100%;
}
.step-badge{
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: #173C87;
    color: #fff;
    min-width: 170px;
    text-align: center;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 8px 20px rgba(33,72,154,0.25);
}
.step-badge:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #173C87;
}
.treatment-box h4 {
    color: #173C87;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.treatment-box p {
    color: #364153;
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center;
}
.treatment-section{
     background: linear-gradient(to bottom, rgb(53 188 243 / 0%) 0%, rgba(53, 188, 243, 0.10) 100%);
}
.treatment-section .about-img img {
    height: 100%;
    width: 463px;
    object-fit: cover;
    border-radius: 12px;
}
.treatment-section .contact-box-btn {
    box-shadow: none;
    text-align: center;
    background: transparent;
    color: #173C87;
    font-size: 19px;
    font-weight: 500;
    padding: 12px 0;
    border-radius: 2rem;
    border-color: var(--blue);
    text-decoration: none;
    transition: 0.5s;
}
.treatment-section .about-content{
    padding-bottom: 40px;
}
.form-scoliosis {
    background: #173C87;
    padding: 60px 0;
}
.btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.form-scoliosis .contact-box-btn {
    box-shadow: none;
    text-align: center;
    background: var(--blue);
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    border: 1px solid #35bcf3;
    transition: 0.5s;
}
.form-scoliosis .contact-box-btn:hover{
    background: #35bcf342;
}
.form-scoliosis .empty-btn {
    box-shadow: none;
    text-align: center;
    background: #35bcf300;
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2rem;
    border: 1px solid #35bcf3;
    transition: 0.5s;
}
.accordion-button:not(.collapsed) {
    color: #173C87;
}
.accordion-button {
    color: #173C87;
}
.about-content h3 , .full-width-sec h3{
    padding-bottom: 20px;
}
.section-padding{
    padding: 45px 0;
}
.accordion-button {
    font-size: 18px;
}
.accordion-body {
    font-size: 19px;
    line-height: 32px;
}
.what-is-scoliosis .about-img img {
    height: 411px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media (min-width: 1920px) {
    .banner, .pain-banner.emsella-banner, .services-banner, .services-banner-content, .services-banner.womens-physio-banner {
        height: 383px;
    }
    .download-form, .form {
        padding: 60px 0;
    }
    .accordion-button {
        padding: 25px 20px 25px 60px;
        font-size: 23px;
        line-height: 30px;
    }
    .fs-lg, .fs-md {
        font-weight: 400;
        font-size: 19px;
    }
}
@media (min-width: 1600px) {  
    .banner, .services-banner-content, .services-banner.womens-physio-banner {
        height: 383px;
    }
}
@media (max-width: 1440px) {
    .fs-lg {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }
    .services-banner.scoliasis-banner {
        height: 100%;
        background-attachment: local;
    }
}
@media (max-width: 991px) {
    .symptom-card {
        padding: 25px 15px;
    }
    .symptom-card h4 {
        font-size: 18px;
    }
    .full-width-sec h3.text-theme {
        font-size: 42px;
    }
    .treatment-steps-row{
        margin-top: 0;
    }
    .treatment-box{
        margin-top: 30px;
    }
    .treatment-box h4{
        font-size: 30px;
    }
    .treatment-box p{
        font-size: 18px;
    }
    .step-badge{
        min-width: 130px;
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .full-width-sec h3.text-theme {
        font-size: 34px;
    }
    .symptom-card i {
        font-size: 34px;
    }
    .symptom-card h4 {
        font-size: 16px;
    }
    .services-banner-content .services-banner-content-inner h1 {
        font-size: 35px;
        padding-bottom: 0;
    }
    .services-banner.scoliasis-banner {
        background-position: center;
    }
    .treatment-box{
        padding: 75px 25px 30px;
    }
    .treatment-box h4{
        font-size: 24px;
    }
    .treatment-box p{
        font-size: 16px;
        line-height: 1.7;
    }
    .step-badge{
        min-width: 120px;
        font-size: 18px;
        padding: 12px 18px;
    }
    .full-width-sec {
        padding: 30px 0;
    }
    .section-padding{
        padding: 30px 0;
    }
    .fs-lg {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
    }
    .what-is-scoliosis .about-img img {
        margin-top: 20px;
    }
}