@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Gotu&display=swap');

:root {
    --black: #1A2B1B;
    --orange: #e36d26;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fffef6;
}

P:last-child {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

::selection {
    background: var(--orange);
    color: #fff;
}

.section-padding {
    padding: 100px 0;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: unset !important;
    border-color: #dee2e6;
}

hr {
    margin: 24px 0;
}

/* swiper */

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end swiper */

/* header */

.top-lines .main ul {
    display: flex;
}

.top-lines .main ul li {
    background: #e36d26;
    width: 100%;
    height: 6px;
}

.top-lines .main ul li:nth-child(2) {
    background: #7584bb;
}

.top-lines .main ul li:nth-child(3) {
    background: #8cafa7;
}

header {
    padding: 10px 0;
    background: #fff;
}

header .navbar {
    max-width: 1500px;
    margin: auto;
}

header .navbar .logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .navbar .img-content .logo-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 4px;
    position: relative;
}

header .navbar .img-content .logo-heading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
    width: 90%;
    height: 4px;
    background-image: linear-gradient(to right, #ffffff00, #ef6e5c, #ffffff00);
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
}

header .navbar .img-content .logo-heading .main-title {
    font-weight: 700;
    position: relative;
    color: var(--orange);
}

header .navbar .img-content .logo-heading .copyright {
    font-size: 20px;
    vertical-align: super;
}

header .navbar .img-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

header .navbar .img-content ul li {
    color: var(--black);
}

header .navbar .img-content ul li:nth-child(even) {

    width: 8px;

    height: 8px;

    background: #e36d26;

    border-radius: 100px;
}

header .navbar .img-content ul li a {
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
}

header .navbar .img-content ul:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    width: 90%;
    height: 4px;
    background-image: linear-gradient(to right, #ffffff00, #EC5642, #ffffff00);
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
}

header .navbar .logo-box .img-box img {
    width: 80px;
}

header .navbar .menu-inner {
    display: flex;
}

header .navbar .menu-inner .menu-item {
    padding: 20px 16px;
    position: relative;
}

header .navbar .menu-inner .menu-item .menu-link {
    color: var(--black);
    font-size: 17px;
    font-weight: 600;
}

header .navbar .menu-inner .menu-item:hover .dropdown-menu {
    z-index: 99;
    min-width: 220px;
    color: #313131;
    top: 60px;
    left: -20px;
    border: unset;
    background-color: #fff;
}

header .navbar .menu-inner .menu-item:hover .dropdown-menu {
    display: block;
    border-radius: unset;
    padding: 0;
    border: unset;
}

header .navbar .menu-inner .menu-item:hover .dropdown-menu li .dropdown-item {
    color: var(--black);
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    transition: color 0.2s;
}

header .navbar .menu-inner .menu-item .dropdown-menu li .dropdown-item:hover {
    background-color: #201e1e;
    color: #fff;
}


/* mobile header  */

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}


.header{
    display: none;
}


/* hero section */

.hero-section {
    position: relative;
}

.hero-section .main .slider-content {
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    text-align: center;
}

.hero-section .main .slider-content .inner {
    max-width: 900px;
}

.hero-section .main .slider-content .inner .top-content {
    display: flex;
    font-size: 28px;
    margin-bottom: 14px;
    font-style: italic;
    line-height: 34px;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    color: #fff5e4;
}

.hero-section .main .slider-content .top-content span {
    font-size: 30px;
    color: #fff;
}

.hero-section .main .slider-content .top-content .copyright {
    vertical-align: super;
    font-size: 20px;
}

.hero-section .main .slider-content h1 {
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    margin: 0;
}

/* about us */

.about-us .left-side h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #1A2B1B;
    margin-bottom: 20px;
}

.about-us .left-side .row {
    row-gap: 20px;
    max-width: 500px;
}

.about-us .left-side .col-md-6:nth-child(2) .main,
.about-us .left-side .col-md-6:nth-child(3) .main {
    background-color: #8cafa7;
}

.about-us .left-side .col-md-6:nth-child(2) .icon-box img,
.about-us .left-side .col-md-6:nth-child(3) .icon-box img {
    mix-blend-mode: overlay;
}

.about-us .left-side .col-md-6:nth-child(2) .content h1,
.about-us .left-side .col-md-6:nth-child(3) .content h1 {
    color: #ffffff;
}

.about-us .left-side .main {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.about-us .left-side .main .icon-box img {
    display: block;
    margin: auto;
    width: 50px;
}

.about-us .left-side .main .content h1 {
    margin: 0;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}

.about-us .right-side p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #1A2B1B;
    font-weight: 500;
    text-align: justify;
}

.about-us .right-side p span {
    color: #e36d26;
    font-weight: 500;
}

/* gallery */

.gallery .main .swiper-button-prev {
    left: 40px;
    color: #fff;
}

.gallery .main .swiper-button-next {
    right: 40px;
    color: #fff;
}

/* different ways */

.different-ways .top-content p {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1A2B1B;
}

.different-ways .top-content p span {
    color: var(--orange);
    font-weight: 500;
}

