/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

.carousel-indicators li {
    background-color: #555;
    /* Dark gray color */
}

.carousel-indicators .active {
    background-color: blue;
    /* White color for the active indicator */
}

section {
    scroll-margin-top: 4rem;
}

.card {
    height: 100%;
}

.accordion-button {
    background-color: #f8f9fa;
    font-weight: bold;
}

.cta-section {
    min-height: auto;
}

.card-header {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.card-text,
.card ul {
    font-size: 1rem;
}

.object-fit-cover {
    object-fit: cover;
    width: 600px;
    height: 600px;
    min-width: 300px;
    min-height: 300px;
}

.accordion-collapse {
    border: 0;
}

#markup .accordion-button:focus {
    box-shadow: none;
    border: none;
}

#markup .accordion-button:not(.collapsed) {
    background: none;
    color: #ff9800;
    box-shadow: none;
    border-bottom: none;
}

#markup .accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #1b6ce5;
    transform: translateY(-4px);
}

#markup .accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}

.section-header {
    text-align: center;
    margin: 40px 0px 80px;
}

.section-header h3 {
    font-size: 22px;
    color: #2196f3;
    text-transform: uppercase;
}

.section-header h2 {
    font-size: 32px;
    color: #292929;
    position: relative;
}

.section-header h2:after {
    content: "";
    height: 3px;
    max-width: 100%;
    width: 120px;
    background: #2196f3;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0px;
    margin: 0 auto;
}

.faq-section .accordion-collapse {
    border: 0;
}

.faq-section .accordion-button {
    padding: 15px 0px 15px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: none;
    color: #1b6ce5;
}

.faq-section .accordion-body {
    padding: 15px 0px 15px;
}

.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 100%;
}

.testimonial-slider {
    padding: 10px 0px 40px;
}


.recommend-txt {
    background: #14bad0;
    color: #fff;
    transform: rotate(45deg);
    padding: 6px 30px;
    position: absolute;
    top: 18px;
    right: -34px;
}

.benefit {
    overflow: hidden;
}

.user-photo {
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

/*---- Google Chrome Scrollbar Style ----*/
::-webkit-scrollbar {
    background: #f5f5f5;
    width: 20px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 15px #bcaaa4;
    border-radius: 20px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #044389;
    border-radius: 20px;
    border: 2px solid #fff;
}

/* Newsletter Section */
#newsletter {
    background: #4CAF50;
    padding: 80px 0px;
    text-align: center;
    color: #fff;
}

#newsletter h3 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}

#newsletter p {
    font-size: 18px;
    font-style: italic;
    padding: 0px;
    margin: 25px 0px 40px;
}

#newsletter form {
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #FF9800;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

#newsletter form input[type="submit"]:hover {
    opacity: 0.9;
}

#newsletter .social-links {
    margin-top: 30px;
}

#newsletter .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #4caf50;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 10px 10px 10px 0px;
    text-align: center;
    width: 38px;
    height: 38px;
    transition: 0.4s;
}

#newsletter .social-links a:hover {
    background: #FF9800;
    color: #fff;
    text-decoration: none;
}

.service-15 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.service-15 h1,
.service-15 h2,
.service-15 h3,
.service-15 h4,
.service-15 h5,
.service-15 h6 {
    color: #3e4555;
}

.service-15 h6 {
    line-height: 22px;
    font-size: 18px;
}

.service-15 .font-weight-medium {
    font-weight: 500;
}

.service-15 a {
    text-decoration: none;
}

.service-15 .linking {
    color: #3e4555;
}

.service-15 .linking:hover {
    color: #316ce8;
}

.service-15 .bg-light {
    background-color: #f4f8fa !important;
}

.service-15 .text-success {
    color: #2cdd9b !important;
}

.service-15 .icon-round {
    width: 80px;
    line-height: 80px;
    font-size: 2rem;
}

/* .service-15 .btn-success-gradiant { */
    /* background: #2cdd9b; */
    /* background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%); */
    /* background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc)); */
    /* background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); */
    /* background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); */
    /* background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); */
