@import url('https://fonts.googleapis.com/css2?family=Gotu&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
    --font-lato-local: "Lato", sans-serif;
    --font-gotu-local: "Gotu", sans-serif;
    /* --primary-bg: #783766; */
    --primary-bg: #8d0101;
    --primary-bg-50: #8d010188;
    --secondary-bg: #f5f3ef;
    --background: #ffffff;
    --accent-color: #508086;
    --accent-color-50: #50808679;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
}

.btn-primary {
    color: var(--secondary-bg) !important;
    outline-color: var(--primary-bg) !important;
    box-shadow: none !important;
    background-color: var(--primary-bg) !important;
    border-color: var(--primary-bg) !important;
}

.btn-accent {
    color: var(--secondary-bg) !important;
    outline-color: var(--accent-color) !important;
    box-shadow: none !important;
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

.btn:hover {
    filter: brightness(90%);
}

.bg-primary {
    background-color: var(--primary-bg) !important;
}

.bg-secondary {
    background-color: var(--secondary-bg) !important;
}

.bg-accent {
    background-color: var(--accent-color) !important;
}

.text-primary {
    color: var(--primary-bg) !important;
}

.text-accent {
    color: var(--accent-color) !important;
}

.ffGotu {
    font-family: var(--font-gotu-local);
}

.ffLato {
    font-family: var(--font-lato-local);
}

body {
    font-family: var(--font-lato-local);
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--primary-bg);
}

li {
    list-style: none;
}

h1 {
    font-family: var(--font-gotu-local);
    font-size: 66px;
}

h2 {
    font-size: 50px;
}

h6 {
    font-size: 1.2em;
}

.compLogo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.compLogo img {
    width: 120px;
}

#HeroSection h1 {
    font-size: 70px;
}

#HeroSection p {
    font-size: 20px;
}

nav {
    /* display: block !important; */
    width: 100%;
    /* background-color: var(--primary-bg); */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    opacity: 0;
    transform: translateY(-10px);
}

#HeroSection h1,
#HeroSection p,
.HeroImage img {
    opacity: 0;
}

nav li.circles,
.fa-circle {
    font-size: .3em;
}


/* ===============================
   MEDIA MEGA DROPDOWN
=================================*/

.media-dropdown .dropdown-menu {
    width: 600px;
    border-radius: 16px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.media-dropdown .dropdown-menu.medi{
     width: 500px;
}

.media-card {
    display: block;
    text-decoration: none;
    color: #333;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
}

.media-thumb {
    height: 140px;
    overflow: hidden;
    border-radius: 12px;
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.media-info {
    padding: 10px 5px;
}

.media-info h6 {
    font-weight: 700;
    color: var(--primary-bg);
}

.media-info p {
    font-size: 13px;
    color: #777;
}

.media-card:hover {
    transform: translateY(-6px);
}

.media-card:hover img {
    transform: scale(1.1);
}

.media-card:hover h6 {
    color: var(--primary-bg);
}

nav ul {
    /* width: 100%; */
    height: 100%;
    display: flex;
    align-items: center;
    /* gap: 10px; */
    margin: 0;
    color: var(--primary-bg);
    font-size: 18px;
}

.obj {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.bor20 {
    border-radius: 20px;
}

section#HeroSection {
    height: 80vh;
}

.HeroImage {
    perspective: 1200px;
    overflow: hidden;
    border-radius: 100% 100% 0 0;
    height: 600px;
    transform: translateY(10%);
}

#heroImg {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: transform 0.5s;
}

.HeroImage img {
    border-radius: 100% 100% 20px 20px;
}

section#oshoIntro {
    margin-top: 5%;
}

.masterImage img {
    border-radius: 20px 50% 20px 20px;
    height: 500px;
}

.Patrons:nth-child(1) .masterImage img {
    border-radius: 20px 20px 50% 20px;
    height: 500px;
}

.masterImage1 img {
    border-radius: 50% 20px 20px 50%;
    height: 500px;
}

.compLogo .menuBtn {
    display: none;
}


/* Fullscreen backdrop */

.logo-backdrop {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 9999;
}


/* Logo clone for animation */

.logo-clone {
    position: fixed;
    z-index: 10000;
    will-change: transform;
}

