@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Mulish", sans-serif;
}

body {
    overflow-x: hidden !important;
    /* overflow-y: hidden !important; */
    padding-right: 0 !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html.with-fancybox {
    overflow: auto;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Marcellus", serif;
}

.font1 {
    font-family: "Marcellus", serif;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

p,
a,
.form-control,
button,
label, .customul li, ul li a, li {
    font-size: 13px;
}

.radius {
    border-radius: 19px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFDFF4;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #BA1682;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #BA1682;
}

.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    padding: 0 10px;
}

.offcanvas-backdrop {
    transition: backdrop-filter 0.5s ease-in, opacity 0.5s ease-in !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.offcanvas-backdrop.show {
    background-color: rgb(0 0 0 / 71%) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
    opacity: 1 !important;
}

.color1 {
    color: #3B3B3B;
}

.color2 {
    color: #9F9F9F;
}

.color3 {
    color: #C87100;
}

.lightbg {
    background-color: #FFFAF6;
}

.padding {
    padding: 50px 0;
}

.lightcolor {
    background: linear-gradient(90.07deg, #FFF2A9 0.06%, #FFF5EC 106.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.darkcolor {
    background: linear-gradient(270deg, #883000 0%, #DD7D00 60.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.fwlight {
    font-weight: 350;
}

.fwnormal {
    font-weight: 380;
}

.btn-close:focus {
    box-shadow: none;
    opacity: 1;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lightbtn {
    position: relative;
    display: inline-block;
    padding: 5px 14px;
    text-align: center;
    border: 1px solid transparent;
    overflow: hidden;
    font-weight: 700;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.lightbtn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90.07deg, #FFF2A9 0.06%, #FFF5EC 106.88%);
    z-index: -1;
    transition: opacity 0.4s ease;
}

.lightbtn:hover {
    color: #FFF5EC;
    border: 1px solid #FFF5EC;
}

.lightbtn:hover::before {
    opacity: 0;
}

.darkbtn {
    position: relative;
    display: inline-block;
    padding: 8px 22px;
    text-align: center;
    border: 1px solid transparent;
    overflow: hidden;
    font-weight: 700;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.darkbtn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #168AD0 0%, #BA1682 100%);
    z-index: -1;
    transition: opacity 0.4s ease;
}

.darkbtn:hover {
    color: #BA1682 !important;
    border: 1px solid #BA1682;
}

.darkbtn:hover::before {
    opacity: 0;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}

section.banner .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.3%, #000000 111.16%);
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.txtlinediv {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-bottom: 8px;
}

.textline {
    width: 50px;
    height: 1px;
    background-color: #ffffff;
}

/* .txtlinediv.darklinediv {
    justify-content: start;
} */

.txtlinediv.darklinediv .textdiv {
    white-space: nowrap;
}

.textline.darkline {
    background-color: #9F9F9F;
    height: 1px;
}

.textdiv {
    writing-mode: initial;
}

.bannerhead {
    display: block;
}

.subheading {
    font-size: clamp(17px, 3vw, 27px);
    transform: translateX(2px);
}

.mainbannerheading {
    font-size: clamp(25px, 3vw, 57px);
}

section.banner .headingtextdiv {
    padding-bottom: 20px;
    transform: translateY(-7px);
}

section.banner .card .headingtextdiv p {
    width: 83%;
}

section.banner .card img {
    height: auto;
    object-fit: cover;
    object-position: initial;
    animation: zoomin 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
    }
}

section.aboutus {
    background: url(../images/about_bg_mob.webp) no-repeat left top;
    background-size: 423px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.mainheading {
    font-size: clamp(22px, 3vw, 57px);
}

.subtextheading {
    font-size: clamp(20px, 3vw, 24px);
}

section.aboutus .bannerhead {
    padding: 0 0;
}

section.aboutus .aboutimgdiv {
    padding: 60px 0;
    padding-bottom: 0;
}

.mandalaart {
    display: none;
}

section.activities {
    position: relative;
}

.linedecimg {
    width: 174px;
}

section.activities .mandalaart,
section.workshop .mandalaart {
    display: block;
}

section.activities .mandalaart .mandalaimg {
    right: -207px;
    width: 321px;
    top: -117px;
    left: auto;
    position: absolute;
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

.parawidth {
    width: 98%;
}

section.activities .activitydiv {
    padding: 27px 16px;
    background: #FFFFFF;
    border: 1px solid rgba(221, 125, 0, 0.24);
    border-radius: 19px;
    /* transition: all 0.6s ease; */
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.activities .activitydiv .activity_icon {
    width: 44px;
}

.secondarybtn {
    transition: all 0.6s ease;
    display: inline-block;
}

.secondarybtn:hover {
    transform: translateY(-4px);
}

.musicicondiv {
    display: none;
}

section.therapy_work {
    background: url(../images/therapy_bg.webp) no-repeat center center / cover;
}

section.therapy_work .box {
    margin-bottom: 20px;
    position: relative;
    background-color: white;
    padding: 21px 15px;
    width: 91%;
    border-radius: 16px;
    transform: translateX(29px);
}

section.therapy_work .timeline {
    position: relative;
}

section.therapy_work .timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    height: 100%;
    /* background-color: #ffffff; */
    background: linear-gradient(360deg, #883000 -2.69%, #DD7D00 35.41%);

    width: 1px;
    display: block;
    top: 0;
}

section.therapy_work .pointer {
    position: absolute;
    width: 18px;
    height: 18px;
    /* background-color: #4CAF50; */
    background: linear-gradient(270deg, #883000 0%, #DD7D00 60.54%);
    border-radius: 50%;
    left: -28px;
    /* left: -1px; */
    top: 20px;
    z-index: 100;
}

section.therapy_work .pointer::after {
    position: absolute;
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


section.therapy_work .pointer.second {
    left: -28px;
    top: 18px;
}

.sticky_top {
    position: sticky;
    top: 100px;
}

section.conditions_support .conditionstext {
    padding: 15px 22px;
    background: #FFFFFF;
    border: 1px solid rgba(221, 125, 0, 0.24);
    border-radius: 18px;
}

section.conditions_support .conddiv .imgdiv img {
    height: 267px;
    object-fit: cover;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #E8BBD9;
    transition: all 0.5s ease;
    margin: 0 6px;
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: linear-gradient(180deg, #168AD0 0%, #BA1682 100%);
    scale: 1.4;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #BA1682;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

section.workshop {
    position: relative;
}

section.workshop .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.45%, #000000e8 100%);
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 10px 13px;
    padding-bottom: 7px;
}

section.workshop .mandalaart .mandalaimg {
    right: auto;
    width: 321px;
    top: -83px;
    left: -178px;
    position: absolute;
    animation: rotate 30s linear infinite;
}

section.workshop .card img {
    height: 269px;
    object-fit: cover;
    object-position: left;
}

section.testimonials {
    position: relative;
    padding: 100px 0;
    padding-bottom: 216px;
}

section.testimonials .speakbox {
    background-color: white;
    border: 1px solid rgba(221, 125, 0, 0.24);
    padding: 19px 22px;
    position: relative;
    /* overflow: hidden; */
}

section.testimonials .patient_img {
    background-color: white;
    padding: 5px;
    border: 1px solid rgba(221, 125, 0, 0.24);
    display: inline-block;
    border-radius: 50%;
    margin-top: -60px;
}

section.testimonials .patient_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

section.testimonials .greview {
    width: 81px;
}

section.testimonials .item {
    opacity: 0.5;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    padding-top: 43px;
}

section.testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
    pointer-events: all;
}

section.testimonials .speakbox .commadiv {
    position: absolute;
    right: 35px;
    top: 32px;
}

section.testimonials .speakbox .commadiv.secondcomma {
    right: auto;
    bottom: 24px;
    top: auto;
    left: 27px;
}

section.testimonials .mandalaart .mandalaimg {
    top: auto;
    bottom: -119px;
    width: 413px;
}

.musicnotes {
    position: relative;
    z-index: 5;
}

.musicnotes>img {
    position: absolute;
    right: 0;
    bottom: -43px;
    width: 210px;
}

section.connectwithus {
    margin-top: -196px;
}

section.connectwithus .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.371);
}

section.connectwithus .card-img-overlay .videoicon {
    width: 68px;
}

section.connectwithus .card .connectimg {
    height: 256px;
    /* height: 435px; */
    object-fit: cover;
}

footer {
    background: url(../images/footer_bg.webp) no-repeat center center / cover;
}

footer .locationicon {
    width: 36px;
    height: 35px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    flex-shrink: 0;
}

footer .locationicon>i {
    font-size: 15px;
}

footer .top_foot {
    padding: 50px 0;
}

footer .top_foot .locatetext {
    font-size: 13px;
    width: 75%;
}

footer .top_foot .lightbtn {
    color: #3B3B3B !important;
}

footer .top_foot .lightbtn::before {
    background: linear-gradient(90.07deg, #FFF2A9 0.06%, #FFF5EC 106.88%) !important;
    opacity: 1 !important;
}

footer .top_foot .form-control {
    border: 1px solid #FFF2A9;
    background-color: transparent;
    color: white;
    padding: 8px 10px;
}

footer .top_foot .form-control::placeholder {
    color: white;
    font-weight: 300;
}

footer .bottom_foot {
    border-top: 1px solid #FFF2A9;
}

section.other_banner .card img {
    object-fit: cover;
    height: 37vh;
    object-position: 75%;
}

section.other_banner .card-img-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 45.95%, #000000 178.01%);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.other_banner .card-img-overlay .contentbox {
    transform: translateY(24px);
}

section.contact_uspage {
    position: relative;
    overflow: hidden;
    z-index: 5;
}


.field-group {
    position: relative;
    /* margin-bottom: 1.5rem; */
}

/* .form_group {
    display: flex;
    gap: 10px;
} */

/* Shared Base Styles */
.floating-field {
    width: 100%;
    padding: 0 1rem;
    border: 1px solid rgba(221, 125, 0, 0.24);
    border-radius: 10px;
    background: transparent;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    color: #DD7D00;
    appearance: none;
    display: block;
    font-size: 15px;
}

.floating-field:focus {
    border-color: #DD7D00;
    /* border-width: 2px; */
    /* padding: calc(1rem - 1px); */
}

/* Height specific to inputs vs textareas */
input.floating-field,
select.floating-field {
    height: 47px;
}

textarea.floating-field {
    min-height: 80px;
    padding-top: 1.2rem;
}

textarea.floating-field:focus {
    padding-top: calc(1.2rem - 1px);
}

/* Label resting inside the box */
.floating-label {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #DD7D00;
    font-size: 15px;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 0.25rem;
    z-index: 10;
}

.select-wrapper .floating-label {
    top: 49%;
}

textarea {
    resize: none;
}

textarea~.floating-label {
    top: 1.5rem;
    transform: translateY(-50%);
}

/* Floating Logic for Inputs (using placeholder-shown) */
input.floating-field:focus~.floating-label,
input.floating-field:not(:placeholder-shown)~.floating-label,
textarea.floating-field:focus~.floating-label,
textarea.floating-field:not(:placeholder-shown)~.floating-label {
    top: 0;
    font-size: 0.85rem;
    font-weight: 600;
    /* color: var(--primary-color); */
    background-color: white;
    transform: translateY(-50%);
}

/* Floating Logic for Select (Strictly Focus or Has Value) */
select.floating-field:focus~.floating-label,
select.floating-field.has-value~.floating-label {
    top: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #DD7D00;
    background-color: white;
    transform: translateY(-50%);
}

/* Handle grey color when not focused but has content */
.floating-field:not(:focus):not(:placeholder-shown)~.floating-label,
.floating-field:not(:focus).has-value~.floating-label {
    color: #DD7D00;
}

/* Select Arrow */
.select-wrapper::after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #DD7D00;
    pointer-events: none;
}

/* Hide select text color when no value is selected to prevent overlap with label */
select.floating-field:not(.has-value):not(:focus) {
    color: transparent;
}

.floating-field::placeholder {
    color: transparent;
}

.customshadow {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
}

section.contact_uspage .box {
    position: relative;
    z-index: 5;
    padding: 27px 17px;
}

.line {
    opacity: 1;
    border: 0.2px solid rgba(221, 125, 0, 0.24);
    margin: 23px 0;
}

.wrapper_child {
    border-bottom: 1px solid rgba(221, 125, 0, 0.24);
    border-top: 1px solid rgba(221, 125, 0, 0.24);
    padding: 15px 0;
    padding-left: 10px;
}

.wrapper_child + .wrapper_child {
    border-top: none;
}

.question__faqs {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: normal;
    color: #C87100;
    transition: all 0.5s ease;
}

.question__faqs.active {
    color: #C87100;
}

.faq-icon {
    width: 31px;
    height: 31px;
    background-color: white;
    border: 1px solid rgba(221, 125, 0, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: transform 0.4s ease;
    flex-shrink: 0;
    /* padding: 11px; */
}

.faq-icon svg {
    width: 14px !important;
    height: 14px !important;
}

.question__faqs.subtextheading {
    font-size: clamp(18px, 3vw, 22px);
}

.question__faqs.active .faq-icon {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    color: #535353;
}

.answer {
    padding: 16px 0 0;
    padding-bottom: 0;
}

section.faq {
    background: url(../images/faq_bg.webp) no-repeat center center / cover;
}

.customul li {
    background: url(../images/icon/bullet_icon.svg) no-repeat;
    background-position: left center;
        padding-left: 20px;
    background-size: 11px;
}

.conditions__div:last-child {
    margin-bottom: 0 !important;
}

