:root {
    --heading-color: #2A6F77;
    --primary: #9E92AA;
    --secondary: #A268A5;
    --black: #252422;
    --heading-font: "Gotu", sans-serif;
    --body-text: "Manrope", sans-serif;
    --tagline: "Cormorant Garamond", serif;
}

body {
    background-color: #EDE8DC;
    font-family: var(--body-text);
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--black);
}

.next-line {
    display: block;
}

.container-fluild-desktop {
    max-width: 1500px;
}

strong {
    font-weight: 600;
}

p:last-child {
    margin: 0;
}


.section-padding {
    padding: 80px 0;
}




/* client box */

.aboutuscontent p {
    font-size: 22px;
    margin-top: 40px;
}

.aboutuscontent span {
    color: #A268A5;
}

.client-box .content-area {
    text-align: center;
    margin-bottom: 40px;
}

.client-box .content-area h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: #000;
    font-family: var(--heading-font);
    margin-bottom: 16px;
}

.client-box .content-area h1 span:not(.next-line) {
    color: var(--secondary);
}

.client-box .content-area p {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.program-box-2{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #ccc5c5;
}

.program-section .program-box-2:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 0 !important;
}

.client-box .content-area a {
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.our-client img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.trainingimg {
    margin-top: 19px;
}

.team-anchor{
    padding: 0 !important;
    background: unset !important;
    text-transform: capitalize ! IMPORTANT;
    margin: 0 !important;
}

/* our services */

.container .container-fluild-desktop .row .col-md-8 .col-md-12 {
    margin-top: 19px;
}
@keyframes rotateCircle {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

@keyframes slideIn {
    from {
        left: -100%;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.img-box button {
    width: 258px;
    border: none;
    background: linear-gradient(45deg, #b58e38, #f2d491);
    color: white;
    padding: 10px;
    margin-top: 22px;
    font-family: var(--body-text);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.about-us-background {
    position: absolute;
    width: 100%;
    bottom: 0;
}


.our-services .top-heading p {
    font-size: 16px;
    line-height: 32px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin-bottom: 40px;
}

.our-services .top-heading h2 span {
    color: var(--secondary);
}

.our-services .service-area .img-box {
    margin-bottom: 40px;
    position: relative;
}

.our-services .service-area .img-box img {
    border-radius: 10px;
}

.gallery-sec .subheading{
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.service-area form input {
    background-color: transparent;
    height: 64px;
}

.our-services .service-area .service-heading span {
    color: #A268A5;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 6px;
    display: inline-block;
}

.view-all {
    margin-top: 30px;
}


.our-services .service-area .service-heading h2 {
    color: var(--heading-color);
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 50px;
}

.our-services .service-area .service {
    margin-bottom: 40px;
}

.service-area form .form-control {
    border: 1px solid#000;
    height: 50px;
}

.service-area form ::placeholder {
    color: #000;
    font-family: var(--body-text);
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 14px;
}

.service-area form {
    border-radius: 10px;
    padding: 30px;
}

.service-area h2 {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-family: var(--heading-font);
    font-weight: 600;
    margin-bottom: 20px;
}

.our-services .service-area .service h3 {
    font-style: italic;
    color: var(--heading-color);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.service-area form button {
    background: linear-gradient(45deg, #b58e38, #f2d491);
    border: none;
    width: 100%;
    margin-top: 30px;
    padding: 11px;
    color: white;
    border-radius: 10px;
    font-size: 16px;
}

.our-services .service-area .service p {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 300;
}

.our-services .service-area .service a {
    background: var(--primary);
    color: #fff;
    border-radius: 6px;
    padding: 10px 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.our-services .service-area .service a svg {
    margin-left: 6px;
    transform: translateY(-1.5px);
}

.our-services .service-area .content-box {
    background: linear-gradient(270deg, #9E92AA 3.05%, #B8AFC4 79.8%);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
}

.our-services .service-area .content-box h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    color: #fff;
    font-style: italic;
    margin-bottom: 14px;
}

.our-services .service-area .content-box p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.our-services .service-area .openingHour {
    margin-bottom: 144px;
}

.our-services .service-area .openingHour h2 {
    font-style: italic;
    color: var(--heading-color);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 16px;
}

.our-services .service-area .openingHour ul li {
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
}

.our-services .service-area .view-all a {
    text-decoration: underline;
    color: var(--heading-color);
    font-size: 18px;
    display: inline-block;
    margin-bottom: 58px;
}

.our-services .service-area {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.our-services .service-area .right-service h2 {
    font-style: italic;
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 40px;
}

.our-services .col-md-4:last-child .service-area .img-box {
    margin-bottom: 100px;
}

.our-services .service-area .img-box .flower {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.our-services .service-area .oil-therapy {
    position: relative;
}

.our-services .service-area .oil-therapy img {
    border-radius: 10px;
}

.our-services .service-area .oil-therapy .overlay-content {
    height: 100%;
    width: 100%;
    background: url(../images/video-shadow.webp);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 10px;
}

.our-services .service-area .oil-therapy h3 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    line-height: 42px;
}

/* list of treatment */

.list-of-treatment {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/grungy-white-background-natural-cement-stone-old-texture-as-retro-pattern-wall-conceptual-wall-banner-grunge-material-construction.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.list-of-treatment .heading {
    text-align: center;
}

.list-of-treatment .heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: #000;
    font-family: var(--heading-font);
    margin-bottom: 50px;
}

.event-one {
    background-color: #ffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.event-one img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-side-img {
    width: 16%;
    position: absolute;
    bottom: -47px;
    left: -74px;
}

.event-date {
    color: #bf9946;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    font-weight: 500;
    letter-spacing: 0.4px;
}

.event-date i {
    font-size: 14px;
    margin-right: 5px;
}

.upcoming-event-update {
    padding: 25px;
}

.upcoming-event-update h2 {
    font-size: 24px;
    line-height: 35px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: inherit;
    color: #000;
    font-family: var(--heading-font);
}

.organization {
    display: flex;
    margin-top: 20px;
    gap: 55px;
    justify-content: center;
    align-items: center;

}

.upcoming-event-update p {
    font-family: var(--body-text);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 10px;
}


.upcoming-event-update .upcoming-event-button button {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-text);
    font-weight: 600;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, #b58e38, #d4a84e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    padding: 0;
}

/*slider*/

.slider h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: #000;
    font-family: var(--heading-font);
}

/* what story */

.what-story {
    background: url('../images/what-story.png') no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 80px 0;
}

.what-story:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/video-shadow.webp');
    z-index: -1;
}


.what-story .content-area h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 18px;
}

.what-story .content-area p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 40px;
}

.what-story .content-area .moreDetail {
    background: #fff;
    color: #53212A;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
}

.what-story .slider-area {
    padding-left: 40px;
}

.what-story .slider-area .bottom-area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.what-story .slider-area .bottom-area .custom-slider-arrow {
    display: flex;
    gap: 10px;
}

.what-story .slider-area .bottom-area .custom-slider-arrow button {
    background: transparent;
    border: 1px solid #f3eee7;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    color: #f3eee7;
    font-size: 20px;
    line-height: 44px;
}

.seperator {
    width: 100%;
    height: 1px;
    background-color: white;
    flex: 1;
    margin: 0 10px;
}

.what-story .slider-area .bottom-area .custom-slider-fraction .custom-pagination {
    color: #f3eee7;
    font-size: 26px;
    font-weight: 400;
}

/* journey */

.journey .heading h2 {
    color: var(--heading-color);
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize;
}

.journey .img-box img {
    height: 360px;
    object-fit: cover;
    width: 100%;
}

/* new solutions */

.new-solutions .inner {
    display: grid;
    grid-template-columns: 40% 60%;
}

.new-solutions .inner .column .content-box {
    background: var(--primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 250px 0 120px;
}

.new-solutions .inner .column .content-box h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 60px;
    margin-bottom: 30px;
}

.new-solutions .inner .column .content-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}

.new-solutions .inner .column .content-box .starting {
    padding-top: 20px;
}

.new-solutions .inner .column .content-box .name {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 200;
    padding-bottom: 40px;
}

.new-solutions .inner .column .content-box .moreDetail {
    color: #fff;
    background: #53212A;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px;
    width: max-content;
    display: inline-block;
    letter-spacing: 0.5px;
}

/* Our Story */

.our-story .img-box img {
    border-radius: 10px;
}

.our-story .content-area {
    padding-left: 30px;
}

.our-story .content-area span {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #8D6B6E;
}

.our-story .content-area h2 {
    font-size: 42px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: var(--heading-color);
}

.our-story .content-area p {
    color: #53212A;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.our-story .content-area .moreDetail {
    color: #53212A;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-top: 30px;
    font-style: italic;
}

.customernames {
    margin-top: 39px;
}

.customernames h3 {
    color: #53212A;
    font-size: 24px;
}

.customernames p {
    color: #8D6B6E;
    font-size: 14px;
}

.count {
    column-count: 2;
}

/* counter */

.counter {
    padding-bottom: 80px;
}

.counter .counter-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.counter .number h4 {
    color: var(--heading-color);
    font-size: 46px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

.counter .name p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #53212AA3;
    line-height: 28px;
    letter-spacing: 0.5px;
}

/* video section */

.video-section {
    padding: 80px 0 50px;
}

.video-section .video-box {
    position: relative;
}

.video-section .video-box .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #806c63a6;
    backdrop-filter: blur(5px);
    border-radius: 100px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
}

.video-box source {
    margin-top: 120px;
}

.our-services {
    display: none;
}

#Corporate {
    display: block !important;
}

.about-img {
    height: 360px !important;
    width: 100% !important;
    object-fit: cover;
}

/* faq */


.faq .content-area {
    padding-left: 20px;
}

.faq .content-area .heading span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 4px;
    display: inline-block;
}

.faq .content-area .heading h2 {
    font-size: 34px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: var(--heading-color);
}

.faq .content-area .heading p {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 30px;
}

.faq .content-area .accordion .accordion-item,
.faq .content-area .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
}

.faq .content-area .accordion .accordion-item {
    border-bottom: 1px solid #ccc;
}

.faq .content-area .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 0;
    gap: 25px;
    color: #000;
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: unset;
}

.faq .content-area .accordion .accordion-item .accordion-body {
    padding: 0 0 20px;
}

.faq .content-area .accordion .accordion-item .accordion-body p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
}

.faq .content-area .accordion .accordion-item:last-child {
    border-bottom: none;
}

.faq .content-area .accordion .accordion-item:last-child .accordion-button {
    border-bottom: none;
}

.faq .content-area .accordion {
    margin-bottom: 15px;
}

/* blogs */

.blogs .top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.blogs .top-area .heading span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    display: inline-block;
    margin-bottom: 6px;
}

.blogs .update-span {
    font-weight: 500;
    font-family: var(--body-text);
    letter-spacing: 0.5px;
    font-style: italic;
}

.blogs .top-area .slider-arrow .next-arrow h4 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #8D6B6E;
    cursor: pointer;
}

.blogs .top-area .slider-arrow .next-arrow h4 svg {
    margin-left: 10px;
}

.blogs .img-box img {
    border-radius: 0;
}

.blogs .content-area {
    padding-top: 20px;
}

.blogs .content-area h2 {
    font-size: 18px;
    line-height: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #000;
}

.blogs .blog-box img {
    height: 235px;
    object-fit: cover;
    width: 100%;
}

.blogs .content-area p {
    color: var(--black);
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: var(--body-text);
    letter-spacing: 1px;
}

.blogs .content-area ol li {
    color: #2A6F77;
    font-size: 14px;
}

.blogs .content-area a {
    color: #2A6F77;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #2A6F77;
    font-family: var(--body-text);
}

/* instagram */

.instagram .inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 30px;
}


.instagram .inner .item .content-box p {
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 400;
}

/* book appointment */

.book-appointment {
    background-color: var(--heading-color);
}

.book-appointment .content-area {
    display: flex;
    flex-direction: column;
}

.book-appointment .content-area h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 44px;
    margin-bottom: 30px;
}

.book-appointment .content-area p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 40px;
}

.book-appointment .content-area .bookNow {
    color: #2A6F77;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #fff;
    padding: 12px 30px;
}

/* footer */

footer .container-fluid {
    padding: 0 50px;
}


footer .sign-up a {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    display: block;
}

footer .info {
    padding: 35px 0;
}

.bottom-border {
    border-bottom: solid 1px #c7c6c6;
}

footer .footer-widget p {
    margin-bottom: 8px;
}

.footer-01 .footer-widget p span {
    color: var(--heading-color);
    font-weight: 500;
}

footer {
    overflow: hidden;
}

footer .footer-widget h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
    font-family: var(--heading-font);
}

footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer-01 .footer-widget .d-flex {
    gap: 20px;
}

footer .footer-widget ul li a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    font-family: var(--body-text);
    transition: all 0.3s ease;
    position: relative;
}

footer .footer-widget ul li a i {
    color: #2A6F77;
    font-size: 15px;
    margin-right: 10px;
}

footer .footer-widget ul li:hover a {
    margin-left: 10px;
    color: #2A6F77;
}

footer .footer-widget ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0.5px;
    background-color: #2A6F77;
    transition: width 0.3s ease;
}

footer {
    position: relative;
}

.footer-img {
    position: absolute;
    right: 2px;
    bottom: 0px;
    width: 380px;
    opacity: 85%;
}


footer .footer-widget ul li:hover a::after {
    width: 100%;
}

footer .footer-widget ul li:last-child a {
    padding: 0;
}

footer .footer-widget p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000;
    font-weight: normal;
    font-family: var(--body-text);
}

footer .footer-widget .social-links {
    display: flex;
    gap: 25px;
    margin: 15px 0;
    align-items: center;
}

footer .footer-widget .social-links h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

footer .footer-widget .social-links a {
    color: #fff;
    display: inline-block;
    text-align: center;
    color: #2A6F77;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #2A6F77;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

footer .footer-box {
    display: grid;
    grid-template-columns: 22% 22% 21% 17% 18%;
}

footer .other-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

footer .other-links ul li {
    margin: 0 6px;
}

footer .other-links ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

footer .other-links ul li:not(:last-child)::after {
    content: " /";
    color: var(--heading-color);
}


.page-breadcrumb {
    position: relative;
}

.page-breadcrumb .breadcrumb-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}

.page-breadcrumb .breadcrumb-content {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000040;
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-breadcrumb .breadcrumb-content .animation-cropper {
    overflow: hidden;
}


.page-breadcrumb .breadcrumb-content .animation-cropper .inner span {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.page-breadcrumb .breadcrumb-content .animation-cropper .inner h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--black);
}

.page-breadcrumb .breadcrumb-content .animation-cropper .inner p {
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 26px;
}

.page-breadcrumb .breadcrumb-content .animation-cropper .inner .learn {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #fff;
    background: #53212A;
    border-radius: unset;
}

/* video section */


.video-section .top-area span {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    display: block;
    font-family: var(--body-text);
}

.video-section .bottom-area p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.video-section .bottom-area span {
    color: var(--heading-color);
}

/* welcome */

.welcome .img-box {
    width: 100%;
    height: 600px;
    background-color: var(--heading-color);
}

.welcome .content-area {
    padding-left: 40px;
}


.welcome .content-area p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

/* our philosophy */

.our-philosophy .inner p {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.8px;
}

