@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}





.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}





.navbar {
    background-color: #e51e28;
}

.navbar-nav .nav-link {
    color: #fff !important;

    font-weight: 500;
    margin-right: 15px;
}



.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #e51e28;
    color: #fff;
}

.navbar-brand img {
    max-height: 60px;
}








.carousel-item img {
    height: 700px;
    width: 100%;
}


.carousel-indicators [data-bs-target] {
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #e51e28;
}









.hbot-section {
    padding: 80px 0;
}


.hbot-title {
    color: #d90000;
    font-weight: bold;
    margin-bottom: 10px;
}

.hbot-title::after {
    content: "";
    display: block;
    width: 58%;
    height: 3px;
    background: #d90000;
    margin-top: 5px;
    margin-bottom: 20px;
}


.hbot-img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}


.hbot-text {
    text-align: justify;
    font-size: 17px;
    line-height: 1.7;
    font-weight: bold;
}


.hbot-sidebar .hbot-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    padding: 12px;
    border-radius: 0;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hbot-sidebar .hbot-link.red {
    background-color: #c8102e;
}

.hbot-sidebar .hbot-link.black {
    background-color: #1c1c1c;
}

.hbot-sidebar .hbot-link:hover {
    opacity: 0.9;
    transform: translateX(5px);
}


.hbot-section .col-md-6 {
    display: flex;
    align-items: center;
}









.nav-tabs .nav-link {
    border-radius: 0;
    font-weight: bold;
    color: #fff;
    background: #000000;
}

.red-tab {
    background: #d32f2f;
}

.black-tab {
    background: #212121;
}

.nav-tabs .nav-link.active {
    background: #d32f2f !important;
    color: #fff !important;
}


.tab-content ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 28px;
}

.tab-content ul li {
    margin-bottom: 6px;
}


::marker {
    color: #d32f2f;
}



.footer {
    background: #222;
    color: #ddd;
    padding: 40px 0 16px;
    font-size: 14px;
}

.footer h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer a {
    color: #ddd;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer img {
    max-width: 220px;
    margin-bottom: 15px;
}

.footer .copyright {
    margin-top: 20px;
    text-align: center;
    color: #aaa;
    font-size: 13px;
    border-top: 1px solid #444;
    padding-top: 15px;
}


.footer .col-md-8 p {
    font-size: 18px;
}



.footer .col-md-8 p {
    font-size: 16px;
}








section.bread {
    padding: 30px 0px;
    background: #000000c4;
    color: #fff;
}


.bread h2 {
    font-size: 45px;
    font-weight: bold;
}






.about-content img {
    width: 100%;
    height: 310px;
    object-fit: contain;
}



.hbot-content p {
    font-size: 18px;
}


.hbot-how h2 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #e51e28;
    width: fit-content;
}


.hbot-how ol {
    line-height: 30px;
    font-size: 15px;
}


.how-box h4 {
    font-size: 22px;
    font-weight: bold;
}


.how-box {
    background: yellow;
    padding: 28px;
    border: 3px solid #000;
}


.welness-hbot h2 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #e51e28;
    width: fit-content;
}



ul.list-bullet1.red {
    line-height: 35px;
}


.therapy b {
    color: #e51e28;
    font-weight: bold;
    font-size: 16px;
}


.therapy ul {
    line-height: 35px;
}



.therapy h2 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #e51e28;
    max-width: fit-content;
}


.therapy-box img {
    height: 200px;
    border: 1px solid #00000040;
}


.therapy-box {
    padding: 30px;
    background: #eae9e78c;
    border: 1px solid #00000040;
}


.therapy-box h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 3px solid #e51e28;
    width: fit-content;
}


ul.and {
    line-height: 35px;
}


.rehap h4.mt-4 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 3px solid #000;
    width: fit-content;
}



.rehap h2 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #e51e28;
    width: fit-content;
}


.therapy-box1 p {
    margin-bottom: 8px;
}








.indications-section {
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
}

.indications-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.indications-section ul {
    list-style-type: disc;
    padding-left: 18px;
}

.indications-section ul li {
    margin-bottom: 8px;
}





.hbot-wellness-img img {
    border: 1px solid #0000003b;
}



.reasons-section {
    margin: 40px 0;
}

.reasons-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.reasons-table {
    width: 100%;
    border-collapse: collapse;
}

.reasons-table td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    vertical-align: top;
    background: #f9f9f9;
}







.info-section {
    margin: 40px 0;
}

.info-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.facts-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.facts-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    background: #fff;
}

