@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  letter-spacing: 0.5px;
  color: #000 !important;
  font-size: 16px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  background: #f5f5f5;
}

.container-fluid {
    padding: 0px 40px;
}

.container {
  max-width: 1366px;
  width: 100%;
}
ul {
  padding: 0px;
  margin: 0px;
}

.heading h2 {
  /* text-transform: uppercase; */
  font-size: 18px;
  position: relative;
  font-weight: 600;
  border-left: 4px solid #a96b1f;
  padding-left: 10px;
  line-height: 30px;
  border-radius: 100px;
}

.heading {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.heading a {
  background: #fff;
  color: #000;
  padding: 4px 22px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #000;
  font-weight: 600;
}

.heading a:hover {
  background: #a96b1f;
  border: 1px solid#a96b1f;
  color: #fff;
}

.card-sec {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 6px 24px 0px rgba(53, 55, 81, 0.06);
  padding: 15px;
  border: 1px solid #ccc;
}
span.post-date {
  font-size: 12px;
  color: #a96b1f;
  background: #fbe9d3;
  padding: 0px 15px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
}
span.post-date i {
  margin-right: 5px;
}
/*------------ Header------------*/
header {
    background: #cb9644;
    padding: 10px 0px !important;
}

.navigation-bar .donation_button a:hover {
    color: #000 !important;
}
.navigation-bar .navbar-expand-lg .navbar-nav a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 40px;
  color: #000;
  text-decoration: none;
}

.navigation-bar .current-menu-item a  {
  color: #fff !important;
}

.navigation-bar .navbar-toggler {
  border: 0px;
  padding: 0px;
}
.navigation-bar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.donation_button a i {
  color: #000;
}

.donation_button a {
    font-weight: 600 !important;
    background: #fff;
    padding: 15px 40px !important;
    border-radius: 50px;
    animation: shadow-pulse 2s infinite;
}
.donation_button a {
    color: #000 !important;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(212, 175, 55, 0.9);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(212, 175, 55, 0);
  }
}
.main-sec {
    padding: 50px 0px;
    background-color: #ebdbc2;
    background-image: url(/wp-content/uploads/2026/03/bg-img-dots.png);
}

.intro-sec {
/*  width: 95%;
  margin: 0 auto;*/
  border-radius: 10px;
  position: relative;
}
.intro-sec iframe {
    border-radius: 10px;
}
.intro-sec .post-content {
    position: relative;
    background: inherit;
    padding: 0;
}
/* .intro-sec:hover .post-content {
  padding: 25px 15px 40px 15px;
}
 */
.intro-sec:hover .post-content a {
  visibility: visible;
  transition: 0.6s;
  transform: translateY(-3px);
  opacity: 1;
}
.intro-sec .post-content h4.post-title {
  font-size: 21px;
  font-weight: 600;
	color:#000;
}
.intro-sec .post-content a{
    opacity: 0;
}
.intro-sec .post-content p {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 25px;
    position: absolute;
    right: 20px;
    bottom: 74px;
    display: none;
}

.intro-sec .post-content i {
  padding: 0px 10px;
}

.intro-sec video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
}

.top-video.card-sec {
    margin: 0;
}

.breadcrumb-section {
    padding: 40px 0 40px;
    background: #000000;
    color: #fff;
}
.breadcrumb-content h1{
    font-size:21px;
    font-weight:700;
    margin-bottom:10px;
}

.breadcrumb{
    padding:0;
    margin:0;
}

.breadcrumb li{
    display:inline-block;
    font-size:16px;
    margin-right: 10px;
}

.breadcrumb li a{
    color:#fff;
    text-decoration:none;
    opacity:0.9;
}

.breadcrumb li a:hover{
    opacity:1;
}