.quotes h3 {
    font-family: var(--font-gotu-local);
    font-weight: bolder;
    font-size: 50px;
}

.quotes {
    position: relative;
}

.quote {
    display: none;
}

.quote.active {
    display: block;
}

.quote h3 span {
    opacity: 0.2;
}

#factors,
#PatronsMain {
    background-image: url(../img/home-3-background-2.webp);
    background-size: cover;
    background-position: center;
}

.Chakra {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    /* top: 0; */
    transform: translateX(-50%);
    transform-origin: center center;
}

.factor {
    background-color: #ffffffb8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    gap: 20px;
    height: 300px;
    width: 300px;
    border: 5px dotted var(--primary-bg-50);
    box-shadow: 0 0 30px var(--primary-bg-50);
}

.factor h4 {
    font-size: 20px;
    color: var(--primary-bg);
}

.factor .factorIcon {
    width: 100px;
}

.book {
    position: relative;
    width: 300px;
    height: 100%;
    background-color: var(--secondary-bg);
    border-radius: 20px;
    overflow: hidden;
    transform-origin: center center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.book.allB {
    position: relative;
    height: 500px;
    background-color: var(--secondary-bg);
    border-radius: 20px;
    overflow: hidden;
    transform-origin: center center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


/* .swiper-slide-active .book {
    z-index: 99;
} */

.book .bookContent {
    background-color: var(--secondary-bg);
    position: relative;
    padding: 0 20px 30px 20px;
    margin-bottom: 30px;
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
    /* align-items: center; */
}

.book .bookLink {
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    font-size: 14px;
}


/* Make swiper slides equal height */

.bookSwiper .swiper-wrapper {
    align-items: stretch;
    /* justify-content: center; */
}

.bookSwiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

.book .bookContent h3 {
    font-size: 25px;
    /* padding-top: 40px; */
    margin-left: 0;
    padding-left: 0;
    text-align: start;
    font-family: var(--font-gotu-local);
}

.book.allB .bookThumb {
    height: 300px;
}

.book .bookThumb {
    position: relative;
    height: 400px;
}

.book.allB .bookThumb img {
    object-fit: cover;
}

.book .bookThumb img {
    object-fit: fill;
    object-position: center;
}

.book .langTag {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.227);
    text-transform: capitalize;
    position: absolute;
    z-index: 99;
    display: inline-block;
    background-color: var(--secondary-bg);
    color: var(--primary-bg);
    padding: 10px 20px;
    right: 10px;
    top: 10px;
    border-radius: 20px;
}

.book .bookAuthor {
    display: inline-block;
    position: relative;
    /* left: 0%; */
    transform: translateY(-50%);
    background-color: var(--primary-bg);
    color: var(--secondary-bg);
    font-weight: bolder;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
}

.book:hover {
    transform: translateY(-5px);
}

.swiper-slide {
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    font-size: 30px;
    color: var(--secondary-bg);
    background-color: var(--accent-color);
    opacity: .6;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.swiper-pagination-progressbar {
    background: #eee;
    width: 200px !important;
    height: 10px !important;
    border-radius: 100px;
    border-radius: 200px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

.swiper-pagination-progressbar-fill {
    background: var(--primary-bg) !important;
    border-radius: 200px !important;
    /* your theme primary color */
}

#misc .cards {
    overflow: visible;
}

#misc .card {
    will-change: transform;
}

#misc .cards .cardInner {
    background-color: var(--primary-bg);
    border-radius: 20px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-bg);
    /* background: url('https://www.oshofragrance.org/db/pictures/61/2.jpg'); */
    background-size: cover !important;
    background-position: center !important;
    background: url('../img/paperBack.png');
    font-weight: bolder;
}

.btn.buttonPlay {
    /* display: inline-block; */
    width: 40%;
    height: auto;
    border-radius: 100px;
    font-size: 1.2em;
}

.buttonPlay {
    width: 80px;
    height: 80px;
    font-size: 2em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    opacity: .7;
    transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: var(--background);
}

