* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #f46c04;
  /*--secondary: #fcefa3;*/
  --secondary: #d95e02;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/*.container {
  max-width: 1140px;
}*/

body {
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}


body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  color: #222;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  font-family: 'Quicksand', sans-serif;
}

/* CSS TOP MARGINS * -------------------------- */
.top-marg-0 {
  margin-top: 0;
}

.top-marg-1 {
  margin-top: 10px;
}

.top-marg-2 {
  margin-top: 20px;
}

.top-marg-3 {
  margin-top: 30px;
}

.top-marg-4 {
  margin-top: 40px;
}

.top-marg-5 {
  margin-top: 50px;
}

.text-justify{text-align: justify;}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 32px;
      font-family: 'Philosopher', serif;
  color: #222;
}

h2 {
  font-size: 26px;
     font-family: 'Philosopher', serif;
  color: #222;
}

h3 {
  font-size: 20px;
      font-family: 'Philosopher', serif;
  color: #222;
}

h4 {
  font-size: 18px;
      font-family: 'Philosopher', serif;
  color: #222;
}

h5 {
  font-size: 15px;
      font-family: 'Philosopher', serif;
  color: #222;
}
h6 {
  
      font-family: 'Philosopher', serif;
  
}

p {
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Quicksand', sans-serif;
}

ul,
label {
  margin: 0;
  padding: 0;
}

body a:hover {
  text-decoration: none;
}

html input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  border-radius: 5px;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  color: #777;
  border: 1px solid #dee2e6;
  font-size: 13px;
  background: #fff;
}

html select {
  padding: 0 11px;
  font-size: 13px;
  height: 50px;
}

html select option {
  font-size: 14px;
  font-weight: 300;
}

html textarea {
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 15px;
}

html button,
html input[type="button"] {
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  font-weight: 600;
  height: 50px;
}

html button:hover,
html input[type="button"]:hover {
  color: #fff;
}

html input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(29 84 80 / 85%);
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(29 84 80 / 29%)
}

.form-control {
  font-size: 13px;
  height: 50px;
  /*border-radius: 30px;*/
}

textarea.form-control {
  height: 85px;
  padding: 15px;
}

.form-group {
  margin-bottom: 8px;
}

.form-group input.form-control,
.form-group select.form-control {
  margin-bottom: 20px;
}

.text-lightyellow {
  color: #468f77;
}

