@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  color: #000;
}
. wp-block-list ul {
 padding-left: 15px !important;
  margin-bottom: 15px !important;
}

a {
  text-decoration: none;
}
.container {
  max-width: 1640px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}


.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-primary{
  background-color: #50c7c7 !important;
}
.text-primary{
  color: #50C7C7 !important;
}



.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 50px;
}

.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}

.fs-60 {
  font-size: 60px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9{
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 15px 27px;
  border: 2px solid;
  border-radius: 0px;
  line-height: normal;
  font-size: 20px;
  letter-spacing: 0.11em;
  font-weight: 800;
  text-transform: uppercase;
}
.btn-light, .workshops-text .btn-warning:hover, .workshops-text .btn-warning:focus, .form-group .btn-warning:hover, .form-group .btn-warning:focus{
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-warning{
  background-color: #FFEEBB;
  border-color: #FFEEBB;
  color: #000;
}
.btn-light:hover, .btn-light:focus, .btn-warning:hover, .btn-warning:focus{
  background-color: #50c7c7;
  border-color: #50c7c7;
  color: #fff;
}



.navbar-brand {
  display: inline-block;
  max-width:274px;
  width: 100%;
}

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 60px;
}
.site-logo {
  z-index: 99;
  top: -60px !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #50c7c7;
}
.header-left{
  width: 100%;
}
.navbar-nav{
  width: 40%;
}
.site-logo{
  width: 20%;
}
.main-header{
  background-image: url(../images/header-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-border{
  background-color: #eaeaea;
  height: 10px;
}
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 20%);
  z-index: 1;
}

.carousel-inner .container{
  position: relative;
  z-index: 2;
} */
.testimonial-bx {
  padding-right: 100px;
}
.testimonial-sec{
  background-image: url(https://d2jalnzbhyl80b.cloudfront.net/mandalayoga/wp-content/uploads/2025/09/06065122/hero-banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-sec::before, .contact-sec::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 80%);
}
.contact-sec::before{
  background-color: rgba(80, 199, 199, 90%);
}
.testimonial-sec .container, .contact-sec .container{
  position: relative;
  z-index: 1;
}
.form-group input{
  height: 60px; 
  border: 1px solid #bebebe !important;
}
.form-group input, .form-group input::placeholder, .form-group textarea, .form-group textarea::placeholder{
  color: #000;
}
.contact-sec{
  background-image: url(https://d2jalnzbhyl80b.cloudfront.net/mandalayoga/wp-content/uploads/2025/10/06065122/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer.bg-white{
  /* background-color: rgba(255, 255, 255, 60%) !important; */
  background: rgba(255, 255, 255, 0.6) !important;
  position: relative;
  z-index: 1;
}
footer.bg-light{
  background: #BDE9E9 !important;
}

.inner-img {
  height: 545px;
}
.inner-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0px;
  top: 0;
  background-color: #50c7c7;
}
 .inner-img-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 87%;
  width: 90% !important;
  right: 5%;
}
.abtinner-2 .inner-img::before {
  right: auto;
  left: 0;
}
.abtinner-2 .inner-img-wrap {
  right: auto;
  left: 5%;
}
.abt-img{
  position: relative;
}
.abt-img::before, .inner-img-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media(max-width:1750px){
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media(max-width:1600px){
  .navbar-nav .nav-link {
    font-size: 16px;
}
.navbar-nav > li + li {
  margin-left: 50px;
}
.navbar-brand {
    max-width: 210px;
}
h1, .h1 {
    font-size: 45px;
}
.btn {
    padding: 12px 25px;
    font-size: 18px;
}
.fs-60 {
    font-size: 50px;
}
.fs-25 {
    font-size: 22px;
}
.fs-20 {
  font-size: 17px;
}
.fs-18 {
    font-size: 16px;
}
.form-group input {
    height: 55px;
}
.inner-img {
  height: 480px;
}
}
@media(max-width:1400px){
  .navbar-nav .nav-link {
    font-size: 15px;
}
.navbar-nav > li + li {
  margin-left: 30px;
}
.navbar-brand {
    max-width: 190px;
}
h1, .h1 {
    font-size: 40px;
}
.btn {
    padding: 12px 25px;
    font-size: 16px;
}
.fs-60 {
    font-size: 40px;
}
.fs-25 {
    font-size: 18px;
}
.testimonial-bx {
padding-right: 50px;
}
.form-group input {
    height: 50px;
}
.fs-18 {
    font-size: 15px;
}
}

@media(max-width:1199px){
  .navbar-nav .nav-link {
    font-size: 14px;
}
.navbar-nav > li + li {
margin-left: 20px;
}
.navbar-brand {
    max-width: 140px;
}
h1, .h1 {
    font-size: 35px;
}
.btn {
    padding: 10px 20px;
    font-size: 14px;
}
.fs-60 {
    font-size: 35px;
}
.fs-25 {
    font-size: 16px;
}
.form-group input {
    height: 45px;
}
.inner-img {
  height: 400px;
}
}

@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 30px;
    padding: 0;
    color: #000;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    /* background: #fff!important; */
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
    background-image: url(../images/header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }
  
}
@media(max-width:767px){
	.banners{height: 500px;
    object-fit: cover;}
	
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }

  h1, .h1 {
    font-size: 28px;
}
.btn {
    padding: 10px 20px;
    font-size: 12px;
}
.carousel-item {
height: 300px;
}
.site-logo {
width: auto;
}
.header-left, .header-right {
width: auto;
}
.navbar-brand {
    max-width: 120px;
}
.fs-60 {
    font-size: 31px;
}
.fs-25 {
    font-size: 15px;
}
.testimonial-bx {
    padding-right: 11px;
}
.inner-img {
  height: 350px;
}
.abtfull-wrap {
  height: 300px;
}
.sub-banner-img {
  height: 300px;
}
.inner-img-wrap {
  width: 95% !important;
}
}
@media(max-width:575px){
	.banners{height: 500px;
    object-fit: cover;}
	
  .sub-banner-img {
    height: 250px;
}
.inner-img {
  height: 280px;
}
.abtfull-wrap {
  height: 250px;
}
}
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}