.our-philosophy .img-box {
    text-align: center;
    margin-bottom: 30px;
}

.our-philosophy .bottom-area p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

/* services */

.services .img-box {
    text-align: center;
}

.services .top-heading {
    margin: 60px 0;
}

.services .top-heading .leftSide h3 {
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--heading-color);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.services .top-heading .rightSide p {
    color: var(--black);
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.services .service-item {
    margin-bottom: 40px;
}

.services .service-item:last-child {
    margin: 0;
}

.services .service-item h3 {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--heading-color);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    position: relative;
    font-family: var(--heading-font);
}

.services .service-item h3 span {
    padding-right: 30px;
    background: #ede8dc;
}


.services .service-item p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.services .service-item ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 18px;
}

.services .service-item ul li::marker {
    color: var(--heading-color);
}

.services .service-item ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
}

.services .service-item ul li:last-child {
    margin: 0;
}

.services .service-item ul li span {
    color: var(--heading-color);
    font-weight: 500;
}

.services .service-item .service-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

/* why chhose us */



.our-service-img {
    position: relative;
    overflow: hidden;
}



/* join us */

.joinUs {
    background-color: var(--heading-color);
}

.joinUs .content-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinUs .content-area h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    line-height: 30px;
    text-align: center;
    font-family: var(--heading-font);
}

.joinUs .content-area p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    text-align: center;
    margin-bottom: 26px;
}

.joinUs .content-area a {
    color: #2A6F77;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    font-family: var(--heading-font);
    background: #fff;
    padding: 15px 30px;
}

/* courses page */

.page-breadcrumb {

    width: 100%;

}



.page-breadcrumb .title h1 {
    color: var(--heading-color);
    margin: 0;
    font-weight: 300;
    font-size: 46px;
    letter-spacing: 0.5px;
    margin-bottom: 45px;
}

