
.hero-section .carousel-indicators {
    margin-bottom: 1.5rem;
}

.hero-section .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    opacity: 1;
    border: .5px solid #ff854d;
}

.hero-section .carousel-indicators [data-bs-target].active {
    background-color: #ff621a;
}

.hero-section .carousel-item .carousel-overlay {
    position: absolute;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    left: 5%;
    top: -5%;
    z-index: 10000;
    color: white;
}

.hero-section .carousel-item .carousel-overlay .main-text {
    color: #ff9666;
    font-size: 50px;
    font-weight: 700;
}


.hero-section .carousel-item .carousel-overlay .support-text {
    font-size: 26px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.hero-section .carousel-item .carousel-overlay .carousel-btn {
    border-radius: 20px;
    padding: 7px 16px;
    font-weight: 600;
    background-color: #ff7433;
    border: 1px solid #ff7433;
}



.about-section .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
}

.about-section .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.about-section .about-text {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #331000;
}

.about-section .about-social {
    margin-top: 15px;
    margin-bottom: 25px;
}

.about-section .about-social a {
    text-decoration: none;
    font-size: 23px;
    color: #cc4100;
    margin-right: 15px;
    padding: 3.5px 8px;
    border-radius: 12px;
    background-color: #ffeee6;
}

.about-section .about-btn {
    border-radius: 20px;
    padding: 7px 16px;
    font-weight: 600;
    background-color: #ff5100;
    border: 1px solid #ff5100;
}

.about-section .about-img {
    border-radius: 15px;
}



.program-section {
    position: relative;
}

.program-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://rishav.blr1.cdn.digitaloceanspaces.com/image/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    z-index: -1;
}

.program-section .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.program-section .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.program-section .program-card {
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(182, 170, 153, 0.1), 0 6px 1px 0 rgba(182, 172, 163, 0.09);
    border: 1px solid #ffcbb3;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.program-section .program-card .card-body {
    padding: 10px 10px;
}

.program-section .program-card img {
    border-radius: 20px;
    margin-bottom: 5px;
}
.program-section .program-card img.indv-con {
    
}

.program-section .program-card .program-title {
    font-size: 28px;
    font-weight: 700;
    color: #ff5100;
    margin-bottom: 8px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.program-section .program-card .program-desc {
    font-size: 18px;
    font-weight: 500;
    color: #625d5b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program-section .program-card .program-btn {
    font-weight: 500;
    border-radius: 20px;
    padding: 6px 15px;
    background-color: #ff7433;
    border-color: #ff621a;
}

.treatement-phases{
    min-height: 500px;
}

.treatement-phases .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
}

.treatement-phases .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.treatement-phases .card{
    border-radius: 25px;
    position: relative;
    border: 1px solid #ff7433;
    background-color: #ff854d;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 15px 0 rgb(0 0 0 / 12%);
}

.treatement-phases .card .card-title{
    font-size: 32px;
    font-weight: 700;
}

.treatement-phases .card .treatment-time{
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-left: auto;
}

.treatement-phases .card .treatment-desc{
    font-size: 21px;
    font-weight: 500;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treatement-phases .card .card-body{
    z-index: 5;
    padding-left: 100px;
}

.treatement-phases .card .phase-no{
    font-size: 300px;
    line-height: 220px;
    font-weight: 700;
    letter-spacing: -17px;
    position: absolute;
    left: -55px;
    top: 12px;
    margin-bottom: 0;
    color: #ffb999;
}

.treatement-phases .card.first .phase-no{
    left: -15px;
}

.treatement-phases .card.forth .phase-no{
    left: -60px;
}

.treatement-phases .card.forth .card-body{
    padding-left: 120px;
}

.treatement-phases .card .btn{
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 15px;
}

.team-section {
    /* margin-top: -100px; */
    position: relative;
}

.team-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://img.houseui.com/watchdroid/generated_images/image_1749285390005.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.3;
    z-index: -1;
}


.team-section  .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 55px;
    margin-top: 10px;
    position: relative;
}

.team-section  .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.team-section .value{
    font-size: 80px;
    font-weight: bolder;
    line-height: 60px;
    color: #ff854d;
    margin-bottom: 0px;
}