.different-ways .bottom-content {
    position: relative;
    margin-top: 40px;
}

.different-ways .bottom-content .left-bar .nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 60px;
}

.different-ways .bottom-content .left-bar .nav .nav-link {
    cursor: pointer;
    background-color: #f3f7ec;
    border-radius: 20px;
    padding: 20px;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.different-ways .bottom-content .nav .nav-link.active {
    background-color: #8cafa7;
    color: #fff;
    opacity: 1;
}

.right-bar .tab-content .tab-pane .main .img-box img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.right-bar .tab-content .tab-pane .main .content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.right-bar .tab-content .tab-pane .main .content p:last-of-type {
    margin: 0;
}

/* blogs */

.slider-area {
    position: relative;
}

.slider-area .prev-arrow, .slider-area .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-area .prev-arrow img, .slider-area .next-arrow img {
    width: 14px;
}

.slider-area .prev-arrow {
    left: -30px;
}

.slider-area .next-arrow {
    right: -30px;
}

.blogs {
    background-color: rgb(239 239 239 / 50%);
    position: relative;
    backdrop-filter: blur(1px);
}

.blogs .title {
    margin-bottom: 50px;
}

.blogs .title h2 , .blogs .title h1 {
    color: var(--black);
    text-align: center;
    font-size: 32px;
    font-family: "Gotu", serif;
    margin-bottom: 16px;
}

.blogs .title p {
    margin: 0;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
}

.blogs .title p span {
    display: block;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item {
    border-radius: 20px;
    margin: 10px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .img-box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 280px;
    object-position: top;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .content {
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fffef6;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner a {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: var(--black);
    line-height: 32px;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner ul {
    display: flex;
    gap: 10px;
    margin: 12px 0;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner ul li {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner ul li i {
    margin-right: 6px;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner-button a {
    color: var(--orange);
    font-size: 16px;
    font-weight: 600;
}

/* contact us */

.contact-us .img-box img {
    border-radius: 20px 180px 20px 20px;
    object-fit: cover;
}

.contact-us .content {
    padding-left: 58px;
}

.contact-us .content span {
    color: #8cafa7;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-us .content h2 {
    font-family: "Gotu", serif;
    font-size: 30px;
    color: var(--black);
    margin-bottom: 18px;
}

.contact-us .content p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.contact-us .content span {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 34px;
    font-weight: 600;
}

.contact-us .content form .form-group input {
    background-color: #F3F7EC;
    min-height: 46px;
    padding: 6px 16px;
    border-radius: 0px;
    color: var(--black);
    font-weight: 500;
    border-color: #7c7c26;
    font-size: 15px;
}

.contact-us .content form .form-group .submitForm {
    background: #e36d26;
    border-radius: unset;
    color: #fff;
    font-weight: 500;
    padding: 8px 26px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.contact-us .content form .form-group .submitForm:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
}

.contact-us .content form .form-group .submitForm:hover:after {
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}

.contact-us .content form .form-group .submitForm:hover {
    background-color: #e36d26;
    transition-delay: .25s;
}

@keyframes shine {
    100% {
        left: -200%;
    }
}

.contact-us .content .subPara {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

/* footer */

footer {
    background-image: url(../images/overlay-footer.webp);
    background-color: #F3F7EC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .info-box .logo-box {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
    gap: 10px;
}

footer .info-box .logo-box .img-box img {
    width: 80px;
}

footer .info-box .logo-box .img-content .logo-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

footer .info-box .logo-box .img-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000000;
    padding: 6px 20px;
}

footer .info-box .logo-box .img-content ul li {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

footer .info-box .logo-box .img-content ul li a {
    color: #fff;
}

footer .info-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black);
}

footer .info-box ul li {
    color: var(--black);
    font-size: 20px;
    margin-bottom: 10px;
}

footer .footer-widget span {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

footer .footer-widget ul li {
    color: var(--black);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

/* copyright */

.copyright-section {
    background-color: var(--orange);
    border-top: 1px solid #EEF0E5;
    padding: 10px 0;
}

.copyright-section .title span {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;
}

.copyright-section .privacy-link ul {
    gap: 20px;
    display: flex;
    justify-content: end;
}

.copyright-section .privacy-link ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* breadcrumb section */

.breadcrub-section {
    background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(../images/breadcrumb-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.breadcrumb-content h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 38px;
}

.page-breadcrub .img-box img {
    width: 100%;
}

.page-breadcrub .breadcumb-menu {
    text-align: center;
    margin-top: -48px;
}

.page-breadcrub .breadcumb-menu {
    text-align: center;
    margin-top: -48px;
    position: relative;
}

.page-breadcrub .breadcumb-menu nav {
    position: absolute;
    width: 100%;
    top: 21px;
}

.page-breadcrub .breadcumb-menu nav ol {
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
}

/* programs */

.page-description {
    padding: 80px 0 0;
}

.page-description .content svg {
    display: block;
    margin: 0 auto 30px;
}

.page-description .content p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    margin-bottom: unset;
}

.page-description .content p span {
    color: var(--orange);
    font-weight: 600;
}

.program-section {
    padding: 80px 0 120px !important;
}

.program-section .box-item {
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 24px;
    border-radius: 24px;
    background-color: #f3f7ec;
    box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}

.program-section .box-item .img-box {
    position: relative;
}

.program-section .box-item .img-box img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

.program-section .box-item .content-box {
    padding: 30px;
    transition: 0.30s linear;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.program-section .box-item .content-box .inner a {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: var(--black);
    line-height: 32px;
    margin-bottom: 12px;
    font-family: "Gotu", serif;
    display: inline-block;
    letter-spacing: 0.8px;
}

.program-section .box-item .content-box .info {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.program-section .box-item .content-box .info li {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

.program-section .box-item .content-box .info i {
    color: var(--orange);
    margin-right: 6px;
}

.program-section .box-item .content-box .inner p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program-section .box-item .content-box .inner-button a {
    color: var(--orange);
    font-size: 16px;
    font-weight: 500;
    padding: 12px 18px;
    border: 1px solid;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}

.program-section .box-item .content-box .inner-button a i {
    margin-left: 6px;
}

.program-section .box-item .content-box .inner-button a:hover {
    background: var(--orange);
    color: #fff;
}

.program-section .box-item .content-box .inner-button a:hover i {
    color: #fff;
}

/* program detail */

.program-detail {
    position: relative;
}

.program-detail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    background: #f3f7ec;
}

.program-detail .main-content {
    position: relative;
}

.program-detail .main-content .top-content .top-category {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.program-detail .main-content .top-content .top-category p {
    margin: 0;
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.program-detail .main-content .top-content h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: var(--black);
    max-width: 1000px;
    margin: auto;
}

.program-detail .main-content .top-content span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 16px;
    margin: 16px 0;
}

.program-detail .main-content .top-content span:before {
    content: '';
    width: 30%;
    height: 1px;
    background-color: var(--black);
    display: inline-block;
}

.program-detail .main-content .top-content span:after {
    content: '';
    width: 30%;
    height: 1px;
    background-color: var(--black);
    display: inline-block;
}

.program-detail .main-content .top-content span i {
    color: var(--orange);
    font-size: 20px;
}

.program-detail .main-content .top-content .info {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.program-detail .main-content .top-content .info li {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.program-detail .main-content .top-content .info i {
    color: var(--orange);
    margin-right: 6px;
}

.program-detail .main-content .top-content .book-now {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.program-detail .main-content .top-content .book-now a {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.program-detail .main-content .img-box {
    margin: 40px 0;
}

.program-detail .main-content .img-box img {
    display: block;
    margin: auto;
    border-radius: 20px;
}

.program-detail .main-content .bottom-content h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black);
}

.program-detail .main-content .bottom-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}

.program-detail .main-content .bottom-content p span {
    font-weight: 600;
    color: #e36d26;
}

.program-detail .main-content .bottom-content p a {
    color: var(--orange);
    font-weight: 600;
}

.program-detail .main-content .bottom-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    margin: 24px 0 12px;
}

.program-detail .main-content .bottom-content h2 span {
    color: var(--orange);
}

.program-detail .main-content .bottom-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin: 26px 0 16px;
}

.program-detail .main-content .bottom-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin: 26px 0 16px;
}

.program-detail .main-content .bottom-content ul {
    margin-bottom: 20px;
}

.program-detail .main-content .bottom-content ul:last-child {
    margin: 0;
}

.program-detail .main-content .bottom-content ul li {
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
    display: grid;
    grid-template-columns: 3% 96%;
    gap: 10px;
    align-items: center;
    margin-bottom: 6px;
}

.program-detail .main-content .bottom-content ul li::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../../assets/images/icon/lotuss.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.program-detail .main-content .bottom-content ul li:last-child {
    margin: 0;
}

.program-detail .main-content .in-touch {
    padding: 40px 0 80px;
}

.program-detail .main-content .in-touch .title h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    max-width: 610px;
    margin: auto;
}

.program-detail .main-content .in-touch .book-now {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.program-detail .main-content .in-touch .book-now a {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
}

.program-detail .main-content .related-events .title h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .img-box {
    position: relative;
    margin: 0;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .img-box img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-radius: 0;
    height: 280px;
    object-position: top;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .content {
    padding: 30px 20px;
    background: #F8F5E9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner a {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: var(--black);
    line-height: 32px;
    display: inline-block;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner ul {
    display: flex;
    gap: 10px;
    margin: 12px 0;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner ul li {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner ul li i {
    margin-right: 6px;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program-detail .main-content .related-events .blogSlider .swiper-wrapper .swiper-slide .blog-item .content .inner-button a {
    color: var(--orange);
    font-size: 16px;
    font-weight: 600;
}

.program-detail .main-content .bottom-content .book-now a {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

/* popup form */

#bookRetreat .modal-dialog {
    max-width: 1100px;
}

#bookRetreat .modal-dialog .modal-content .modal-body {
    padding: unset;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .img-box img {
    height: 100%;
    object-fit: cover;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content {
    padding: 30px;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content p {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 26px;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .form-group label {
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .form-group label span {
    color: var(--orange);
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .form-group input,
#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .form-group select {
    border-radius: unset;
    border-color: #f4ede2;
    height: 34px;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .form-group textarea {
    border-radius: unset;
    border-color: #f4ede2;
    height: 140px;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .data {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    line-height: 25px;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .data a {
    color: var(--orange);
    font-weight: 600;
}

#bookRetreat .modal-dialog .modal-content .modal-body .main .content form .form-group button {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
    border: unset;
}

#bookRetreat .modal-dialog .modal-content .modal-body .close a {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    background: #000000;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    border-radius: 100%;
    font-size: 14px;
}

/* as participant */

.participant:nth-child(even) {
    background-color: #F3F7EC;
}

.participant .top-description p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    line-height: 28px;
    margin-bottom: 60px;
}

.participant .leftSide p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
    color: var(--black);
}

.participant .leftSide p span {
    color: var(--orange);
    font-weight: 600;
}

.participant .leftSide h1 {
    color: var(--black);
    font-family: "Gotu", serif;
    font-size: 24px;
    line-height: 40px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.participant .leftSide h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--black);
    display: block;
    font-family: "Gotu", serif;
}

.participant .leftSide h3 {
    color: var(--black);
    font-family: "Gotu", serif;
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.participant .leftSide ul li .event {
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
    align-items: baseline;
}

.participant .leftSide ul li .event .content p {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    margin: 0;
}

.participant .img-box {
    height: 100%;
}

.participant .img-box img {
    height: 100%;
    object-fit: cover;
}

.participant .bottom-description p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    line-height: 28px;
    margin-top: 15px;
}

.participant .bottom-description p svg {
    margin-right: 6px;
}

.participant .bottom-description p span {
    color: var(--orange);
    font-weight: 600;
}

/* wisdom guide us */

.teachers {
    padding: 80px 0 60px;
}

.teachers .content svg {
    display: block;
    margin: 0 auto 30px;
}

.teachers .content h2 {
    font-family: "Gotu", serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 38px;
}

.teachers .content h2 span {
    color: #e36e28;
}

.teachers .content p {
    text-align: center;
    margin: 0;
    color: var(--black);
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
}

.wisdom-guide-us {
    padding: 0px 0 50px;
    position: relative;
}

.wisdom-guide-us .guru-img img {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wisdom-guide-us .content span {
    font-family: "Dancing Script", serif;
    display: block;
    text-align: center;
    color: var(--orange);
    margin-bottom: 10px;
    font-size: 26px;
}

.wisdom-guide-us .content h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    color: var(--black);
    font-family: "Gotu", serif;
}


.pranaBreath .content h1{
 font-weight: 600;
}

.wisdom-guide-us .content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    line-height: 27px;
    text-align: center;
}

.wisdom-guide-us .left-side {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wisdom-guide-us .right-side {
    position: absolute;
    bottom: 0;
    right: 0;
}

.wisdom-guide-us .right-side .flower {
    position: absolute;
    top: -220px;
    right: 0;
    z-index: -1;
    width: 200px;
}

.honoring-masters .top-content h2 {
    font-size: 24px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 500;
}

.honoring-masters .top-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 60px;
    color: var(--black);
    text-align: center;
}

.honoring-masters .top-content p span {
    display: block;
}

.honoring-masters .masters .content .name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.honoring-masters .masters .content h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin: 0;
}

.honoring-masters .masters .content h2 span {
    color: var(--orange);
    font-weight: 600;
}

.honoring-masters .masters .content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    line-height: 27px;
    text-align: justify;
}

.honoring-masters .masters .content p:last-child {
    margin: 0;
}

.honoring-masters .masters .content p span {
    color: var(--orange);
    font-weight: 600;
}

/* contactEvent  */

.contactEvent .content {
    padding-left: 60px;
}

.contactEvent .content h1 {
    font-family: "Gotu", serif;
    font-size: 30px;
    color: var(--black);
    margin-bottom: 12px;
}

.contactEvent .content p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.contactEvent .content form .form-group label {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.contactEvent .content form .form-group label span {
    color: var(--orange);
}

.contactEvent .content form .form-group input {
    background-color: #F3F7EC;
    padding: 6px 16px;
    border-radius: unset;
    color: var(--black);
    font-weight: 500;
    border-color: #7c7c26;
    font-size: 15px;
}

.contactEvent .content form .form-group select {
    border-color: #7c7c26;
    background-color: #F3F7EC;
    border-radius: unset;
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
}

.contactEvent .content form .form-group textarea {
    border-radius: unset;
    border-color: #7c7c26;
    background-color: #F3F7EC;
    font-weight: 500;
    font-size: 15px;
    height: 140px;
}

.contactEvent .content form .form-group .chooseEvent+.select2-container .selection .select2-selection,
.contactEvent .content form .form-group .hearAbout+.select2-container .selection .select2-selection {
    background-color: transparent;
    border-radius: unset;
    border: 1px solid var(--orange);
    padding: 5px;
    height: 38px;
}

.contactEvent .content form .form-group .chooseEvent+.select2-container .selection .select2-selection .select2-selection__arrow,
.contactEvent .content form .form-group .hearAbout+.select2-container .selection .select2-selection .select2-selection__arrow {
    top: 6px;
    width: 30px;
}

.contactEvent .content form .form-group .chooseEvent+.select2-container--default .select2-selection--single .select2-selection__rendered,
.contactEvent .content form .form-group .hearAbout+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}

.contactEvent .content form .data {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 30px;
}

.contactEvent .content form .data span {
    font-weight: 600;
}

.contactEvent .content form .data a {
    color: var(--orange);
}

.contactEvent .content form .form-group button {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
    border: unset;
}

.contactEvent .img-box {
    height: 100%;
    position: relative;
}

.contactEvent .img-box img {
    border-radius: 20px 180px 20px 20px;
}

.contactEvent .img-box .info {
    background: #fffef6;
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 20px;
    border-radius: 10px;
}

.contactEvent .img-box .info ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contactEvent .img-box .info ul li {
    font-size: 16px;
    font-weight: 500;
}

.contactEvent .img-box .info ul li i {
    color: var(--orange);
    margin-right: 6px;
}

/* facilitator */

.facilitator {
    padding: 120px 0;
}

.facilitator .top-heading span {
    display: block;
    text-align: center;
    margin-bottom: 12px;
    color: #1A2B1B;
    font-weight: 500;
    font-size: 18px;
}

.facilitator .top-heading span:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1A2B1B;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.facilitator .top-heading span:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1A2B1B;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 10px;
}

.facilitator .top-heading h2 {
    font-family: "Gotu", serif;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    color: #1A2B1B;
}

.facilitator .item-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.facilitator .item-box,
.facilitator .item-box .img-box img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.facilitator .item-box .item-content {
    background: #F5F3EF;
    padding: 30px;
}

.facilitator .item-box .item-content h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    color: var(--black);
    display: inline-block;
    margin-bottom: 10px;
}

.facilitator .item-box .item-content p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.facilitator .item-box .item-content a {
    color: #1A2B1B;
    font-size: 16px;
    font-weight: 600;
}

.facilitator .item-box .item-content a i {
    transform: rotate(322deg);
    margin-right: 6px;
    font-size: 18px;
}

/* facilitator detail */

.facilitator-detail {
    position: relative;
    padding: 50px 0;
}

.facilitator-detail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background: #f3f7ec;
}

.facilitator-detail .main-content {
    position: relative;
}

.facilitator-detail .main-content .top-content .top-category {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.facilitator-detail .main-content .top-content .top-category p {
    margin: 0;
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 10px;
    font-weight: 600;
    line-height: unset;
}

.facilitator-detail .main-content .top-box {
    margin: 0 0 60px;
    text-align: center;
}


.facilitator-detail .main-content .top-content h1 {
    text-align: center;
    font-size: 44px;
    line-height: 58px;
    font-weight: 600;
    color: var(--black);
    max-width: 1000px;
    margin: 0 auto 10px;
}

.facilitator-detail .main-content .top-content p {
    color: var(--black);
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
}

.facilitator-detail .main-content .top-content p span {
    display: block;
}

.facilitator-content .bottom-content {
    padding-left: 15px;
}

.facilitator-content .bottom-content h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--black);
    font-family: "Gotu", serif;
}


.facilitator-content .bottom-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.facilitator-content .bottom-content p:last-child {
    margin: 0;
}

.facilitator-content .appointment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    align-items: center;
    padding: 80px 0 120px;
}

.facilitator-content .appointment .appointment-img img {
    border-radius: 20px;
}

.facilitator-content .appointment .content h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #e36d26;
    font-family: "Gotu", serif;
    letter-spacing: 0.8px;
}

.facilitator-content .appointment .content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 40px;
}

.facilitator-content .appointment .content form .form-group .form-label {
    color: #508086;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.facilitator-content .appointment .content form .form-group select,
.facilitator-content .appointment .content form .form-group input {
    padding: 14px 25px;
    border: 1px solid #D1D1D1;
    border-radius: 30px;
    background: transparent;
    color: #9e9e9e;
    font-weight: 500;
}

.facilitator-content .appointment .content form .form-group input::placeholder {
    color: #9e9e9e;
}

.facilitator-content .appointment .content form .form-group select:focus {
    border-color: #783766;
    box-shadow: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    color: #783766;
}

.facilitator-content .appointment .content form .form-group input:focus:focus::placeholder {
    color: #783766;
}

.facilitator-content .appointment .content form .form-group input:focus {
    border-color: #783766;
    color: #783766;
}

.facilitator-content .appointment .content form .appointment-button {
    padding: 15px 35px;
    background-color: #e36d26;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: unset;
    outline: unset;
    display: block;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

.facilitator-content .upcoming-event .title h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.facilitator-content .upcoming-event .title h2 span {
    color: #e36d26;
}

.facilitator-content .upcoming-event .relatedSlider .box-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 14px;
}

.facilitator-content .upcoming-event .relatedSlider .box-item .content-box {
    background: #fff;
    padding: 30px;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 0 0 14px 14px;
}

.facilitator-content .upcoming-event .relatedSlider .box-item .img-box,
.facilitator-content .upcoming-event .relatedSlider .box-item .img-box img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.facilitator-content .upcoming-event .relatedSlider .box-item .content-box .programName {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    color: var(--black);
    line-height: 32px;
    margin-bottom: 12px;
    display: inline-block;
}

.facilitator-content .upcoming-event .relatedSlider .box-item .content-box p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.facilitator-content .upcoming-event .relatedSlider .box-item .content-box a {
    color: #1A2B1B;
    font-size: 16px;
    font-weight: 600;
}

.facilitator-content .upcoming-event .relatedSlider .box-item .content-box a i {
    transform: rotate(322deg);
    margin-left: 6px;
    font-size: 18px;
}

/* dhyanYoga page */

.dhyanContent {
    padding: 80px 0 120px;
}

.dhyanContent .inner svg {
    display: block;
    margin: 0 auto 30px;
}

.dhyanContent .inner h1 {
    color: var(--black);
    font-family: "Gotu", serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 38px;
}

.dhyanContent .inner h1 span {
    color: var(--orange);
}

.dhyanContent .inner p {
    text-align: center;
    margin: 0;
    color: var(--black);
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
}

.dhyanBottom {
    position: relative;
    padding-bottom: 120px;
}

.dhyanBottom .img-box img {
    border-radius: 20px 20px 220px 20px;
}

.dhyanBottom .content {
    padding-left: 40px;
}

.dhyanBottom .content h2 {
    font-size: 26px;
    margin-bottom: 18px;
    font-family: "Gotu", serif;
    color: var(--black);
    font-weight: 500;
}

.dhyanBottom .content p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.dhyanBottom .content p span {
    font-weight: 600;
    color: #40304b;
}

.dhyanBottom .row:nth-child(2) {
    margin-top: 100px;
}

.dhyanBottom .row:nth-child(2) .content {
    padding-left: 0;
}

.dhyanBottom .row:nth-child(2) .img-box img {
    border-radius: 200px 20px 20px 20px;
}

.dhyanBottom .row:nth-child(2) .content p:last-child {
    display: grid;
    grid-template-columns: 6% 94%;
    gap: 10px;
    margin: 0;
    line-height: 26px;
}

.dhyanBottom .row:nth-child(2) .content p:last-child span {
    color: var(--orange);
}

.dhyanBottom .icon {
    position: absolute;
    top: 38%;
    left: 45%;
    transform: translate(-50%, -50%);
    animation: rotate360 8s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* philosophy content */

.philosophyContent {
    padding: 100px 0;
}

.philosophyContent .img-box {
    position: relative;
}

.philosophyContent .img-box .main {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
}

.philosophyContent .content {
    padding-left: 10px;
}

.philosophyContent .content p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

.philosophyContent .content p svg {
    margin-right: 6px;
    fill: var(--orange);
}

.philosophyContent .content p span {
    font-weight: 600;
}

/* full schedule */

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
}

.fc .fc-toolbar-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:active:focus {
    box-shadow: unset !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #f3f7ec;
}

.fc .fc-col-header-cell-cushion {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 4px;
}

.fc-h-event {
    padding: 2px 4px;
    font-weight: 500;
    cursor: pointer;
}

.fc .fc-highlight {
    background-color: rgb(140 175 167 / 30%) !important;
}

/* event modal */

#eventModal .modal-dialog {
    max-width: 1200px;
}

#eventModal .modal-content {
    border-radius: 20px;
}

#eventModal .modal-body {
    padding: 14px;
}

#eventModal .modal-body .main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}

#eventModal .modal-body .main .column .img-box img {
    border-radius: 20px;
    width: 100%;
}

#eventModal .modal-body .main .column .content {
    height: 100%;
}

#eventModal .modal-body .main .column .content .close {
    background-color: #2c3e50;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    margin-bottom: 20px;
}

#eventModal .modal-body .main .column .content h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
}