.paragraph-section h5 {
    font-weight: bold;
    margin: 25px 0 10px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.paragraph-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}







.medical-section {
    margin: 40px 0;
}

.medical-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.medical-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.medical-table th,
.medical-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    vertical-align: top;
    font-size: 15px;
}

.medical-table th {
    background: #f9f9f9;
    font-weight: bold;
}

.note-text {
    font-weight: bold;
    margin-top: 15px;
    font-size: 15px;
}





.autism-section {
    margin: 40px 0 0;
}

.autism-section h4 {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.autism-section h5 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.autism-section p {
    font-size: 15px;
    line-height: 1.6;
}

.autism-section ul {
    list-style: none;
    padding: 0;
}

.autism-section ul li {
    margin-bottom: 8px;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.autism-section ul li::before {
    content: "◎";
    color: red;
    position: absolute;
    left: 0;
    font-size: 14px;
}

.autism-section .highlight {
    font-weight: bold;
    color: #d00;
}

.autism-section img {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}




.hbot-section1 {
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.6;
}

.hbot-section1 h5 {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 3px;
}

.hbot-section1 p {
    margin-bottom: 15px;
}

.hbot-section1 ul {
    list-style: none;
    padding: 0;
}

.hbot-section1 ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.hbot-section1 ul li::before {
    content: "◎";
    color: red;
    position: absolute;
    left: 0;
    font-size: 14px;
}

.highlight-box {
    background: #ffeb99;
    border: 2px solid #000;
    padding: 15px;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
}




.form-section {
    padding: 30px 40px;
    background: #f0f0f0;
}


button#submit {
    margin: auto;
    display: flex;
    align-items: center;
    padding: 8px 30px;
    margin-top: 20px !important;
    background: #e51e28;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
}




.form-control {
    padding: 12px 10px;
    border-radius: 0px;
    box-shadow: none !important;
}



.form-title h4 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #e51e28;
}


.address-details p {
    display: flex;
    align-items: center;
}



.address-details {
    padding: 20px;
    border: 1px solid #0000002e;
}

.address-title h4 {
    font-size: 28px;
    font-weight: bold;
    color: #e51e28;
}



.address-details i {
    color: #e51e28;
}




