/* Header */

.home .site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
  color: var(--white-color);
  background-color: var(--white-color);
}
.home .site-header.dsn-hamburger #navbar_toggle .toggle-text {
  color: var(--white-color);
}
.navbar-toggle.open .toggle-icon .toggle-line {
  color: var(--black-color) !important;
  background-color: var(--black-color) !important;
}
.home .navbar-toggle.open .toggle-icon .toggle-line:nth-of-type(1),
.home .navbar-toggle.open .toggle-icon .toggle-line:nth-of-type(3) {
  color: var(--black-color) !important;
  background-color: var(--black-color) !important;
}
.home .navbar-toggle.open .toggle-text {
  color: var(--black-color) !important;
}
.home .navbar-toggle.open .toggle-text .text-close {
  color: var(--black-color) !important;
}
.home .site-header,
.home .backdrop-filter:not(.dsn-open) {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.nav-item.active .dropdown-menu .dropdown-item.active {
  background: #007a5e !important;
  color: #fff !important;
}

/* Desktop Dropdown Menu Styles */
.nav-item {
  position: relative;
}

.nav-item.has-dropdown {
  position: relative;
}

.dropdown-arrow {
  font-size: 10px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.nav-item.has-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu .dropdown-item {
  display: block;
  padding: 12px 20px;
  color: var(--black-color);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: var(--primary-color, #2c5530);
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

/* Mobile Menu Dropdown Styles */
.has-mobile-dropdown .mobile-arrow {
  float: right;
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.has-mobile-dropdown.dropdown-open .mobile-arrow {
  transform: rotate(45deg);
}

.mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: rgba(0, 0, 0, 0.05);
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-dropdown-menu.open {
  max-height: 300px;
}

.mobile-dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-dropdown-menu li:last-child {
  border-bottom: none;
}

.mobile-dropdown-menu a {
  display: block;
  padding: 10px 30px !important;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.mobile-dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: var(--primary-color, #2c5530) !important;
}

/* Active state for dropdown items */
.nav-item.active .dropdown-menu .dropdown-item.active {
  color: var(--primary-color, #2c5530);
  background-color: #f8f9fa;
}

/* Ensure dropdown doesn't interfere with other elements */
.nav-menu {
  z-index: 999;
}

.nav-item.has-dropdown > .nav-link {
  position: relative;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .dropdown-menu {
    display: none;
  }
  .site-header ul.primary-nav ul {
    position: relative;
  }
}

/* Slider */
.header-business .dsn-heading-title {
  font-size: 125px;
  color: var(--white-color);
  text-transform: uppercase;
  line-height: normal;
}
.header-business .dsn-heading-title span {
  line-height: normal;
}
.header-business p {
  margin: 0px;
  color: var(--white-color);
  /* max-width: 415px; */
  /* margin-right: 60px; */
}
.dsn-socials li a:hover i,
.dsn-socials li a:hover svg {
  transform: none;
}
.dsn-socials li a:hover span:not(.dsn-icon) {
  display: none;
}
.dsn-socials li a:hover {
  background-color: var(--black-color);
  color: var(--white-color);
  /* border: 1px solid var(--white-color); */
}
.dsn-socials li a {
  padding: 5px 20px;
}
.dsn-btn .title-btn {
  color: var(--white-color);
}
.raa-slider .desc {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}
.raa-slider .desc .desc-con {
  width: 100%;
  padding-right: 25px;
}
.raa-slider .desc span {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
}
.raa-slider .desc p {
  width: 100%;
  max-width: 100%;
  text-align: justify;
}
.raa-slider .sl-btn {
  /* width: 415px; */
  text-align: right;
  margin-top: 15px;
  width: 100%;
}
.raa-slider .sl-btn a {
  padding: 10px 25px;
  border-radius: 25px;
  background: #064225;
  color: #fff !important;
}
.raa-slider .sl-btn a:hover {
  background: #007a5e !important;
  color: #fff !important;
}

/* About */
.hero-2 .img .img-item,
.hero-2 .img .img-item:last-of-type,
.hero-2 .img .img-item:first-of-type {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-2 .img .img-item .img-box-parallax,
.hero-2 .img .img-item:last-of-type .img-box-parallax,
.hero-2 .img .img-item:first-of-type .img-box-parallax {
  width: 70%;
  height: 100%;
}
.hero-2 .img .img-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: none !important;
  box-shadow: none;
  border: none;
}
.raa-about .dsn-def-btn.dsn-hover-icon .dsn-icon:before {
  background-color: var(--cl1);
}
.raa-about .dsn-icon i {
  color: var(--white-color);
}
.raa-about .counter-block .counter-wrapper .counter .counter-number {
  width: max-content;
  display: flex;
}

/* Mantra */
.raa-mantra .dsn-service .service-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.raa-mantra .service-item-icon img {
  width: 175px;
  height: 175px;
  object-fit: contain;
  object-position: center;
}
.raa-mantra .service-item-icon {
  width: 25%;
}
.raa-mantra .service-item-inner {
  width: 75%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

/* Video */
.fancybox__html5video,
.fancybox__iframe {
  outline: none !important;
}
.fancybox__content {
  position: relative;
}
.fancybox__content > .carousel__button.is-close {
  top: -15px;
  right: -15px;
  background: #fff;
  color: #000;
}

/* Testimonials */
.raa-testimonials .image-left-style .dsn-testimonials .swiper-slide {
  padding: 50px;
}
.raa-testimonials .image-left-style .dsn-testimonials {
  margin-left: -15%;
}
.raa-testimonials
  .image-left-style
  .dsn-testimonials
  .testimonial-inner
  .swiper-slide
  > .avatar
  svg {
  background-color: var(--cl1);
  fill: var(--white-color);
}
.raa-testimonials .backdrop-filter::before {
  background-color: #064225 !important;
}
.fl-li li {
  padding-bottom: 10px;
}

/* Footer */
.raa-footer {
  background-color: var(--gray);
}
.raa-footer .thx {
  color: var(--cl3);
}
.raa-footer .dsn-revere-bg {
  background-color: var(--cl3);
  color: var(--white-color);
}
.raa-footer input,
.raa-footer input::placeholder {
  color: var(--white-color);
}
.raa-footer svg,
.raa-footer svg path {
  fill: var(--white-color);
  stroke: var(--white-color) !important;
}
.raa-footer .circle-after:after,
.raa-footer .circle-before:before {
  background-color: var(--cl3);
}
/* .raa-footer a {
  color: var(--cl3);
} */
.raa-footer .dsx,
.raa-footer .shx {
  color: var(--black-color);
}

.raa-footer .background-section,
.gsm .background-section,
.raa-footer .background-section .background-inner,
.gsm .background-section .background-inner,
.gsm .background-main,
.gsm .background-main .background-inner {
  background-color: var(--cl3);
}
.raa-footer .dsn-socials li a,
.gsm .dsn-socials li a {
  color: var(--white-color);
}
.raa-footer .submit:hover {
  background-color: var(--black-color);
  cursor: pointer;
}

/* About Us */
.raa-founder .founder-img img {
  /* border-radius: 50% 50% 0 0; */
  outline: 1px solid var(--black-color);
  outline-offset: 10px;
  object-fit: cover;
  object-position: left;
}
.raa-founder .fi-lg {
  width: calc(100% - 50px) !important;
  height: 90% !important;
}
.raa-founder .founder-content {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Contact Us */
.raa-contact .box-form {
  background-color: var(--cl2);
  padding: 50px;
}
.raa-contact .thx,
.raa-contact .shx,
.raa-contact .dsx {
  color: var(--white-color);
}
.raa-contact input,
.raa-contact input::placeholder,
.raa-contact textarea,
.raa-contact textarea::placeholder,
.raa-contact input:focus,
.raa-contact input:focus-visible,
.raa-contact input:focus-within {
  color: var(--white-color) !important;
}
.raa-contact .entry-box {
  border: 1px dashed #ffffff50;
}
.raa-contact ul.list-unstyled {
  padding: 5px;
  color: crimson;
}
.raa-contact .background-theme,
.raa-contact .background-theme .background-inner {
  background-color: var(--cl1);
}
.raa-contact .box-padding {
  padding: 50px 30px;
}

/* Outbounders */

/* Scroll */
.dsn-scroll-bottom:after {
  background-color: var(--white-color) !important;
}

.raa-image .img-box-small {
  height: 550px;
}

.raa-gallery .swiper-container {
  position: relative;
}
.raa-gallery .dsn-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
}
.raa-gallery-slider-navigation .container-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.raa-gallery-slider-navigation .container-inner:hover {
  cursor: pointer;
  background-color: var(--black-color);
}
.raa-gallery-slider-navigation svg {
  width: 25px;
  height: 25px;
}
.raa-gallery-slider-navigation .container-inner:hover svg {
  fill: var(--white-color);
}
.raa-pf .content-hero {
  border-color: gray;
}

/* Yoga */
.yoga-img {
  height: 550px;
}
.yd-img {
  width: 75px;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.raa-yd-item {
  padding: 25px;
  background: #f1f1f1;
  border-radius: 15px;
  text-align: center;
}
.raa-yd-item .dsx {
  font-weight: 500;
  color: #000;
}
.raa-yd-item .shx {
  color: #064225;
  font-weight: 500;
}

.raa-register .il-item,
.raa-register .il-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 15px;
}
.raa-register .il-img img {
  width: 20px;
  height: auto;
}
.raa-register .il-icon i {
  color: #064225;
}
.raa-register .il-icon .metas span {
  border-radius: 15px;
}
.raa-register .rn-btn {
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  background: var(--cl3);
  color: #fff;
}
.raa-register .rn-btn:hover {
  background: #000;
  cursor: pointer;
}
.raa-register .d-grid {
  align-items: center !important;
  padding: 25px;
  background: #f1f1f1;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #00000025;
}
.raa-register .title-h2 {
  line-height: normal;
  height: auto;
  margin: 0;
  font-size: 0px;
}

.raa-includes .item.inc-grid-item {
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid lightgray;
  border-radius: 15px;
}
.raa-includes .g-img img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.raa-includes .ig-img {
  position: relative;
}
.raa-includes .g-step {
  position: absolute;
  top: 8%;
  left: 5%;
  font-weight: 500;
  box-shadow: 0px 0px 5px #00000025;
}
/* .raa-includes .inc-grid {
  grid-gap: 15px !important;
} */
.raa-includes .ig-txt a {
  position: relative;
}
.raa-includes .ig-txt a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--cl3);
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.raa-includes .ig-txt h4 b {
  font-weight: 500;
}

.raa-benefits .item.ben-grid-item {
  text-align: center;
}
.raa-benefits .ben-img {
  margin-bottom: 15px;
}
.raa-benefits .ben-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.raa-tabs .tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.raa-tabs .tabs button {
  background-color: #e5f2ef;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  color: #007a5e;
  transition: 0.3s;
}

.raa-tabs .tabs button.active {
  background-color: #007a5e;
  color: white;
}

.raa-tabs .tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.raa-tabs .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.raa-tabs .day-card {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: flex;
  /* gap: 15px; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  align-items: center;
  width: 100%;
  height: 100%;
}
.raa-tabs .day-card:hover {
  background: #daf7f0;
  cursor: pointer;
}

.raa-tabs .day-label {
  width: 15%;
  /* height: 100%; */
  font-weight: 700;
  color: #007a5e;
  text-align: center;
}
.raa-tabs .day-label span {
  color: #000;
  font-weight: 500;
}
.raa-tabs .day-details {
  width: 85%;
  /* height: 100%; */
  padding: 0px 25px;
  border-left: 1px solid var(--cl3);
}
.raa-tabs .day-details p {
  margin-bottom: 5px;
}
.raa-tabs .day-details p:last-child {
  margin: 0px;
}

.raa-tabs .week-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.raa-tabs .day-details strong {
  font-weight: 500;
}

.raa-yoga-about .yoga-abt {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 50px;
  width: 100%;
}
.raa-yoga-about .ya-img {
  /* width: 15%; */
  border-radius: 15px;
  overflow: hidden;
}
.raa-yoga-about .ya-txt h2 {
  /* width: 85%; */
  color: #00ff84;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
.raa-yoga-about .ya-txt p {
  color: lightgray;
}
.raa-yoga-about .ra-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* Raa Register */

.raa-register .reg-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.raa-register .left-section {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.raa-register .right-section {
  flex: 1;
  background: #1a4d3a;
  color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.raa-register .section-title {
  font-size: 24px;
  font-weight: bold;
  color: #1a4d3a;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.raa-register .target-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.raa-register .target-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.raa-register .icon {
  width: 40px;
  height: 40px;
  background: #e8f5e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.raa-register .icon svg {
  width: 20px;
  height: 20px;
  fill: #1a4d3a;
}

.raa-register .group-content h3 {
  color: #1a4d3a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.raa-register .group-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.raa-register .register-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.raa-register .register-subtitle {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.raa-register .form-group {
  margin-bottom: 20px;
}

.raa-register .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  opacity: 0.9;
}

.raa-register .form-control {
  width: 100%;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
}

.raa-register .form-control:focus {
  outline: none;
  border-color: #4ade80;
  background: rgba(255, 255, 255, 0.15);
}

.raa-register .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.raa-register .select-wrapper {
  position: relative;
}

.raa-register .select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  font-size: 12px;
}

.raa-register select.form-control {
  appearance: none;
  cursor: pointer;
}

.raa-register select.form-control option {
  background: #1a4d3a;
  color: white;
}

.raa-register .contribution-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.raa-register .amount-options {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.raa-register .amount-btn {
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.raa-register .amount-btn:hover,
.raa-register .amount-btn.active {
  background: #4ade80;
  border-color: #4ade80;
}

.raa-register .checkbox-group {
  margin-bottom: 25px;
}

.raa-register .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.raa-register .checkbox-wrapper input[type="checkbox"] {
  margin: 0;
  transform: scale(1.2);
  accent-color: #4ade80;
}

.raa-register .checkbox-wrapper label {
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
}

.raa-register .terms-link {
  color: #4ade80;
  text-decoration: none;
}

.raa-register .terms-link:hover {
  text-decoration: underline;
}

.raa-register .pay-btn {
  width: 100%;
  padding: 15px;
  background: #4ade80;
  border: none;
  border-radius: 8px;
  color: #1a4d3a;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.raa-register .pay-btn:hover {
  background: #22c55e;
  transform: translateY(-1px);
}

.raa-register .pay-btn:disabled {
  background: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  transform: none;
}

.raa-register .contribution-summary {
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .raa-register .reg-container {
    flex-direction: column;
    gap: 20px;
  }

  .raa-register .amount-options {
    justify-content: space-between;
  }

  .raa-register .amount-btn {
    flex: 1;
    text-align: center;
    min-width: 80px;
  }
}

.work-header .header-pages {
  overflow: hidden;
  border-radius: 25px;
}

.raa-workshop-list .raa-article {
  position: relative;
}
.raa-workshop-list .raa-article .box-image-bg {
  max-height: 550px;
  height: 550px;
  border-radius: 25px;
  overflow: hidden;
}
.raa-workshop-list .raa-article .metas a {
  background-color: #fff !important;
  color: #000;
}
/* .raa-workshop-list .raa-article .metas a i {
  color: palevioletred;
} */
.raa-workshop-list .raa-article .rwl-txt p {
  color: #000;
  margin: 0px;
}
.raa-workshop-list .raa-article .rwl-txt {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  z-index: 1;
}
.raa-workshop-list .raa-article .rwl-txt-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 25px;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.raa-workshop-list .raa-article .rwl-txt-left {
  width: 60%;
}
.raa-workshop-list .raa-article .rwl-txt-right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.raa-workshop-list .raa-article .rwl-txt-right .rwl-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  width: max-content;
  padding: 5px 15px;
}

body.contact-us .raa-contact {
  margin-top: 175px;
}

/* New Menu */
.nav-menu {
  /* background: #fff; */
  padding: 0;
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* max-width: 800px; */
  /* margin: 0 auto; */
}

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 25px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: block;
  padding: 0px;
  /* padding-bottom: 5px; */
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

body.home .nav-link {
  color: #fff;
}

.site-header.nav-bg .nav-link {
  color: #000;
}

.nav-link:hover {
  /* background-color: #f8f9fa; */
  color: #22c55e;
}

.nav-item.active .nav-link {
  color: #22c55e;
  border-bottom-color: #22c55e;
  /* background-color: #f8f9fa; */
}

.site-header > .p-relative.dsn-container,
nav.main-navigation.main-nav {
  display: none;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
  }

  .nav-link {
    border-bottom: none;
    border-left: 3px solid transparent;
  }

  .nav-item.active .nav-link {
    border-bottom: none;
    border-left-color: #22c55e;
  }

  .site-header > .p-relative.dsn-container {
    display: block !important;
  }

  nav.nav-menu.desktop-menu {
    display: none !important;
  }

  .home .site-header.dsn-hamburger.nav-bg #navbar_toggle .toggle-text {
    color: #757575 !important;
  }
  .home
    .site-header.dsn-hamburger.nav-bg
    #navbar_toggle
    .toggle-icon
    .toggle-line {
    background-color: #000 !important;
  }
}

/* New Workshop */
.raa-work-shop .img .img-item .img-box-parallax {
  width: 100% !important;
}
.raa-work-shop .img .img-item .img-box-parallax img {
  mask-image: url("../img/home/mask.png");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

/* New Mantra */
.new-mantra .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-mantra .section-title {
  margin-bottom: 0px;
  width: 60%;
}
.new-mantra .dsn-icon-heading-color {
  width: 40%;
}
.new-mantra .service-item-inner {
  padding: 25px !important;
  border-radius: 25px;
  background: #084528;
  width: 100%;
  box-shadow: inset 0px 0px 10px #0c6a3d, inset 0px 0px 10px #0c6a3d;
}

/* New About */
.new-about .counter-block .counter-wrapper .counter .counter-text {
  line-height: normal;
}
.new-about .img-item {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 6px;
  align-items: flex-start !important;
}
.new-about .nbt-img {
  height: 100%;
  overflow: hidden;
}
.new-about .nbt-img img {
  object-fit: cover;
  object-position: center;
}
.new-about .nbt-img.nbt-1 img {
  height: 80% !important;
  object-position: 24%;
}
.new-about .nbt-img.nbt-2 img {
  object-position: 40%;
}
.new-about .nbt-img.nbt-3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.new-about .nbt-img.nbt-3 img {
  height: 80% !important;
  object-position: 24%;
}
.raa-new-seva .img .img-item .img-box-parallax img {
  mask-image: url(../img/home/new-mask.png) !important;
  object-position: 105% !important;
}

.raa-footer .circle-after:after {
  display: none !important;
}
.raa-footer .thx {
  padding-left: 25px !important;
}
.raa-footer .circle-before:before {
  background-image: url(../img/home/icon.png);
  background-color: unset;
  border-radius: unset;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
.raa-new-about .img .img-item .img-box-parallax img {
  mask-image: unset !important;
  object-fit: contain !important;
}
.raa-new-about .img .img-item {
  height: -webkit-fill-available !important;
}
.new-abt-gallery .d-grid {
  grid-gap: 10px !important;
}
.new-abt-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.yc-reg-svg {
  bottom: -76px !important;
  z-index: 1 !important;
}
.new-yc-list .box-image-bg {
  width: 100% !important;
}
.new-yc-list .dsn-style-cards .dsn-posts .post-title {
  border-top: 2px dashed #ffffff50;
  color: #fff;
}
.new-yc-list .dsn-style-cards .dsn-posts .dsn-item-post.box-hover-image {
  margin: 10px !important;
  min-height: auto !important;
}
.new-yc-list .dsn-style-cards .dsn-posts .box-image-bg {
  height: 70vh !important;
}
.dsn-item-post:hover [data-overlay]:before {
  opacity: 0;
}

/* Yoga Classes Popup */
/* Yoga Classes Popup */
.yc-popup,
.ms-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.yc-popup-contents,
.ms-popup-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000025;
  width: 100%;
  height: 100%;
}
.yc-pop,
.ms-pop {
  width: 75%;
  height: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #d1e3db;
  border-radius: 15px;
  padding: 25px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #00000025;
  position: relative;
}
.yc-pop-close,
.ms-pop-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yc-pop-close:hover,
.ms-pop-close:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.yc-pop-left,
.ms-pop-left {
  width: 35%;
  height: 100%;
}
.yc-pop-img,
.ms-pop-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.yc-pop-img img,
.ms-pop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.yc-pop-right,
.ms-pop-right {
  width: 65%;
  padding: 0px 30px;
  height: 500px;
  overflow-y: scroll;
}
.yc-pop-right::-webkit-scrollbar,
.ms-pop-right::-webkit-scrollbar {
  display: none;
}
.yc-pop-txt,
.ms-pop-txt {
  padding-right: 0px;
}
.ryc-grid,
.raa-md-grid {
  grid-gap: 15px !important;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.ryc-grid .raa-yd-item,
.raa-md-grid .raa-md-item {
  padding: 15px;
  border-radius: 15px;
  background: url("../img/classes/bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ryc-grid .yd-img,
.raa-md-grid .md-img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px !important;
}
.ryc-grid .yd-img img,
.raa-md-grid .md-img img {
  filter: invert(1);
}
.ryc-grid .raa-yd-item .dsx,
.raa-md-grid .raa-md-item .dsx {
  color: #fff;
  font-size: 10px;
  font-weight: 200;
}
.ryc-grid .raa-yd-item .shx,
.raa-md-grid .raa-md-item .shx {
  color: #fff;
  font-size: 8px;
  font-weight: normal;
}
body.ycl .site-header,
body.msl .site-header {
  z-index: 1;
}
.yc-pop-reg-btn,
.ms-pop-reg-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: var(--cl2);
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  text-decoration: none;
}
.yc-pop-reg-btn:hover,
.ms-pop-reg-btn:hover {
  background: #000;
  cursor: pointer;
  text-decoration: none;
}
.ms-popup .md-txt {
  text-align: center;
}
/* end */

.meditation-grid article {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #00000025;
}
.meditation-grid article:hover {
  cursor: pointer;
}
.meditation-grid .rwl-txt-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.meditation-grid .rwl-txt-right .rwl-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--cl3);
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
}
.meditation-grid .rwl-txt-right .rwl-txt i {
  font-weight: normal !important;
  font-size: 10px;
}
.meditation-grid .rwl-txt-right .rwl-txt p {
  color: #fff;
  font-size: 9px;
}
.meditation-grid .box-content .box-image-bg {
  max-height: 30vh !important;
}
.meditation-grid .post-content {
  padding: 15px;
  min-height: 225px;
  background: #f6f6f6;
}
.meditation-grid .box-image-link + .post-meta {
  max-width: 100%;
  width: 100%;
  padding: 0px 15px;
  top: 15px;
  left: 0px;
}
.meditation-grid .box-image-link + .post-meta .dsn-category {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 5px; */
  /* max-width: 100%;
  width: 100%; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}
.meditation-grid .metas a {
  border-radius: 5px;
  background: #fff !important;
  color: #000;
  font-size: 10px;
  width: max-content;
}
.meditation-grid .title-h2 {
  font-size: 18px !important;
}
.meditation-grid a {
  pointer-events: none !important;
}

.raa-podcast .container {
  border-radius: 15px;
  overflow: hidden;
}
.raa-podcast .BackgroundColorContainer_backgroundColorContainer__YZSQ7 {
  background-color: #fff !important;
}

/* Raa Seva */
.raa-seva-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.raa-seva-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  align-items: center;
}
.raa-seva-item {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  padding: 25px;
  border-radius: 6px;
}
.raa-seva-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: linear-gradient(0deg, #064225, #007a5e00);
}
.raa-seva-item:hover::after {
  background: linear-gradient(0deg, #000000, #00000000);
  cursor: pointer;
}
.raa-seva-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.raa-seva-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.raa-init-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 15px;
}
.raa-seva-txt {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  flex-direction: column;
}
.raa-init-txt {
  align-items: center;
  height: 100%;
}
.raa-seva-txt h4 {
  font-weight: 500 !important;
  font-size: 16px;
}
.raa-init-txt h4 {
  font-weight: 700 !important;
  font-size: 20px;
  filter: drop-shadow(0px 0px 5px #00000050);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.raa-seva-txt p {
  font-size: 12px;
}
.raa-seva-txt h4,
.raa-seva-txt p {
  color: #fff;
}
.raa-init-btn .dsn-icon.background-section.dsn-bg-before:before {
  background-color: #ffffff50;
}
.raa-init-btn:hover .dsn-icon.background-section.dsn-bg-before:before {
  width: 100%;
}
.raa-init-btn:hover .dsn-icon.background-section.dsn-bg-before:before {
  background-color: #00ff8450;
}
.raa-init-btn:hover .dsn-icon {
  width: 30px;
  margin: 0px;
}
.raa-init-btn:hover a {
  padding: 0px 15px 0px 10px;
}

/* Gallery */
.masonry-gallery {
  column-count: 4; /* Number of columns */
  column-gap: 16px; /* Gap between columns */
}

/* Responsive breakpoints */
@media (max-width: 992px) {
  .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
  }
}

.masonry-gallery a {
  display: inline-block; /* Needed for proper column flow */
  width: 100%; /* Full width inside the column */
  margin-bottom: 16px; /* Gap between items vertically */
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.masonry-gallery img {
  width: 100%;
  height: auto; /* Keep natural height */
  display: block;
  object-fit: cover; /* Cover to fill horizontally */
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.masonry-gallery a:hover img {
  transform: scale(1.05);
}

/* Media Blogs */
.new-media-blogs-grid h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  min-height: 52px;
}
.new-media-blogs p {
  margin: 0px;
}



/* New Today CSS */
/* Registration Popup Styles */
.yoga-registration-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 20000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.reg-pop {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.reg-popup-container {
  background: white;
  border-radius: 15px;
  /* max-width: 500px; */
  width: 75%;
  max-height: 90vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  /* Prevent clicks on container from bubbling up */
  pointer-events: auto;
}

.reg-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  color: #666;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  z-index: 1;
}

.reg-popup-close:hover {
  background: #e9ecef;
  transform: rotate(90deg);
}

.reg-form-container {
  padding: 40px;
}

.reg-form-header {
  /* text-align: center; */
  margin-bottom: 40px;
  color: #064225;
}

.reg-form-title {
  font-size: 28px;
  font-weight: 600;
  color: #064225;
  margin-bottom: 8px;
}

.reg-form-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.reg-form-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(45deg, #064225, #007a5e);
  /* margin: 0 auto; */
  text-align: left;
}

.reg-form {
  display: grid;
  gap: 25px;
  margin-top: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.form-row-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.required {
  color: #dc3545;
}

.form-input,
.form-select,
.form-textarea {
  padding: 15px 18px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fafafa;
  width: 100%;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #007a5e;
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 122, 94, 0.1);
}

.form-textarea {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}

.submit-section {
  margin-top: 15px;
  /* text-align: center; */
}

.submit-btn {
  background: linear-gradient(45deg, #064225, #007a5e);
  color: white;
  border: none;
  padding: 18px 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  min-width: 200px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(6, 66, 37, 0.3);
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.success-message {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: none;
  text-align: center;
}

.error-message {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: none;
  text-align: center;
}

/* Loading spinner */
.loading-spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007a5e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .reg-form-container {
    padding: 30px 20px;
  }

  .yoga-registration-popup {
    padding: 10px;
  }
  .reg-popup-container {
    width: 90%;
  }
  .reg-pop .submit-btn {
    max-width: 100%;
    min-width: 100%;
  }
}

/* Meditation Popup (reuses yoga popup styles) */
.meditation-registration-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 20000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}