.team-section .label{
    font-size: 21px;
    font-weight: 700;
    color: #331000;
}

.team-section .team-img{
    margin-top: -80px;
}

.testimonials-section  {
    position: relative;
    margin-top: -50px;
}


.testimonials-section  .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 55px;
    margin-top: 10px;
    position: relative;
}

.testimonials-section  .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.testimonials-section .review-card{
    border-radius: 20px;
    padding: 30px 10px 0 0;
    border: 1px solid #ff7433;
    background-color: #FF844D;
    position: relative;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 15px 0 rgb(0 0 0 / 12%);
}

.testimonials-section .review-card .text-wrapper{
    padding-left: 100px;
}


.testimonials-section .review-card .ri-double-quotes-l{
    font-size: 100px;
    position: absolute;
    top: -10px;
    left: 10px;
    color: #FEB999;
}

.testimonials-section .review-card .review-text{
    font-size: 19px;
    font-weight: 500;
    color: whitesmoke;
}

.testimonials-section .review-card img{
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    border: 3px solid #fff;
}

.testimonials-section .review-card .review-name{
    font-size: 21px;
    font-weight: 600;
}

.testimonials-section .review-card .review-occu{
    font-size: 17px;
    font-weight: 500;
}

.testimonials-section .left-wrapper{
    padding-right: 40px;
}

.testimonials-section .sub-title{
    font-size: 32px;
    font-weight: 700;
    color: #d35013;
}

.testimonials-section .sub-text{
    font-weight: 500;
    font-size: 20px;
}

.contact-section {
    position: relative;
    padding-bottom: 100px;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://img.houseui.com/watchdroid/generated_images/image_1749293529323.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.3;
    z-index: -1;
}

.contact-section  .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 55px;
    margin-top: 10px;
    position: relative;
}

.contact-section  .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.contact-section .contact-card{
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid #ffb999;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 15px 0 rgb(0 0 0 / 12%);
}

.contact-section .contact-card img{
    border-radius: 20px;
    height: 450px;
    width: 95%;
    object-fit: cover;
    object-position: center right;
}