#eventModal .modal-body .main .column .content form {
    padding-right: 20px;
}

#eventModal .modal-body .main .column .content form .form-group label {
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

#eventModal .modal-body .main .column .content form .form-group label span {
    color: var(--orange);
}

#eventModal .modal-body .main .column .content form .form-group input,
#eventModal .modal-body .main .column .content form .form-group select {
    background-color: #ffffff;
    border-color: #B8CBB8;
    border-radius: 2px 2px 2px 2px;
    height: 34px;
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
}

#eventModal .modal-body .main .column .content form .form-group textarea {
    background-color: #ffffff;
    border-color: #B8CBB8;
    border-radius: 2px 2px 2px 2px;
    height: 140px;
}

#eventModal .modal-body .main .column .content form .data {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    line-height: 25px;
}

#eventModal .modal-body .main .column .content form .data a {
    color: var(--orange);
    font-weight: 600;
}

#eventModal .modal-body .main .column .content form .form-group button {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
    border: unset;
}

/* prana breath */

.pranaBreath {
    padding: 100px 0 0px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.pranaBreath .inner h1 {
    color: var(--black);
    font-family: "Gotu", serif;
    text-align: center;
    margin-bottom: 18px;
    font-size: 28px;
}

.pranaBreath .inner p {
    text-align: center;
    margin: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.pranaBottom .img-box img {
    border-radius: 20px 180px 20px 20px;
}

.pranaBottom .content {
    padding-left: 40px;
}

.pranaBottom .content svg {
    transform: translateX(-28px);
}

.pranaBottom .content h2 {
    font-family: "Gotu", serif;
    font-size: 28px !important;
    margin-bottom: 20px;
    color: var(--black);
}

.pranaBottom .content p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

.offering-bg {
    background-color: #F3F7EC;
}

/* .offering .mainContent .row:nth-child(even) .col-md-6 .img-box {
    margin-top: -140px;
} */

.offering .mainContent .row:nth-child(even) .col-md-6:last-child {
    display: flex;
    align-items: end;
}

.offering .mainContent .row:nth-child(even) .col-md-6 .content {
    padding-right: unset;
    padding-left: 30px;
}

.offering .mainContent .content {
    padding-right: 30px;
}

.offering .mainContent .content h2 span {
    padding-right: 20px;
    color: var(--black);
    font-family: "Gotu", serif;
    font-size: 28px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.offering .mainContent .content h2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--black);
    z-index: -1;
}

.offering .mainContent .content .subHeading {
    color: var(--black);
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
}

.offering .mainContent .content p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

.offering .mainContent .content p:not(.subHeading) {
    margin-bottom: 20px;
}

.offering .mainContent .content .info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.offering .mainContent .content ul {
    margin-bottom: 30px;
}

.offering .mainContent .content ul li:not(:last-child) {
    margin-bottom: 14px;
}

.offering .mainContent .content ul li {
    display: grid;
    grid-template-columns: 4% 92%;
    gap: 15px;
}

.highlight {
    color: #e36d26 !important;
}


.li-flex li {
    display: grid;
    grid-template-columns: 2% 97% !important;
    gap: 15px;
}

.offering .mainContent .content ul li p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

.offering .mainContent .content ul li p span {
    font-weight: 600;
    color: var(--orange);
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-family: 'Montserrat';
}

.offering .mainContent .content a {
    background: #e36d26;
    border-radius: unset;
    color: #fff;
    font-weight: 500;
    padding: 10px 26px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0.4px;
}

.offering .mainContent .content a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
}

