@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url(../fonts/HelveticaNeue-Medium.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-size: cover;
    overflow-x: hidden;
}

h2,
h3 {
    font-family: "Cardo", serif;
}

h4,
h5,
h6 {
    font-family: 'HelveticaNeue-Medium';
}

p {
    font-family: 'HelveticaNeue-Medium';
}

li {
    list-style-type: none;
    font-family: 'HelveticaNeue-Medium';
}

a {
    text-decoration: none !important;
    display: inline-block;
    transition: all .5s ease-in-out;
    font-family: 'HelveticaNeue-Medium';
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #0A374E;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #011e2c;
}

/* loader styling start  */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(352deg, rgba(255, 255, 255, 0.97) 0%, rgba(206, 236, 223, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #ccc;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-wrapper.loaded {
    display: none;
}

.circle {
    width: 70px;
    height: 70px;
    position: absolute;
    background-color: #005245;
    border-radius: 50%;
    animation: mid 1s linear infinite;
}

.loader1,
.loader2,
.loader3,
.loader4 {
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid #005245;
    border-bottom: 5px solid #005245;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

.loader1 {
    width: 90px;
    height: 90px;
    animation-delay: 0.1s;
}

.loader2 {
    width: 110px;
    height: 110px;
    animation-delay: 0.2s;
}

.loader3 {
    width: 130px;
    height: 130px;
    animation-delay: 0.3s;
}

.loader4 {
    width: 150px;
    height: 150px;
    animation-delay: 0.4s;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes mid {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

/* loader styling end  */
/* HEADER START */
header {
    z-index: 1;
    padding: 20px 0 0;
}

.navbar-brand {
    width: 140px;
}

.head-topr {
    background-color: #000000;
    color: #fff;
    padding: 6px 0;
}

nav.navbar.navbar-expand-lg>a.navbar-brand>img {
    min-width: 170px;
}

.menu-br li a {
    font-size: 16px;
    color: #312A2A;
    font-weight: 500;
    padding: 8px 0 !important;
    text-transform: capitalize;
}

.nav-item.dropdown>ul.dropdown-menu>li>a {
    padding: 8px !important;
}

.menu-br li a:hover {
    color: #0A374E;
}

.menu-br ul {
    gap: 35px;
}

.sign:hover {
    background-color: #000000;
    color: #ffffff;
}

.sign {
    background-color: #b6cbc6;
    color: #000000;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

/* HEADER END */
/* HOME PAGE START */
.pd-t {
    padding-top: 90px;
}

.pd-b {
    padding-bottom: 90px;
}

.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
}

.al-im {
    width: 100%;
}

.sec-hed {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
}

.banr-im img {
    border-radius: 15px;
    box-shadow: 0 7px 20px #000;
}

.abt-im img {
    border-radius: 15px;
    box-shadow: 0 0px 20px #00524585;
}

.sml-hed {
    font-size: 20px;
    color: #0166FE;
    text-transform: uppercase;
}

.main-banner {
    padding-top: 180px;
}

.banr-cont h5 {
    font-size: 22px;
    color: #26815A;
    text-transform: uppercase;
    font-family: 'Cardo';
    font-weight: 500;
}

.banr-cont h2 {
    font-size: 58px;
    line-height: 75px;
    font-weight: 500;
    text-transform: capitalize;
}

.banr-cont p {
    font-size: 22px;
    line-height: 32px;
    opacity: 0.8;
}

.banr-cont p span {
    display: block;
}

.req:hover {
    background-color: #ffffff;
    color: #000000;
}

.work:hover {
    background-color: #b6cbc6;
    color: #000000;
}

.req-lnk a {
    padding: 20px 30px;
    border-radius: 50px;
}

.req {
    background-color: #b6cbc6;
    color: #000000;
}

.work {
    background-color: #FFFFFF;
    color: #000000;

}

.listtxt li {
    min-width: 48.9%;
    padding: 20px;
    background: #b6cbc6;
    border-radius: 5px;
}

.listtxt {
    row-gap: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.pellen-al {
    background: linear-gradient(181deg, #FFFFFF 0%, #EBEBFC 100%);
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 30px 20px;
}

.imper-hed h4 {
    font-size: 35px;
    color: #26815A;
    font-weight: 500;
}

.imper-cont p {
    color: #26815A;
    font-size: 11px;
}

.imper-hed {
    width: 60%;
}

.grn-cont {
    top: 0;
    padding: 30px;
}

.grn-cont h5 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.grn-cont p {
    font-size: 11px;
    color: #ffffff;
    opacity: 0.7;
}

.grn-cont h4 {
    font-size: 27px;
    color: #FFFFFF;
}

.setwidth {
    min-width: 215px;
}

.comps-al {
    background-color: #b6cbc6;
    padding: 20px 15px;
    border-radius: 15px;
    width: 80%;
}

ul.list-style li {
    list-style: auto !important;
}

.comps-al h5 {
    font-size: 20px;
    color: #005245;
    font-weight: 500;
}

.comps-al p {
    font-size: 14px;
}

.services-sec {
    /*background-image: url(../images/main-banner-bottom.png);*/
    background-image: url(../images/home-ban-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-position: center;
}

.sr-pr p {
    width: 100%;
    font-size: 14px;
    opacity: 0.7;
}

.srv-h h4 {
    color: #005245;
}

.therapy-hed {
    bottom: 20px;
    left: 30px;
}

.therapy-hed h3 {
    font-size: 35px;
    color: #FFFFFF;
}

.therapy img {
    height: 410px;
    object-fit: cover;
    border-radius: 20px;
}

.svr-al {
    /* padding-left: 270px; */
    padding-top: 50px;
}

img.rightarrow {
    position: absolute;
    top: -71px;
    right: -48px;
    transform: rotate(40deg);
    z-index: -1;
}

.bottomarrow {

    position: absolute;
    bottom: -71px;
    right: -48px;
    transform: rotate(-40deg);
    z-index: 0;
}

.sevr-inner a {
    background-color: #b1e1db;
}

.services-sec::before {
    content: '';
    position: absolute;
    background-image: url(../images/sevr-lft.png);
    background-repeat: no-repeat;
    width: 26%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.services-sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/sevr-rgt.png);
    background-repeat: no-repeat;
    width: 20%;
    height: 70%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.step-card {
    border-radius: 20px;
    padding: 40px 35px;
    height: 100%;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.card-1 {
    background: linear-gradient(135deg, #efefef 0%, #b6d5be 100%);
    border: none;
}

.card-2 {
    background: linear-gradient(135deg, #b6d5be 0%, #f1f1f1 100%);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.step-number {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.step-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
    min-height: 100px;
}

input#consent2,
input#consent1 {
    min-width: 20px;
    max-height: 21px;
}

input#i_understand_that,
input#i_consent_to_being {
    min-width: 20px;
    max-height: 21px;
}

.step-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .step-title {
        font-size: 26px;
    }
}

.spr-cont {
    background: linear-gradient(135deg, #fdfbb0 0%, #fcb5f5 100%);
    padding: 15px 24px;
    bottom: 14px;
    left: 20px;
    width: 90%;
    border-radius: 11px;
}

.spr-cont h5 {
    font-size: 23px;
    line-height: 32px;
}

.why-cont .comps-al {
    width: 100%;
}

.faq-pr p {
    width: 60%;
}

.faq-sec {
    background: linear-gradient(135deg, #b6d5be 0%, #f1f1f1 100%);
    border-radius: 0;
}


.faq-hed h4 {
    color: #005245;
}

.fq-tb button {
    font-size: 30px;
    padding: 25px 20px;
    margin: 18px 0;
}

.fq-tb .accordion-button:not(.collapsed) {
    color: #005245;
    background-color: #ffffff;
    box-shadow: none;
}

.fq-tb .accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
}

.fq-tb .accordion-item {
    border: 0;
    border-radius: 15px !important;
}

.fq-cont {
    padding: 10px 25px;
}

.reviews-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
}

.reviews-track {
    display: flex;
    gap: 35px;
    animation: scrollLoop 50s linear infinite;
}

.stars {
    margin-bottom: 30px;
}

section.faq-sec.pd-t.pd-b .accordion-button::after {
    content: '\2b';
    font-family: 'Fontawsome';
    font-size: 40px;
    background: none;
    position: absolute;
    right: 30px;
    bottom: 45px;
    font-weight: 700;
}

section.faq-sec .accordion-button:not(.collapsed)::after {
    content: '\f068' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-size: 30px !important;
    background: none !important;
    position: absolute !important;
    right: 35px !important;
    bottom: 45px !important;
    font-weight: 700 !important;
    transform: none !important;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.review-card {
    flex: 0 0 341px;
    background: #fff;
    border: 2px solid #00524599;
    border-radius: 18px;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
    padding: 50px;
    text-align: center;
    transition: 0.3s ease;
}

;

.review-card .stars {
    color: #2b9364;
    margin-bottom: 15px;
}

.review-card p {
    font-size: 18px;
    color: #747474;
    line-height: 1.6;
    margin-bottom: 20px;
}

.review-card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2b9364;
    margin-bottom: 10px;
}

.review-card h6 {
    font-weight: 600;
    color: #2b9364;
    font-size: 16px;
}

.card-pos-1 {
    transform: translateY(-20px);
}

.card-pos-2 {
    transform: translateY(20px);
}

.card-pos-3 {
    transform: translateY(-40px);
}

.stars i {
    color: #26815A;
}

.cont-inr input {
    height: 55px;
    background-color: #F5F5F5;
    border: transparent;
}

.cont-inr input::placeholder {
    color: #212529;
}

.cont-inr select {
    height: 55px;
    background-color: #F5F5F5;
    border: transparent;
}

.cont-inr button {
    border: none;
}

.meet-cot {
    bottom: 10px;
    left: 23px;
}

.meet-cot h3 {
    font-size: 32px;
    color: #ffffff;
    line-height: 35px;
}

.meet-cot p {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.7;
}

.jor-cont h3 {
    font-size: 56px;
    line-height: 70px;
    min-height: 220px;
}

.jor-cont {
    padding-top: 100px;
    padding-left: 290px;
}

.persnal-all>img {
    min-height: 260px;
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}

.jor-cont p {
    font-size: 20px;
    line-height: 31px;
}

.jor-cont .sign {
    background-color: #0166FE;
}

.jor-cont .sign:hover {
    background-color: #000000;
}

.jor-bk {
    z-index: 99;
}

footer {
    background: linear-gradient(352deg, rgba(54, 74, 70, 1) 0%, rgba(30, 42, 39, 1) 100%);
    padding-top: 90px;
    padding-bottom: 30px;
    margin-top: 0 !important;
}

.fot-log img {
    width: 30%;
    filter: brightness(0.3) invert(100);
}

.fotr-lnk h4 {
    font-size: 22px;
    line-height: 30px;
}

.fotr-lnk li a {
    color: #fff;
    opacity: 1;
    font-weight: 500;
    margin-bottom: 5px;
}

.fotr-lnk li {
    color: #ffffff;
    opacity: 0.7;
    font-weight: 500;
}

.fot-log p {
    opacity: 0.7;
    font-weight: 500;
}

.copy p {
    opacity: 0.7;
}

.social li a:hover {
    background-color: #005245;
}

.social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ffffff38;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    border-radius: 10px;
}

div#therapyAccordion {
    display: flex;
    min-width: 32.9%;
    padding: 20px;
    /* background: #b6cbc6; */
    border-radius: 5px;
    flex-wrap: wrap;
    gap: .5rem !important;
}

div#therapyAccordion>.accordion-item {
    max-width: 100%;
    min-width: 100%;
    /* padding: 20px; */
    /* background: #b6cbc6; */
    border-radius: 5px;
}

div#therapyAccordion button.accordion-button,
div#therapyAccordion .accordion-button:not(.collapsed) {
    background: #b6cbc6;
    color: #000 !important;
}

.accordion-body p {
    width: 100% !important;
}

/* HOME PAGE END */
/* INNER PAGES START */
.inr-bnr-cont h2 {
    font-size: 73px;
    line-height: 80px;
}

.inr-bnr-cont h2 span {
    display: block;
    font-size: 60px;
    line-height: 65px;
}

.inr-bnr-cont p {
    font-size: 20px;
    line-height: 25px;
    width: 60%;
    margin: 0 auto;
}

.at-str-cont h3 {
    font-size: 45px;
    line-height: 65px;
}

.abt-story {
    border-top: 2px solid #74727296;
}

.bnr-botm a {
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
}

.bnr-botm {
    bottom: -186px;
}

.srvn-inr {
    background: transparent;
}

.coup-cont h4 {
    font-size: 30px;
    line-height: 35px;
}

.coup-cont p {
    font-size: 14px;
    line-height: 22px;
}

.cop-lnk a {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.coup-cont {
    width: 63%;
}

.coup-all {
    padding: 10px 30px;
    bottom: 0px;
}

.therp {
    margin-top: -60px;
}

.therp .row {
    margin-top: -170px;
}

.thrp-cont li {
    list-style-type: auto;
    margin-bottom: 7px;
}

.thrp-cont li::marker {
    color: #26815A;
}

.eligibility-sec {
    border-top: 1px solid #00000070;
    margin-top: 80px;
}

.requirt {
    padding: 20px 0px 20px 34px;
}

.requirt h4 {
    font-size: 24px;
    font-family: 'Cardo';
}

.requirt li {
    list-style-type: auto;
    font-size: 14px;
    margin-bottom: 7px;
}

.persnal-all h4 {
    font-size: 21px;
    font-family: 'Cardo';
}

.persnal-all p {
    font-size: 14px;
}

.persnal-all {
    opacity: 0.5;
    transition: all 0.5s;
}

.persnal-all:hover {
    opacity: 1;
    transition: all 0.5s;
}

.benefits-sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/sevr-lft.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 100%;
    top: 120px;
    left: 0;
    z-index: -1;
}

.fq-all {
    background-color: #FBFBFB;
    padding: 25px 20px;
    border-radius: 15px;
}

.fq-bak {
    padding: 25px 20px;
    border-radius: 15px;
}

.fq-all h5 {
    color: #005245;
    font-size: 30px;
    line-height: 32px;
}

.f-qhed p {
    width: 61%;
}

.fq-all p {
    font-size: 15px;
    line-height: 27px;
}

.fq-bak h5 {
    color: #005245;
    font-size: 30px;
    line-height: 32px;
}

.fq-bak p {
    font-size: 15px;
    line-height: 27px;
}

.bok-cont {
    background-color: #F9F9F9;
    padding: 20px 25px;
    border-radius: 10px;
}

.bok-cont li {
    font-size: 14px;
    color: #005245;
    margin-bottom: 15px;
}

/* .wrk-hed p {
    width: 63%;
    margin: 0 auto;
} */
.review-card:hover {
    background-color: #26815A;
    color: #fff;
}

.review-card:hover .stars i {
    color: #ffffff;
}

.review-card:hover p {
    color: #ffffff;
}

.review-card:hover h6 {
    color: #ffffff;
}

.jour-al::before {
    content: '';
    position: absolute;
    background-image: url(../images/sevr-lft.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -9;
}

/* INNER PAGES END */
/* .accordion-item:first-of-type .accordion-button {
    font-family: 'HelveticaNeue-Medium';
} */

/* Sub menu Styling START  */
/* Enable hover for dropdowns */
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Submenu styling */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.fotr-lnk li strong {
    font-weight: 500 !important;
}

/* Optional: smooth hover delay to avoid flickering */
.dropdown-menu {
    transition: all 0.2s ease-in-out;
}

.dropdown-menu .csgap {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* Sub menu Styling END  */