.buttonPlay:hover {
    opacity: 1;
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-content {
    position: relative;
    width: 90%;
    max-width: 900px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.text-secondary {
    color: var(--secondary-bg) !important;
}

.BookCard {
    border-radius: 20px;
    overflow: hidden;
}

.BookCard input,
.BookCard select,
.BookCard textarea {
    border-radius: 100px;
    border: 1px solid var(--secondary-bg);
    background-color: transparent;
    color: var(--secondary-bg);
}

.BookCard input:focus,
.BookCard select:focus,
.BookCard textarea:focus {
    /* border-radius: 100px; */
    /* border: 1px solid var(--secondary-bg); */
    background-color: transparent;
    color: var(--secondary-bg);
}

.BookCard select option {
    color: var(--primary-bg);
}

.BookCard button {
    border: 1px solid var(--secondary-bg);
    background-color: var(--secondary-bg) !important;
    color: var(--primary-bg) !important;
}

.BookCard textarea {
    border-radius: 20px;
}

.BookCard input::placeholder,
.BookCard textarea::placeholder {
    color: var(--secondary-bg);
}

#bookSession {
    background-image: url(../img/home-3-background-2.webp);
    background-size: cover;
    background-position: center;
}

.site-footer {
    background: var(--secondary-bg);
    color: var(--primary-bg);
}

.footer-logo {
    width: 280px;
}

.border-primary {
    border-color: var(--primary-bg) !important;
}

.footer-text {
    color: var(--primary-bg);
    font-size: 18px;
    line-height: 1.7;
}

.site-footer h5 {
    color: var(--primary-bg);
    margin-bottom: 20px;
    font-weight: bolder;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--primary-bg);
    text-decoration: none;
    font-size: 18px;
}

.footer-links a:hover {
    color: var(--primary-bg);
}

.social-links {
    display: flex;
}

.social-links a {
    width: 50px;
    height: 50px;
    background-color: var(--primary-bg);
    color: var(--secondary-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vh;
    /* color: var(--primary-bg); */
    margin-right: 10px;
    font-size: 18px;
}

.social-links a:hover {
    opacity: .6;
}

.footer-bottom {
    color: var(--accent-color);
    background-color: var(--secondary-bg);
    font-size: 16px;
}

.program {
    /* border: 2px solid var(--accent-color); */
    background-color: var(--secondary-bg);
    padding: 30px 30px;
    border-radius: 20px;
    width: 350px;
    position: relative;
}

.program h3 {
    font-family: var(--font-gotu-local);
    font-weight: bold;
    font-size: 1.5em;
}

.program .infoBar {
    background-color: var(--accent-color);
    color: var(--secondary-bg);
    border-radius: 15px;
    padding: 10px 15px;
    font-size: .8em;
    transform: translateY(-50%);
    width: 90%;
    margin: auto;
}

.program p {
    font-size: .9em;
}

.program .Day .Big {
    font-size: 1.8em;
    font-weight: bolder;
}

.program img {
    border-radius: 20px;
}

.program .Day {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(20%, -20%);
    font-family: var(--font-gotu-local);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    font-weight: bolder;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: var(--primary-bg);
    color: var(--secondary-bg);
    border-radius: 100%;
}

.programMonths:first-child {
    border-radius: 20px 0 0 20px;
}

.programMonths:last-child {
    border-radius: 0 20px 20px 0;
}

.programMonths {
    background-color: var(--secondary-bg);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-right: 5px solid var(--background);
    color: var(--primary-bg-50);
}

.Modlabel {
    font-size: .8em;
}

.callToactions {
    position: absolute;
    bottom: 15px;
    left: 50%;
    /* width: 100%; */
    transform: translateX(-50%);
}


/* .callToactions button:hover i {
    transform: rotateY(0deg);
}

.callToactions button i {
    transform: rotateY(90deg);
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
} */

.healing-section {
    background: #ffffff;
}


/* Left Menu */

.healing-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.healing-item {
    background: var(--secondary-bg);
    border: none;
    padding: 20px 20px;
    text-align: left;
    border-radius: 12px;
    font-size: 1.2em;
    color: var(--primary-bg);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.healing-item.active {
    background: var(--primary-bg);
    color: var(--secondary-bg);
}


/* Button Progress Bar */

.healing-item {
    --bar-width: 0%;
    position: relative;
    overflow: hidden;
}

.healing-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: var(--bar-width);
    background: var(--secondary-bg);
    transition: none;
    border-radius: 2px;
}

.healing-item:not(.active)::after {
    width: 0%;
}


/* Right Content */

.animate-box {
    position: relative;
    overflow: hidden;
}


/* Progress Bar */

.progress-wrapper {
    width: 100%;
    height: 4px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-line {
    width: 0%;
    height: 100%;
    background: #7a376d;
}

.healing-content h2 {
    color: #4b7b80;
    font-weight: 600;
    margin-bottom: 15px;
}

.healing-content p {
    color: #555;
    line-height: 1.7;
    max-width: 90%;
    margin-bottom: 25px;
}

.healing-content img {
    border-radius: 20px;
    height: 450px;
    width: 100%;
    object-fit: cover;
}


/* Programs */

#ProgramHero,
#PatronHero {
    margin: auto;
    border-radius: 40px;
    width: 95%;
    height: 70vh;
    background-image: url('../img/program.jpg');
    background-position: 0px center;
    background-size: cover;
    box-shadow: inset 0px -100px 200px black;
}

#PatronHero {
    position: relative;
    overflow: hidden;
    background: black;
    z-index: -1;
}