.btn {
  font-size: 15px;
  padding: 13px 30px;
  font-weight: 400;
  border-width: 2px;
  line-height: normal;
  text-transform: capitalize;
  text-shadow: 2px 2px 2px #555;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  border-radius: 8px;
  transition: .5s all;
  position: relative;
  font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    text-shadow: none;
  font-weight: 600;
}
.btn-white{    background: #fff;color: var(--primary);}

.btn-primary:hover,
.btn-primary:focus {
 color: var(--primary);
 background-color: #ffffff;
 border-color: var(--primary);
 text-shadow: none;
}

.btn-primary2 {
  color: #fff;
  background-color: #3a3a3c;
  border-color: #fff;
  position: relative;
}

.btn-primary2:hover,
.btn-primary2:focus {
  color: #fff;
  background-color: #333;
  border-color: #fff;
}
.btn-white:hover{    background: #000; color:#fff; border-color: #000}


.btn-primary-outline {
  color: #fff;
  background-color: transparent;
  border-color: #0048a8;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary:focus,
.btn-primary:focus {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-round {
  border-radius: 25px;
  padding: 8px 25px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}





.btn-primary2:before {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20%;
  height: 50%;
  border-top: 2px solid #3a3a3c;
  border-left: 2px solid #3a3a3c;
  content: '';
  transition: .5s all;
}

.btn-primary2:after {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 20%;
  height: 50%;
  border-bottom: 2px solid #3a3a3c;
  border-right: 2px solid #3a3a3c;
  content: '';
  transition: .5s all;
}

.btn-primary2:hover:before {
  width: 35%;
  height: 80%;
  border-color: #3a3a3c;
}

.btn-primary2:hover:after {
  width: 35%;
  height: 80%;
  border-color: #3a3a3c;
}

/*--HeaderS ection--*/
/*.container {
  padding: 0;
}*/

/*--nav Section--*/
.img-fluid {
  width: 100%;
}

article {
  overflow: hidden;
}

article.overflow {
  overflow: visible;
}

/*-----------------   End Default Css By Amit Silori   ----------------------------------*/

/*--General CSS--*/
.section {
  padding: 4em 0;
}

.title {
  font-size: 32px;
  color: #222;
  line-height:1.2;
  /*color:var(--primary);*/
  font-weight: 700;
  font-family: 'Philosopher', sans-serif;
}

.title.white {
  color: #fff;
}
.hr-logo {
    width: 173px;
    margin: auto;
    margin-bottom: 18px;
    display: block;
    margin-top: 15px;
}

p.sub-pera {
  color: #468f77;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px;
}

p.sub-title {
    font-size: 16px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
  }

ul.navbar-nav.menubar li.nav-item.dropdown {
  transition: .5s all;
}

ul.navbar-nav.menubar li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0;
}

.navbar-brand {
  width: 9%;
  height: auto;
}
.logo-style{    position: absolute;
    background: #fbfcfd;
    border-radius: 50%;
    top: 0;}


.back-gry {
  background: #F5F0E3;
}

.navbar {
  margin-bottom: 0;
}

.bg-sec{background: #ebefe678;}
.waitings {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #00000070;
    padding: 10px;
    padding-top: 25%;
    display: none;
    top: 0;
    left: 0;
    z-index:99;
}
.waitings .text-light {
    color: #027124!important;
    letter-spacing: 1px;
    word-spacing: 2px;
    background: white;
  }

del {
    color: rgba(red, 0.5);
    text-decoration: none;
    position: relative;
    &:before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 2px solid #ff0000f2;
      height: 12px;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(-7deg);
    }
  }

  /* Fullscreen Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Spinning Logo */
.spin-logo {
  width: 15%;
  animation: spin 2s linear infinite;
}

/* Spin Keyframes */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*-- end General CSS--*/

/*-----------------   End Default Css By Amit Silori   ----------------------------------*/
.top-header {
  padding: 10px 0;
  /*text-align: right;*/
  background: var(--primary);
  transform: .8s all;
}
.left-header{text-align: left; width: 60%; display: inline-block;}
.right-header{text-align: right; width: 39%; display: inline-block;}
.right-header .socials-icons{margin-right: 45px;}

.dropdown {position: relative;display: inline-block;}
.dropbtn {background-color: #f9f9f9; color: black; font-size: 14px; border: 1px solid #ccc;
    padding: 2px 4px; cursor: pointer; display: flex; align-items: center; height: 32px; text-transform: capitalize;}
.dropbtn img { margin-right: 8px; width: 16px; height: 12px; }
.dropbtn i {padding: 0 4px;font-size: 12px;}
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 120px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;border: 1px solid #ccc; z-index: 99;}
.dropdown-content a {color: black; padding: 12px 16px; text-decoration: none; display: flex;
    align-items: center;}
.dropdown-content a img {margin-right: 8px; width: 16px; height: 12px;}
.dropdown-content a:hover {background-color: #1d5450; color: #fff;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #e2e2e2;}

.top-header span a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;

   
}

.top-header span a i {
  /*margin-right: 5px;*/
}

.right-header span a{ width: 25px;
    height: 25px;
    line-height: 26px;
    background: #F8FAFA;
    color: var(--primary);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;}

.left-header span{display: flex;}
.left-header span a{ color: #fff; font-size: 15px; margin-bottom: 0px;     font-family: sans-serif;}
.left-header span i{
    color: var(--primary);
    text-align: center;
    border-radius: 50%;
    font-size: 16px; color: #fff; padding-right: 4px;}

.header-start {
  box-shadow: -1px 12px 10px -8px rgba(0, 0, 0, .2);
  background: #fff;
    width: 100%;
  z-index: 999;
  position: relative;
}
.header-start .newheader{padding: 0px; background:#fbfcfd; position: fixed;
    top: 0;left: 0;width: 100%;z-index: 99999999;color: #000;  height: 80px; box-shadow: 0px 0px 1px 0px #000000a8;}


/*navbar css start*/
nav.navbar {
  z-index: 1;
  padding: 0;
  padding: 8px 0;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
  font-weight: 600;
  padding: 10px 16px;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 8px 0;
  font-family: 'Quicksand', sans-serif;
}

.navbar-light .navbar-nav .nav-link.btn-primary {

      color:#fff;
    background: var(--primary);
    text-shadow: none;
    border: 2px solid var(--primary);
    border-radius: 8px;
    animation: pulses 1.5s ease-out infinite;
    transition: 0.4s ease-in-out;
}

@keyframes pulses {
  50% {
    box-shadow: 0 0 0 0 #f46c04a1;
    scale: 0.9;
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    scale: 1;
  }
}
/*.navbar-light .navbar-nav .nav-link.btn-primary::before{
position: absolute;
    content: "";
    right: -6px;
    top: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid var(--primary);
    transition: .3s;
}

.navbar-light .navbar-nav .nav-link.btn-primary::after{

position: absolute;
    content: "";
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    transition: .3s;
    height: 100%;
    z-index: -1;
}
*/

.navbar-light .navbar-nav .nav-link.btn-primary:hover {
  color: #fff;
  background: var(--primary);
}
.navbar-light .navbar-nav .nav-link.btn-primary:hover:before {
 transition: .3s;
    right: -8px;
    top: 8px
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary);
}

ul.menubar .dropdown-menu {
  background: #fff;
}

ul.menubar .dropdown-menu a.dropdown-item {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 11px;
  border-bottom: 1px dashed #ddd;
  font-family: 'Quicksand', sans-serif;
}

.dropdown-menu {
  min-width: 14rem;
  letter-spacing: 1px;
  border: none;
  border-top: 5px solid #ddd;
  box-shadow: 1px 1px 10px rgb(180, 180, 180);
}

.dropdown-menu.show{display: none;}

ul.menubar .dropdown-menu a.dropdown-item:hover {
  background: var(--secondary);
  color: #fff;
  padding-left: 20px;
  /*background: linear-gradient(90deg, rgba(183, 8, 79, 1) 35%, rgba(224, 137, 76, 1) 100%);*/
}

.header-start.darkHeader .top-header {
  display: none;
}

/* end navbar css start*/
/*start footer section css*/
.footer{position: relative;background: #222328;background-size: cover;
    color: black; background-attachment: fixed; padding-top: 2em;}
.footer::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 97%;
    height: 92%;
    border: 1px dashed #fff;
    border-radius: 20px;
    z-index: 1;
}
.footer::after {
    content: "";
        top: -29px;
    border-bottom: 1px dashed #fff;
    width: 200px;
    height: 90px;
    z-index: 1;
    background-color: #222328;
}
.footer-overlay{ background: rgba(0, 0, 0, .5);position: absolute;top: 0px;width: 100%;height: 100%;}
/*.main-footer{background: #fbe9de; background-size: cover; position: relative; overflow: hidden;}*/
.footer-top-bg{width: 100%;display: block;height: auto;}
/*.main-footer:before{background: rgba(0, 0, 0, .85); position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; content: '';}*/
.footer-box{position: relative; z-index: 9;}
.footer-box p, .footer-box a, .footer-box ul li{ color: #fff; list-style: none; font-size: 16px;}
.footer-box i{ color: #fff; list-style: none; font-size: 14px;}
.footer-box p{text-align: justify; margin-bottom: 10px;}
.footer-box h6{color: #fff; margin-bottom: 15px;  font-size: 20px; border-bottom: 3px solid var(--secondary); display: inline-block;
    padding-bottom: 5px;}
.footer-box ul li a{display: inline-block; padding:8px 0;  }
.footer-box ul li::before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 26px;
    background-image: url(../images/icon/list-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.footer-box ul li:hover a{color: var(--secondary);}
.footer-box p b{display: block; text-transform: uppercase;}
.copy-footer{ padding-bottom: 28px; text-align: center; position: relative;z-index: 9;}
.copy-footer p, .copy-footer p a{color: #fff; font-size: 14px; }
.timing h4{color: #fff;}
.footer-icons{display: flex;}
.footer-icons img{width: 70%;}
.footer-center{text-align: center;}
.footer-center .bg-shape{width: 23%;}
.footer-center .ft-logo{position: absolute;top: -20px;left: 46%;width: 8%;}
.fix-social {
  position: fixed;
  left: 40px;
  bottom: 20px;
  z-index: 999;
}
.footer-logo-wrap {
    width: 200px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    top: -100px;
    z-index: 10;
}
.footer::after, .footer-logo-wrap {
    border-radius: 50%;
    position: absolute;
    bottom: auto;
    margin: auto;
    right: 0;
    left: 0;
}
.footer-logo {
    width: 65%;
    /*height: 60%;*/
    object-fit: contain;
}
.fix-social a i {
  height: 50px;
    width: 50px;
    font-size: 31px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    transition: .5s all;
   
    color: #fff;
    padding: 9px 
}
.custom-col{
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    padding: 0 45px;
}
.footer-pd{padding: 0 45px;}

.fix-social a {
  display: block;
  margin: 5px 0;
}
   .fix-social a{  background: #129809;
    max-width: 60px;
    max-height: 60px;
    padding: 14px;
    border-radius: 100%; }

   @keyframes pulse {  
 50% {
    box-shadow:  0 0 0 0 #1ea10e;
    scale: 0.9;
}

   100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    scale: 1;
}
}

 /*=======end fotter section css==========*/



/*================Home page===================*/

  /*slider start*/

.slider-area .carousel-item{overflow: hidden;}
.img-fluid{width: 100%;}


@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.6,1.6);
    }
}

.main-banner .carousel-item img {
    /*animation: zoominoutsinglefeatured 60s infinite ;*/
    height: auto;
    width: 100%;
    object-fit: cover;
}


.carousel-control-next, .carousel-control-prev{ top: 40%; background: black;
    height: 40px;width: 40px; margin: 12px; opacity: .8;}
.slider-content{z-index: 9;}
.slider-content .sliderHeading{font-size: 46px;color: #ffffff; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);}
.slider-content p{color: #fff;font-size: 24px;padding: 20px 0px;font-weight: 400;}
.hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.2); z-index: 1;}
.main-banner{position: relative;}

#bannervideo {
    height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: center top;}

  /*slider end*/

.about-subtitle{    font-size: 20px;}
.about-intro-text{line-height: 30px; font-size: 17px;}
.sub-heading{font-size: 20px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
    color: var(--primary);}
/* Course Card Styling with Image */
.course-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.br-8{border-radius: 8px;}
.founder-tag h3{background: var(--primary); text-align: center; color: #fff; padding: 8px 0px; margin: 0px 25px; border-radius: 6px; margin-top: -15px; position: relative;}
.founder-tag a{font-size: 16px;
    color: #fff;
    display: block;
    padding-top: 10px;}

.course-card:hover {
  /*transform: translateY(-10px);*/
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.alliance-box {text-align: center;}
.alliance-box img{width: 60%; padding-top: 20px;}

.course-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-header {
  padding: 10px;
  color: #2c3e50;
  position: relative;
  text-align: center;
}

.course-level {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  z-index: 1;
}

.course-level {
  background: var(--secondary);
}

.course-title {
  /*margin: 10px 0 0;*/
  font-size: 1.5rem;
  color: #2c3e50;
}

.card-body {
  padding: 0px;
  text-align: left;
}

.card-footer {
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  border-top: 1px solid #eee;
}
.priceBox{    border-right: 1px dashed #968b8b;
    padding-right: 15px;}

.card-footer a:hover{color: #fff;}
.course-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primary);
  display: flex;
  justify-content: space-between;
}
.roomType{    
       font-size: 15px;
        font-weight: 600;
    color: #333;}

.enroll-btn {
  background: #fff;
  color: var(--primary);
  border: none;
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
  font-size: 0.9rem;
  display: block;
  margin:auto;
  width: fit-content;
  margin-top: 15px;
  border:1px solid var(--primary);
}

.enroll-btn:hover {
  background: var(--secondary);
}
.myoga li {
    padding: 10px 15px;
    border-bottom: 1px dashed #e0dddd;
    text-align: right;
    clear: both;
    transition: .5s;
    font-size: 15px;
    list-style: none;
    box-sizing: inherit;
    unicode-bidi: isolate;
    display: flex;
    justify-content: space-between;
}

.whyPhoto{border: 5px solid #fff;border-radius: 10px;box-shadow: 0 0 10px #f46c04d6; height: 100%; background: url(../images/why.webp);     background-size: cover;background-position: bottom;}
.whyPhoto img{border-radius: 10px;}
.breath-exercise .icon_box {margin-bottom: 20px;padding: 12px;position: relative;     box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);     background-color: #fff;    min-height: 155px;display: flex;align-items: center;}
.breath-exercise .icon_box:hover .box_icon{    transform: rotate(360deg);}
.icon_box .box_icon {float: left;margin-right: 15px; transition: all 800ms ease-in-out;}
.breath-exercise .intro_desc{    overflow: hidden;}
.breath-exercise .intro_desc h5{font-size: 20px; margin-bottom: 6px;}
.breath-exercise .intro_desc .pColor{color: var(--primary);}
.breath-exercise .intro_desc p{font-size: 16px;}
.why-bg{}
/* Retreat Section Styling */

.retreat-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.retreat-card:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.retreat-image {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.duration-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgb(244 108 4 / 80%);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
}

.retreat-content {
  padding: 25px;
  padding-top: 20px;
}

.retreat-content h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}

.retreat-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.detail-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #333;
}

.detail-item i {
  margin-right: 5px;
  color: #333;
}


.retreat-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary);
}

.price span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  color: #333;
}

.book-now-btn {
  background: #fff;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.book-now-btn:hover {
  background: var(--primary);
}

.teacher-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #e65e08;
}
.teacher-details {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 20px;
    border: 1px solid #e65e08;
    margin-top: -40px;
    position: relative;
}
.teachers-name {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #e65e08;
    margin-bottom: 0;
}
.teachers-skills {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
}
.owl-carousel .owl-nav .owl-prev { position: absolute;
    top: 45%; left: -20px;}
.owl-carousel .owl-nav i {height: 45px; width: 45px; line-height: 45px;
    text-align: center; color: #fff; background: var(--primary);}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -20px;
}

.border-image{  /*border: 2px solid #f46c04;*/
    padding: 3px !important;
    box-shadow: 0 0 2px 0 #ff9200 !important;
    border-radius: 8px; height: 200px;
    object-fit: cover;}
.video-review{margin-bottom: 15px;}

.testimonial-card {
    background: #ffffffb3;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    height: 100%;
    border: 1px solid rgba(142, 121, 62, 0.1);
}

.testimonial-content {
    position: relative;
}

.quote-icon {
    margin-bottom: 20px;
}

.quote-icon img {
    width: 10%!important;
    height: auto;
}

.testimonial-content p {
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.author {
    display: flex;
    align-items: center;
}

.author img {
    width: 70px!important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid var(--primary);
    padding: 4px;
}

.author-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.offer-points ul {
    list-style: none;
}
.offer-points ul li {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
        display: flex;
    place-items: flex-start;
}
.offer-points ul li img {
    width: 30px;
    margin-right: 10px;
}
.author-info span {
    font-size: 14px;
    color: var(--gray);
    display: block;
    margin-bottom: 5px;
}

.rating {color:#ffb400;}

/*FAQ Css Start*/
.faq .accordion-button:not(.collapsed){    color: #fff;
    background-color: var(--primary); border: none;}
.faq .accordion-button:focus{    border-color: var(--primary); box-shadow: none;}
.faq button:hover{color: #000;}
.accordion-flush .accordion-item .accordion-button{border: 1px solid var(--primary)}
.faq .accordion-button:not(.collapsed)::after{background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);}
.faq .accordion-item{ margin-bottom: 15px;}
.faq .accordion-body{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; text-align: justify;}
.section-title{    background: #fffef5;
    border-bottom: 1px solid #e8e8e7;
    border-top: 1px solid #e8e8e7;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 15px;
    text-transform: capitalize;}
.question{    background: var(--secondary);
    margin-right: 10px;
    border-radius: 50%;
    padding: 6px 9px;
    width: 30px;
    height: 30px; color: #fff;}
/*FAQ Css End*/
#stripe{position: relative; background: #252a2f;}
#stripe-another:before, #stripe:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    right: 0;
    width: 96%;
    z-index: 0;
    margin: auto;
    height: 85%;
    border: 1px dashed #fff;
}
.banner-text-heading {
    font-size: 34px;
    font-weight: 900;
    font-style: italic;
    color: var(--primary);
    margin: 10px 0px;
}
.banner-text-para {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.banner-icon-wrap{position: relative;}
.banner-icon-wrap::before {
    position: absolute;
    left: 0;
    right: auto;
}
.banner-icon-wrap::after, .banner-icon-wrap::before {
    background-color: #fff;
    width: 42%;
    z-index: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
    content: "";
}
.banner-icon {
    width: 50px;
    height: 46px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.banner-icon, .common-underline {
    object-fit: contain;
    object-position: center;
}
.banner-icon-wrap::after {
    position: absolute;
    right: 0;
    left: auto;
}
.bannerBtns a{margin-right: 10px;}
.base-color{color: var(--primary)}
/*=============End Home Page=============*/

/*=========Inner Page css============*/
#page-banner {padding: 280px 0 110px; position: relative;
    z-index: 9;}
#page-banner::before {
    /*position: absolute;*/
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: .55;
}
.page-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
#page-banner .common-heading-main {
    text-shadow: 0 0 9px #646464;
    margin-bottom: 0;
}
#page-banner .common-heading {
    color: #e65e08;
    margin-top: 5px;
    text-shadow: 0 0 7px #505050;
}
.common-heading-main {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
}
.common-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
    color: #e65e08;
}
.my-breadcrumb {
    background-color: var(--primary);
    border: 1px solid #e65e08;
    border-radius: 20px;
    width: max-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    padding: 0 20px;
}
.my-breadcrumb h2{padding: 6px 15px;
    text-align: center;
    color: #fff;}
.breadcrumb {
    margin-bottom: 0;
    padding: 6px 15px;
    justify-content: center;
}
.breadcrumb-item a {
    font-weight: 600;
    color: #e65e08;
}

/*=========end Inner Page css============*/

/*===========Contact Page css start=========*/


.contact-item {
    display: flex;
    margin-bottom: 30px;
}

.contactSection .section-header span {
    display: block;
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contactSection .section-header h2 {
    font-size: 36px;
    margin-bottom: 8px;
    position: relative;
}

.contactSection .divider {
    width: 80px;
    height: 3px;
    background: var(--primary);
    margin-top: 10px;
    margin-bottom: 20px;
}

.payment-section .divider {
    width: 80px;
    height: 3px;
    background: var(--primary);
    margin:auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.payment-section .section-header{text-align: center;}
.paypal  img{width: 50%; display: block; margin: auto;}
.qr  img{width: 100%; display: block; margin:auto;}
.bank-details{padding: 0px 15px;}
.bank-details .detail-item{font-size: 16px; padding-bottom: 14px;}
.bank-details .detail-label{font-size: 16px;}
.policy-heading{padding: 6px 0px; color: var(--primary)}
.contact-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    flex-shrink: 0;
}

.contact-icon img {
    width: 70%;
    height: auto;
}

.contact-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.social-links {
    margin-top: 30px;
}

.social-links h4 {
    margin-bottom: 15px;
}

.social-links a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--secondary);
    transform: translateY(-5px);
}