/* } */

/* .service-15 .btn-success-gradiant:hover { */
    /* background: #1dc8cc; */
    /* background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%); */
    /* background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b)); */
    /* background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%); */
    /* background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%); */
    /* background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%); */
/* } */

.service-15 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.bg-primary,
.border-primary,
.btn-primary {
    background-color: #139FD3 !important;
}

.text-primary {
    color: #139FD3 !important;
}

.bg-danger,
.border-danger {
    background-color: #B3001B !important;
}

.text-danger {
    color: #C5283D !important;
}

.bg-secondary,
.border-secondary,
.btn-secondary {
    background-color: #044389 !important;
}

.text-secondary {
    color: #044389 !important;
}

.bg-success,
.border-success {
    background-color: #09AA6F !important;
}

.text-success {
    color: #09AA6F !important;
}

.bg-warning,
.border-warning {
    background-color: #EFA00B !important;
}

.text-warning {
    color: #EFA00B !important;
}

.bg-light {
    background-color: #F7F5FB;
}

.bg-dark {
    background-color: #262626;
}

.clipper {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

/* #hero01 { */
/* background:url('../images/physical-therapy.jpg'); */
/* background-size:cover; */
/* background-repeat:no-repeat; */
/* min-width: 100%; */
/* background-position: center; */
/* --bs-bg-opacity: 1; */
/* background-blend-mode: soft-light; */
/* background-color: #282828; */
/* min-height: 75vh !important; */
/* } */

.h-12rem {
    height: 12rem !important;
}

.h-13rem {
    height: 13rem !important;
}

.h-18rem {
    height: 18rem !important;
}

.bg-cover {
    background: no-repeat 50%/cover;
}

/* #hero01 .mask { */
/* background:url('../images/grid.png'); */
/* background-blend-mode: overlay; */
/* min-height: 75vh !important; */
/* --bs-bg-opacity: .8; */
/* } */

.navbar {}

#hero-section {
    position: relative;
    width: 100%;
    min-height: 75vh;
    color: white;
    /* Color of your text */
    display: flex;
    align-items: center;
    justify-content: center;
    --bs-bg-opacity: 1;
}

#hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/physical-therapy.webp');
    background-size: cover;
    background-position: bottom;
    opacity: 0.7;
    /* Adjust opacity as needed */
    z-index: -1;
}

#hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 67, 137, 0.75);
    /* Adjust the alpha value as per your darkening requirement */
    background-blend-mode: overlay;
    z-index: -1;
}

#faq {
    position: relative;
    width: 100%;
    min-height: 65vh;
    color: white;
    /* Color of your text */
    display: flex;
    align-items: center;
    justify-content: center;
    --bs-bg-opacity: 1;
}

#faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/physical-rehabilitation-gym.jpg');
    background-size: cover;
    background-position: bottom;
    opacity: 0.7;
    /* Adjust opacity as needed */
    z-index: -1;
}

#faq::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    /* Adjust the alpha value as per your darkening requirement */
    background-blend-mode: overlay;
    z-index: -1;
}

.navbar.bg-dark {
    --bs-bg-opacity: .9;
}


.nav-link {
    border-bottom: 3px solid transparent;
    /* Set a transparent border */
    transition: border-bottom-color 0.3s ease;
    /* Optional: add transition for smooth color change */
}

.nav-link.active {
    border-bottom-color: #0d6efd;
    /* Change only the color for active state */
}

#logoImage {
    width: 85%;
    /* Adjust to the desired size */
    height: auto;
    /* Maintains the aspect ratio */
}

.p-10vw {
    padding: 10vw;
}

.p-8vw {
    padding: 8vw;
}

@media (min-width: 1100px) {

    /* lg breakpoint in Bootstrap 5 */
    .fs-3 {
        font-size: 2.4rem !important;
        /* or whatever size you prefer */
    }

    .fs-6 {
        font-size: 1.6rem !important;
        /* or whatever size you prefer */
    }
}