.about-us{
  background: url(https://demo.abwebexperts.com/sahjayoga/wp-content/uploads/2026/03/about-bg.jpg);
  background-position: right;
  background-repeat: repeat;
  padding: 50px 0px;
  margin-bottom: 50px;
}

.about-info h3 {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-info p {
  line-height: 30px;
  font-size: 16px;
}
.about-info a {
  color: #fff !important;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 40px;
  background: linear-gradient(
    45deg,
    #c58a2b,
    #f2c76e,
    #a96b1f
  ); /* gold gradient */
  padding: 15px 40px !important;
  border-radius: 50px;
  margin-bottom: 0px;
  text-decoration: none;
}
.about-info a:hover {
  text-decoration: none;
}
.about-us-img img{
  width: 100%;
  border-radius: 10px;
}

.about-sec h3{
    color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-sec p{
  font-size: 15px;
  font-style: italic;
  margin-bottom: 30px;
}






.benefits-yoga {
    background: url(https://demo.abwebexperts.com/sahjayoga/wp-content/uploads/2026/03/about-bg.jpg);
    background-position: right;
    background-repeat: repeat;
    padding: 80px 0px;
    margin: 50px 0px;
    background-attachment: fixed;
}
.benefits-yoga-info{
    background:#ffffff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.benefits-yoga-info h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
    color:#b88a2a;
}

.benefits-yoga-info p{
    font-size:16px;
    margin-bottom:25px;
    color:#555;
}

.benefits-yoga-info ul{
    padding-left:0;
}

.benefits-yoga-info ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    transition: 0.6s;
}

.benefits-yoga-info ul li:hover{
  letter-spacing: 0.5px;
}

.benefits-yoga-info ul li i {
    background: #b88a2a4d;
    color: #c79b40;
    border-radius: 100px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
    font-size: 10px;
}

.latest-video video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.latest-video iframe {
    border-radius: 10px;
} 

.latest-video {
/*    border-radius: 16px;
    background-color: #f5f5f5;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px;*/
    margin-bottom: 20px;
}
h4.post-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.arrivals-video.hit-video {
    padding: 30px 0px 30px 0px;
}

.hit-video {
  padding: 15px 0px;
}

.upcoming-video {
  position: relative;
  transition: 0.6s;
  margin-bottom: 35px;
  border-radius: 10px;
}
.upcoming-video img {
    width: 100%;
    border-radius: 10px;
    height: 360px;
    object-fit: cover;
}
.post-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),rgb(0 0 0 / 69%),
    rgba(0, 0, 0, 0)
  );
  width: 100%;
  padding: 65px 15px 15px 15px;
  transition: 0.6s;
  border-radius: 0px 0px 10px 10px;
}
.upcoming-video:hover .post-content {
  padding: 15px 15px 30px 15px;
}
.post-content p {
  background: #e8c547;
  font-size: 10px;
  font-weight: 500;
  padding: 0px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.post-content h4.post-title {
  color: #fff;
}
.post-content a {
  visibility: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: 0.6s;
  transform: translateY(50px);
  position: absolute;
}

.upcoming-video:hover .post-content a {
  visibility: visible;
  transition: 0.6s;
  transform: translateY(-6px);
}

.testimonials {
  margin-bottom: 50px;
}
.testimonials-sec {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ddd8d8;
}

.testimonials-sec h5 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.testimonials-sec p {
    position: relative;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 23px;
    padding-top: 10px;
    font-style: italic;
}

.testimonials .owl-nav {
  display: none;
}

.testimonials .owl-dot {
  background: #565656;
  text-align: center;
  height: 10px;
  width: 25px;
  display: block;
  margin: 5px;
  display: inline-block;
  border-radius: 20px;
  transition: 0.6s;
}
.testimonials .owl-dot.active {
  background: #000;
  width: 35px;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-dots button {
  width: 12px;
  height: 12px;
  border: 2px solid #f00 !important;
  margin: 0 3px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
}
.owl-dots button.active {
  width: 30px;
  background: #f00 !important;
}
span.client-review-stars {
  color: #e8c547;
}
.review-info {
    height: 210px;
}


.footer_sec img {
  width: 200px;
  height: auto;
}
.footer_sec p {
    color: #000;
    font-size: 13px;
    line-height: 22px;
}

.copy-right a {
    color: #000;
}

.footer_sec h4 {
  color: #b88a2a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

footer {
  padding: 50px 0px 30px 0px;
  background: #ffecce;
}

.footer_sec ul {
  padding: 0px;
}
.footer_sec ul li {
  list-style: none;
  line-height: 26px;
}

.footer_sec ul li a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 13px;
}
.footer_sec ul li a:hover {
  color: #cb9644;
}
.copy-right p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #222;
	text-align:center;
}


.contacts{
  padding: 50px 0px;
}

.contact-form {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 350ms cubic-bezier(0.37, 0, 0.63, 1);
  padding: 30px;
}
.contact-info h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-form  input {
  width: 100% !important;
  border: 1px solid #e4e4e4 !important;
  padding: 15px 10px !important;
  color: #404040 !important;
  font-family: "Montserrat", Sans-serif !important;
  outline: none !important;
  border-radius: 2px !important;
  background: #ffffff;
}

.contact-form input:focus {
  outline: none !important;
  box-shadow: none;
}

.contact-form input::placeholder {
  font-family: "Montserrat", Sans-serif !important;
  color: #333 !important;
}

.contact-form textarea {
  width: 100% !important;
  border: 1px solid #e4e4e4 !important;
  padding: 15px 10px !important;
  color: #404040 !important;
  font-family: "Montserrat", Sans-serif !important;
  outline: none !important;
  border-radius: 2px !important;
  background: #ffffff;
  height: 100px !important;
}

.contact-form textarea::placeholder {
  font-family: "Montserrat", Sans-serif !important;
  color: #333 !important;
}

.contact-form textarea:focus {
  outline: none !important;
  box-shadow: none;
}

.contact-form .btn input {
  background: #d7b055 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  font-family: "Montserrat", Sans-serif !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  border: none !important;
  margin: 0 !important;
  width: auto !important;
}
.contact-form .btn input:hover {
  background: #000 !important;
}

.contact-form span.wpcf7-spinner {
  display: none;
}
section.error-page {
    padding: 60px 0px;
}

.error-page a{  background: #cb9644;
    padding: 15px 35px;
    border: 0px;}
  
}
.error-page a:hover {
    background: #000;
}