.contact-form {
    background: #ebebeb;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.contact-form h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(142, 121, 62, 0.25);
}

textarea.form-control {
    height: auto;
    min-height: 150px;
}

.animate-spin{animation: spinRoll 10s infinite linear;}

@keyframes spinRoll {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}


/*===========End Contact Page css =========*/
.toppoints {
    background-image: url(https://dtmantra.wpengine.com/wp-content/uploads/2024/03/Group.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f1efed;
    position: relative;
}
.enroll-banner {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                        url('https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            padding: 120px 0 80px;
            text-align: center;
            color: white;
            position: relative;
        }

        .enroll-banner h1 {
            font-size: 48px;
            margin-bottom: 15px;
            text-shadow: 0 2px 5px rgba(0,0,0,0.3);
            color: #fff;
        }

        

        .enroll-form-container {
            background: #f6f6f6;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 5px 25px rgb(194 193 190 / 71%);
            position: relative;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 8px;
            display: block;
        }

        .form-control {
            height: 50px;
            border-radius: 5px;
            border: 1px solid #ddd;
            padding: 10px 15px;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.25rem rgba(142, 121, 62, 0.25);
        }

        textarea.form-control {
            height: auto;
            min-height: 120px;
        }

        .program-options .form-check {
            margin-bottom: 15px;
            padding-left: 30px;
        }

        .program-options .form-check-input {
            margin-left: -25px;
            margin-top: 5px;
        }

        .program-options .form-check-label {
            display: block;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .program-options .form-check-label:hover {
            border-color: var(--primary-light);
        }

        .program-options .form-check-input:checked + .form-check-label {
            border-color: var(--primary);
            background-color: rgba(142, 121, 62, 0.05);
        }

        .program-options .form-check-label strong {
            display: block;
            color: var(--dark);
        }

        .program-options .form-check-label span {
            font-size: 14px;
            color: var(--gray);
        }

/*=======enroll page css End*/

/*========team page css =================*/
/* Teacher Cards with Mandala Backgrounds */
.teacher-section {
  position: relative;
  padding: 80px 0;
  background-color: #f5f0e3;
  overflow: hidden;
}

.teacher-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/mandala-pattern.png') center/cover;
  opacity: 0.05;
  z-index: 0;
}

.teacher-card {
  perspective: 1000px;
  height: 400px;
  position: relative;
  z-index: 1;
}

.teacher-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.teacher-card:hover .teacher-card-inner {
  transform: rotateY(180deg);
}

.teacher-front, .teacher-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.insta-div{margin-top: 10px; z-index: 9;position: relative; text-align: center;}
.insta-div a{text-decoration: none; color: #000; font-size: 16px; display: inline-flex; align-items: center; gap: 6px; background: rgb(255 255 255 / 86%);padding: 6px 12px;border-radius: 20px;}

.teacher-front {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
}

.teacher-back {
  background: white;
  transform: rotateY(180deg);
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.teacher-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.teacher-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.teacher-card:hover .teacher-img {
  transform: scale(1.1);
}

.teacher-front-content {
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.teacher-front h3 {
  font-size: 28px;
  margin-bottom: 5px;
  font-family: 'Philosopher', serif;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
  color: #fff;
}

.specialization {
  font-size: 18px;
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 15px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.teacher-rating {
  display: flex;
  align-items: center;
}

.teacher-rating i {
  color: #ffb400;
  margin-right: 3px;
}

.teacher-rating span {
  margin-left: 10px;
  font-weight: 600;
}

.teacher-back-content h4 {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--secondary);
  padding-bottom: 10px;
}

.teacher-bio {
  color: #555;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.teacher-skills {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.teacher-skills li {
  margin-bottom: 8px;
  color: #444;
}

.teacher-skills i {
  color: var(--secondary);
  margin-right: 8px;
}

.teacher-meta {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  font-size: 14px;
  color: #777;
}

.teacher-meta span {
  display: flex;
  align-items: center;
}

.teacher-meta i {
  margin-right: 5px;
  color: var(--primary);
}

.teacher-social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.teacher-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 0.3s;
}

.teacher-social a:hover {
  background: var(--secondary);
  transform: translateY(-3px);
}

/* Mandala backgrounds (you can use different mandala images for each card) */
.teacher-front:nth-child(1) {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/mandala-1.png') center/cover;
}

.teacher-front:nth-child(2) {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/mandala-2.png') center/cover;
}

.teacher-front:nth-child(3) {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/mandala-3.png') center/cover;
}
/*========end team page css =================*/


/*===============food& accommodation==========*/
.accomodation_image .accomo_imagebox {
    padding: 2px 2px 2px;
    background: #f46c04;
    margin-bottom: 28px;
    border-radius: 8px;
}

.accomodation_image .accomo_imagebox p {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0
}

.accomodation_content {
    padding: 36px;
    border-radius: 35px;
    box-shadow: rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px;
    background-color: #fff;
    margin-left: -45px
}
.right-content-food{margin-right: -45px; margin-left: 0; position: relative;}

.accomodation_content .accomo_para {
    text-align: justify
}

.accomodation_content .accomo_para_heading {
    text-align: center;
    font-size: 22px;
    color: #f46c04;
}
.food-headings{    text-align: center;
    font-size: 22px;
    color: #f46c04; margin-top: 20px;}
/*===============end food& accommodation==========*/

/*===========TTC page css=============== */
.course-details-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 10px;
    margin-left: auto;
        border-top: 4px solid #f46c04;
    border-bottom: 4px solid #f46c04;
}

.card-title {
    font-size: 1.5rem;
    color: #2a3f54;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.detail-item {
    margin-bottom:8px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #dad7d7;
    padding-bottom: 6px;
}

.detail-label {
    font-weight: 800;
    color: #000;
    font-size: 0.95rem;

}

.detail-value {
    color: #2a3f54;
    font-weight: 500;
    text-align: right;
}

.price-section {
    margin: 25px 0;
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.price-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 5px;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.original-price {
    font-size: 1rem;
    text-decoration: line-through;
    color: #999;
}

.enroll-button {
    width: 100%;
    padding: 12px;
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.enroll-button:hover {
    background-color: var(--secondary);
}
.why-card {
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.why-icon {
    width: 60px;
    height: 60px;
    background: rgba(141, 110, 99, 0.1);
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}
.why-icon img{width: 100%;}

.why-content h4 {
    color: #000;
    margin-bottom: 10px;
}

.why-content p {
    color: #555;
    margin-bottom: 0;
}
.why-right-img img{border-radius: 8px;}
/* Daily Schedule */
.schedule .daily-schedule-wrap .schedule-box {
    margin-bottom: 0;
    padding: 16px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.schedule .daily-schedule-wrap .schedule-box {
    background-color: #fff!important;
    border-top: 1px dashed #bababa6b;
    border-bottom: 1px dashed #bababa00;
}

.schedule .daily-schedule-wrap .schedule-time {
    font-weight: 700;
    position: relative;
    width: 35%
}

.schedule .daily-schedule-wrap .schedule-time:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dashed #000;
    top: 0;
    right: 35px;
    bottom: 0;
    margin: auto
}
.schedule-right{border-radius: 8px;box-shadow: 0 0px 10px #ff853fbf;padding: 8px;}
.schedule-right img{border-radius: 8px;}
.notes {
    padding: 25px 25px 25px 40px;
    background-color: #e7d5cf5c;
    border-left: 5px solid var(--primary);
    position: relative;
    overflow: hidden;
}
.quick-form{position: relative; padding: 2em;background: #fff;border: 1px solid #ddd;box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);}

/* Dates & Prices */
.dates-wrap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.dates-box {
    width: 32%;
    background-color: #fff;
    /*border: 1px solid #000;*/
    border-radius: 20px;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    box-shadow: 0 0px 4px 0px #a2a2a2bd;
}
.dates-date {
    padding: 8px;
    border-radius: 20px 20px 0 0;
}
.dates-date {
    color: var(--primary);
        background-color: #fff5ee;
    text-align: center;
        font-weight: 700;
}
.dates-course-fee-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 8px;
    margin-bottom: 15px;
            padding: 0 !important;
}
.dates-course-fee-box {
    width: 33.3%;
    padding: 0 8px;
}
.dates-course-fee-room {font-size: 13px;margin-bottom: 0;font-weight:700;text-align: center;    }
.dates-course-fee-price {
    text-align: center;
    margin-bottom: 0;
}
.dates-course-fee-box:nth-child(2) {
    border-left: 1px dashed #000;
    /*border-right: 1px dashed #000;*/
}
.student-left {
    display: inline-block;
    padding: 3px 15px 1px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #fff;
    background-color: var(--primary);
        border-radius: 20px;
    font-weight: 500;
}
.dates-button {
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
    /*display: inline-block;*/
    /*position: absolute;*/
    right: -12px;
    z-index: 9;
    transition: .3s;
    bottom: -7px;
    background-color: #faebd7;
        border-radius: 20px;
    font-weight: 700;
}
.dates-button:hover{transition: .3s;
    background-color: var(--secondary);
    color: #fff;}

.inclusion-box {
    background: #fff;
    /*padding: 30px;*/
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.inclusion-box h4{background: #222328;
    color: #ffffff;
    padding: 15px 10px;}
.inclusion-box .row{padding: 5px 30px;}

.inclusion-item {
    display: flex;
    align-items: center;
}

.inclusion-item i {
    color: #008000;
    margin-right: 10px;
    font-size: 18px;
}
.exclusion i{color: red;}

.inclusion-item span {
    color: #555;
}
/* Curriculum Accordion Styles */
.curriculum-accordion-wrap .accordion-item {
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid rgba(141, 110, 99, 0.2);
}

.curriculum-accordion-wrap .accordion-button {
    background-color: #fff;
    color: var(--primary);
    font-weight: 600;
    padding: 15px 20px;
    box-shadow: none !important;
}

.curriculum-accordion-wrap .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
}

.curriculum-accordion-wrap .accordion-button:not(.collapsed) i {
    color: #fff;
}

.curriculum-accordion-wrap .accordion-button i {
    color: var(--primary);
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.curriculum-accordion-wrap .accordion-button::after {
    background-size: 1rem;
}

.curriculum-accordion-wrap .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.curriculum-accordion-wrap .accordion-body {
    padding: 20px;
    background-color: #fff;
}

.module-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.detail-box {
    flex: 1;
    min-width: 250px;
}

.detail-box h5 {
    color: var(--secondary);
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(141, 110, 99, 0.3);
}

.detail-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.detail-box ul li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: #555;
}

.detail-box ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}
.retreat-benefits {
    background-color: #f9f5f0;
    padding: 80px 0;
}

.benefit-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}

/*.retreat-schedule {
    background: linear-gradient(135deg, #f5f0e3 0%, #e8dfc8 100%);
}*/

.schedule-day {
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.schedule-day-header {
    background: var(--primary);
    color: white;
    padding: 15px;
    font-weight: 600;
    text-align: center;
}

.schedule-day-content {
    padding: 20px;
}

.schedule-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.schedule-time {
    font-weight: 600;
    color: var(--primary);
    min-width: 100px;
}

.schedule-activity {
    flex-grow: 1;
}
/*.retreat-highlights {
    background-color: #f9f9f7;
}*/

.highlight-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.highlight-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.highlight-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px;
    color: white;
}

.highlight-overlay h3 {
    color: white;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.highlight-content {
    padding: 25px;
    background: white;
    flex-grow: 1;
    position: relative;
}

.highlight-content p {
    /*margin-bottom: 30px;*/
}

.highlight-icon {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.highlight-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-5px);
}

.highlight-icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(244, 108, 4, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary);
    font-size: 24px;
}

.highlight-item h4 {
    margin-bottom: 15px;
    color: #333;
}
.become-box {
    background: #fff;
    padding: 0.5em;
    border-radius: 8px;
    box-shadow: 0 16px 44px 0 rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.become-highlight{margin-top: 5px; }
.become-box i{color: var(--primary); font-size: 18px;ś}


/*===========end TTC page css=============== */

/*===============Teacher Page=====================*/

.teacher-box{padding:3%;}
.teacher_container {display: flex;align-items: center;justify-content: center;margin: auto;gap: 16px; flex-wrap: wrap;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background: linear-gradient(135deg, #fdead6b8, #FFE7CE, #fbc18d26, #ffefe2); position: relative;}
.teacher_c2 {width: 31%;padding: 16px;}
.teacher_c2 img {border-radius: 8px; height: 400px; object-fit: cover; object-position: top; width: 100%; z-index: 9; position: relative;}
.teacher_c3 {width: 67%;padding: 16px; z-index: 9}
.teacher_c3 h3 {    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 10px;}
.teacher_c3 p {text-align: justify; color: #2e2e2e;}
.teacher_c3 span {font-size: 15px; background-color: var(--secondary);color: #fff;padding: 4px 10px; border-radius: 30px; font-weight: 600;}

.teacher-box-rev{padding:3%;}
.teacher_container_rev {display: flex;align-items: center;justify-content: center;margin: auto;gap: 16px; flex-wrap: wrap;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background: #fdfbf9; flex-direction: row-reverse; background: linear-gradient(135deg, #fdead6b8, #FFE7CE, #fbc18d26, #ffefe2); position: relative;}
.teacher_c2_rev {width: 31%;padding: 16px;}
.teacher_c2_rev img {border-radius: 8px; height: 360px; object-fit: cover; object-position: top; width: 100%; z-index: 9; position: relative;}
.teacher_c3_rev {width: 67%;padding: 16px; z-index: 9;}
.teacher_c3_rev h3 {color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 10px;}
.teacher_c3_rev p {text-align: justify; color: #2e2e2e;}
.teacher_c3_rev span {font-size: 15px; background-color: var(--secondary);color: #fff;padding: 4px 10px; border-radius: 30px; font-weight: 600;}
.founder-img img{height: 356px;object-fit: cover;border-radius: 10px; object-position: right;}
.germanBody .founder-img img{height: 415px;}
.founder-name{color: var(--primary); padding-bottom: 8px;}
.teacher_container::before , .teacher_container_rev::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://dtmantra.wpengine.com/wp-content/uploads/2024/03/Group.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

/*===============End Teacher Page=================*/



/*-------------------------------------start image gallery lightbox css-------------------------------------------*/

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1
}

.gallery-start .col-md-3,
.gallery-start .col-lg-3 {
  padding: 5px 5px !important;
}

.gallery-img {
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
}

.gallery-img img {
  transition: .5s all;
  height: 100%;
  object-fit: cover;
}

.gallery-img:hover img {
  transform: scale(1.05);
}

.course-page-gallery-box{margin-top: 14px; overflow: hidden;  transition: .5s all; }
#gallery .col-lg-3{padding: 8px;}
#gallery .col-lg-3 img{border-radius: 4px; transition: .5s ;}
#gallery .course-page-gallery-box:hover img{transform: scale(1.2) rotate(.5deg)}

/*=======================================end image gallery lightbox css================================================*/

/* Enhanced Yoga Popup Styles */
.yoga-popup-deluxe {
  position: fixed;
  right: -400px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  z-index: 9999;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(-8px 8px 30px rgba(0,0,0,0.15));
}

.yoga-popup-deluxe.active {
  right: 0px;
}

.popup-container {
  position: relative;
  background: white;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  border-left: 6px solid #92460d;
}

.popup-ornament-top,
.popup-ornament-bottom {
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,0 Q50,10 100,0" fill="%2392460d" opacity="0.5"/></svg>') center/cover;
}

.popup-ornament-bottom {
  transform: rotate(180deg);
}

.popup-header {
  position: relative;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(244,108,4,0.1), rgba(244,108,4,0.05));
  overflow: hidden;
}

.mandala-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/sunrise.webp') center/cover;
  opacity: 0.08;
}

.popup-header h3 {
  position: relative;
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}

.popup-header h3 span {
  display: block;
  color: #222;
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px;
}

.popup-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
}

.popup-close-btn svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.popup-close-btn:hover {
  background: var(--secondary);
  transform: rotate(90deg);
}

.popup-content {
  padding: 6px 6px;
  position: relative;
  text-align: center;
}

.popup-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
      padding: 14px 0;
}


.popup-content p span {
  color: var(--primary);
  font-weight: 600;
}
.popup-content .spcl{color: #000000;padding: 5px 0px;border-radius: 8px;font-size: 18px;font-weight: 600;}
.popup-content .spcl span{padding: 4px;border-radius: 8px;background: var(--secondary);color: #fff;}

.popup-cta {
  display: inline-flex;
  align-items: center;
  background: var(--primary);
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.popup-cta span {
  position: relative;
  z-index: 1;
}

.popup-cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  opacity: 0;
  transition: opacity 0.4s;
}

.popup-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(244, 108, 4, 0.3);
}

.popup-cta:hover:before {
  opacity: 1;
}

.cta-arrow {
  margin-left: 10px;
  transition: transform 0.3s;
}
.popup-cta:hover{color: #fff;}

.popup-cta:hover .cta-arrow {
  transform: translateX(5px);
}

.cta-arrow svg {
  width: 18px;
  height: 18px;
  fill: white;
}

  /* Enhanced Popup CSS */
  #formModal .modal-content {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: none;
  }
  
  .modal-contents .popup-title {
    background: linear-gradient(135deg, #f46c04 0%, #db7220 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    font-size: 32px;
  }
  
  .modal-contents h2 {
    line-height: 1.3;
  }
  
  .highlight-text {
    background-color: #fff9c4;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0px;
    font-size: 22px;
  }
  
  .popupimg {
    object-fit: cover;
    min-height: 100%;
  }
  
  .blink {
    animation: blink 1.5s ease-in-out infinite;
  }
  
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.7; transform: scale(1.02); }
    100% { opacity: 1; }
  }
  
  #formModal .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-size: 60%;
    z-index: 999;
    opacity: 0.8;
  }
  .text-white{color: #fff;}
  .left-popup-content h3{color: #fff;}
  .left-popup-content p{color: #fff;}
  #formModal .btn-primary {
    background: linear-gradient(135deg, #f46c04e0 0%, #d95e02 100%);
    border: none;
    transition: all 0.3s ease;
  }
  
  #formModal .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(204, 163, 105, 0.4);
    color: #fff;
  }

  .pricing-table {
  max-width: 600px;
  /*margin: 20px auto;*/
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pricing-table table {
  width: 100%;
  border: 1px solid #ccc;
}

.pricing-table th,
.pricing-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.pricing-table thead {
  background-color: #f46c04;
  color: white;
}

/*.pricing-table tr:hover {
  background-color: #f9f9f9;
}*/
.thankPage p {
    text-align: center !important;
    color: #333333;
    padding: 5px 10px 10px;
}
.button-links {
    text-align: center;
    padding: 40px 0;
}
.thankPage .btn-one {
    padding: 14px 20px;
    font-weight: 600;
    color: #fff;
    border: 2px solid var(--primary);
    border-radius: 0px;
    position: relative;
    text-transform: capitalize;
    background: var(--primary);
    transition: .3s;
}




@media screen and (max-width: 1024px) {
 .logo-style{position: relative;}
 .navbar-light .navbar-nav .nav-link{padding: 10px 10px;}
 .left-header{    width: 70%;}
 .right-header{width: 29%;}


}

@media screen and (max-width: 768px) {
  .left-header{ padding-left: 0px;width: 100%;}
  .right-header{display: none;}
  .navbar-toggler{ padding: 8px;font-size: 1rem;height: 33px; background: var(--primary);
    color: #fff!important;}
    .navbar-light .navbar-toggler-icon{background: none;}
  .navbar-toggler-icon{width: 1.3em;height: 1.3em;}
  .header-start .navbar .container{background: #fff;}
  .header-start .headerBtn{z-index: 9;}


  .teacher-box,.teacher-box-rev{    padding: 2%;}
  .teacher_c2{width: 45%;}
  .teacher_c2 img{height: 325px;}
  .teacher_c2_rev{width: 45%;}
  .teacher_c2_rev img{height: 325px;}
  .accomodation_content{margin-left: 0; margin-bottom: 20px;}
  .col-reverse{flex-direction: column-reverse;}
  .right-content-food{margin-right: 0px;}

}

@media screen and (max-width: 667px) {
.left-header{width: 100%;}
.top-header .container{max-width: 100%;padding: 0;}
.navbar-brand{width: 14%; padding: 0px;}
.title{font-size: 26px;}
.footer-box{padding: 10px 0px;}
.teacher_c2 img{ height: 290px;}
.teacher_c2{width: 55%;}
.teacher_c2_rev{ width: 55%;}
.teacher_c2_rev img{height: 290px;}
.teacher_c3_rev , .teacher_c3{width: 80%}
.course-card{margin-bottom: 20px;}
.retreat-card{margin-bottom: 20px;}
.teacher-image{object-position:top;}
.custom-col{padding: 0 0px;    border: none;}
.footer-pd{padding: 0px;}
.footer .section{padding: 2em 0;}
.copy-footer{padding-bottom: 0px;}


}

@media screen and (max-width: 640px) {
 
h1{font-size: 28px;}
.banner-text-heading{font-size: 26px;}
.banner-text-para{font-size: 16px;}
}

@media screen and (max-width: 576px) {
  .left-header span{flex-flow: wrap;}
  .course-title{    font-size: 1.2rem;}
  html button, html input[type="button"]{    height: 40px;}
  .retreat-content h3{font-size: 1.3rem;}
  #page-banner{padding: 200px 0 110px;}
  .accomodation_content{padding: 20px;    border-radius: 15px;}
  .social-links{margin-bottom: 20px;}
  .contactSection .section-header h2{font-size: 28px;}
  .course-details-card{    margin-top: 20px;}
  .schedule .daily-schedule-wrap .schedule-time{    width: 48%;}
  .daily-schedule-wrap{margin-bottom: 20px;}
  .dates-box{width: 49%;}
  .dates-button{padding: 5px 8px;    font-size: 14px;}
  .student-left{    margin-left: 0;    margin-right: 0;}

}

@media screen and (max-width: 490px) {

  .banner-text-heading{font-size: 24px;}
  .section{padding: 3em 0px;}
  .bannerBtns a{margin-bottom: 10px;}
  .footer-box{        padding: 10px 40px;}
  .copy-footer p{padding-bottom: 24px;}
  .my-breadcrumb{width: auto;}
  .my-breadcrumb h2{font-size: 22px;}
  .course-details-card .enroll-button{margin: 10px 0;}
  .why-card{padding: 10px;}
  .why-content h4{    margin-bottom: 5px;}
  .why-icon img{width: 70%;}
  .detail-item{margin-bottom: 6px;    padding-bottom: 6px;}
  .alliance-box img{width: 100%;}
  
}

@media screen and (max-width: 430px) {
    .navbar-light .navbar-nav .nav-link{padding: 5px 10px;}
   .teacher_c2,.teacher_c2_rev{ width: 70%;}
   .teacher_c3_rev, .teacher_c3{width: 100%;}
   .about-subtitle{font-size: 18px;}
   .title{font-size: 24px;}
   h1{font-size: 22px;}
   .sub-heading{    font-size: 18px;}
   .card-footer{padding: 8px 25px;}
   .enroll-btn{font-size: 14px;}
   .course-price{font-size: 1rem;}
   .breath-exercise .icon_box{    padding: 12px;     min-height: auto;}
   .breath-exercise .intro_desc h5{    font-size: 18px; }
   .retreat-content{    padding: 15px;    padding-top: 20px;}
   .price{    font-size: 1.2rem;}
   .book-now-btn{padding: 0px 25px;}
   .banner-icon{width: 40px;    height: 46px;}
   .banner-text-heading{font-size: 22px;}
   .footer-logo-wrap{    height: 120px;    top: -78px;}
   .footer-logo{    width: 45%;}
   .footer::after{top: -35px;}
   .header-start .newheader{height: 70px;}
   .accordion-button{font-size: 15px;}
   .footer .section{padding: 1em 0;}
   .custom-col{        padding: 0 10px;}
   .footer-pd{padding: 0 10px;}
   .footer::before{    height: 97%;}
   .owl-carousel .owl-nav .owl-next{right: -10px;}
   #page-banner{    padding: 150px 0 110px;}
   .my-breadcrumb h2{font-size: 20px;}
   .footer-box h6{    font-size: 18px;}
   .accomodation_content .accomo_para_heading{    font-size: 20px;}
   .contactSection .section-header span{    font-size: 14px;    letter-spacing: 1px;    margin-bottom: 2px;}
   .contactSection .section-header h2{    font-size: 22px;margin-bottom: 8px;}
   .contact-icon{    width: 45px;height: 45px;margin-right: 5px;}
   .contact-form{padding: 22px;}
   .contact-form h3{margin-bottom: 18px;font-size: 20px;}
   .enroll-form-container{    padding: 20px;}
   .yoga-popup-deluxe{    width: 240px;}
   .highlight-text{font-size: 20px;}
   .modal-contents .popup-title{font-size: 26px;}
   .lead{font-size: 1rem;}
   .modal-contents h2{margin-bottom: 0px!important;}
   #formModal .modal-header{padding: 0px!important;}
   .popup-header h3{    font-size: 18px;}
   .popup-header h3 span{    font-size: 18px;}
   .popup-header{    height: 80px;}
   .popup-content .spcl{font-size: 16px;}
   .popup-cta{    padding: 6px 16px;}
   .daily-schedule-wrap .schedule-box{flex-flow: wrap;text-align: center;justify-content: center;}
   .schedule .daily-schedule-wrap .schedule-time{width: 100%;}
   .schedule .daily-schedule-wrap .schedule-time:before{display: none;}
   .dates-box{width: 100%;}
   .course-page-gallery-box{margin-top: 6px;}
   .card-title{    font-size: 1.3rem;}
   .schedule .daily-schedule-wrap .schedule-box{padding: 10px 30px;}
   .highlight-item{    padding: 10px;}
   .highlight-item h4{    margin-bottom: 5px;}
   .highlight-icon-circle{   margin: 0 auto 12px;width: 60px;height: 60px;}
   .highlight-image{height: 180px;}
   .highlight-overlay h3{font-size: 1.2rem;}
   .highlight-content{padding: 18px;}


}

@media screen and (max-width: 400px) {
  
   .teacher_c2, .teacher_c2_rev{width: 80%;}
   .teacher_c3_rev, .teacher_c3{padding-top: 0px;}
   .teacher_c3 h3{margin-bottom: 10px;}
  /*.navbar-brand{ width: 40%; padding: 0px;}*/
    nav.navbar{padding: 2px 0;}
    .section{padding: 2em 0px;}
    .about-intro-text{    font-size: 16px;}
    .sub-heading{font-size: 17px;}
    .whyPhoto{margin-bottom: 20px;}
    .teachers-name{font-size: 18px;}
    .footer::after{top: -30px;}
    
    .accordion-button{height: auto;    padding: .8rem 1rem;}
    .topadd{display: none!important;}
    .title{font-size: 20px;}
    .hr-logo{margin-bottom: 10px;}
    #stripe-another:before, #stripe:before{position: relative;}
  .navbar-brand{        width: 20%;}
  .left-header span {flex-flow: column-reverse;}
  .my-breadcrumb h2{    font-size: 20px;}
  #page-banner{padding: 110px 0 110px;}
  .footer-box{padding: 10px 20px;}
  .contact-item{    margin-bottom: 16px;}
  .contact-text h4{    margin-bottom: 2px;    font-size: 18px;}
  .social-links a{    width: 30px;    height: 30px;}
  .contact-form{padding: 18px;}
  .highlight-icon-circle{width: 50px;height: 50px;}


}

@media screen and (max-width: 390px) {
   
   .navbar-light .navbar-nav .nav-link{padding: 3px 18px;}
   .left-header span i{font-size: 13px; padding-right: 2px;}
   .about-intro-text{line-height: 28px;}
   .navbar-light .navbar-nav .nav-link{margin: 6px 0;}

}

@media screen and (max-width: 360px) {
   .left-header span p i{width: 18px;height: 18px;line-height: 19px;font-size: 10px;}
   .left-header span p{    margin-right: 5px;}
   .retreat-content h3{font-size: 1.2rem;}
   .retreat-content{padding-top: 12px;}
   .teacher-details{    padding: 4px 10px;}
   .contact-text h4{        font-size: 16px;}



}
@media screen and (max-width: 330px) { 
   .navbar-brand{width: 35%;}
   .navbar-light .navbar-nav .nav-link{padding: 2px 15px;}

}