.offering .mainContent .content a:hover:after {
    animation: shine .75scubic-bezier(.01, .56, 1, 1);
}

/* Volunteer */

.Volunteer .content-area h2, .Volunteer .content-area h1 {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 16px;
    line-height: 32px;
}

.Volunteer .content-area p {
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.Volunteer .content-area ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.Volunteer .content-area ul li {
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 28px;
}

.Volunteer .content-area ul li:last-child {
    margin: 0;
}

.Volunteer .content-area .volunteer-form {
    margin-top: 50px;
}

.Volunteer .content-area .volunteer-form form {
    margin-top: 40px;
}

.Volunteer .content-area .volunteer-form form .form-group label {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.Volunteer .content-area .volunteer-form form .form-group .checkbox-group label {
    font-size: 15px;
    margin-left: 4px;
}

.Volunteer .content-area .volunteer-form form .form-group input:not([type="checkbox"], [type="radio"]) {
    background-color: #F3F7EC;
    padding: 6px 16px;
    border-radius: unset;
    color: var(--black);
    font-weight: 500;
    border-color: #7c7c26;
    font-size: 15px;
}

.Volunteer .content-area .volunteer-form form .form-group textarea {
    border-radius: unset;
    border-color: #7c7c26;
    background-color: #F3F7EC;
    font-weight: 500;
    font-size: 15px;
    height: 140px;
}

.Volunteer .content-area .volunteer-form form button {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
    border: unset;
}

.event-sec {
    background-color: rgb(239 239 239 / 50%);
}

.facilitator-content .top-box img {
    border-radius: 10px;
}


.facilitator-content {
    padding: 60px 0;
}

.anchor-btn {
    color: var(--orange);
    text-decoration: underline;
}


.facilitator-content .bottom-content span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--black);
}