#PatronHero .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://www.oshofragrance.org/img/osho-parallax.jpg');
    background-size: cover;
    background-position: center;
    transform: scale(1.15);
    z-index: 0;
}

#PatronHero .hero-content {
    position: relative;
    z-index: 2;
}

#ProgramHero h1 {
    font-size: 4em;
    font-weight: bolder;
    font-family: var(--font-gotu-local);
}

.programCard {
    width: calc((100% / 3) - 30px);
    height: 500px;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 -200px 100px rgba(0, 0, 0, 0.727), inset 0 200px 100px rgba(0, 0, 0, 0.727);
    color: var(--secondary-bg);
}

.programCard .icon {
    width: 40px;
}

.programCardInner {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    /* background-color: var(--primary-bg-50); */
}

.programCard:hover>.programCardInner {
    background-color: var(--accent-color-50);
}

.progContent {
    bottom: 30px;
}

.ProgramCards {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
}

.questionCard {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-image: url(../img/ChakraBG.svg);
    background-size: 50%;
    background-position: center;
    color: var(--primary-bg);
    transition: color 0.4s ease;
}


/* Circle Overlay */

.questionCard::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: var(--primary-bg);
    /* Bootstrap primary */
    bottom: -50px;
    right: -50px;
    transform: translate(0, 0);
    transition: all 0.6s ease;
    z-index: 0;
}


/* Expand on Hover */

.questionCard:hover::before {
    width: 800px;
    height: 800px;
    bottom: -150px;
    right: -150px;
}

.questionCard:hover {
    color: var(--secondary-bg);
}


/* Content Above Overlay */

.questionCard>* {
    position: relative;
    z-index: 2;
}


/* Arrow Button */

.arrowBtn {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    transform: rotate(-30deg);
}

.questionCard .title {
    font-size: 1.5em;
    font-weight: bolder;
    font-family: var(--font-gotu-local);
}

.questionCard .question-content {
    font-weight: bolder;
    font-family: var(--font-gotu-local);
}

.questionCard .answer {
    color: rgba(0, 0, 0, 0.518);
    font-weight: bolder;
}

.readMore {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    transform: rotate(-30deg);
}

.patronContent {
    width: 80%;
    margin: auto;
}

.imageSections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    /* overflow: hidden; */
}

.img-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    will-change: transform;
}

.imageSections2 {
    column-count: 4;          /* Desktop */
    column-gap: 20px;
}

.imageSections2 img {
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid;
    border-radius: 20px;
}

.imageSections2>* {
    /*break-inside: avoid;*/
    margin-bottom: 20px;
}


/* .imageSections img:nth-child(even) {
    transform: translateY(-10%);
} */


/* .patroneOne {
    background-color: var(--secondary-bg);
    background-image: url(https://www.oshofragrance.org/db/pictures/53/osho620c.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
} */

.patroneImg1 {
    box-shadow: inset 0 0 20px white;
    height: 200px;
    border: 20px;
}

.patternBG {
    border-radius: 20px;
    background-image: url(../img/home-1-background-1.webp);
    background-size: cover;
    background-position: center;
}

.patternChakraBG {
    border-radius: 20px;
    background-image: url(../img/ChakraBG.svg);
    background-size: cover;
    background-position: center;
}
      
        #template-contactform {
    position: relative;
}