.blog-grid {
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
    -webkit-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
    -ms-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
    position: relative;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden;
}.blog-grid .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-grid .image-box a {
    display: block;
}.blog-grid .image-box img {
    width: 100%;
    height: 280px;
    vertical-align: middle;
    object-fit: cover;
    object-position: center center;
    transition: 0.6s;
}
.blog-grid:hover .image-box img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
}
.blog-grid-content {
    padding: 25px;
    padding-bottom: 35px;
    position: relative;
}
.blog-grid-content h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.blog-grid-content h3 a {
    color: #000;
    text-decoration: none;
}

.global-button {
    padding: 14px 30px;
    margin: 0;
    position: relative;
    display: inline-block;
    /* letter-spacing: 0.05rem; */
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    overflow: hidden;
    background: #cb9644;
    color: #fff;
    text-decoration: none;
}
.global-button i {
    position: relative;
    transform: rotate(-40deg);
    transition: 0.6s;
    color: #fff;
    margin-left: 6px;
}.global-button:hover {
    background: #222;
    color: #fff;
}
.single-service-content {
    margin-top: 20px;
    margin-bottom: 60px;
}
.single-service-content img {
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
}

.single-service-content h2 {
    font-size: 30px;
    margin: 20px 0px;
    font-weight: 700;
}
.single-service-content h3 {
    font-size: 21px;
    font-weight: 600;
}
.single-service-content h4 {
    font-size: 21px;
}
.single-service-content ul {
    padding: 0px 15px;
    margin: 0px;
    margin-bottom: 10px;
}
section.key-features {
    padding: 50px 0px;
    background-color: #ebdbc2;
    background-image: url(/wp-content/uploads/2026/03/bg-img-dots.png);
    margin: 50px 0px;
}
.key-features-info h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #b88a2a;
}.key-features-info ul li:hover {
    letter-spacing: 0.5px;
}
.key-features-info ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    transition: 0.6s;
}.key-features-info ul li i {
    background: #b88a2a4d;
    color: #c79b40;
    border-radius: 100px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
    font-size: 10px;
}


ul.feature-buttons li img {
    width: 100%;
}

ul.feature-buttons {
    display: flex;
    align-items: center;
    width: 70%;
    gap: 10px;
}a.website_button {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 15px 28px;
    display: inline-block;
    border-radius: 7px;
    font-weight: 500;
}