.contact-section .contact-card .contact-info{
    background-color: #ff7433;
    padding: 30px 25px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.contact-section .contact-card .contact-info .info-icon{
    position: absolute;
    height: 170px;
    width: 170px;
    background-color: #FEB999;
    right: -30px;
    top: -30px;
    border-radius: 50%;
}

.contact-section .contact-card .contact-info i{
    font-size: 18px;
    color: #ffff;
}
.contact-section .contact-card .contact-info .info-title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.contact-section .contact-card .contact-info .info-link{
    font-size: 19px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

.contact-section .contact-card .contact-map iframe{
    border-radius: 20px;
    width: 100%;
    height: 250px;
    border: 1px solid #ffb999;
}

.contact-section .contact-card .contact-sub-title{
    font-size: 18px;
    font-weight: 600;
    color: #cc4100;
    text-transform: uppercase;
}
.contact-section .contact-card .contact-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-section .contact-card .form-label{
    font-size: 18px;
    font-weight: 600;
    color: #331000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-section .contact-card .form-control{
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
}

.contact-section .contact-card .btn{
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 25px 6px 20px;
}


@media (max-width: 1200px) {
    .hero-section .carousel-item .carousel-overlay{
        width: 50%;
    }

    .testimonials-section .review-card{
        padding: 20px 10px;
    }

    .testimonials-section .review-card img{
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    .testimonials-section .review-card .text-wrapper{
        padding-left: 0;
    }

    .testimonials-section .left-wrapper{
        padding-right: 20px;
    }
}


@media (max-width: 991px){
    .hero-section .carousel-item .carousel-overlay .main-text{
        font-size: 38px;
    }
    .hero-section .carousel-item .carousel-overlay .support-text{
        font-size: 21px;
    }
    .hero-section .carousel-item .carousel-overlay .carousel-btn{
        padding: 6px 12px;
        font-weight: 500;
    }

      .team-section .team-img{
        margin-top: -50px;
    }

    .team-section .label{
        font-size: 19px;
    }

    .testimonials-section .left-wrapper{
        padding-right: 0;
    }
}


@media (max-width: 768px){
    .hero-section .carousel-item .carousel-overlay .main-text{
        font-size: 32px;
    }
    .hero-section .carousel-item .carousel-overlay .support-text{
        font-size: 17px;
    }

    .hero-section .carousel-item .carousel-overlay .carousel-btn{
        padding: 5px 12px;
        font-size: 15px;
    }

    .hero-section .carousel-item img{
        height: 330px;
        object-fit: cover;
        object-position: bottom;
    }

    .hero-section .carousel-indicators [data-bs-target]{
        width: 8px;
        height: 8px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .about-section .section-title, .program-section .section-title, .contact-section .section-title{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-section .section-title::after, .program-section .section-title::after, .treatement-phases .section-title::after, .team-section .section-title::after, .testimonials-section .section-title::after, .contact-section .section-title::after{
        height: 3px;
        width: 40px;
        right: -45px;
    }

  
    .treatement-phases .section-title{
        font-size: 36px;
        margin-bottom: 30px;
    }

    .team-section .section-title{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .team-section .section-title:after{
        height: 3px;
        width: 40px;
        right: -45px;
    }

    .team-section .value{
        font-size: 70px;
    }

  

    .testimonials-section .section-title{
        font-size: 36px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .contact-section .contact-card .contact-info .info-icon{
        width: 115px;
        height: 115px;
    }
}


@media (max-width: 500px){

    .hero-section .carousel-item .carousel-overlay .main-text{
        font-size: 30px;
    }

    .hero-section .carousel-item .carousel-overlay .support-text{
        font-size: 16px;
    }

    .hero-section .carousel-item .carousel-overlay{
        width: 60%;
        left: 3%;
    }

    .hero-section .carousel-item img{
        height: 300px;
    }

    .about-section .section-title{
        margin-top: 0;
    }

    .about-section .section-title, .program-section .section-title, .contact-section .section-title{
        font-size: 28px;
        margin-bottom: 15px;
    }

    .about-section .section-title::after, .program-section .section-title::after, .treatement-phases .section-title::after, .team-section .section-title::after, .testimonials-section .section-title::after, .contact-section .section-title::after{
        height: 3px;
        width: 30px;
        right: -35px;
    }

    .about-section .about-text{
        font-size: 18px;
    }

    .about-section .about-btn{
        font-size: 15px;
        font-weight: 500;
        padding: 6px 14px;
    }

    .about-section .about-social a{
        font-size: 20px;
        padding: 4px 8px;
        border-radius: 9px;

    }

    .treatement-phases .section-title{
        font-size: 30px;
        margin-bottom: 24px;
    }

    .program-section .program-card .program-title{
        font-size: 24px;
    }

    
    .treatement-phases .card .card-body{
        padding-left: 80px;
    }

    .treatement-phases .card.forth .card-body{
        padding-left: 90px;
    }

    .treatement-phases .card.first .phase-no{
        left: -20px;
    }

    .treatement-phases .card .phase-no{
        left: -60px;
        font-size: 280px;
        top: 0;
    }

    .treatement-phases .card.forth .phase-no{
        left: -70px;
    }


    .treatement-phases .card .card-title{
        font-size: 28px;
    }

    .treatement-phases .card .treatment-time{
        font-size: 16px;
    }

    .treatement-phases .card .treatment-desc{
        font-size: 18px;
    }

    .treatement-phases .card .btn {
        font-weight: 500;
        border-radius: 20px;
        padding: 5px 14px;
    }

    .team-section .value{
        font-size: 55px;
        line-height: 50px;
    }

    .team-section .label{
        font-size: 18px;
    }

  
    .team-section .section-title{
        font-size: 32px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .testimonials-section .section-title{
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: 55px;
    }

    .testimonials-section .review-card .review-text{
        font-size: 18px;
    }

    .testimonials-section .sub-title{
        font-size: 28px;
    }

    .contact-section{
        padding-bottom: 75px;
    }

    .contact-section .contact-card .contact-info .info-icon{
        width: 85px;
        height: 85px;
    }

    .contact-section .contact-card .contact-title{
        font-size: 28px;
    }

    .contact-section .contact-card .btn {
        border-radius: 30px;
        font-size: 16px;
        font-weight: 500;
        padding: 4px 20px 4px 15px;
    }

    .contact-section .contact-card .contact-info{
        padding: 20px 20px;
    }

}

@media (max-width: 400px){

    .hero-section .carousel-item .carousel-overlay{
        left: 2.5%;
    }

    .hero-section .carousel-item .carousel-overlay .main-text{
        font-size: 22px;
        margin-bottom: 6px;
    }
   
    .hero-section .carousel-item .carousel-overlay .support-text{
        font-size: 16px;
         margin-bottom:12px;
    }

    .hero-section .carousel-item .carousel-overlay .carousel-btn{
        font-size: 14px;
        padding: 3px 12px;
    }

    .hero-section .carousel-item img{
        height: 280px;
    }

    .about-section .section-title, .program-section .section-title, .contact-section .section-title{
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about-section .section-title::after, .program-section .section-title::after, .treatement-phases .section-title::after, .team-section .section-title::after, .testimonials-section .section-title::after, .contact-section .section-title::after{
        height: 3px;
        width: 20px;
        right: -25px;
    }
    .about-section .about-text{
        font-size: 16px;
        margin-bottom: 8px;
    }

    .program-section .program-card{
        padding: 15px 15px;
    }

    .program-section .program-card .program-title{
        font-size: 22px;
    }
    .program-section .program-card .program-desc{
        font-size: 16px;
    }
    .program-section .program-card .program-btn{
        font-size: 15px;
    }

    .treatement-phases .card .card-body{
        padding-left: 60px;
    }

    .treatement-phases .card.forth .card-body{
        padding-left: 70px;
    }

    .treatement-phases .card .card-title{
        font-size: 24px;
        max-width: 60%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .treatement-phases .card .treatment-desc{
        font-size: 16px;
        margin-bottom: 8px;
    }

    .treatement-phases .card .treatment-time{
        max-width: 40%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .treatement-phases .card .btn{
        font-size: 14px;
        padding: 4px 12px;
    }

    .treatement-phases .card.first .phase-no{
        left: -25px;
    }

    .treatement-phases .card .phase-no{
        left: -65px;
        font-size: 250px;
        top: -8px;
    }

    .team-section .section-title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .team-section .value{
        font-size: 50px;
        line-height: 45px;
    }

    .team-section .label{
        font-size: 16px;
        font-weight: 600;
    }

    .team-section .team-img{
        margin-top: -40px;
    }

    .testimonials-section .section-title{
        font-size: 28px;
        margin-bottom: 15px;
    }

     .testimonials-section .sub-title{
        font-size: 24px;
    }

    .testimonials-section .sub-text{
        font-size: 17px;
    }

    .testimonials-section .review-card{
        padding: 10px 5px;
    }
    .testimonials-section .review-card .ri-double-quotes-l{
        font-size: 75px;
        top: -15px;
        left: 5px;
    }

    .testimonials-section .review-card img{
        width: 150px;
        height: 150px;
    }

    .testimonials-section .review-card .review-text{
        font-size: 16px;
    }
    
    .contact-section .contact-card{
        padding: 5px 0px;
    }

    .contact-section .contact-card .contact-title{
        font-size: 24px;
    }

     .contact-section .contact-card .contact-info{
        padding: 15px 14px;
    }

    .contact-section .contact-card .contact-info .info-link{
        font-size: 18px;
    }

   
}


@media (max-width: 330px){
    .about-section .section-title, .program-section .section-title, .contact-section .section-title{
        font-size: 22px;
    }
}



/* own carousel */
:root {
    --width: 0;
    --margin: 0;
}

.own-carousel__outer {
    position: relative;
    overflow: hidden;
    user-select: none;
}

.own-carousel {
    display: flex;
}

.own-carousel__item {
    padding: 1px;
    flex-shrink: 0;
    overflow: hidden;
    flex-basis: var(--width);
}

.own-carousel__item:not(:first-child) {
    margin-left: var(--margin);
}


.own-carousel__control .control__prev,
.control__next {
    color: #ff7433;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid #ff7433;
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 20px;
    padding: 0px 15px;
}

.own-carousel__control .control__prev:hover,
.control__next:hover {
    color: white;
    background-color: #ff7433;
}