#pageLoader {
    position: fixed;
    inset: 0;
    background: #530757;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    overflow: hidden;
}

.loader-inner {
    text-align: center;
}

.logo-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.3);
    border-top: 4px solid #ffffff;
    margin: 0 auto 20px;
}

.loader-text {
    color: #fff;
    letter-spacing: 2px;
    opacity: 0;
}

body.loading {
    overflow: hidden;
}

.form-process {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(1px);
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius:20px;
    pointer-events: none;
}

.form-process.active {
    pointer-events: all;
}

.input-error {
    border-color: #dc3545 !important;
}

/* 
.imageSections2 img:nth-child(even) {
    transform: translateY(-10%);
} */

.ContactCard {
    overflow: hidden;
    position: relative;
    min-height:150px;
}

.ContactCard a:hover {
    color: rgba(255, 255, 255, 0.538) !important;
}

.ContactCard:hover>.icon {
    scale: 1.2;
}

.ContactCard .icon {
    position: absolute;
    top: 0;
    right: -50px;
    font-size: 10em;
    color: rgba(0, 0, 0, 0.26);
    z-index: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    
}

.contactInfo h2 {
    font-size: 4em;
}

.searchBar input {
    outline: none;
}

.searchBar {
    border: 1px solid var(--primary-bg);
    border-radius: 20px;
    overflow: hidden;
}


/* COUNTRY SWITCH */

.country-btn {
    border-radius: 50px;
    margin: 0 6px;
    padding: 10px 40px;
    font-weight: bolder;
}

.country-btn:hover {
    background-color: var(--accent-color);
}

.country-btn.active {
    background: var(--primary-bg);
    color: #fff;
    border-color: var(--primary-bg);
}

.panel-wrapper,
.map-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    min-height: 520px;
    max-height: 520px;
    overflow: hidden;
}

#centers-panel {
    max-height: 520px;
    overflow-y: scroll;
    padding-bottom: 100px;
}

#map-container svg {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 500px;
    /* transform: translateY(20%); */
    scale: 1.1;
    transform-origin: center center;
}

.center-card a {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
}

.state {
    stroke: #fff;
    stroke-width: 1;
    cursor: pointer;
    transition: .3s ease;
}

.state.active {
    stroke: #000;
    stroke-width: 2;
}

.center-card {
    position: relative;
    overflow: hidden;
    background: #fafafa;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    /* opacity: 0; */
    /* transform: translateX(-20px); */
    background-image: url(../img/ChakraBG.svg);
}

.map-tooltip {
    position: absolute;
    background: #111;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    display: none;
    pointer-events: none;
}

.centerICON {
    color: #8d010121;
    position: absolute;
    right: -40px;
    transform: rotate(-30deg);
    bottom: -90px;
    font-size: 10em;
    z-index: 1;
}

.heroImg {
    height: 500px;
}


/* ===============================
   PROGRAM SWIPER
=================================*/

.programSwiper {
    width: 100%;
}

.swiper-slide .programCard {
    height: 480px;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #af0776;
    opacity: 1;
}

.quoteSwiper p{
    font-size:2.5em;
}

@media screen and (max-width:1500px) and (min-width:1300px) {
    #HeroSection h1 {
        font-size: 67px;
    }
    #ProgramHero h1 {
        font-size: 3.5em;
        font-weight: bolder;
        font-family: var(--font-gotu-local);
    }
    .patronContent {
        width: 90%;
    }
    .w90 {
        width: 90%;
    }
}