.courses .course-filter {
    background-color: #78376614;
    border-radius: 7px;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.courses .course-filter .filter-item:not(:last-child) {
    margin-bottom: 30px;
}

.courses .course-filter .filter-item h3 {
    color: #252422BF;
    font-size: 18px;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-family: var(--body-text);
    font-weight: 600;
}

.courses .course-filter .filter-item .filter-list>li:not(:last-child) {
    margin-bottom: 10px;
}

.courses .course-filter .filter-item .filter-list>li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.courses .course-filter .filter-item .filter-list>li .checkbox-label {
    font-size: 15px;
    color: var(--black);
    cursor: pointer;
    font-weight: 400;
    font-family: var(--body-text);
    letter-spacing: 0.5px;
}

.courses .course-filter .filter-item .filter-list>li .checkbox-label:before {
    content: "";
    border: 2px solid #817d808f;
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    min-width: 16px;
    line-height: 18px;
    border-radius: 4px;
}

.courses .course-filter .filter-item .filter-list>li input:checked+.checkbox-label:before {
    content: "\f00c";
    background: var(--heading-color);
    border-color: var(--heading-color);
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.courses .action-button {
    margin-right: 20px;
}

.courses .action-button .clear {
    font-size: 16px;
    background-color: var(--heading-color);
    color: #F3EEE7;
    padding: 10px 30px;
    margin-right: 40px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.8px;
    font-family: var(--heading-font);
    border-radius: 0;
}

.courses .top-filter {
    margin-bottom: 20px;
}

.courses .top-filter h2 {
    color: var(--black);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.courses .row>div:last-child .top-filter h2 {
    text-align: end;
}

.courses .course-list {
    margin-bottom: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.courses .course-list .item {
    display: grid;
    align-items: center;
    grid-template-columns: 40% 60%;
    border: solid 1px #ccc5c5;
    padding: 15px;
}

.courses .course-list .item .img-box img {
    height: 280px;
    object-fit: cover;
}

.courses .course-list .item .content-area {
    padding: 0 10px 0 25px;
}

.courses .course-list .item .content-area .top-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.courses .course-list .item .content-area .top-area .course-type {
    background-color: #53212A1A;
    border-radius: 6px;
    padding: 10px;
}

.courses .course-list .item .content-area .top-area .course-type h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
    color: var(--heading-color);
}

.courses .course-list .item .content-area .top-area .reviews {
    display: flex;
    gap: 4px;
}

.courses .course-list .item .content-area .top-area .reviews li {
    color: #FFAE5D;
    font-size: 16px;
}

.courses .course-list .item .content-area h3 {
    color: var(--heading-color);
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}

.courses .course-list .item .content-area p {
    color: #252422BF;
    font-size: 15px;
    line-height: 28px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    display: -webkit-box;
    overflow: hidden;
}

.courses .course-list .item .content-area .info {
    display: flex;
    margin-bottom: 22px;
    flex-wrap: wrap;
    gap: 10px 25px;
}

.courses .course-list .item .content-area .info li {
    color: var(--heading-color);
    font-size: 14px;
    letter-spacing: 0.8px;
}

.courses .course-list .item .content-area .info li i {
    margin-right: 8px;
}

.courses .course-list .item .content-area .view-course {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    font-family: var(--heading-font);
    margin-right: 15px;
    border: 2px solid #2A6F77;
}

.courses .course-list .item .content-area .cart {
    border: 2px solid #2A6F77;
    color: #2A6F77;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.card-custom {
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 35px;
    margin-bottom: 32px;
    height: 337px;
    display: flex;
}

.card-custom .card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-custom .card-body .card-title {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1.2px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: var(--heading-font);
}

.card-custom .card-body .card-text {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1.1px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}

.card-custom .card-body .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 9px;
}

.card-custom .card-body .info li {
    font-size: 14px;
    letter-spacing: 0.8px;
}

.card-custom .card-body .info li i {
    margin-right: 8px;
    font-size: 13px;
}

.card-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
}

.card-bg-1 {
    background: linear-gradient(rgb(255 0 89 / 16%)), url(../images/reiki-courses.webp) center / cover no-repeat;
}

.card-bg-3 {
    background: linear-gradient(rgb(0 255 29 / 40%)), url(../images/sound-healing-course.webp) center / cover no-repeat;
}

.card-bg-5 {
    background: linear-gradient(rgb(255 215 0 / 58%)), url(../images/yoga-img.jpg) center / cover no-repeat;
}

.card-bg-2 {
    background: linear-gradient(rgb(142 1 131 / 32%)), url(../images/reiki-program.webp) center / cover no-repeat;
}

.card-bg-4 {
    background: linear-gradient(#1821eb6e), url(../images/sound-healing-course.webp) center / cover no-repeat;
}

.card-custom .card-body .view-course {
    background: #fff;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    margin-right: 15px;
    border: 2px solid #fff;
}

.card-custom .card-body .cart {
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}


.courses .pagination-wrapper .pagination {
    gap: 18px;
    margin-top: 35px;
}

.courses .pagination-wrapper .pagination .page-item {
    padding: 5px 15px;
}

.courses .pagination-wrapper .pagination .page-item .page-link {
    background: transparent;
    border-radius: unset;
    border: unset;
    color: #2A6F77;
    font-size: 20px;
    padding: 0;
    box-shadow: unset;
}

.courses .pagination-wrapper .pagination .active {
    background: var(--heading-color);
    border-radius: unset;
    border: unset;
    font-size: 20px;
    box-shadow: unset;
    border-radius: 8px;
}

.courses .pagination-wrapper .pagination .active .page-link {
    color: #fff;
}

/* course details */

.course-detail .course-breadcrumb {
    margin-bottom: 24px;
}

.course-detail .course-breadcrumb nav .breadcrumb .breadcrumb-item {
    color: var(--heading-color);
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.course-detail .course-breadcrumb nav .breadcrumb .breadcrumb-item a {
    color: var(--black);
}

.course-detail .left-area .img-box {
    margin-bottom: 30px;
}

.course-detail .left-area .course-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.course-detail .left-area .course-title-area .name h1 {
    color: var(--heading-color);
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.course-detail .left-area .course-title-area .additional .btn {
    padding: 0;
}

.course-detail .left-area .course-title-area .additional .btn img {
    width: 24px;
}

.course-detail .left-area .info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.course-detail .left-area .info .course-type {
    background-color: #e2d9d4;
    border-radius: 6px;
    padding: 10px;
}

.course-detail .left-area .info .course-type h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
    color: var(--heading-color);
}

.course-detail .left-area .info .reviews {
    display: flex;
    gap: 4px;
}

.course-detail .left-area .info li {
    color: #FFAE5D;
    font-size: 16px;
}

.course-detail .left-area .course-description p {
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
}

.course-detail .left-area .course-overview h3 {
    color: var(--heading-color);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 30px;
    margin-bottom: 20px;
    font-family: var(--heading-font);
}

.course-detail .left-area .course-overview ul {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.course-detail .left-area .course-overview ul li img {
    width: 20px;
    margin-right: 10px;
}

.course-detail .left-area .course-overview ul li span {
    font-size: 16px;
    transform: translateY(2px);
    display: inline-block;
    color: var(--black);
    font-weight: 400;
    letter-spacing: 0.2px;
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item {
    border: unset;
    background-color: transparent;
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-button {
    background-color: #e2d9d4;
    box-shadow: unset;
    color: var(--heading-color);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 8px;
    padding: 18px;
    letter-spacing: 0.5px;
    font-family: var(--heading-font);
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body {
    padding-bottom: 0;
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body span {
    color: var(--heading-color);
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-family: var(--heading-font);
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body ul,
.services ul {
    list-style: disc;
    padding-left: 20px;
}


.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body ul li,
.services ul li {
    color: #000;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    font-weight: 400;
    margin-bottom: 5px
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body #accordionModule .accordion-item:nth-child(odd) .accordion-button {
    background-color: transparent;
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body #accordionModule .accordion-item:nth-child(odd) .accordion-body {
    padding-top: 10px;
}

.course-detail .left-area .what-will-you-learn .accordion .accordion-item .accordion-body #accordionModule .accordion-item .accordion-body ul li {
    font-size: 16px;
    color: var(--black);
    padding-bottom: 6px;
}

/* sidebar */

.course-detail .addToCartSidebar {
    margin-bottom: 25px;
}

.course-detail .addToCartSidebar .content-area {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.course-detail .addToCartSidebar .content-area h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #000000;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}

.course-detail .addToCartSidebar .content-area .instructor-name {
    color: var(--heading-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.course-detail .addToCartSidebar .content-area img {
    height: 220px;
    object-fit: cover;
    margin-bottom: 15px;
}

.course-detail .faq .accordion .accordion-item {
    border: unset;
    background-color: transparent;
}

.course-detail .faq .accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.course-detail .faq .accordion .accordion-item .accordion-button {
    background-color: #e2d9d4;
    box-shadow: unset;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.course-detail .faq .accordion .accordion-item .accordion-body {
    padding-bottom: 0;
}

.course-detail .faq .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
}

/* related course */


.related-course .relatedSlider .service-box {
    border: solid 1px #ccc5c5;
    padding: 15px;
}

.related-course .relatedSlider .service-box .img-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.related-course .relatedSlider .service-box .content-area {
    padding: 20px 0px 10px 8px;
}

.related-course .relatedSlider .service-box .content-area .course-type {
    background-color: #53212A1A;
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 16px;
}

.related-course .relatedSlider .service-box .content-area .course-type h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
    color: var(--heading-color);
}

.related-course .relatedSlider .service-box .content-area h3 {
    color: var(--heading-color);
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}

.related-course .relatedSlider .service-box .content-area p {
    color: #252422BF;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.related-course .relatedSlider .service-box .content-area ul {
    display: flex;
    gap: 25px;
}

.related-course .relatedSlider .service-box .content-area ul li span {
    font-size: 14px;
    transform: translateY(2px);
    display: inline-block;
    color: var(--black);
    font-weight: 400;
    letter-spacing: 0.8px;
}

.related-course .relatedSlider .service-box .content-area ul li img {
    width: 15px;
    margin-right: 8px;
}

.related-course .relatedSlider .service-box .content-area .bottom-area {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
}

.related-course .relatedSlider .service-box .content-area .bottom-area .view-course {
    background: var(--heading-color);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 11px 10px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    margin-right: 15px;
    border: 2px solid var(--heading-color);
}


.related-course .relatedSlider .service-box .content-area .bottom-area .cart {
    background: transparent;
    color: var(--heading-color);
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid var(--heading-color);
}

.related-course .relatedSlider .service-box .content-area .bottom-area .cart i {
    color: var(--heading-color);
}

.related-course .relatedSlider .service-box .content-area .course-price>span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}

.related-course .relatedSlider .service-box .content-area .course-price .old-price {
    font-size: 16px;
    color: #a38788;
    text-decoration: line-through;
    padding: 0 10px 0 0;
}

/* checkout page */

.checkout .checkout-form .checkout-title h2 {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
}

.checkout .checkout-form .newAddresbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.checkout .checkout-form .newAddresbox .column {
    position: relative;
}

.checkout .checkout-form .newAddresbox .column input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.checkout .checkout-form .newAddresbox .column input[type="radio"]:checked+.newAddres:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: -8px;
    right: -8px;
    color: var(--heading-color);
    line-height: 1.1;
}

.checkout .checkout-form .newAddresbox .column .newAddres {
    border: 1px solid #ccc;
    padding: 20px;
}

.checkout .checkout-form .newAddresbox .column .newAddres .checkAddres {
    margin-bottom: 8px;
}

.checkout .checkout-form .newAddresbox .column .newAddres .checkAddres p {
    color: var(--black);
    font-weight: 500;
    font-size: 17px;
}

.checkout .checkout-form .newAddresbox .column .newAddres .addressContent p {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.checkout .checkout-form .newAddresbox .column .newAddres .addressContent p b {
    font-weight: 500;
}

.checkout .checkout-form .form-group .checkout_input-field {
    background: transparent;
    border: 1px solid #ccc;
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: unset;
    border-radius: unset;
}

.checkout .checkout-form .shipping-fields #ship-to-different-address input[type="radio"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkout .checkout-form .shipping-fields h3 .form-label {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.checkout .checkout-form .shipping-fields h3 .form-label:before {
    content: '';
    font-family: 'Font Awesome 6 Free';

    background-color: transparent;
    border: 2px solid #646464;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -4px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 18px;
    border-radius: 5px;
}

.checkout .checkout-form .shipping-fields #ship-to-different-address input[type="radio"]:checked+.form-label:before {
    content: "\f00c";
    background: var(--heading-color);
    border-color: var(--heading-color);
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.checkout .checkout-form .form-group textarea {
    height: 170px !important;
    padding: 11px 15px !important;
}

.checkout .checkout-sidebar {
    margin-left: 20px;
    background: #78376614;
    padding: 20px;
    border-radius: 10px;
}

.checkout .checkout-sidebar h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 32px;
}

.checkout .checkout-sidebar .checout_product-table .cart_table-inner .cart_table-body_items .cart_table-body_list {
    background: transparent;
    padding: 14px 20px 14px 0;
    border-color: rgba(0, 0, 0, 0.12);
}

.checkout .checkout-sidebar .checout_product-table .cart_table-inner .cart_table-body_items .cart_table-body_list:last-child {
    padding-right: 0;
}

.checkout .checkout-sidebar .checout_product-table .cart_table-inner .cart_table-body_items .cart_table-body_list .product-item {
    display: flex;
    gap: 14px;
}

.checkout .checkout-sidebar .checout_product-table .cart_table-inner .cart_table-body_items .cart_table-body_list .product-item .product-thumbnail .product-item-photo img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.checkout .checkout-sidebar .checout_product-table .cart_table-inner .cart_table-body_items .product-item .product_description {
    flex: 1;
}

.checkout .checkout-sidebar .checout_product-table .cart_table-inner .cart_table-body_items .product-item .product_description .product_description-name {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.hero-banner .heroSlider .swiper-slide .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: "Outfit", sans-serif;
}

.hero-banner .heroSlider .swiper-slide .slider-content h2 {
    font-size: 60px;
    line-height: 75px;
    font-family: var(--heading-font);
    font-weight: 400;
    letter-spacing: 1.5px;
}

.hero-banner .heroSlider .swiper-slide .slider-content span {
    font-family: "Mrs Saint Delafield", cursive;
}

.hero-banner .heroSlider .swiper-slide .slider-content p {
    font-size: 18px;
    font-family: "Outfit", sans-serif;
}


.container .row .mt-5row .col-md-4 .p-3 h2 {
    font-size: 48px;
    color: #53212A;
    text-align: center;
}



.container-video-box {
    max-width: 1430px !important;
}


/*slider*/



.home-service {
    background-color: #2A6F77;
    color: white;
    height: 358px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
}

.home-service .breadcrumb li,
.home-service .breadcrumb li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: transparent !important;
    padding: 0px !important;
}


.home-service .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.home-service h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    text-transform: CAPITALIZE;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0px;
    font-family: var(--heading-font);
}

.right-home-service {
    background-color: #9E92AA;
}

.heading-service {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 197px;
}

.heading-service h4 {
    color: #53212A;
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}


.service-kind {
    position: absolute;
    font-size: 18px;
    color: white;
    top: 280px;
    background-color: #9E92AA;
    padding: 23px;
    width: 100%;
    border-radius: 7px;
}

.open-hours {
    margin-top: 197px;
}

.organic-product {
    background-color: #9E92AA;
    color: white;
    width: 100%;
    border-radius: 10px;
    padding: 60px;
}

.organic-product h3 {
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: 100;
}


.timing-hour {
    width: 343px;
    padding: 61px;
}

.timing-hour p {
    color: #53212A;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

.healing-head h3 {
    color: #53212A;
    font-size: 32px;
    font-weight: 300;
    width: 280px;
    text-align: center;
    margin-bottom: 69px;
}

.third-img {
    position: relative;
}

.flower-img {
    position: absolute;
    left: 360px;
    bottom: 30px;
}

.second-contant {
    margin-top: 100px;
}

.ayurvedic-service p {
    color: #53212A;
    font-size: 24px;
}

.ayurvedic-service h3 {
    color: #53212A;
    font-size: 48px;
    font-weight: 300;
}

.plain-management {
    margin-top: 50px;
    margin-bottom: 100px;
}

.plain-management h3 {
    font-size: 32px;
    color: #53212A;
    font-weight: 300;
}

.plain-management p {
    color: #53212A;
    margin-top: 20px;
}

.plain-management button {
    width: 175px;
    background-color: #9E92AA;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 10px;
    margin-top: 50px;
}


.view-link a {
    color: #53212A;
    text-decoration: underline;
}

.oil-therepy {
    margin-top: 165px;
    position: relative;
}

.oil-contant h3 {
    position: absolute;
    color: white;
    font-size: 48px;
    font-weight: 200;
    top: 476px;
    left: 72px;
    text-align: center;
}

.firstblog {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100%;
    object-fit: cover;
}

.blog-contant {
    padding-top: 67px;
}

.blog-contant h3 {
    color: #53212A;
    font-size: 34px;
    font-weight: 300;
}

.blog-contant p {
    font-size: 16px;
}

.blog-contant button {
    border: none;
    color: #8D6B6E;
    font-size: 24px;
    background-color: #F3EEE7;
    font-style: italic;
}

.event-contant {
    text-align: center;
    margin-top: 105px;
}

.event-contant p {

    font-size: 26px;
    color: #252422BF;
}

.event-contant h3 {
    font-size: 44px;
    margin-bottom: 30px;
}

.yoga-time p {
    color: #ADB79C;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    font-family: Newsreader;
}

.yoga-time h4 {
    color: #53212A;
    font-size: 48px;
    font-style: italic;
    font-weight: 500;
    font-family: new;
}

.event-time {
    font-size: 20px;
}

.yoga-type {
    font-size: 24px;
}

.name {
    font-size: 24px;
}

.livestream {

    font-size: 24px;
}

.book-a-call button {
    width: 179px;
    background-color: #53212A;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 10px;
}

.customer-img {
    margin-left: 143px;
}

.our-services .service-row {
    display: grid;
    grid-template-columns: 28% 37% 32%;
    gap: 20px;
}

.our-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s linear;
    transition: 0.6s linear;
    filter: brightness(.7);
}

.our-service-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.our-services .our-service-img .content {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 78%;
    text-align: center;
    pointer-events: none;
}

.our-services .our-service-img .content h3 {
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}

.our-services .our-service-img .content p {
    font-family: var(--body-text);
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #fff;
}

.aboutevent-list img {
    width: 500px;
}

.aboutevent-list .yin-yoga {
    margin-top: 50px;
}

.yin-yoga h3 {
    font-size: 48px;
    color: #252422BF;
    font-weight: 300;
}

.event-button {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.event-button button {
    color: #252422BF;
    background-color: transparent;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #9E92AA;

}

.yin-yoga p {
    color: #252422BF;
    font-size: 14px;
    margin-top: 30px;
}

.event-client {
    display: flex;
    gap: 200px;
}

.cart button {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    border: 0;
    margin-top: 10px;
}

.cart p {
    font-size: 16px;
}

.shopping-items .cart-item-box {
    border: solid 1px #ccc5c5;
    padding: 15px;
    margin-bottom: 30px;
}

.shopping-items .cart-item-box .column {
    display: grid;
    grid-template-columns: 24% 73%;
    gap: 20px;
}

.shopping-items .cart-item-box .column .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
    height: 100%;
}


.shopping-items .cart-item-box .column .content .top {
    display: grid;
    grid-template-columns: 85% 15%;
}


.shopping-items .cart-item-box .column .content .top .left-side a {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--heading-font);
    margin-bottom: 6px;
    color: var(--black);
    display: inline-block;
}

.shopping-items .cart-item-box .column .content .top .left-side p {
    font-size: 14px;
}

.shopping-items .cart-item-box .column .content .top .left-side p a {
    font-size: 14px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 0;
}

.shopping-items .cart-item-box .column .content .top .left-side .info {
    display: flex;
    gap: 30px;
    align-items: center;
}

.shopping-items .cart-item-box .column .content .top .left-side .info li {
    color: var(--heading-color);
    font-size: 16px;
    letter-spacing: 0.8px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.shopping-items .cart-item-box .column .content .top .left-side .info li img {
    width: 18px;
}

.shopping-items .cart-item-box .column .img-box img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.shopping-items .cart-item-box .column .content .top .right-side p {
    color: var(--heading-color);
    font-weight: 800;
    font-size: 18px;
}

.shopping-items .cart-item-box .column .content .bottom {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #ccc5c5;
    padding-top: 10px;
}

.shopping-items .cart-item-box .column .content .bottom a {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.shopping-items .cart-item-box .column .content .bottom .remove-button {
    text-decoration: underline;
}

.shopping-items .order-details {
    margin-left: 10px;
    padding: 25px;
    background: #e2d9d4;
    border-radius: 12px;
    position: sticky;
    top: 20px;
}

.shopping-items .order-details h4 {
    font-family: var(--heading-font);
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.shopping-items .order-details form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.shopping-items .order-details form .form-group button {
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: 0.5px;
    border: 0;
}

.shopping-items .order-details form .form-group input {
    padding: 12px 10px;
    background: transparent;
    border: solid 1px #ccc5c5;
}

.shopping-items .order-details form .form-group input::placeholder {
    font-size: 15px;
    letter-spacing: 0.4px;
}

.shopping-items .order-details .heading {
    font-family: var(--heading-font);
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-size: 18px;
    display: block;
    font-weight: 600;
}

.shopping-items .order-details .order-summery-body .prizeDetail:not(:last-child) {
    margin-bottom: 12px;
}

.shopping-items .order-details .order-summery-body .prizeDetail:last-child {
    border-top: solid 1px #ccc5c5;
    padding: 12px 0;
}

.shopping-items .order-details .order-summery-body .prizeDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-items .order-details .order-summery-body .prizeDetail p {
    margin-bottom: 0;
}

.shopping-items .order-details .checkout-link-button {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    border: 0;
    margin: 5px 0 10px 0;
    width: 100%;
    text-align: center;
}

.shopping-items .order-details .highlight_text {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
    display: block;
}


.slider-buttons {
    display: flex;
    justify-content: end;
    gap: 30px;
}

.previous-btn i {
    font-size: 20px;
    border-radius: 60px;
    padding: 20px;
    border: 1px solid#53212A;
}

.next-btn i {
    font-size: 20px;
    border-radius: 60px;
    padding: 20px;
    border: 1px solid#53212A;
}

.related-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.related-course {
    padding: 20px 0 80px;
}

.summary h3 {
    color: #252422BF;
    font-size: 18px;
}

.original-price {
    display: flex;
    justify-content: normal;
    align-items: center;
    gap: 250px;
    margin-top: 20px;
}

.original-price h3 {
    color: #252422BF;
    font-size: 18px;
}

.discount-price {
    display: flex;
    justify-content: normal;
    align-items: center;
    gap: 205px;
    margin-top: 20px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

.discount-price h3 {
    color: #252422BF;
    font-size: 18px;
}

.total-cources {
    display: flex;
    justify-content: normal;
    align-items: center;
    gap: 233px;
    margin-top: 20px;
}

.total-cources h3 {
    color: #53212A;
    font-size: 18px;
}

.total-cources p {
    color: #53212A80;
    text-decoration: line-through;
}

.form-label {
    font-size: 18px;
    text-align: center;
    color: #252422BF;


}

.form-label img {
    width: 50px;
}

.lock-price {
    display: flex;
    justify-content: center;
}

.lock-price button {
    padding: 15px;
    background-color: #53212A;
    color: white;
    border: none;
    border-radius: 10px;
    width: 438px;
    margin-top: 20px;
}

.lock-price i {
    color: white;
}

.payment-method {
    margin-top: 40px;
}

.Pay-Now {
    display: flex;
    justify-content: center;
}

.Pay-Now button {
    padding: 15px;
    background-color: #53212A;
    color: white;
    border: none;
    border-radius: 10px;
    width: 494px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

.payment-box {
    background: #F3EEE799;
    border: 1px solid #53212A;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.story-teller img {
    object-fit: cover;
}


.hero-arrowbtn i {
    font-size: 20px;
    border-radius: 60px;
    padding: 20px;
    border: 2px solid white;

}

.next-btn i {
    font-size: 20px;
    border-radius: 60px;
    padding: 20px;
}

.arrow {
    color: white;
}

.custom-slider-fraction {
    font-size: 24px;
}

.arrow-buttons {
    display: flex;
    gap: 30px;
}

.page-breadcrumb .course h1 {
    margin: 0;
    font-weight: 300;
    font-size: 46px;
    letter-spacing: 0.5px;
    margin-bottom: 45px;
    background-color: var(--heading-color);
    color: #F3EEE7;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .facilator-btn {
    justify-content: center;
    align-items: center;
}

.slider {
    position: relative;
}

.second-index-slider {
    display: flex;
    align-items: center;
    gap: 330px;
    margin-bottom: 50px;
}

.facilator-arrow {
    font-size: 50px;

    border: none;
    color: #53212A;
}

.treatments {
    margin-bottom: 150px;
}

.practice-img {
    height: 100%;
    width: 100%;
    border-radius: 0px 20px;
}

.mudra-img {
    height: 100%;
    width: 100%;
    border-radius: 0px 20px;
}

.yoga-img {
    height: 100%;
    width: 100%;
    border-radius: 20px 0px;
}

.wellness-img {
    height: 100%;
    width: 100%;
    border-radius: 20px 0;
}

.about-content-img {
    position: relative;
}

.os-wellness-logo {
    position: absolute;
    left: 38%;
    right: 50%;
    z-index: 3;
    background-color: #efefed;
    border-radius: 100px;
    width: 157px;
    padding: 32px;
    top: 30%;
}

.about-column-one {
    position: relative;

}


.upper-img-section {
    margin-bottom: 20px;

}

.testimonial-slide {
    display: flex;
    justify-content: center;
    width: 480px;
}

.second-index-slider button {

    border: none;
    background-color: transparent;

}

.upcoming-event-btn {
    justify-content: center;
}

.third-index-slider {
    display: flex;
    gap: 60px;
    align-items: center;
}

.third-index-slider button {
    border: none;
    background-color: transparent;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #2A6F77;
    cursor: pointer;
    display: flex;
    gap: 30px;
    font-family: none;
}

.addtocart-form {
    margin-left: 20px;
    margin-top: 85px;
}

.addtocart-form h2 {
    margin-bottom: 40px;
}

.cart-input {
    background-color: #F3EEE7;
    height: 42px !important;
}

.cart-btn {
    background-color: #53212A !important;
    border: none;
    width: 100%;
    margin-top: 30px;
    color: white;
    border-radius: 10px;
    font-size: 18px !important;
    height: 42px;
    padding: 0 !important;
}

.cources-video-box {
    margin-top: 0;
}

.cources-video-box img {
    width: 531px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.video-slider {
    border-bottom: 1px solid #9E92AA;
    padding-bottom: 30px;
    margin-bottom: 154px;
}

.responsive-header {
    display: flex;
}

.about-us-heading {
    position: relative;
    animation: slideIn 2s ease-out forwards;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    font-family: var(--heading-font);
    margin-bottom: 15px;
}

.about-column-two {
    padding-left: 30px;
}

.about-us-p {
    font-size: 16px;
    line-height: 30px;
    border-radius: 10px;
    text-align: justify;
    font-weight: 500;
    font-family: var(--body-text);
}

.about-us-p a {
    color: white;
}

.about-us-p button {
    background: linear-gradient(45deg, #b58e38, #f2d491);
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    margin-top: 20px;
    font-family: var(--body-text);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.about-mission {
    margin-top: 53px;
    position: relative;
}

.about-mission h2 {
    letter-spacing: 1px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
    color: white;
    padding-right: 8px;
    font-weight: 300;
}

.about-mission img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.about-vision {
    margin-top: 31px;
    position: relative;
}

.about-vision h2 {
    letter-spacing: 1px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
    color: white;
    padding-right: 8px;
    font-weight: 300;
}

.about-vision img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.facilator-image {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.facilitater-section .testimonial .team-content {
    padding: 12px 0px;
}

.fullscreen-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.fullscreen-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.facilitater-section .testimonial .team-content .team-name {
    color: #000;
    font-size: 22px;
    line-height: 34px;
    border-radius: 8px;
    font-family: var(--heading-font);
    font-weight: 500;
    margin-bottom: 5px;
}

.facilitater-section .testimonial .team-content .team-postion {
    font-size: 16px;
    font-family: var(--body-text);
    font-weight: 600;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, #b58e38, #d4a84e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*responsive*/

.accordion {
    width: 100%;
    height: 100%;
}

.accordion-header h3 {
    cursor: pointer;
    color: #252422BF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.accordion-header {
    position: relative;
}





.accordion-content {
    display: none;
    line-height: 28px;
    margin-bottom: 28px;
    opacity: 1;

    overflow: hidden;
    transition: all 0.5s ease;

}

.accordion-content input {
    content: "";
    border: 2px solid #817d808f;
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    min-width: 16px;
    line-height: 18px;
    border-radius: 4px;
}

.accordion-content label {
    display: block;
    margin: 5px 0;
}

.responsive-button {
    padding: 5px 10px;
    background-color: var(--heading-color);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.accordion-content.show {
    display: block;
}

.responsive-toggle-btn {
    font-size: 16px;
    background-color: var(--heading-color);
    color: #F3EEE7;
    padding: 10px 30px;
    margin-right: 40px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.8px;
    font-family: var(--heading-font);
}

.offcanvas-header {
    background-color: #78376614;
    color: #252422BF;

}

.event-banner-img {
    height: 358px;
    object-fit: cover;
    width: 100%;
    object-position: left;
}

.blogs-img {
    width: 100%;
    height: 100%;
}

.redeem-coupon {
    background-color: #e2d9d4;
    border: 1px dashed #53212a;
    margin: 30px 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.coupon-form form {
    display: flex;
    gap: 14px;
}

.coupon-form form input {
    background: transparent;
    border-color: #53212a;
    border-radius: unset;
    height: 42px;
    color: #53212a;
    box-shadow: unset;
    font-size: 15px;
    border-radius: 4px;
}

.coupon-form form button {
    background-color: var(--heading-color);
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.responsive-service-img {
    border-radius: 10px;
    height: 455px;
    width: 100%;
}

.oil-therepy-img {
    border-radius: 10px;
    height: 610px;
    width: 100%;
    object-fit: cover;
}

/* /////////////////////////////////////////////// */

.text-gradient {
    background: linear-gradient(45deg, #b58e38, #f2d491, #d4a84e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.contactusform .service-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 80px;
    color: #000;
    font-family: var(--heading-font);
    margin-bottom: 16px;
}

.contactusform .service-area .service h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.contactusform .service-area .service p {
    font-family: var(--body-text);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.2px;
}


.contactusform .service-area .service a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-text);
    font-weight: 600;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, #b58e38, #d4a84e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}



/* Home page  */

/* header */

.header {
    display: none;
}

header {
    position: relative;
    z-index: 5;
    background: #EDE8DC;
}

header .main-header .navbar .logo-box img {
    width: 200px;
}

header .navbar .menu-box {
    flex: 1;
}

header .navbar {
    padding-left: 30px !important;
    padding: 0;
    border-bottom: solid 1px #ccc5c5;
}

header .navbar .menu-box .top-area .menu-wrap ul {
    justify-content: end;
}

header .navbar .menu-box .top-area .menu-wrap ul,
header .navbar .menu-box .bottom-area .menu-wrap ul {
    display: flex;
}


header .navbar .menu-box .top-area .menu-wrap ul>li>a,
header .navbar .menu-box .bottom-area .menu-wrap ul>li>a {
    color: #252422;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: var(--body-text);
    padding: 20px;
    display: block;
    font-family: var(--heading-font);
}

header .navbar .menu-box .top-area .menu-wrap ul>li:last-child>a,
header .navbar .menu-box .bottom-area .menu-wrap ul>li:last-child>a {
    padding-right: 0;
}


header .navbar .menu-box .bottom-area .menu-wrap ul li:last-child .sub-menu {
    left: -43px;
}

header .navbar .menu-box .top-area {
    padding-right: 60px;
    border-bottom: 0.5px solid #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

header .navbar .menu-box .bottom-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 100px;
    padding-right: 60px;
}

header .navbar .menu-box .bottom-area .button-box a {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.top-header-wrp {
    border-bottom: solid 1px #ccc5c5;
    display: block;
    padding: 10px 0;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-size: 15px;
    padding: 4px 60px;
    letter-spacing: 0.8px;
    font-family: var(--body-text);
}

.top-header-contact {
    display: flex;
    align-items: center;
    gap: 40px;
}

.top-header-subnav ul,
ul.top-header-contact {
    margin-bottom: 0;
    padding-left: 10px;
}

.top-header-subnav ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-header-contact li a,
.top-header-subnav ul li a {
    font-family: var(--heading-font);
    font-size: 14px;
}

.top-header-contact i {
    color: #2A6F77;
    font-size: 13px;
    margin-right: 8px;
}


header .top-header-wrp .logo-box img {
    width: 220px;
}


header .navbar .menu-box .bottom-area .menu-wrap ul li .menu-dropdown {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #252422;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 20px;
    letter-spacing: 0.5px;
    font-family: var(--heading-font);
}

header .top-header-wrp .button-box a {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .menu-dropdown::after {
    all: unset;
    content: "";
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 4px;
    background: url(../images/icon/menu-dropdown.svg) no-repeat center center;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu {
    width: 100%;
    left: 0px;
    top: 120px;
    z-index: 9999999;
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: unset !important;
    border-width: 1px 0 0 0 !important;
    padding: 30px 80px;
    border-top: solid 1px #eaeaea;
    display: block;
    position: absolute;
}

header .navbar .menu-box .bottom-area .menu-wrap .menu-item {
    position: relative;
}

header .navbar .menu-box .bottom-area {
    justify-content: center;
}


header .navbar .menu-box .bottom-area .menu-wrap .mega-menu {
    position: unset !important;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .sub-menu {
    min-width: 220px !important;
    width: auto !important;
    padding: 0 !important;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .sub-menu ul {
    display: block !important;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .sub-menu ul li {
    padding: 8px 20px;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .sub-menu ul li a {
    padding: 0 !important;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}


header .navbar .menu-box .top-area .menu-wrap ul,
header .navbar .menu-box .bottom-area .menu-wrap ul {
    gap: 15px;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu {
    background: #EDE8DC;
    border-top: 1px solid #ccc5c5;
    border-bottom: 1px solid #ccc5c5;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .sub-menu ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0.5px;
    background-color: #2A6F77;
    transition: width 0.3s ease;
}


header .navbar .menu-box .bottom-area .menu-wrap ul li .sub-menu ul li:hover a {
    margin-left: 10px;
    color: #2A6F77;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .sub-menu li:hover a::after {
    width: 100%;
}


header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu.active {
    top: 61px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-col {
    padding: 0 27px;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content span {
    font-family: var(--heading-font);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 12px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    color: var(--heading-color);
}


header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul {
    display: block !important;
}



header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul .img-li img {
    height: 110px;
    object-fit: cover;
    margin: 8px 0;
    display: block;
    width: 100%;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul .img-li {
    display: block;
    margin-bottom: 20px;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul li {
    margin-bottom: 10px;
}


header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul li a {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    font-family: var(--body-text);
    transition: all 0.3s ease;
    position: relative;
    padding: 0 !important;
    display: inline-block;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0.5px;
    background-color: #2A6F77;
    transition: width 0.3s ease;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul li:hover a {
    margin-left: 10px;
    color: #2A6F77;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .dropdown-content .drop-ul li:hover a::after {
    width: 100%;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .corporate-box {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .six-box {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .six-box .service-box img {
    height: 200px !important;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .corporate-box .service-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s linear;
    transition: 0.6s linear;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .corporate-box .service-box {
    font-family: var(--heading-font);
    position: relative;
    display: inline-block !important;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .corporate-box .service-box .img-box {
    overflow: hidden;
    margin-bottom: 10px;
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .corporate-box .service-box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: brightness(.8);
}

header .navbar .menu-box .bottom-area .menu-wrap ul li .dropdown-menu .corporate-box .service-box:hover {
    color: var(--heading-color);
}


.mainheading,
h1 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #000000;
    margin-bottom: 15px;
    font-family: var(--heading-font);
}

.about-sec .about-heading p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}


.program-sec .lower-about {
    padding: 60px 80px 60px 130px;
    background: #fff;
    margin-top: 90px;
    margin-left: -90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.program-sec img {
    position: relative;
    z-index: 99;
}

.program-sec .lower-about a {
    background: #2A6F77;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: var(--body-text);
}

.program-sec .lower-about ul {
    padding-left: 20px;
}

.program-sec .lower-about ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
    list-style: disc;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.services-section .container-fluid {
    padding: 0 40px;
}


.services-section .img-box {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    height: auto;
    min-height: 420px;
}


.services-section .img-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.services-section .img-box .img-contain {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 300px;
}

.services-section .img-box .img-contain img {
    position: absolute;
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.services-section .img-box img.hover-image {
    opacity: 0;
}

.services-section .img-box:hover img.hover-image {
    opacity: 1;
}

.services-section .img-box:hover img.main-image {
    opacity: 0;
}


.services-section .img-box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
}

.bg1 {
    background: rgb(192 216 208) !important;
}


.bg2 {
    background: #7eaaa9 !important;
}

.bg2 .event-content h4 {
    color: #fff !important;
}

.bg2 .event-content p {
    color: #fff !important;
}

.bg2 .event-content a {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.services-section .bg2 .content h3,
.services-section .bg2 .content a {
    color: #fff !important;
}

.services-section .bg2 .content ul li::marker {
    color: #fff;
}

.services-section .bg2 .content .custom-btn a {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.bg3 {
    background: #f0d9b7 !important;
}

.bg4 {
    background: #e6d7c7 !important;
}

.services-section .img-box .content h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    text-transform:capitalize;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
    font-family: var(--heading-font);
}

.services-section .img-box .content .custom-btn {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.services-section .img-box .content .custom-btn a {
    color: #2A6F77;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid #2A6F77;
    font-family: var(--body-text);
    padding: 10px 10px;
}

.services-section .img-box .content ul {
    padding-left: 25px;
}

.services-section .img-box .content ul li {
    list-style: disc;
}

.services-section .img-box .content ul li a {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}

.services-section .img-box .content ul li a:hover {
    color: #2A6F77;
    font-weight: 500;
}


footer .logo-box img {
    width: 250px;
}


.description-sec {
    background: #2A6F77
}

.description-sec .desc-box {
    padding: 0 100px 0px 60px;
}

.description-sec .desc-box h2 {
    color: #fff;
    margin-bottom: 20px;
}


.description-sec .desc-box p {
    color: #fff;
    text-align: justify;
    font-family: var(--body-text);
}

.description-sec .desc-box ul {
    padding-left: 20px;
}

.description-sec .desc-box ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: disc;
}

.description-sec .desc-box ul li::marker {
    color: #fff;
}

.description-sec .desc-box a {
    color: #2A6F77;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: var(--body-text);
    background: #fff;
    padding: 12px 30px;
}

.client-sec img {
    width: 150px;
}

.client-sec {
    padding: 20px 0 80px;
}

.upcoming-program {
    position: relative;
}

footer .bottom-img {
    left: 0;
    bottom: -10px;
    width: 350px;
    position: absolute;
}

.upcoming-program .container-fluid {
    padding: 0 60px;
}


.upcoming-program .program-box {
    padding: 0 50px 0 0;
}

.upcoming-program .program-box p {
    text-align: justify;
}

.upcoming-program .program-box a {
    background: #2A6F77;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: var(--body-text);
}

.upcoming-program .programSlider .step-card .event-content {
    padding: 15px 0 0 0;
}

.upcoming-program .programSlider .step-card .event-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    font-family: var(--heading-font);
}

.upcoming-program .programSlider .step-card .event-content p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.upcoming-program .programSlider .step-card .event-content a {
    color: #2A6F77;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #2A6F77;
    font-family: var(--body-text);
}

.cta-bg {
    background: url(../images/ajna-15-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

.cta-bg .cta-content {
    padding: 60px 50px;
    background: #ede8dc;
}

.cta-bg .cta-content h2,
.cta-bg .cta-content p {
    color: #000;
}


.cta-bg .cta-content a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #2A6F77;
    padding: 10px 30px;
    margin-top: 18px;
}

.team-sec .team-member {
    display: flex;
    gap: 25px;
}

.team-sec .team-member .team-box img {
    height: 420px;
    object-fit: cover;
    object-position: top;
}

.team-sec .team-member .team-box .team-name {
    color: #000;
    font-size: 19px;
    line-height: 34px;
    border-radius: 8px;
    font-family: var(--heading-font);
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 10px;
}

.team-sec .team-member .team-box .team-postion {
    font-size: 16px;
    font-family: var(--body-text);
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #2A6F77;
}


.team-sec .team-content {
    padding: 25px;
    height: 100%;
    border-radius: 8px;
}

.team-sec .team-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.team-sec .team-content h2 {
    margin-bottom: 4px !important;
    font-size: 20px;
    line-height: 30px;
}

.team-sec .team-content a {
    color: var(--heading-color);
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}



.testimonial-sec h2 {
    color: #212121;
    text-align: center;
}

.testimonial-sec .container {
    position: relative;
}

.testimonial-sec .swiper-slide h3 {
    font-size: 19px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}

.testimonial-sec .swiper-slide p {
    color: #212121;
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1px;
}

.testimonial-sec .testi-content {
    padding: 0 100px;
}

.testimonial-sec .testi-content .d-flex {
    margin-top: 30px;
}

.testimonial-sec .testi-content .d-flex img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px
}


.testimonial-sec .testi-content .d-flex span {
    color: #212121;
    font-size: 22px;
    line-height: 35px;
    border-radius: 8px;
    font-family: var(--heading-font);
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 10px;
}

.testimonial-sec .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(-34px);
    transition: 0.2s
}


.testimonial-sec .nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: #212121;
}


.readmore a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #2A6F77;
    padding: 12px 30px;
    margin-top: 10px;
    border: 0;
}

.instagram .mainheading {
    font-size: 22px;
    line-height: 32px;
}

.testimonial-sec {
    padding: 80px 0;
}

.service-sec .swiper,
.service-sec .swiper-wrapper,
.service-sec .swiper-slide {
    height: 85vh;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-box-1 {
    background: url(../images/service-01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-box-1 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    z-index: 1;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-content {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-content h1 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
}


.service-sec .swiper .swiper-wrapper .swiper-slide .service-content .arrow-down {
    height: 50px;
    width: 50px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    animation: bounce 5s infinite ease-in-out;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-content .arrow-down i {
    color: #fff;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}


.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail {
    background: url(../images/wellness-retreats.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    z-index: 1;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content {
    align-items: baseline;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content h2 {
    color: #fff;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content ul {
    padding-left: 20px;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content ul li {
    list-style: disc;
    margin-bottom: 8px;
    position: relative;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content ul li::marker {
    color: #fff;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content ul li:hover a {
    text-decoration: underline;
}


.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail .service-content .custom-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    font-family: var(--body-text);
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 {
    background: url(../images/therapy-session.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    z-index: 1;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content h2 {
    color: #fff;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content ul {
    padding-left: 20px;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content ul li {
    list-style: disc;
    margin-bottom: 8px;
    position: relative;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content ul li::marker {
    color: #fff;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content ul li:hover a {
    text-decoration: underline;
}


.service-sec .swiper .swiper-wrapper .swiper-slide .service-detail-2 .service-content .custom-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    font-family: var(--body-text);
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-img {
    background: url(../images/training-certificate.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-img-2 {
    background: url(../images/speacialize-program.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sec .swiper .swiper-wrapper .swiper-slide .service-img-3 {
    background: url(../images/celebration.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.service-sec .swiper-pagination-bullet-active {
    background: #ffff;
}

.service-sec .swiper-pagination-bullet {
    background: #fff;
}

.page-breadcrumb .breadcrumb-content .animation-cropper .inner h1 {
    color: #fff;
}


.feature-section {
    position: relative;
    overflow: hidden;
    height: 600px;
    border-radius: 20px;
    padding: 40px;
}

.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.bg-image.show {
    opacity: 1;
    z-index: 1;
}

.features {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    height: 100%;
    gap: 20px;
}

.feature {
    border-right: 1px dashed #fff;
    padding-right: 20px;
    cursor: pointer;
}

.feature:last-child {
    border-right: none;
}

.features .feature h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    line-height: 30px;
    font-family: var(--heading-font);
}


.features .feature p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    font-weight: 400;
}

.whyChooseus .top-heading h2 {
    text-align: center;
    margin-bottom: 10px !important;
}

.whyChooseus .top-heading p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}


.program-section {
    padding: 0px 40px 80px;
}

.program-section .program-box .program-content {
    padding-top: 15px;
}

.program-section .program-box {
    margin: 0 5px;
}

.program-section .program-box .program-content h2,
.program-section .program-box .program-content h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000000;
    font-family: var(--heading-font);
}

.program-section .program-box .program-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.program-section .program-box .program-content a {
    color: #2A6F77;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #2A6F77;
    font-family: var(--body-text);
}

.program-bg-sec {
    background: linear-gradient(#00000045, #00000069), url(../images/bg-imaage.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}

.program-bg-sec .content {
    padding: 68px;
    background: #5d837dd9;
}


.program-bg-sec .content .content-div {
    border: 1px solid #fff;
    padding: 65px;
}


.program-bg-sec .content h2 {
    color: #fff;
    text-align: center;
}

.upcoming-program .upcomingevent {
    padding: 20px 0 70px;
}

.upcomingevent .step-card .event-content {
    padding: 15px 0 0 0;
}

.upcomingevent .step-card .event-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    font-family: var(--heading-font);
}

.upcomingevent .step-card .event-content p {
    font-size: 14px;
}

.upcomingevent .step-card .event-content a {
    color: #2A6F77;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #2A6F77;
    font-family: var(--body-text);
}

.upcomingevent .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--heading-color);
}

.upcoming-sec {
    padding-top: 80px;
}

.program-bg-sec .content p {
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
}

.contact-us .contact-heading span {
    color: #2A6F77;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4.5px;
    font-family: var(--body-text);
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.icon-box {
    text-align: center;
    transition: all .4s ease;
}

.icon-box:hover img {
    opacity: 100%;
}

.icon-box img {
    width: 21%;
    opacity: 35%;
    margin-bottom: 18px;
}

.icon-box h3 {
    font-family: var(--heading-font);
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}


.icon-box p,
.usp-sec .icon-box p a {
    color: #666D66;
    font-size: 14px;
    font-weight: 400;
}

.icon-box p a {
    color: var(--heading-color) !important;
    font-weight: 600 !important;
}

.contact-form .form-control {
    border-radius: 0;
    border: 1px solid #cccec7 !important;
    padding: 18px 14px;
    background: transparent;
}

.contact-form .form-control::placeholder {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: var(--heading-color);
}

.contact-form .form-control:focus,
.contact-form .custom-select:focus {
    box-shadow: none;
}

.contact-form .form-control::placeholder,
.contact-form .custom-select {
    color: #666D66 !important;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--body-text);
}

.contact-form .custom-select {
    background-color: transparent;
    padding: 15px 40px;
    border: 1px solid #0000001F;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 14px;
}

.custom-select option {
    background-color: #EDE8DC;
    color: #666D66;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--body-text);
}


.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group textarea::placeholder {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: var(--heading-color);
}

.contact-form .form-group .slider {
    width: 100%;
}

.contact-form .form-group i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #2a6f77;
}

.contact-form .msg-box i {
    top: 20% !important;
}

.contact-form .btn-submit {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #2A6F77;
    padding: 12px 30px;
    border-radius: 0;
    width: 100%;
    border: unset;
}


.contact-form label.btn {
    border: 1px solid #0000001F;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #2A6F77;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--body-text);
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 8px;
    text-transform: capitalize;
}

.contact-form label.btn input {
    display: none;
}

.contact-form label.btn:hover {
    background: #EDE8DC;
}

.contact-form label.btn input:checked+span,
.contact-form label.btn input:checked {
    background: #2A6F77;
    color: #fff;
    border-color: #2A6F77;
}

.contact-form {
    border: 1px solid #cccec7;
    border-radius: 20px;
    height: 100%;
    padding: 30px;
}

/* Consent Checkbox */
.contact-form .form-check-input {
    border-radius: 0;
    border: 1px solid #0000001F;
    cursor: pointer;
}



.contact-form .btn-submit:hover {
    background: #245f66;
}


.program-detail-sec {
    background: #2A6F77;
}

.program-detail-sec .program-details {
    padding: 0 150px 0px 80px;
}

.program-detail-sec .program-details h1 {
    color: #fff;
    margin-bottom: 20px;
}


.program-detail-sec .program-details p {
    color: #fff;
}

.program-detail-sec .program-details a {
    color: #2A6F77;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: var(--body-text);
    background: #fff;
    padding: 12px 30px;
}

.inculsion-sec .container {
    padding: 0 50px;
}

.inculsion-sec .inculsion-box {
    display: flex;
}

.inculsion-sec .inculsion-box img {
    width: 12%;
}

.inculsion-sec .inculsion-box span {
    display: block;
    padding-left: 15px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--body-text);
    letter-spacing: 0.5px;
}

.inculsion-sec .inculsion-box span i {
    display: block;
}

.inclusion-tab .nav-tabs {
    gap: 30px;
}

.inclusion-tab .nav-tabs .nav-item button {
    padding: 12px 30px;
    font-family: var(--heading-font);
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 30px;
    border-radius: 0;
    color: #2A6F77;
    border: 0;
}

.inclusion-tab .nav-tabs .nav-item.show .nav-link,
.inclusion-tab .nav-tabs .nav-link.active {
    background: #2A6F77;
    color: #fff !important;
}


.inclusion-tab .tab-content {
    border: 1px solid #0000001f;
}

.inclusion-tab .tab-content .inclusion-table {
    padding: 40px;
    border-right: 1px solid #0000001f;
    height: 100%;
}

.border-top {
    border-top: 1px solid #0000001f !important;
}

.b-0 {
    border-right: 0 !important;
}

.inclusion-tab .tab-content .inclusion-table h3 {
    font-family: var(--heading-font);
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 30px;
    color: #2A6F77;
    font-weight: 600;
}

.inclusion-tab .tab-content .inclusion-table ul {
    list-style: disc;
    padding-left: 20px;
}

.inclusion-tab .tab-content .inclusion-table ul li {
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.gallery-sec .nav-tabs {
    border: 0px;
    justify-content: center;
}

.gallery-sec .nav-tabs .nav-link {
    background: transparent;
    color: var(--heading-color);
    border: 0;
    padding: 0;
    margin: 0 30px;
    font-family: var(--heading-font);
    font-size: 17px;
    letter-spacing: 0.8px;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 0;
    color: var(--heading-color);
}

.gallery-sec .nav-tabs .divider {
    color: #0000004d;
    font-size: 15px;
}

.gallery-sec .nav-tabs .nav-item.show .nav-link,
.gallery-sec .nav-tabs .nav-link.active {
    font-weight: 500;
    border-bottom: 1px solid #2A6F77;
}

.social-side {
    position: fixed;
    left: 10px;
    bottom: 50px;
    z-index: 9999;
    display: flex;
    mix-blend-mode: exclusion;
    color: #fff;
}

.socials {
    text-align: center;
    font-size: 15px;
    gap: 15px;
}

.social-side .icon {
    text-align: center;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    white-space: nowrap;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;
}

.social-side .icon:before {
    content: "";
    position: relative;
    display: inline-block;
    border-left: 1px solid #fff;
    height: 50px;
    margin-bottom: 10px;
}

.socials li a {
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff;
}

.socials li a i {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.socials li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    transform-origin: center bottom;
    cursor: pointer;
    transform: translateX(0px) translateY(-50%);
}

.socials li a:after,
.socials li a span,
.socials li a:hover i {
    transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}

.socials li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--heading-color);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
}

.socials li a:hover i {
    transform: scale(0);
}

.socials li a:hover span {
    opacity: 1;
    transform: translateX(10px) translateY(-50%);
}


/* Latest hero banner  */


.hero-section .swiper {
    width: 100%;
    height: 85vh;
}

.hero-section .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-section .title-menu {
    position: absolute;
    bottom: 40px;
    left: 16px;
    z-index: 3;
    display: flex;
    gap: 26px;
    padding-right: 15px;
}

.hero-section .title-block {
    color: white;
    cursor: pointer;
    position: relative;
}

.hero-section .title-block span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.hero-section .title-block p {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 400;
}

.hero-section .progress-wrap {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.15);
    width: 100%;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.hero-section .progress-fill {
    height: 100%;
    width: 0%;
    background-color: white;
    opacity: 0.3;
}

.hero-section .progress-fill.active {
    opacity: 1;
    animation: fillBar linear forwards;
}

@keyframes fillBar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.mobile-herobanner {
    display: none;
}

.nav-sec {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    padding: 10px 0;
    background: #eef2e2;
    position: sticky;
    top: 0px;
    z-index: 2;
}

.nav-sec .nav-tab ul {
    display: flex;
    gap: 45px;
    justify-content: center;
}

.nav-sec .nav-tab ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.services .text-box {
    padding: 50px;
    height: 100%;
}

.services .text-box span {
    font-size: 22px;
    line-height: 38px;
    font-family: var(--tagline);
    color: var(--heading-color);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.services .text-box .subheading {
    font-size: 18px;
    line-height: 30px;
    font-family: var(--tagline);
    color: var(--heading-color);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.services .img-box img {
    height: 610px;
    width: 100%;
    object-fit: cover;
}

.services .text-box p {
    line-height: 30px;
    font-family: var(--body-text);
    text-align: justify;
}

.services-section .img-box .trainingSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.services-section .img-box .trainingSwiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4px;
}

.line {
    height: 7px;
    width: 100%;
    background: linear-gradient(to right, rgb(188, 174, 95), rgb(219, 205, 151), rgb(199, 174, 116), rgb(235, 204, 139), rgb(170, 139, 69));
}

.journey-sec h2 {
    font-size: 30px;
    line-height: 42px;
}

.journey-sec span {
    text-transform: uppercase;
    color: var(--heading-color);
    font-family: var(--body-text);
    font-size: 16px;
    letter-spacing: 1.8px;
    display: block;
    margin-bottom: 8px;
}

.journey-sec .img-box {
    text-align: end;
}

.journey-sec img {
    transition: all 0.3s linear;
}

.journey-sec img:hover {
    opacity: 90%;
}


.journey-sec .img-box img {
    width: 80%;
}

.journey-sec .container {
    padding: 0 80px;
}

.section-offering {
    background: #eef2e2;
}

.section-offering span {
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: var(--heading-color);
    font-family: var(--tagline);
    text-align: center;
    display: block;
    font-style: italic;
}

.shop-sec {
    background: url(../images/ajna-15-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.shop-sec .img-row {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.shop-sec .img-row .img-row-1 {
    position: relative;
}

.shop-sec .img-row .bg-bt .content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.shop-sec .img-row .bg-bd .content {
    margin: 15px;
    border: 1px solid #fff;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.shop-sec .img-row .bg-bd .content span {
    font-family: var(--heading-font);
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #51253d;
    ;
}

.shop-sec .img-row .bg-bd .content p {
    text-align: center;
    font-family: var(--body-text);
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 32px;
    color: #51253d;
    margin-bottom: 20px;
}

.shop-sec .img-row .bg-bd .content a {
    color: #51253d;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #fff;
    padding: 12px 50px;
}


.shop-sec .img-row .bg-bt .content span {
    font-family: var(--heading-font);
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 35px;
    position: relative;
}

.shop-sec .img-row .bg-bt .content span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0.5px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.shop-sec .img-row .bg-bt .content:hover span::after {
    width: 100%;
}

.shop-sec .img-row img {
    height: 610px;
    width: 100%;
    object-fit: cover;
}

.highlight {
    color: var(--heading-color) !important;
    font-weight: 700 !important;
}

.journey-sec .sub-heading {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    display: block;
    font-family: var(--body-text);
}

.about-us .container-fluid {
    padding: 0 50px;
}

.about-us .content-area {
    padding: 0 30px;
}

.corporate-sec {
    padding: 40px 0 20px 0;
}

.corporate-sec .text-box {
    padding: 60px;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.corporate-sec .text-box span {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    display: block;
    font-family: var(--body-text);
}

.corporate-sec .text-box p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.corporate-sec .text-box ul {
    padding-left: 20px;
}

.corporate-sec .text-box ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: disc;
}

.corporate-sec .text-box ul li::marker {
    color: var(--heading-color);
}

.corporate-sec .text-box a {
    color: #2A6F77;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin-top: 30px;
    border: 1px solid #2A6F77;
    font-family: var(--heading-font);
    padding: 10px 30px;
}

.corporate-sec .img-box img {
    height: 628px;
    width: 100%;
    object-fit: cover;
}

.corporate-sec .text-box p {
    line-height: 30px;
    font-family: var(--body-text);
}


.package-sec ul {
    padding-left: 20px;
}

.package-sec ul li,
.package-sec p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: disc;
}

.package-sec ul li::marker {
    color: var(--heading-color);
}

.wellness-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.wellness-sec .content {
    padding-left: 20px;
}

.wellness-sec .side-img {
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 20%;
    animation: spin 50s linear infinite;
}


@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.wellness-sec .content span {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    display: block;
    font-family: var(--body-text);
}

.wellness-sec .content p {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: disc;
}

.package-sec {
    padding: 100px 0 80px 0;
}

.package-sec .image-wrap {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin-left: 20px;
}

.package-sec .image-wrap::before {
    content: "";
    position: absolute;
    left: -28px;
    top: -24px;
    width: 100%;
    height: 100%;
    max-width: 580px;
    background: #e6d7c7;
    z-index: 0;
}


.package-sec .image-wrap img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    display: block;
    height: 420px;
    object-fit: cover;
}

.usp-sec .icon-box {
    padding: 40px;
    border: 1px solid #cccec7;
}


.usp-sec .icon-box p {
    font-size: 16px;
    line-height: 30px;
}



.usp-sec .row {
    padding: 0 50px;
}



/* Assessment Form  */

/*.assesment-form .dot {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    background: linear-gradient(90deg, var(--brand), var(--brand2))*/
/*}*/


/*.assesment-form p.muted {*/
/*    color: #212121;*/
/*    margin: .25rem 0 1rem*/
/*}*/

/*.assesment-form .card {*/
/*    border: 1px solid rgba(148, 163, 184, .15);*/
/*    border-radius: 20px;*/
/*    height: 100%;*/
/*    background: #e2d9d4 !important;*/
/*}*/

/*.assesment-form .aside {*/
/*    padding: 18px*/
/*}*/

/*.assesment-form .progress {*/
/*    height: 10px;*/
/*    background: rgba(148, 163, 184, .25);*/
/*    border-radius: 999px;*/
/*    overflow: hidden*/
/*}*/

/*.assesment-form .progress>span {*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 0%;*/
/*    background: linear-gradient(90deg, #22c55e, #14b8a6);*/
/*    transition: width .3s ease*/
/*}*/

/*.assesment-form .stats {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 15px;*/
/*    margin: 25px 0 10px;*/
/*}*/

/*.assesment-form .kpi {*/
/*    padding: 12px;*/
/*    border-radius: 14px;*/
/*    color: #212121;*/
/*    font-size: 13px;*/
/*    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;*/
/*}*/

/*.assesment-form .badge {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    padding: 6px 10px;*/
/*    border-radius: 999px;*/
/*    background: var(--heading-color);*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 12px*/
/*}*/

/*.assesment-form .form {*/
/*    padding: 30px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 16px*/
/*}*/

/*.assesment-form fieldset {*/
/*    border: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: grid;*/
/*    gap: 10px*/
/*}*/

/*.assesment-form legend {*/
/*    font-weight: 800;*/
/*    font-size: 16px;*/
/*    line-height: 30px;*/
/*    margin-bottom: 10px;*/
/*    font-family: var(--heading-font);*/
/*    letter-spacing: 0.8px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.assesment-form label {*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    font-family: var(--body-text);*/
/*    letter-spacing: 0.8px;*/
/*}*/

/*.assesment-form .row {*/
/*    display: grid;*/
/*    gap: 12px*/
/*}*/

/*@media (min-width:720px) {*/
/*    .assesment-form .row.cols-2 {*/
/*        grid-template-columns: 1fr 1fr*/
/*    }*/
/*}*/

/*.assesment-form input[type="text"],*/
/*.assesment-form input[type="email"],*/
/*.assesment-form input[type="number"],*/
/*.assesment-form input[type="tel"],*/
/*.assesment-form textarea,*/
/*.assesment-form select {*/
/*    width: 100%;*/
/*    background: transparent;*/
/*    color: #212121;*/
/*    border: 1px solid rgba(148, 163, 184, .25);*/
/*    padding: 12px 14px;*/
/*    border-radius: 8px;*/
/*    outline: none;*/
/*    transition: box-shadow .15s, border-color .15s;*/
/*    margin-top: 8px;*/
/*}*/

/*.assesment-form select {*/
/*    background-color: #EDE8DC;*/
/*    color: #666D66;*/
/*    font-size: 15px;*/
/*    letter-spacing: 0.8px;*/
/*    line-height: 32px;*/
/*    font-weight: 400;*/
/*    font-family: var(--body-text);*/
/*}*/


/*.assesment-form small.help {*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    font-family: var(--body-text);*/
/*    letter-spacing: 0.8px;*/
/*    line-height: 25px;*/
/*    margin-bottom: 6px;*/
/*}*/

/* Icon pill choices */
/*.assesment-form .pills {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 14px;*/
/*}*/

/*.assesment-form .pill span {*/
/*    font-size: 15px;*/
/*    letter-spacing: 0.5px;*/
/*}*/

/*.assesment-form .pill {*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 14px;*/
/*    padding: 10px 15px;*/
/*    border-radius: 8px;*/
/*    background: transparent;*/
/*    transition: transform .05s, border-color .2s;*/
/*    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;*/
/*}*/

/*.assesment-form .pill[aria-checked="true"] {*/
/*    border-color: #22c55e;*/
/*    box-shadow: 0 0 0 3px rgb(42 111 119 / 20%);*/
/*}*/

/*.assesment-form .pill:active {*/
/*    transform: scale(.98)*/
/*}*/

/* Likert buttons */
/*.assesment-form .likert {*/
/*    display: flex;*/
/*    gap: 14px;*/
/*    flex-wrap: wrap;*/
/*    margin-top: 15px;*/
/*}*/

/*.assesment-form .likert button {*/
/*    cursor: pointer;*/
/*    padding: 10px 15px;*/
/*    border-radius: 8px;*/
/*    background: transparent;*/
/*    color: var(--heading-color);*/
/*    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;*/
/*    border: navajowhite;*/
/*}*/

/*.assesment-form .likert button[aria-pressed="true"] {*/
/*    border-color: var(--heading-color);*/
/*    background-color: var(--heading-color);*/
/*    color: #fff;*/
/*}*/

/* Slider */
/*.assesment-form .slider {*/
/*    display: grid;*/
/*    gap: 6px*/
/*}*/

/*.assesment-form input[type="range"] {*/
/*    width: 100%*/
/*}*/

/*.assesment-form .value {*/
/*    font-weight: 700*/
/*}*/

/* Checkbox grid */
/*.assesment-form .checks {*/
/*    display: grid;*/
/*    gap: 8px;*/
/*    grid-template-columns: 1fr*/
/*}*/

/*@media (min-width:680px) {*/
/*    .assesment-form .checks {*/
/*        grid-template-columns: 1fr 1fr*/
/*    }*/
/*}*/

/*.assesment-form .checks label {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    align-items: flex-start;*/
/*    font-weight: 500;*/
/*}*/

/*.assesment-form .checks input {*/
/*    margin-top: 3px*/
/*}*/

/* CTA */
/*.assesment-form .actions {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    flex-wrap: wrap;*/
/*    align-items: center*/
/*}*/

/*.assesment-form .btn {*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    display: inline-block;*/
/*    letter-spacing: 1.5px;*/
/*    text-transform: uppercase;*/
/*    font-family: var(--body-text);*/
/*    background: #2A6F77;*/
/*    padding: 12px 30px;*/
/*    border-radius: 0;*/
/*}*/

/*.assesment-form .ghost {*/
/*    background: transparent;*/
/*    border: 1px solid rgba(148, 163, 184, .35);*/
/*    color: var(--heading-color);*/
/*    border: 1px solid #2A6F77;*/
/*}*/

/*.assesment-form .result {*/
/*    display: none;*/
/*    margin-top: 8px;*/
/*    border-top: 1px dashed rgba(148, 163, 184, .35);*/
/*    padding-top: 14px*/
/*}*/

/*.assesment-form .result.show {*/
/*    display: block*/
/*}*/

/*.assesment-form .rec {*/
/*    display: grid;*/
/*    gap: 10px;*/
/*    margin-top: 10px*/
/*}*/

/*.assesment-form .rec .chip {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    padding: 8px 12px;*/
/*    border-radius: 999px;*/
/*    border: 1px dashed rgba(148, 163, 184, .35)*/
/*}*/

/*.assesment-form .tip {*/
/*    font-size: 14px;*/
/*    color: var(--black);*/
/*    font-family: var(--body-text);*/
/*    line-height: 30px;*/
/*    letter-spacing: 0.8px;*/
/*}*/

.result h3 {
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: var(--heading-font);
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.result #summary ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
}


.about-top-sec .side-column {
    background: url(../images/facilitator-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}


.about-top-sec .top-area {
    padding: 100px 80px 100px;
}

.about-top-sec span {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    display: block;
    font-family: var(--body-text);
}


.services .service-item h3:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--heading-color);
    z-index: -1;
    left: 0;
}

.bgimage {
    background: url(../images/h1-masonry-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.bgimage-02 {
    background: url(../images/bg-image-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.bgimage-02 .desc-box {
    background-color: #c5e5ce;
}

.about-inner-sec .desc-box {
    border: 4px solid #fff;
    padding: 40px;
}

.about-inner-sec .desc-box h2 {
    font-size: 22px;
    text-transform: capitalize;
}

.about-inner-sec .desc-box ul {
    list-style: disc;
    padding-left: 20px;
    margin: 20px 0;
}

.about-inner-sec .desc-box ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
}

.about-inner-sec .desc-box ul li span {
    color: var(--heading-color);
    font-weight: 500;
}

.about-inner-sec .desc-box ul li::marker {
    color: var(--heading-color);
}


.bgimage .desc-box {
    background: #fde7eb;
}


.about-inner-sec .video-sec {
    pointer-events: none;
}

.video-gallery-sec .video-row {
    margin-bottom: 40px;
}

.video-gallery-sec h2 {
    font-size: 20px;
}

.video-gallery-sec .view-all {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.video-gallery-sec .video-item .img-box {
    position: relative;
}

.img-size {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.video-gallery-sec .video-item .img-box img {
    border-radius: 8px;
    margin-bottom: 10px;
}

.video-gallery-sec .video-item .img-box i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}

.video-gallery-sec .video-item span {
    font-size: 15px;
    font-family: var(--heading-font);
    line-height: 26px;
    letter-spacing: 0.8px;
}


.video-gallery-sec .modal-content {
    border: none;
    background: #fff0;
}


.video-gallery-sec .modal-content .modal-body {
    position: relative;
}

.video-gallery-sec .modal-body button {
    position: absolute;
    right: -12px;
    top: -18px;
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    border: 0;
}

.video-gallery-sec .modal-body button span {
    font-size: 28px;
    font-weight: 500;
    line-height: 37px;
}

.features-section {
    padding: 100px 0;
}

.features-section .feature-box {
    padding: 40px;
    text-align: center;
    color: #fff;
    display: block;
}

.features-section .feature-box img {
    margin-bottom: 15px;
    width: 55px;
}

.features-section .feature-box h6 {
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0px;
}

.bt {
    border-bottom: 0 !important;
}

.br {
    border-right: 0 !important;
}


.features-section .treatment-row .col {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-section .treatment-row .col:nth-child(5) {
    border-right: none;
}

.features-section {
    background: url('../images/testimonials-sec.png') center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
    position: relative;
}

.features-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.features-section .container,
.features-section .container-fluid {
    position: relative;
    z-index: 2;
}

.features-section .treatment-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}


.price-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.old-price {
    font-size: 16px;
    color: #e2e2e2;
    text-decoration: line-through;
}

.discount {
    background: var(--heading-color);
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 500;
}

.serive-list .home-service a {
    color: #2A6F77;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #fff;
    padding: 12px 25px;
}

.course-detail .item-box {
    padding: 40px 30px;
    margin-bottom: 0;
    background-color: #e2d9d4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
    border-radius: 20px;
    height: 100%;
}


.course-detail .item-box span {
    font-family: var(--heading-font);
    font-size: 19px;
    line-height: 32px;
    color: var(--heading-color);
}

.course-detail .item-box img {
    width: 30px;
    margin-bottom: 15px;
}


.course-detail .what-learn-sec {
    background: url(../images/what-learn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 30% 60%;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    margin: 50px 0;
}

.yoga-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
}

.course-detail .what-learn-sec .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-detail .what-learn-sec .right-side ul li {
    color: #FFF;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    font-weight: 400;
    margin-bottom: 8px;
}

.course-detail .what-learn-sec .right-side ul li i {
    color: #fff;
}

.main-label {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px !important;
    font-family: var(--heading-font) !important;
    color: var(--heading-color) !important;
    margin: 20px 0 !important;
    font-weight: 500 !important;
}

.main-label i {
    position: unset !important;
    transform: unset !important;

}

.facilitator-sec {
    margin-top: -300px;
    position: relative;
}

.facilitator-sec .gradient-border {
    display: inline-block;
    padding: 6px;
    background: linear-gradient(to right, rgb(188, 174, 95), rgb(219, 205, 151), rgb(199, 174, 116), rgb(235, 204, 139), rgb(170, 139, 69));
    width: 100%;
}

.facilitator-sec .gradient-border img {
    display: block;
    width: 100%;
    height: 494px;
    object-fit: cover;
}


.facilitator-sec h1 {
    font-size: 35px;
    margin-top: 20px;
}

.facilitator-sec span {
    display: block;
    font-family: var(--tagline);
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.facilitator-sec .content {
    margin-top: 100px;
}

.facilitator-sec .content p {
    font-size: 16px;
    line-height: 30px;
}

.facilitator-sec .content b {
    color: var(--heading-color);
}

.facilitator-sec .content h2 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 8px;
}

.facilitator-sec .content li {
    font-size: 16px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.facilitator-sec .content li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.content-2 {
    padding: 10px !important;
}

.facilitator-sec .content .quote {
    font-family: var(--tagline);
    font-size: 25px;
    line-height: 35px;
    color: var(--heading-color);
    font-weight: 600;
    letter-spacing: 0.8px;
    font-style: italic;
}

.facilitator-sec .quote-sec {
    background: url(../images/background_03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px;
    margin-bottom: 25px;
}


.facilitator-sec .quote-sec h3 {
    color: #c0d8d0;
    font-family: var(--heading-font);
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.facilitator-sec .quote-sec q, .facilitator-sec .quote-sec p {
    font-family: var(--tagline);
    font-size: 25px;
    line-height: 38px;
    color: #c0d8d0;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-style: italic;
}

.team-sec {
    padding: 80px 40px;
}

.team-sec .team-content .text-box span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: var(--heading-color);
}

.below-msg {
    font-size: 16px;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.mobile-instagram {
    display: none;
}

.mobile-instagram .inner {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px;
}

.facilator-breadcrumb .breadcrumb-img img {
    width: 100%;
    height: 100%;
}

.group-sec {
    overflow: hidden;
}

.group-sec .group-sec-row {
    display: grid;
    grid-template-columns: 45% 55%;
}

.group-sec .group-sec-row .group-box .event-box {
    padding: 139px 80px 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgb(0 0 0 / 30%)), url(../images/sound-healing-course.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 670px;
}

.group-sec .group-sec-row .group-box .event-box img {
    width: 70px;
    margin-bottom: 12px;
    filter: brightness(4);
}

.group-sec .group-sec-row .group-box .event-box h2 {
    font-weight: 600;
}

.group-sec .group-sec-row .group-box .event-box p {
    font-weight: 500;
}


.group-sec .group-sec-row .group-box .event-box a,
.group-sec .group-sec-row .group-box .course-box .inner-box a,
.group-sec .group-sec-row .group-box .gallery-sec a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-family: var(--body-text);
}

.group-sec .group-sec-row .group-box .course-box {
    background: url(../images/h1-masonry-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
}

.group-sec .group-sec-row .group-box .course-box .inner-box {
    background-color: #f8b1b0;
    border: 4px solid #fff;
    padding: 40px;
    text-align: center;
}

.group-sec .group-sec-row .group-box .course-box .inner-box h2,
.group-sec .group-sec-row .group-box .gallery-sec h2 {
    font-size: 22px;
    line-height: 32px;
}

.group-sec .group-sec-row .group-box .gallery-sec {
    background: linear-gradient(rgb(0 0 0 / 30%)), url(../images/crystal-program.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 335px;
}

.group-sec .group-sec-row .group-box .program-drop-sec {
    background: linear-gradient(rgb(0 0 0 / 30%)), url(../images/reiki-program.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 335px;
}

.green-bg {
    background: url(../images/h1-masonry-4.jpg) !important;
}

.group-sec-row .group-box .green-bg .inner-box {
    background-color: #96cf94 !important;
}

.group-sec .group-sec-row .group-box select {
    padding: 12px 10px;
    font-family: var(--heading-font);
    font-size: 16px;
    width: 96%;
}


/* header 02  */



.blog-sec .gallery-row .blog-box ol li {
    color: #2A6F77;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.blog-sec .gallery-row .blog-box h2 {
    font-size: 16px;
    line-height: 30px;
    font-family: var(--heading-font);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #000;
}

.blog-sec .gallery-row .blog-box p {
    color: var(--black);
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: var(--body-text);
    letter-spacing: 1px;
}

.blog-sec .gallery-row .blog-box a {
    color: #2A6F77;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #2A6F77;
    font-family: var(--body-text);
}



.blog-sec .gallery-row .blog-box {
    margin-bottom: 35px;
    background: #fff;
}

.blog-sec .gallery-row .blog-box .content {
    padding: 0 20px 30px;
}

.footer-widget .content-area {
    padding-left: 0;
    padding-right: 50px;
}

.footer-widget .content-area .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    font-family: var(--body-text);
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-widget .content-area .accordion .accordion-item {
    border: 0;
}

.footer-widget .content-area .accordion-button::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
}

.footer-widget .content-area .accordion .accordion-item .accordion-body ul li {
    padding: 0 0 12px 0;
    margin-bottom: 0;
}

.footer-widget .content-area .accordion .accordion-item .accordion-body ul li a {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    font-family: var(--body-text);
    letter-spacing: 1px;
    font-weight: normal;
}

.footer-widget .content-area .accordion .accordion-item .accordion-body {
    padding: 0;
}

.copyright-row {
    padding: 15px 0;
}

.copyright-row p {
    font-size: 14px  !important;
    font-style: normal;
}

.course-detail-hero-sec {
    background: linear-gradient(rgb(0 0 0 / 0.7)), url(../images/course-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.course-detail-hero-sec .content h1 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 500;
    text-transform: CAPITALIZE;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0px;
    font-family: var(--heading-font);
}

.course-detail-hero-sec .content span.subheading {
    font-family: var(--tagline);
    font-size: 25px;
    color: #fff;
    letter-spacing: 0.8px;
    font-style: italic;
    line-height: 40px;
    font-weight: 700;
    margin: 10px 0;
    display: block;
}

.course-detail-hero-sec .content a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: var(--heading-color);
    padding: 12px 25px;
}

.course-detail-hero-sec .content p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}


.course-detail-hero-sec .course-box {
    max-width: 500px;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 12px;
}

.course-detail-hero-sec .course-box .img-box img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.course-detail-hero-sec .course-box .content-box {
    margin-top: 10px;
}

.course-detail-hero-sec .course-box .content-box span {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 10px;
    font-family: var(--heading-font);
    display: inline-block;
}

.course-detail-hero-sec .course-box ul li i {
    color: #fff;
    font-size: 14px;
}

.course-detail-hero-sec .course-box ul li {
    color: #FFF;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    font-weight: 400;
    margin-bottom: 5px;
}

.course-detail-hero-sec .course-box ul {
    padding-bottom: 20px;
    border-bottom: 2px dashed #fff;
}

.course-detail-hero-sec .course-box .form-container {
    padding-top: 20px;
}

.course-detail-hero-sec .course-box .form-container .form-group input {
    letter-spacing: .5px;
    box-shadow: unset;
    color: #fff;
    background: none;
    border-width: 2px;
    border-color: #fff;
    min-height: 42px;
    font-size: 14px;
}

.course-detail-hero-sec .course-box .form-container .form-group input::placeholder {
    color: #fff;
}

.course-detail-hero-sec .course-box .form-container .btn {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    font-family: var(--body-text);
    background: var(--heading-color);
    padding: 12px 25px;
    width: 100%;
    border-radius: 0;
    margin: 10px 0;
}


.course-detail-hero-sec .course-box .form-container .privacy-text {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.course-detail-hero-sec .course-box .form-container .privacy-text a {
    color: var(--heading-color);
    text-decoration: underline;
}


.certificate-sec h2 {
    font-family: var(--tagline);
    font-size: 90px;
    color: var(--heading-color);
    letter-spacing: 0.8px;
    font-style: italic;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 20px;
}

.certificate-sec h2 span {
    display: block;
}

.course-video .d-block {
    height: 450px;
}

.blogs-detail .img-box {
    margin-bottom: 20px;
}

.blogs-detail h1 {
    text-transform: capitalize;
    letter-spacing: 0.4px;
}


.blogs-detail h2 {
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-size: 22px;
    margin: 15px 0 10px;
}

.blogs-detail p {
    text-align: justify;
}

.blogs-detail .quote-sec {
    background: url(../images/background_03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    margin: 25px 0;
}


.blogs-detail .quote-sec h3 {
    color: #c0d8d0;
    font-family: var(--heading-font);
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
}


.blogs-detail .quote-sec q {
    font-family: var(--tagline);
    font-size: 25px;
    line-height: 38px;
    color: #c0d8d0;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-style: italic;
}

.side-bar .about-onesoul img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 15px;
}

.side-bar {
    margin-left: 15px;
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.side-border {
    border: solid 1px #ccc5c5;
    padding: 20px;
}

.side-bar span {
    font-family: var(--heading-font);
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.side-bar .about-onesoul p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.side-bar .about-onesoul a {
    color: #2A6F77;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #2A6F77;
    font-family: var(--body-text);
}

.side-bar .category-box ul li {
    display: flex;
    gap: 8px;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    align-items: center;
}

.side-bar .category-box ul li a {
    position: relative;
    transition: all 0.3s ease;
}


.side-bar .category-box ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0.5px;
    background-color: #2A6F77;
    transition: width 0.3s ease;
}

.side-bar .category-box ul li:hover a::after {
    width: 100%;
}

.side-bar .category-box ul li:hover a {
    margin-left: 10px;
    color: #2A6F77;
}

.side-bar .related-post .post-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc5c5;
}

.side-bar .related-post .post-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.side-bar .related-post .post-box a {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 15px;
    align-items: center;
}

.side-bar .related-post .post-box a .img-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.side-bar .related-post .post-box a .content p {
    color: #252422BF;
    font-size: 14px;
    margin-bottom: 4px;
}

.side-bar .related-post .post-box a .content span {
    font-size: 16px;
    line-height: 28px;
}

.side-bar .related-post .post-box a:hover .content span {
    color: var(--heading-color);
}


.tags-box ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tags-box ul li {
    border: solid 1px #ccc5c5;
    padding: 8px 10px;
    transition: all 0.3s ease;
}

.tags-box ul li a {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.tags-box ul li:hover {
    background: var(--heading-color);
}

.tags-box ul li:hover a {
    color: #fff;
}

.Follow-us {
    background: linear-gradient(rgb(255 0 89 / 16%), #0000007a), url(../images/reiki-courses.webp) center / cover no-repeat;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    padding: 35px;
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
}

.Follow-us ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.Follow-us span {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
}

.Follow-us ul li {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
}

.Follow-us ul li a i {
    color: #fff;
}

.other-blog {
    display: grid;
    padding: 20px;
    margin: 25px 0;
    grid-template-columns: 34% 34%;
    justify-content: space-between;
}

.other-blog .prev-box,
.other-blog .next-box {
    display: grid;
    grid-template-columns: 32% 44%;
    gap: 15px;
    align-items: center;
}

.other-blog .next-box {
    grid-template-columns: 32% 32%;
    justify-content: end;
}

.other-blog .prev-box p a,
.other-blog .next-box p a {
    position: relative;
    display: inline;
    font-family: var(--heading-font);
    font-size: 16px;
    letter-spacing: 0.8px;
}

.other-blog .prev-box a::after,
.other-blog .next-box a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0.5px;
    background-color: #2A6F77;
    transition: width 0.3s ease;
}


.other-blog .prev-box p:hover a::after,
.other-blog .next-box p:hover a::after {
    width: 100%;
}

.other-blog .prev-box p:hover a,
.other-blog .next-box p:hover a {
    color: var(--heading-color);
}

.comment-form,
.comment-show {
    padding: 15px 0;
}

.comment-form h2,
.comment-show h2 {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.comment-form form input,
.comment-form form textarea {
    border: 0;
    border-bottom: solid 1px #ccc5c5;
    background: transparent;
    margin-bottom: 25px;
    width: 100%;
    padding: 12px 0;
}


.comment-form form input::placeholder,
.comment-form form textarea::placeholder {
    font-family: var(--body-text);
    font-size: 16px;
    letter-spacing: 0.8px;
    color: var(--black);
}

.comment-form form input:focus-visible,
.comment-form form textarea:focus-visible {
    outline: none;
    border-bottom: solid 1px var(--heading-color);
}

.comment-form form button {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #2A6F77;
    padding: 12px 30px;
    border-radius: 0;
    border: 0;
}

.comment-show .comment-row .comment-box {
    display: grid;
    grid-template-columns: 15% 80%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #ccc5c5;
    box-sizing: border-box;
}

.comment-show .comment-row .comment-box .img-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.comment-show .comment-row .comment-box:nth-child(even) {
    padding-left: 50px;
}

.comment-show .comment-box:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.comment-show .comment-box .content {
    padding-left: 15px;
}

.comment-show .comment-box .content .date {
    color: #252422BF;
    font-size: 14px;
    margin-bottom: 4px;
}

.comment-show .comment-box .content .user-name {
    font-family: var(--heading-font);
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: block;
}

.blog-breadcrumb {
    background: url(../images/blog-title-background-img-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6d7c7
}

.blog-breadcrumb ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.blog-breadcrumb ul li,
.blog-breadcrumb ul li a {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
    font-family: var(--body-text);
}

.blog-breadcrumb ul li a {
    color: var(--heading-color);
}

.blog-breadcrumb ul li a::after {
    content: " /";
    margin-left: 10px;
}

.page-breadcrumb .logo-box {
    background: #EDE8DC;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    width: 9%;
    bottom: -62px;
}

.package-row {
    margin-bottom: 28px;
}

.package-row .package-box {
    display: grid;
    grid-template-columns: 30% 70%;
    box-sizing: border-box;
}

.package-row .package-box .package-content {
    border: 2px solid #fff;
    padding: 30px;
    background: #fde7eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.package-row .package-box .bgimage-02 .package-content {
    background-color: #c5e5ce;
}

.package-row .package-box .package-content h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}

.package-row .package-box .package-content span {
    color: var(--heading-color);
    font-family: var(--tagline);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    display: inline-block;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.package-row .package-box .package-content p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}

.package-row .package-box .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.package-row .package-box .package-content ul li {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}

.package-row .package-box .package-content ul {
    padding-left: 16px;
    margin-bottom: 8px;
    list-style: disc;
}

.package-row .package-box .package-content p b {
    font-size: 20px;
    line-height: 30px;
    margin-left: 10px;
}

.package-row:nth-child(even) .package-box {
    grid-template-columns: 70% 30%;
}


.package-bg {
    background: url(../images/package-bg2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.package-bg .package-content {
    background: #b0cddf !important;
}

.bgimage-04 {
    background: url(../images/ajna-15-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.bgimage-04 .package-content {
    background: #cec6d18f !important;
}

.master-sec .row {
    background: #2A6F77;
}

.master-sec .desc-box {
    padding: 42px;
    margin: 20px;
    border: 1px solid #fff;
}

.master-sec .desc-box h2,
.master-sec .desc-box p {
    color: #fff;
}

.guru-sec {
    padding: 80px 0 0;
}

.guru-sec .row {
    padding: 30px 60px;
    border: 1px solid #cccec7;
    align-items: center;
    margin: 0;
    margin-bottom: 40px;
    transition: all .4s ease;
}

.guru-sec h2 {
    color: var(--heading-color);
    font-weight: 800;
    font-size: 30px;
}

.guru-sec h2 span {
    text-transform: capitalize;
    color: #000;
    font-weight: 500 !important;
}


.error-sec {
    padding: 150px 0;
    overflow: hidden;
    position: relative;
}

.error-sec img {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.error-sec a {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    font-family: var(--heading-font);
}

.error-sec h1 {
    margin-bottom: 10px;
}

.error-sec span {
    font-family: var(--tagline);
    color: var(--heading-color);
    font-size: 22px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.error-sec p {
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.guru-sec .row .img-container {
    position: relative;
}

.guru-sec .side-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    opacity: 20%;
    animation: spin 50s linear infinite;
    z-index: -1;
}

.guru-sec .row:hover .side-img {
    opacity: 20%;
}

.spritual-sec .subheading {
    display: block;
    font-family: var(--tagline);
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    color: var(--heading-color);
    text-align: center;
}

.spritual-sec .content {
    padding: 80px 60px;
}

.spritual-sec p {
    text-align: center;
    line-height: 30px;
    letter-spacing: 1.2px;
}


.inner-border {
    position: relative;
    display: inline-block;
}

.inner-border img {
    display: block;
}

.inner-border::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid white;
    pointer-events: none;
}

.spritual-sec .sec-img {
    margin-top: 180px;
}


.onesoul-about {
    background: linear-gradient(rgb(8 7 8 / 44%)), url(../images/wellness-retreats.webp) center / cover no-repeat;
    background-attachment: fixed;
}

.onesoul-about .content {
    padding: 20px 50px;
}

.onesoul-about .content h2,
.onesoul-about .content p {
    color: #fff;
}

.onesoul-about .content p {
    font-size: 16px;
    line-height: 30px;
}

.onesoul-about .content img {
    width: 70px;
    margin-bottom: 12px;
    filter: brightness(4);
}


.services-section .img-box .content ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 8px;
}


.services-section .bg2 .content h3,
.services-section .bg2 .content li {
    color: #fff !important;
}


.program-detail-sec .program-details ul,
.point-sec .content ul,
.team-sec .team-content .text-box ul {
    list-style: disc;
    padding-left: 20px;
}


.program-detail-sec .program-details ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 8px;
}



.point-sec .img {
    background: url(../images/healing-sec.webp) center / cover no-repeat;
}



.point-sec .content {
    padding: 40px;
}

.point-sec .content ul li,
.team-sec .team-content .text-box ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 8px;
}


/* therapy page */

.tagline {
    font-family: var(--tagline) !important;
    font-style: italic;
    color: var(--heading-color);
    font-weight: 800 !important;
    display: block;
    font-size: 25px !important;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.sec-therapy {
    background: url(../images/background_05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-therapy .content {
    padding: 80px 50px;
}

.sec-therapy .content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.therapy-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-sec p {
    font-size: 15px;
    line-height: 28px;
    margin: 10px 0 !important;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    display: -webkit-box;
    overflow: hidden;
}

.services {
    position: relative;
    z-index: 0;
}

.services.bg4 .service-item h2 span {
    background: #e6d7c7;
    padding-right: 30px;
}

.services.bg4 .service-item h2 {
    position: relative;
    color: var(--heading-color);
}

.services.bg4 .service-item h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--heading-color);
    z-index: -1;
    left: 0;
}

.services.bg4 .tagline {
    font-size: 22px !important;
    line-height: 30px;
}

.services.bg4 a {
    background: #2A6F77;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    font-family: var(--heading-font);
}

.wellness-sec ul {
    padding-left: 20px !important;
    list-style: disc;
    margin-bottom: 12px !important;
}

.wellness-sec ul li {
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 8px;
}

.treatment-pack .package-box {
    grid-template-columns: 70% 30%;
}

.process-section .icon-boxs {
    padding: 30px;
    background: #cccec7;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--heading-color);
    justify-content: center;
    transition: all .25s ease-in-out;
    text-align: center;
    position: relative;
}

.process-section .icon-boxs:hover {
    transform: translateY(-4px);
}

.process-section .icon-boxs h3 {
    color: var(--heading-color);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--heading-font);
    font-size: 18px;
    letter-spacing: 0.8px;
}

.process-section .icon-boxs img {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.process-section .icon-boxs span {
    font-size: 30px;
    display: block;
    margin-bottom: 15px;
    font-weight: 900;
    color: var(--heading-color);
    opacity: 0.6;
}

.process-section .icon-boxs p {
    font-weight: 500;
    margin: 0;
    color: #212121;
}


@media (min-width:300px) and (max-width:767px) {
    .about-us .content-area.ps-5 {
        padding-left: 10px !important;
    }

    .tagline {
        font-size: 20px !important;
    }

    .sec-therapy .content {
        padding: 30px 15px;
    }

    .therapy-sec img {
        height: 250px;
    }

    .team-sec .team-content {
        padding: 15px !important;
    }

    .services.bg4 a {
        margin-bottom: 20px;
    }

    .team-sec .team-content img {
        margin-bottom: 0 !important;
    }

    .team-sec .team-content img {
        height: 350px;
        object-fit: cover;
        object-position: 21% 34%;
    }

    .team-sec p {
        -webkit-line-clamp: 3;
    }

    .spritual-sec .sec-img {
        display: none;
    }

    .spritual-sec .content {
        padding: 10px 0px;
    }

    .wellness-sec .side-img {
        top: 22%;
    }

    .treatment-pack .package-box {
        display: block;
    }

    .bgimage-04 {
        padding: 12px;
    }

    .package-row .package-box .package-content {
        padding: 15px;
    }

    .package-row .package-box .package-content h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .package-sec .image-wrap {
        margin-left: 14px;
    }

    .program-detail-sec .program-details {
        padding: 25px 10px;
    }

    .program-detail-sec .program-details.pe-5 {
        padding-right: 10px !important;
    }

    .program-detail-sec .program-details ul li {
        font-size: 15px !important;
    }

    .process-section .row {
        display: flex;
        gap: 0px;
        flex-wrap: nowrap;
        overflow: scroll;
        scrollbar-width: none;
        justify-content: start;
    }

    .process-section .row .col-md-3 {
        width: 300px;
    }

    .process-section .icon-boxs {
        padding: 15px;
    }

    .process-section .icon-boxs h3 {
        font-size: 17px;
    }

    .joinUs .content-area a {
        text-align: center;
        font-size: 14px;
    }

    .inner-border,
    .inner-border img {
        width: 100%;
    }
}

.about-top-sec a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.8px;
    font-family: var(--heading-font);
    background: rgb(42, 111, 119);
    padding: 10px 30px;
    margin-top: 20px;
}

.therapy-banner .image-wrap {
    position: relative;
}

.therapy-banner .image-wrap::after {
    position: absolute;
    content: '';
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 32px;
    opacity: 0.2;
}

.therapy-banner .content {
    padding: 50px;
    border-radius: 32px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.therapy-banner .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #2A8C82 0%, #F6A261 100%);
    opacity: 0.4;
    transition: opacity .3s ease;
    z-index: -1;
}

.therapy-banner .content .shape-img {
    position: absolute;
    right: -216px;
    top: -349px;
    width: 600px;
    filter: invert(1);
    z-index: -2;
}

.therapy-banner .content a {
    background: #2A6F77;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    width: max-content;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.8px;
    font-family: var(--heading-font);
    border-radius: 50px;
}

.therapy-banner .content h1 {
    font-weight: 600;
}

.approach-sec .row {
    padding: 60px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}


.step-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(180deg, #5f9c8a, #d7a46c);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.approach-sec p {
    font-weight: 500;
}

.approach-sec .shape-img {
    position: absolute;
    left: -216px;
    bottom: -349px;
    width: 600px;
    filter: invert(1);
    z-index: 0;
}

.book-now{
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--heading-color);
    font-family: var(--body-text);
        width: max-content;
}

.step-item {
    padding: 0 25px;
}

.step-item p {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.step-line {
    position: absolute;
    top: 35px;
    left: 5%;
    width: 90%;
    height: 2px;
    border-top: 2px dashed #ccc;
    z-index: 1;
}


.visual-card {
    border: 1px solid #ccc5c5;
    padding: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #e6d7c7;
    display: block;
}

.visual-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.visual-card h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Gotu';
}

.visual-card p {
    margin-bottom: 10px !important;
    font-size: 15px;
}

.visual-card:hover {
    transform: translateY(-6px);
}


.read-btn {
    background: #2A6F77;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.8px;
    font-family: var(--heading-font);
}


.about-intro {
    background: #f6f1e9;
}

.intro-content p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}


/* Facilitator new */



.facilitator .top-heading span {
    text-align: center;
    color: #2a6f77;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.facilitator .top-heading h2 {
    text-align: center;
    color: #000;
    letter-spacing: .6px;
    font-family: Gotu, serif;
    font-size: 36px;
}

.facilitator .top-heading p {
    margin-bottom: 50px;
    padding: 0 80px;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.facilitator .column {
    grid-template-columns: repeat(4, 1fr);
    gap: 46px 24px;
    display: grid;
    justify-content: center;
}

.facilitator .column .item,
.facilitator .column .item .img-box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.facilitator .column .item .img-box img {
    object-fit: cover;
    height: 294px;
}

.facilitator .column .item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    background: #F5F3EF;
}

.facilitator .column .item .item-content {
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
}

.facilitator .column .item .item-content h2 {
    color: var(--black);
    letter-spacing: .6px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--heading-font);
}

.facilitator .column .item .item-content span {
    color: var(--heading-color);
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 600;
    word-spacing: 4px;
}


.facilitator .column .item .item-content div p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    display: -webkit-box;
    overflow: hidden;
}

.facilitator .column .item .item-content p strong {
    font-weight: 400;
}

.facilitator-sec .content ul {
    margin: 14px 0 !important;
}

.facilitator .column .item .item-content a {
    color: var(--heading-color);
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: 600;
}

.facilitator .column .item .item-content a svg {
    width: 22px;
    height: 22px;
    transform: translateY(-2px);
    margin-right: 2px;
}

.privacy-policy .sidebar {
    border-right: solid 1px #ccc5c5;
    height: 100%;
}

.privacy-policy .sidebar ul li {
    font-family: var(--heading-font);
    margin-bottom: 18px;
}

.privacy-policy .sidebar ul li a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .5px;
}

.privacy-policy .sidebar ul li.active a {
    color: var(--heading-color);
    font-weight: 700;
}

.privacy-policy .content {
    padding-left: 25px !important;
}


.privacy-policy .content a {
    color: var(--heading-color);
    font-weight: 700;
    text-decoration: underline;
}

.privacy-policy .content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: 0.5px;
}


.privacy-policy .content h3 {
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.privacy-policy .content ul {
    list-style: disc;
    padding-left: 25px !important;
    margin-bottom: 15px !important;
}

.privacy-policy .content ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.privacy-policy .content ul li:not(:last-child) {
    margin-bottom: 8px !important;
}

.privacy-policy .content .content-row:not(:last-child) {
    padding-bottom: 20px;
}

.privacy-policy .content i {
    color: var(--heading-color);
    margin-right: 10px;
}

.privacy-policy .content .fa-xmark {
    color: red;
    font-size: 22px;
    vertical-align: middle;
}

.therapy h2 {
    font-size: 25px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.therapy p {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0.8px !important;
}



.reiki-clarity .subtitle {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.reiki-clarity .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.reiki-clarity .card {
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.reiki-clarity .is-not {
    background: #ffffff;
}

.reiki-clarity h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2b2b2b;
    font-family: var(--heading-font);
}

.reiki-clarity ul,
.certificate-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reiki-clarity ul li,
.reiki-clarity q {
    padding-left: 28px;
    margin-bottom: 14px;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.certi-box {
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.certificate-sec ul li {
    padding-left: 28px;
    margin-bottom: 14px;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.reiki-clarity .is li::before,
.certificate-sec ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #32ae1b;
    font-weight: 900;
}

.reiki-clarity .is-not li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #d50f0f;
    font-weight: 900;
}

.reiki-clarity .note {
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    font-size: 25px;
    font-family: var(--tagline);
    color: var(--heading-color);
}


.testimonial-card {
    background: #fffaf0;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.stars {
    color: #f4b400;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-title {
    font-size: 19px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.testimonial-text {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 28px;
}

.profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.profile span {
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 0.5px;
    font-size: 17px;
}


.faq-box {
    padding-left: 25px;
    margin-bottom: 30px;
}

.faq .sidebar {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .07058823);
    padding: 20px;
    border: solid 1px #ccc5c5;
    position: sticky;
    top: 40px;
    border-radius: 16px;
    height: auto;
}

.faq .sidebar ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc5c5;
}

.faq .sidebar ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.faq-box .accordion-item {
    background: transparent;
    border: solid 1px #ccc5c5;
    border-radius: 16px !important;
    margin-bottom: 18px;
    overflow: hidden;
    transition: background-color 0.55s ease;
}

.faq-box .accordion-item:has(.accordion-collapse.show) {
    background: #e6d7c7;
}

.faq-box .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
}

.faq-box .accordion-button {
    background: transparent;
    font-size: 18px;
    padding: 22px 25px;
    letter-spacing: 0.5px;
    box-shadow: none;
    font-family: var(--heading-font);
}

.faq-box .accordion-button:not(.collapsed) {
    background: transparent;
}

.faq-box .accordion-body {
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.8px;
    color: var(--black);
}


.home-team h2 {
    font-size: 25px !important;
    line-height: 40px !important;
}

.home-team a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    display: inline-block !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--body-text);
    background: #2A6F77;
    padding: 10px 30px;
    margin-top: 18px;
}

.home-team .team-content {
    padding-left: 40px !important;
}

.gallery-sec {
    background: #f6f1e8;
}

.video-item {
    margin-bottom: 20px;
    display: block;
}

.shorts-row img {
    height: 382px;
    width: 100%;
    object-fit: cover;
}

.gallery-item {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}


.program-box-2 {
    display: grid;
    grid-template-columns: 30% 70%;
}

.program-box-2 .program-content {
    padding-left: 40px;
}

.program-box-2 .program-content .up-header {
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: var(--heading-color);
}

.program-box-2 .program-content .subheading {
    color: var(--heading-color);
    font-size: 25px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 12px;
    display: block;
    font-family: var(--tagline);
}

.title {
    color: var(--heading-color) !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 36px !important;
    letter-spacing: 0.8px !important;
    font-style: italic;
    font-family: var(--tagline) !important;
}

.program-box-2 .program-content ul {
    list-style: disc;
    padding-left: 20px !important;
    margin-bottom: 15px !important;
}

.program-box-2 .program-content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    letter-spacing: 0.8px;
}

.program-box-2 .program-content a {
    background: #2A6F77;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 19px;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.inner-menu {
    margin: 15px !important;
    padding-left: 20px !important;
    list-style: disc;
}

.inner-menu li a {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
}

.calender-sec::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/buddha-image.jpg) center / cover no-repeat;
    opacity: 0.2;
    z-index: -1;
    filter: grayscale(100%);
}


/* contact form */

.contactForm {
    border: 1px solid #cccec7;
    border-radius: 20px;
    height: 100%;
    padding: 30px;
}

.contactForm h2 {
    margin-bottom: 20px;
    font-size: 26px;
}

.contactForm .form-group input[type="text"],
.contactForm .form-group input[type="number"],
.contactForm .form-group input[type="email"]{
    letter-spacing: .5px;
    box-shadow: unset;
    color: #000;
    background: none;
    border-width: 2px;
    border-color: #0000001f;
    min-height: 44px;
    font-size: 15px;
}

.contactForm .form-group select {
    letter-spacing: .5px;
    box-shadow: unset;
    color: #000;
    background-color: transparent;
    border-width: 2px;
    border-color: #0000001f;
    min-height: 44px;
    font-size: 15px;
}

.contactForm .form-group input[type="text"]::placeholder,
.contactForm .form-group input[type="number"]::placeholder,
.contactForm .form-group input[type="email"]::placeholder{
    color: #000 !important;
}

.contactForm .form-group .options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contactForm .form-group .form-label {
    letter-spacing: .6px;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    color: #2a6f77;
}

.contactForm .form-group textarea {
    resize: vertical;
    letter-spacing: .5px;
    box-shadow: unset;
    color: #000;
    background: none;
    border-width: 2px;
    border-color: #0000001f;
    min-height: 160px;
    font-size: 15px;
    padding: 10px 16px;
}

.contactForm .form-group textarea::placeholder {
    color: #666D66;
}

.contactForm .form-group input[type="range"] {
    width: 100%;
    margin-bottom: 10px;
}

.contactForm .form-group .rangePoints {
    display: flex;
    justify-content: space-between;
}

.contactForm .form-group .rangePoints span {
    color: #000;
    letter-spacing: .4px;
    font-size: 16px;
}

.contactForm .form-group .options label {
    position: relative;
}

.contactForm .form-group .options label input:checked + span {
    background: #2a6f77;
    color: #fff;
}

.contactForm .form-group .options label input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.contactForm .form-group .options label span {
    color: #000;
    letter-spacing: .4px;
    border: 2px solid #0000001f;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 400;
    display: block;
}

.contactForm .terms-and-conditions-wrapper input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.contactForm .terms-and-conditions-wrapper input:checked + .form-label:before {
    background-color: #2a6f77;
    content: "\f00c";
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.contactForm .terms-and-conditions-wrapper .form-label {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin: 0;
}

.contactForm .terms-and-conditions-wrapper .form-label:before {
    content: "";
    vertical-align: middle;
    font-family: 'Font Awesome 6 Free';
    cursor: pointer;
    background-color: #0000;
    border: 2px solid #2a6f77;
    border-radius: 5px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 10px;
    line-height: 18px;
    display: inline-block;
    position: relative;
}

.contactForm .action-button button {
    color: #fff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #2a6f77;
    border-radius: 0;
    padding: 12px 30px;
    display: inline-block;
}

label.error {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    margin-top: 10px;
    color: red;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.term-modal .modal-content {
    height: 700px;
    overflow-y: scroll;
}

.term-modal .modal-body {
    padding: 30px;
}

.term-modal .content-area h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: 0.5px;
}

.term-modal .content-area .content-row:not(:last-child) {
    padding-bottom: 20px;
}

.term-modal .content-area ul {
    list-style: disc;
    padding-left: 25px !important;
    margin-bottom: 15px !important;
}

.term-modal .content-area ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-text);
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
}

.term-modal .content-area ul li:not(:last-child) {
    margin-bottom: 8px !important;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
margin-top: 8px !important;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
}

.success-payment {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.success-payment .logo-box img {
    width: 280px;
    margin-bottom: 34px;
}

.success-payment .content-area .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.success-payment .content-area .whatsapp-btn i {
    font-size: 26px;
}

.success-payment .content-area .whatsapp-btn:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
}

.success-payment .content-area .website {
    color: var(--heading-color);
    font-weight: 600;
}

.achievements .gallery-row{
    margin-bottom: 20px !important;
}

.achievements .gallery-row img{
    border-radius: 8px;
    border: 0.5px solid var(--heading-color);
}

.achievements .gallery-row a{
    margin-bottom: 0 !important;
}