.body-thank {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background: linear-gradient(120deg, #f0f4ff, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #333;
}

.thank-you-container {
    background: #fff;
    padding: 30px 0px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 560px;
    width: 100%;
    animation: fadeInUp 1s ease-out;
    border-radius: 4px !important;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.thank-you-container h1 {
    font-size: 36px;
    color: #555555;
    font-weight: 600;
    margin-bottom: 15px;
}

.thank-you-container p {
    font-size: 16px;
    color: #555;
    margin-bottom: 23px;
}

.thank-you-container a.btn {
    display: inline-block;
    background-color: #e51e28;
    color: #fff;
    padding: 10px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: background 0.3s ease;
}

.thank-you-container a.btn:hover {
    background-color: #e51e28;
}

.footer-message {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

.footer-message a {
    color: #07025c;
    text-decoration: none;
    font-weight: 500;
}

.footer-message a:hover {
    text-decoration: underline;
}

.icon-check {
    font-size: 64px;
    color: #e51e28;
    margin-bottom: 0px;
}





@media (max-width: 430px) {



    .body-thank {
        padding: 10px;
    }


    .icon-check {
        font-size: 50px;
        color: #e51e28;
        margin-bottom: 0px;
    }

    .thank-you-container p {
        font-size: 14px;
        color: #555;
        margin-bottom: 16px;
    }


    .thank-you-container {
        padding: 30px 7px;
        border-radius: 4px !important;
    }

    button.navbar-toggler {
        background: #fff;
        box-shadow: none !important;
        border-radius: 0 !important;
    }


    .navbar-toggler-icon {
        filter: invert(1);
    }


    .carousel-item img {
        height: 100%;
        width: 100%;
    }


    .carousel-indicators {
        margin-bottom: 0px;
    }


    .hbot-section {
        padding: 40px 0;
    }


    .hbot-title {
        font-size: 22px;
    }


    .hbot-title::after {
        width: 98%;
    }


    .hbot-text {
        line-height: 1.6;
    }



    .hbot-content p {
        font-size: 16px;
    }


    .indications-section {
        background: #f9f9f9;
        border: 1px solid #ddd;
        margin-bottom: 30px;
        padding: 0px;
    }



    .medical-table th,
    .medical-table td {
        border: 1px solid #ddd;
        padding: 7px 5px;
        vertical-align: top;
        font-size: 14px;
    }


    .offset-1 {
        margin-left: 0 !important;
    }


    .form-section {
        padding: 30px 30px;
        background: #f0f0f0;
    }


    .therapy img {
        width: 100%;
    }


    .bread h2 {
        font-size: 28px;
        font-weight: bold;
    }


    .therapy h2 {
        font-size: 21px;
    }


    .therapy ul {
        line-height: 25px;
    }


    .therapy p.mt-5 {
        margin-top: 10px !important;
    }


    .rehap h2 {
        font-size: 19px;
        font-weight: bold;
        border-bottom: none;
        width: auto;
    }


    .therapy-box img {
        height: 200px;
        border: 1px solid #00000040;
        width: 100%;
        object-fit: fill;
    }



    .therapy-box {
        padding: 20px;
        background: #eae9e78c;
        border: 1px solid #00000040;
    }


    .therapy-box h4 {
        font-size: 17px;
        font-weight: bold;
        border-bottom: 3px solid #e51e28;
        width: fit-content;
    }


    .therapy-box h6 {
        font-size: 15px;
        font-weight: 500;
    }


    .rehap h4.mt-4 {
        font-size: 17px;
        font-weight: 700;
        border-bottom: 3px solid #000;
        width: fit-content;
    }


    ul.and {
        line-height: 24px;
    }


    .and li {
        font-size: 15px;
    }



    .therapy-box1 img {
        width: 100%;
        margin-bottom: 20px;
    }


    .therapy-box1 p {
        margin-bottom: 8px;
        font-size: 14px;
    }


    .autism-section h4 {
        font-weight: bold;
        margin-bottom: 15px;
        border-bottom: 2px solid red;
        display: inline-block;
        padding-bottom: 3px;
        font-size: 19px;
    }


    .autism-section img {
        max-width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 20px;
    }



    .hbot-section1 h5 {
        font-weight: bold;
        margin-bottom: 15px;
        border-bottom: 2px solid red;
        display: inline-block;
        padding-bottom: 3px;
        font-size: 19px;
    }


    .welness-hbot h2 {
        font-size: 26px;
        font-weight: bold;
        border-bottom: 3px solid #e51e28;
        width: fit-content;
    }

    ul.list-bullet1.red {
        line-height: 24px;
    }



    .welness-hbot img {
        width: 100%;
    }


    .hbot-wellness-img img {
        border: 1px solid #0000003b;
        width: 100%;
    }


    .about-content .mt-5 {
        margin-top: 20px !important;
    }


    .about-content img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .hbot-how h2 {
        font-size: 19px;
        font-weight: bold;
        border-bottom: 3px solid #e51e28;
        width: fit-content;
    }


    section.hbot-how.py-5 {
        padding: 40px 0px;
    }


    .hbot-how ol {
        line-height: 24px;
        font-size: 15px;
        padding: 29px;
    }


    .how-box {
        background: yellow;
        padding: 20px;
        border: 3px solid #000;
        margin-top: 0px !important;
    }


    .how-box h4 {
        font-size: 16px;
        font-weight: bold;
    }


    .ind .indications-section {
        background: #f9f9f9;
        border: 1px solid #ddd;
        margin-bottom: 30px;
        padding: 8px;
    }


    .reasons-table td {
        border: 1px solid #ddd;
        padding: 6px 8px;
        vertical-align: top;
        background: #f9f9f9;
        font-size: 14px;
    }
}








@media (max-width: 412px) {

    .hbot-title {
        font-size: 16px;
    }


    div#indicationsTabContent {
        padding: 10px !important;
    }


    .nav-tabs .nav-link.active {
        font-size: 15px;
    }


    .nav-tabs .nav-link {
        font-size: 14px;
    }


    .about-content p {
        font-size: 14px;
    }


    .bread h2 {
        font-size: 21px;
        font-weight: bold;
    }

    .address-details {
        padding: 10px;
        border: 1px solid #0000002e;
    }


    .address-details p {
        display: flex;
        align-items: center;
        font-size: 14px;
    }


    .form-section {
        padding: 20px 20px;
        background: #f0f0f0;
    }


    .bread h2 {
        font-size: 20px;
        font-weight: bold;
    }


    .rehap h2 {
        font-size: 22px;
        font-weight: bold;
        border-bottom: none;
        width: auto;
    }


    .footer h3 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: bold;
    }


    .footer .col-md-8 p {
        font-size: 14px;
    }




}