@media screen and (max-width:1300px) and (min-width:1000px) {
    #HeroSection h1 {
        font-size: 59px;
    }
    #ProgramHero h1 {
        font-size: 3em;
        font-weight: bolder;
        font-family: var(--font-gotu-local);
    }
    .patronContent {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .HeroImage {
        height: auto;
        border-radius: 0;
    }
    .HeroImage img {
        border-radius: 50% 50% 20px 20px;
        height: 350px;
    }
    h1 {
        font-size: 33px;
    }
    h2 {
        font-size: 25px;
    }
    section#HeroSection {
        height: auto;
    }
    nav {
        height: auto;
        position: absolute;
        background-color: var(--background);
        z-index: 999;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.064);
        padding: 20px 0;
        display: none;
        overflow: hidden;
    }
    nav.active {
        display: block;
    }
    nav ul {
        flex-direction: column;
        gap: 10px !important;
        padding-left: 0;
    }
    .compLogo img {
        width: 100px;
        margin-bottom: 10px;
    }
    .compLogo .menuBtn {
        display: block;
        position: absolute;
        right: 10px;
        font-size: 1.5em;
    }
    .masterImage img,
    .masterImage1 img {
        border-radius: 20px 40% 20px 20px;
        height: auto;
    }
    nav li.circles,
    .fa-circle {
        display: none;
    }
    .quotes h3 {
        font-family: var(--font-gotu-local);
        font-weight: bolder;
        font-size: 30px;
    }
    .factor {
        gap: 10px;
        height: 150px;
        width: 150px;
        border-width: 2px;
        box-shadow: 0 0 10px var(--primary-bg-50);
    }
    .factor h4 {
        font-size: 14px;
    }
    .factor .factorIcon {
        width: 40px;
    }
    .swiper-button-prev {
        margin-left: -10px;
    }
    .swiper-button-next {
        margin-right: -10px;
    }
    .Chakra {
        display: none;
    }
    .healing-menu {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px;
        gap: 10px;
        scroll-behavior: smooth;
    }
    .healing-menu::-webkit-scrollbar {
        display: none;
    }
    .healing-item {
        min-width: 220px;
        white-space: nowrap;
        text-align: center;
        flex-shrink: 0;
        border-radius: 30px;
        padding: 12px 18px;
        font-size: 14px;
    }
    #HeroSection h1 {
        font-size: 50px;
    }
    #HeroSection p {
        font-size: 16px;
    }
    .btn.buttonPlay {
        /* display: inline-block; */
        width: 100%;
    }
    #ProgramHero h1 {
        font-size: 1.8em;
        font-weight: bolder;
        font-family: var(--font-gotu-local);
    }
    #ProgramHero {
        margin: auto;
        border-radius: 40px;
        width: 95%;
        height: 100vh;
        background-image: url('../img/programM.jpg');
        background-position: center 50px;
        background-size: cover;
        box-shadow: inset 0px -10px 100px black, inset 0px 100px 100px black;
    }
    .programCard {
        width: calc((100% / 1) - 0px);
        height: 350px;
        /* background-position: center;
        background-size: cover;
        color: var(--secondary-bg); */
        box-shadow: inset 0 -100px 100px rgba(0, 0, 0, 0.727), inset 0 100px 100px rgba(0, 0, 0, 0.727);
    }
    .readMore {
        right: 10px;
        bottom: 10px;
        width: 50px;
        height: 50px;
        transform: rotate(-30deg);
    }
    /*.imageSections2 {*/
        
    /*     display: grid;*/
    /*     gap:20px;*/
    /*    grid-template-columns: repeat(2, 1fr);*/
    /*}*/
    .gallery-img{
    height:auto;
}
    .imageSections2 {
        column-count: 2;
    }
    
/*    .imageSections2 {*/
/*    display:grid;*/
/*    grid-template-columns: 1fr 1fr 1fr;*/
    /*column-count:3;*/
/*    gap: 20px;*/
/*}*/
    .patronContent {
        width: 100%;
    }
    #PatronHero {
        height: 50vh;
        background-color: black;
        background-position: -100px 120px;
    }
    #PatronHero .hero-bg {
        background-color: black;
        background-position: -100px 50px;
        background-repeat: no-repeat;
    }
    .imageSections {
        padding-top: 50px;
    }
    .imageSections .img-col:nth-child(even) {
        transform: translateY(-10%) !important;
    }
    .contactInfo h2 {
        font-size: 2em;
    }
    .contactHero#ProgramHero {
        height: 50vh;
    }
    .panel-wrapper,
    .map-wrapper {
        background: #fff;
        padding: 30px;
        border-radius: 18px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
        min-height: auto;
        overflow: hidden;
    }
    #map-container svg {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 400px;
        /* transform: translateY(20%); */
        scale: 1.1;
        transform-origin: center center;
    }
    .heroImg {
        height: auto;
    }
    .quoteSwiper p{
    font-size:1.2em;
}

}