.facilitator-content .bottom-content ul {
    margin: 10px 0 20px 0;
    column-count: 2;
}

.facilitator-content .bottom-content ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.facilitator-content .bottom-content ul li img {
    width: 22px;
}


.offering .mainContent .content span {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--black);
    display: block;
    font-family: "Gotu", serif;
}

.pranaBottom {
    padding: 20px 0 80px;
}

.offering .mainContent .content ul li img {
    width: 34px;
    margin-top: 6px;
}


.bg-background::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background-nature.jpeg) center / cover no-repeat;
    opacity: 0.03;
    z-index: -1;
    filter: grayscale(100%);
}


.pranabreath-sec {
    background-image: linear-gradient(#00000094, #00000094), url(../images/prana-banner.webp);
    background-position: center;
    background-size: auto, cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.pranabreath-sec h2 {
    color: #fff;
    font-family: "Gotu", serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 600;
}

.pranabreath-sec p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.pranabreath-sec .content .book-sec{
    display: flex;
    gap: 35px;
}

.pranabreath-sec .content .book-sec .box-item{
    border: 1px solid #FFFEF6;
    border-radius: 20px;
    padding: 40px;
}

.pranabreath-sec .content .book-sec .box-item ul li i{
    font-size: 22px;
    color: #fff;
    margin-right: 20px;
}

.pranabreath-sec .content .book-sec .box-item ul li{
    color: #fff;
    font-family: "Gotu", serif;
    font-size: 25px;
    line-height: 35px;
}

.pranabreath-sec .content .book-sec .box-item ul{
    margin-bottom: 20px;
}

.pranabreath-sec a {
    background: #e36d26;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    padding: 10px 26px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0.4px;
}

.offering .mainContent .img-box video {
    height: 570px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
}

.faq-sec{
    padding: 60px 0;
}

.faq-sec .title h2, .faq-sec .title h1 {
    color: var(--black);
    font-size: 27px;
    font-family: "Gotu", serif;
    margin-bottom: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.faq-sec .sub-heading {
    font-size: 15px;
    letter-spacing: 5px;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: var(--orange);
    text-align: center;
}

.faq-sec .accordion .accordion-item .accordion-header{
    margin-bottom: 0px !important;
}

.list-style{
    list-style: disc !important;
    column-count: unset !important;
}

.list-style li{
    list-style: disc !important;
    display: block !important;
    font-weight: 500 !important;
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-family: "Gotu", serif;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.5px;
    border: 1px solid #0d0b0b61;
    margin-bottom: 20px;
    border-radius: 20px !important;
    background: transparent;
}

.faq-sec .accordion .accordion-button:not(.collapsed) {
    background-color: #8cafa7 !important;
    color: #fff;
    border: 0px !important;
}


.faq-sec .accordion .accordion-item {
    border: 0;
    background: transparent;
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(4);
}

.faq-sec .accordion .accordion-item .accordion-body {
    padding: 0 25px 25px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    color: var(--black);
}

.faq-sec .accordion .accordion-item .accordion-body span{
    color: var(--orange);
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
}

.faq-sec .accordion .accordion-item .accordion-body ul{
    margin: 8px 0;
    column-count: 2;
}

.faq-sec .accordion .accordion-item .accordion-body ul li{
    margin-bottom: 5px;
    display: flex;
    gap: 14px;
    align-items: center;
    font-weight: 600;
}

.faq-sec .accordion .accordion-item .accordion-body ul li img{
    width: 20px;
}

/* top scroll */

.scroll-top {
    background-color: #e36d26;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    visibiltiy: hidden;
    transition: 0.2s;
}

.scroll-top.show {
    opacity: 1;
    visibiltiy: visible;
}

.scroll-top .icon-arrow svg {
    margin-left: 0px;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
    height: .6em;
    fill: currentColor;
}

/* calendly */

.calendly-sec {
    padding-bottom: 40px;
}

/* eventCalender */

.eventCalender .calendar-points ul {
    display: flex;
    justify-content: end;
    margin-bottom: 46px;
    gap: 26px;
}

.eventCalender .calendar-points ul li .point {
    display: flex;
    gap: 10px;
    align-items: center;
}

.eventCalender .calendar-points ul li .point .color {
    width: 10px;
    height: 10px;
    background: #e36d26;
    border-radius: 50px;
}

.eventCalender .calendar-points ul li:nth-child(2) .point .color {
    background: #039be5;
}

.eventCalender .calendar-points ul li:nth-child(3) .point .color {
    background: #7986cb
}

.eventCalender .calendar-points ul li .point .name p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* donation content */

.donation-content .content-area span {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #e36d26;
}

.donation-content .content-area h1 {
    color: var(--black);
    font-family: "Gotu", serif;
    font-size: 28px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    font-weight: 600;
}

.donation-content .content-area p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

.donation-content .content-area h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--black);
    display: block;
    font-family: "Gotu", serif;
}

.donation-content .content-area ul li {
    display: grid;
    grid-template-columns: 4% 92% !important;
    gap: 15px;
}

.donation-content .content-area ul li img {
    width: 24px;
    margin-top: 3px;
}

.donation-content .content-area ul li:not(:last-child) {
    margin-bottom: 14px;
}

.donation-content .content-area ul li p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

.gift-card {
    padding-bottom: 100px;
}

.gift-card .content-area h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--black);
    display: block;
    font-family: "Gotu", serif;
}

.gift-card .content-area ul li {
    display: grid;
    grid-template-columns: 4% 92% !important;
    gap: 15px;
}

.gift-card .content-area ul li:not(:last-child) {
    margin-bottom: 10px;
}

.gift-card .content-area ul li img {
    width: 24px;
    margin-top: 3px;
}

.gift-card .content-area ul li p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-weight: 500;
}

.gift-card .content-area a {
    background: #e36d26;
    border-radius: unset;
    color: #fff;
    font-weight: 500;
    padding: 10px 26px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0.4px;
    margin-top: 30px;
}