@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --primary-color: #159aa3;
  --primary-dark: #0c8189;
  --secondary-color: #b68832;
  --text-dark: #1e1e1e;
  --text-light: #6b7280;
  --bg-light: #f8fafc;
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Quicksand", sans-serif;
}

.para {
  font-size: 16px;
  color: #000;
  text-align: justify;
  font-weight: 500;
}

.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  padding: 0px !important;
  margin: 0px !important;
}
ul li {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

.navbar-brand img {
  height: 60px;
}

.bg-section {
  background-color: rgba(182, 136, 50, 0.1019607843);
}

.btn-primary {
  display: inline-block;
  padding: 10px 24px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #159aa3;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  letter-spacing: 0.5px;
}

/* Smooth hover lift */
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0px 10px 20px rgba(21, 154, 163, 0.35);
  background: white;
  color: #0c8189;
}

/* Animated ripple highlight */
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.168);
  transition: 0.4s;
}

.btn-primary:hover::before {
  left: 0;
}

.btn-second {
  display: inline-block;
  padding: 10px 24px;
  background: white;
  color: #0c8189;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  border: 1px solid #159aa3;
  overflow: hidden;
  transition: 0.3s ease;
  letter-spacing: 0.5px;
}

/* Smooth hover lift */
.btn-second:hover {
  transform: translateY(-1px);
  box-shadow: 0px 10px 20px rgba(21, 154, 163, 0.35);
  background: #159aa3;
  color: white;
}

/* Animated ripple highlight */
.btn-second::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.168);
  transition: 0.4s;
}

.btn-second:hover::before {
  left: 0;
}

.header-top-info {
  padding: 10px 0px;
  background: #179aa3;
  color: white !important;
}
.header-top-info ul li {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.header-top-info ul li a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 1rem;
}
.header-top-info ul li a i {
  padding-right: 4px;
  font-size: 1.1rem;
}
.header-top-info ul li a:hover {
  color: #d2af6c;
}

.navbar {
  background-color: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  transition: all 0.3s ease;
}
.navbar-brand {
  font-weight: 800;
  font-size: 26px;
  color: #159aa3;
  display: flex;
  align-items: center;
}
.navbar-brand span {
  color: #b68832;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 4px;
  padding: 8px 10px !important;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.navbar-nav .nav-link:hover {
  color: #159aa3;
  background-color: rgba(21, 154, 163, 0.08);
}
.navbar-nav .nav-link.active {
  color: #159aa3;
  background-color: rgba(21, 154, 163, 0.1);
}

.btn-apply {
  background: #159aa3;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-apply:hover {
  transform: translateY(-1px);
  background-color: #0c8189;
  color: rgb(234, 234, 234);
}

.dropdown-mega {
  position: static !important;
}

.dropdown-menu-mega {
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  padding: 30px;
  border: none;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.dropdown-menu-mega.show {
  display: block !important;
  opacity: 1;
  pointer-events: all;
}

.mega-menu-content {
  max-width: 1200px;
  margin: 0 auto;
}

.mega-menu-section {
  margin-bottom: 25px;
  border-right: 1px dashed #d6d6d6;
}

.mega-menu-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #159aa3;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(21, 154, 163, 0.2);
  display: flex;
  align-items: center;
}
.mega-menu-title i {
  margin-right: 10px;
  font-size: 20px;
}

.navbar-nav .nav-title {
  font-size: 1.05rem;
  font-weight: 600;
}

.mega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-links li {
  margin: 4px 0px;
  border-bottom: 1px dashed #ecd9cb;
}
.mega-menu-links a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 6px 0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.05rem;
}
.mega-menu-links a span {
  background-color: rgba(237, 237, 237, 0.6352941176);
  padding: 2px 8px;
  margin-top: 4px;
  display: block;
  border-radius: 2px;
  color: #6e6760;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.9rem;
  font-weight: 500;
}
.mega-menu-links a:hover {
  color: #159aa3;
  background-color: rgba(21, 154, 163, 0.05);
  padding-left: 8px;
}
.mega-menu-links a:hover span {
  color: #9a4907;
}

.navbar-toggler {
  border: none;
  padding: 0;
  background: #159aa3 !important;
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-left: auto;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-toggler .navbar-toggler-icon {
  display: none;
}

.hamburger-line {
  display: block;
  height: 2px;
  width: 20px;
  background-color: white;
  margin: 2px 0;
  transition: all 0.3s ease;
  transform-origin: center;
  position: relative;
}

.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}
.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg);
  top: -6px;
}

/* Simple About Us dropdown (not mega menu) */
.navbar .dropdown-menu {
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.navbar .dropdown-menu .dropdown-item {
  font-weight: 600;
  padding: 10px 18px;
  transition: 0.2s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: rgba(228, 110, 8, 0.12);
  color: var(--primary-color);
}

.about-menu {
  position: relative !important;
}
.about-menu .dropdown-menu-mega {
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 10px 40px 10px 25px;
}

.hero-banner {
  background-image: url(../images/sages-yoga-school-hero-banner.webp);
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .hero-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-banner .hero-content .yoga-section {
  background: rgba(255, 255, 255, 0.7215686275);
  padding: 3rem;
  border-radius: 10px 30px;
}
.hero-banner .hero-content .yoga-section span {
  font-size: 2rem;
  display: block;
  line-height: normal;
  color: rgb(78, 78, 78);
}
.hero-banner .hero-content .yoga-section h1 {
  font-weight: 600;
  color: #159aa3;
  font-family: "Philosopher", sans-serif;
}
.hero-banner .hero-content .yoga-section p {
  font-weight: 500;
}

/* Fade + slide down animation */
@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-banner .yoga-section span,
.hero-banner .yoga-section h1,
.hero-banner .yoga-section p,
.hero-banner .yoga-section .btn-primary {
  opacity: 0;
  animation: fadeSlideDown 0.9s ease-out forwards;
}

/* Delay for smooth staggered effect */
.hero-banner .yoga-section span {
  animation-delay: 0.2s;
}

.hero-banner .yoga-section h1 {
  animation-delay: 0.4s;
}

.hero-banner .yoga-section p {
  animation-delay: 0.6s;
}

.hero-banner .yoga-section .btn-primary {
  animation-delay: 0.8s;
}

.section-padding {
  padding: 70px 0px;
}

.title {
  position: relative;
  padding-bottom: 25px;
}
.title .heading {
  font-family: "Philosopher", sans-serif;
  color: #159aa3;
  font-weight: 600;
  line-height: normal;
}
.title .sub-heading {
  display: block;
  color: #b68832;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
}
.title::after {
  content: "";
  width: 300px;
  height: 22px;
  display: block;
  margin: 8px auto 0;
  background: url("../../images/bottom-img-line.svg") no-repeat center/contain;
}

.main-points {
  padding: 10px;
  text-align: center;
  color: #0c8189;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 500;
  border-radius: 4px;
}
.main-points img {
  height: 40px;
}

.thumbnail {
  border-radius: 2px 20px 2px 20px;
  border: 1px solid #159aa3;
  box-shadow: 0px 0px 10px rgb(203, 203, 203);
  transition: transform 0.3s ease;
  /* Smooth zoom effect */
}

.thumbnail:hover {
  transform: scale(1.02);
  /* Slight zoom */
}

.ovr-flow-hidden {
  overflow: hidden;
}

.yoga-ttc-card {
  box-shadow: 0px 0px 10px #b3b3b3;
  border-radius: 2px 20px 2px 20px;
  padding: 20px;
  margin-bottom: 2rem;
  background-color: white;
}
.yoga-ttc-card .elementor-heading-title {
  font-size: 1.5rem;
  font-family: "Philosopher", sans-serif;
}
.yoga-ttc-card ul li {
  font-size: 1.1rem !important;
  font-weight: 500;
  padding-bottom: 10px;
}
.yoga-ttc-card ul li i {
  color: #0c8189;
  padding-right: 5px;
}
.yoga-ttc-card .price-tag-dis {
  font-size: 1.3rem;
}
.yoga-ttc-card .price-tag {
  font-size: 2.2rem;
  font-weight: 600;
}

.yoga-ttc-card-2 {
  box-shadow: 0px 0px 10px #b3b3b3;
  border-radius: 2px 20px 2px 20px;
  padding: 20px;
  margin-bottom: 2rem;
  background-color: #0c8189;
}
.yoga-ttc-card-2 .elementor-heading-title {
  font-size: 1.5rem;
  font-family: "Philosopher", sans-serif;
  color: white;
}
.yoga-ttc-card-2 ul li {
  font-size: 1.1rem !important;
  font-weight: 500;
  padding-bottom: 10px;
  color: white !important;
}
.yoga-ttc-card-2 ul li i {
  color: white;
  padding-right: 5px;
}
.yoga-ttc-card-2 .price-tag-dis {
  font-size: 1.3rem;
}
.yoga-ttc-card-2 .price-tag {
  font-size: 2.2rem;
  font-weight: 600;
}

.theme-color {
  color: #159aa3;
}

.dark-theme-color {
  color: #0c8189;
}

.br-ten {
  border-radius: 2px 20px 2px 20px;
}

.parallel-section-one {
  height: 80vh;
  background-image: url("../images/fire-ceremony-yoga-ttc-sages-yoga.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Parallax effect */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.parallel-section-one img {
  height: 400px;
}

/* Optional dark overlay */
.parallel-section-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Title style */
.parallax-content {
  position: relative;
  color: #fff;
  text-align: center;
}

.parallax-content h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
}

.alliance-logo {
  width: 100%;
}

.cert-slider {
  overflow: hidden;
  padding: 0px 0px 60px 0;
}

.cert-track {
  display: flex;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.cert-item {
  flex: 0 0 auto;
  width: 320px;
  border-radius: 16px;
  overflow: hidden;
}

.cert-item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ✅ DESKTOP ONLY animation */
@media (min-width: 769px) {
  .cert-track {
    animation: scroll-left 40s linear infinite;
  }
  .cert-slider:hover .cert-track {
    animation-play-state: paused;
  }
}
/* ❌ MOBILE: NO animation */
@media (max-width: 768px) {
  .cert-track {
    animation: none !important;
    transform: translateX(0);
  }
  .cert-item {
    width: 260px;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 991.98px) {
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-toggler {
    order: 2;
  }
  .navbar-brand {
    order: 1;
  }
  .navbar-collapse {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    order: 3;
    flex-basis: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dropdown-menu-mega {
    position: static !important;
    transform: none !important;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 8px;
    background-color: transparent;
    margin: 5px 0px 10px 0;
    display: none !important;
    opacity: 1 !important;
    pointer-events: all;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .dropdown-menu-mega.mobile-open {
    display: block !important;
    max-height: 600px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.02);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mega-menu-section {
    margin-bottom: 20px;
  }
  .mega-menu-section {
    margin-bottom: 25px;
    border-right: 0px dashed #d6d6d6;
  }
  .mega-menu-title {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
  }
  .mega-menu-title::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
  }
  .mega-menu-title.active::after {
    transform: rotate(180deg);
  }
  .mega-menu-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 10px;
  }
  .mega-menu-title.active + .mega-menu-links {
    max-height: 500px;
  }
  .dropdown-mega .nav-link {
    position: relative;
  }
  .dropdown-mega .nav-link::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transition: all 0.3s ease;
    border-top: 0px !important;
  }
  .dropdown-mega .nav-link.mobile-open::after {
    transform: rotate(180deg);
    border-top: 0px !important;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .navbar-collapse.show {
    overflow-y: auto;
    max-height: 80vh;
  }
}
.choose-section {
  padding: 4rem 2rem;
  background-color: rgba(182, 136, 50, 0.1019607843);
  border-radius: 5px 20px 5px 20px;
}

.card-choose {
  background: white;
  padding: 15px;
  border-top: 3px solid #159aa3;
  border-radius: 10px 10px 5px 5px;
  height: 100%;
}
.card-choose img {
  height: 50px;
}
.card-choose h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0c8189;
  border-bottom: 1px solid rgba(182, 136, 50, 0.18);
  padding-bottom: 8px;
}

.card-choose2 {
  background: #159aa3;
  padding: 15px;
  border-top: 3px solid #0c8189;
  border-radius: 10px 10px 5px 5px;
  height: 100%;
  color: white !important;
}
.card-choose2 img {
  height: 50px;
  filter: brightness(5);
}
.card-choose2 h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0c8189;
  border-bottom: 1px solid rgba(205, 198, 186, 0.303);
  padding-bottom: 8px;
  color: white !important;
}
.card-choose2 .para {
  color: white;
}

.head3 {
  font-family: Philosopher, sans-serif;
  color: #159aa3;
  font-weight: 600;
  line-height: normal;
  font-size: 20px;
}

.btn-primary-icon {
  position: relative;
  padding-right: 40px;
  /* space for icon */
}

.btn-primary-icon::after {
  content: "\f178";
  /* fa-arrow-right-long */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* REQUIRED for solid icons */
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-primary-icon::after {
  transition: transform 0.3s ease;
}

.btn-primary-icon:hover::after {
  transform: translate(2px, -50%);
}

#mainNavbar {
  position: sticky !important;
  position: -webkit-sticky;
  top: 0;
  z-index: 1030;
  background-color: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#mainNavbar.navbar-scrolled {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
}

.decoration_wrapper {
  z-index: 1;
  position: relative;
}
.decoration_wrapper .decoration_item {
  z-index: -1;
  position: absolute;
}
.decoration_wrapper .shape_leaf_2 {
  left: -90px;
  bottom: 30px;
}
.decoration_wrapper .shape_leaf_1 {
  top: 30px;
  right: -90px;
}

.short-course .nav-tabs .nav-link {
  font-weight: 600;
  color: #555;
  background-color: rgba(216, 241, 243, 0.665);
  border: 1px solid #dad5d5;
  margin: 4px;
  padding: 12px 30px;
  font-size: 18px;
}
.short-course .nav-tabs .nav-link.active {
  color: #159aa3;
  border-bottom: 3px solid #159aa3;
  background-color: white !important;
}
.short-course .tab-content {
  background-color: white;
  padding: 10px !important;
}
.short-course .heading-line {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 1.5rem;
}
.short-course .heading-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  /* line length */
  height: 3px;
  /* line thickness */
  background-color: #159aa3;
  /* theme color */
  border-radius: 2px;
}

.sec-color {
  color: #b68832;
}

.color-black {
  color: black;
}

.teacher-carousel {
  width: 100%;
}

.teacher-viewport {
  overflow: hidden;
  width: 100%;
}

.teacher-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
}

.teacher-card {
  flex: 0 0 calc(25% - 18px);
  background: #fff;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #ede8e8;
}

.teacher-card img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.teacher-card h5 {
  margin-top: 12px;
  font-weight: 600;
}

.teacher-card p {
  font-size: 15px;
  color: #b68832;
  font-weight: 500;
  padding: 0px 10px;
}

.carousel-btn {
  background: #159aa3;
  color: #fff;
  border: none;
  padding: 10px 18px;
  margin: 0 8px;
  border-radius: 24px;
  cursor: pointer;
  font-size: 14px;
}
.carousel-btn:hover {
  background-color: #0ab4c1;
}

/* Initial hidden state */
.teacher-carousel {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* When visible */
.teacher-carousel.in-view {
  opacity: 1;
  transform: translateX(0);
}

.bg-white {
  background-color: white;
}

.blog-section {
  /* Mobile adjustments */
}
.blog-section .blog-card {
  background: rgba(246, 244, 241, 0.6352941176);
  border-radius: 5px 20px 5px 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #179aa3;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section .blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.blog-section .blog-card:hover h2 {
  color: #d2af6c;
}
.blog-section .blog-img {
  position: relative;
}
.blog-section .blog-img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-section .blog-img .blog-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #159aa3;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 4px;
}
.blog-section .blog-content {
  padding: 10px;
}
.blog-section .blog-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.blog-section .blog-title a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-section .blog-title a:hover {
  color: #d2af6c;
}
.blog-section .blog-meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #6b7280;
}
.blog-section .blog-meta span {
  position: relative;
}
@media (max-width: 575px) {
  .blog-section .blog-img img {
    height: 220px;
  }
  .blog-section .blog-title {
    font-size: 17px;
  }
}

.quick-enquiry-section {
  /* Mobile */
}
.quick-enquiry-section .enquiry-wrapper {
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
}
.quick-enquiry-section .enquiry-image {
  height: 100%;
}
.quick-enquiry-section .enquiry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-enquiry-section .enquiry-form {
  background: #0f7f83;
  padding: 50px;
  height: 100%;
  color: #fff;
}
.quick-enquiry-section .enquiry-form h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.quick-enquiry-section .enquiry-form .subtitle {
  font-size: 15px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}
.quick-enquiry-section .enquiry-form .form-control,
.quick-enquiry-section .enquiry-form .form-select {
  border-radius: 6px;
  padding: 12px 14px;
  border: none;
  font-size: 15px;
  font-weight: 500;
}
.quick-enquiry-section .enquiry-form .form-control:focus,
.quick-enquiry-section .enquiry-form .form-select:focus {
  box-shadow: none;
  outline: 2px solid #ffffff;
}
.quick-enquiry-section .enquiry-form textarea {
  resize: none;
}
.quick-enquiry-section .enquiry-form .enquiry-btn {
  background: #ffffff;
  color: #0f7f83;
  padding: 14px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.quick-enquiry-section .enquiry-form .enquiry-btn:hover {
  background: #e6f6f7;
}

@media (max-width: 767px) {
  .quick-enquiry-section .enquiry-form {
    padding: 30px;
  }
  .quick-enquiry-section .enquiry-form h2 {
    font-size: 24px;
  }
}

.food-stay {
  padding: 10px 0px;
  background-color: white;
  border-radius: 5px 25px 5px 25px;
  border: 1px solid #159aa3;
}
.food-stay .fade-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 480px;
  /* adjust as needed */
  overflow: hidden;
  will-change: opacity;
}
.food-stay .fade-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.food-stay .fade-slide,
.food-stay .fade-slide2 {
  will-change: opacity;
}
.food-stay .fade-slide.active {
  opacity: 1;
  z-index: 1;
}
.food-stay .fade-slide2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.food-stay .fade-slide2.active {
  opacity: 1;
  z-index: 1;
}
.food-stay .heading-line {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.food-stay .heading-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  /* line length */
  height: 3px;
  /* line thickness */
  background-color: #159aa3;
  /* theme color */
  border-radius: 2px;
}

.food-icon .card-icon {
  width: auto;
  height: 100%;
  background: #f8f3eb;
  padding: 15px;
  border-radius: 2px;
}
.food-icon .card-icon p {
  margin-bottom: 0px !important;
}
.food-icon .card-icon i {
  color: #0c8189;
}
.food-icon .card-icon:hover {
  background-color: #159aa3;
  color: white;
}
.food-icon .card-icon:hover i {
  color: white;
}
.food-icon .card-icon:hover p {
  color: white;
}

.food {
  border-radius: 5px 5px 5px 25px;
}

.footer-cta {
  background: #d2af6c;
  color: #ffffff;
  padding: 30px 0;
}
.footer-cta h4 {
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  font-size: 1.8rem;
}
.footer-cta h4 span {
  font-weight: 700;
}
.footer-cta .btn {
  padding: 10px 28px;
  font-weight: 600;
}

.main-footer {
  background: #0f7c80;
  color: #e5f6f6;
  padding: 60px 0 0;
}
.main-footer a {
  color: #e5f6f6;
  text-decoration: none;
}
.main-footer a:hover {
  color: #d2af6c;
}
.main-footer p {
  color: white;
}

.footer-brand {
  padding-right: 3rem;
}
.footer-brand .footer-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  font-family: "Philosopher", sans-serif;
}
.footer-title::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
  list-style-type: disc;
  margin-left: 1rem;
}

.footer-contact {
  list-style: none;
  padding: 0;
}
.footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
}
.footer-contact li i {
  margin-top: 4px;
}

.footer-social {
  margin-top: 20px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 8px;
}
.footer-social a:hover {
  background: #ffffff;
  color: #d2af6c;
}

.footer-badges {
  margin-top: 20px;
}
.footer-badges img {
  max-width: 60%;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding: 20px 0;
}
.footer-bottom p {
  font-size: 15px;
}

.footer-bottom-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.footer-bottom-links li a {
  font-size: 15px;
}

.yoga-top-section {
  background-attachment: fixed;
  background-color: white;
  background-image: url(../../images/blog-home-page-sages-yoga.jpg);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  border-radius: 0px 0px 120px 0px;
  position: relative;
  background-position: center;
  color: white !important;
}
.yoga-top-section .elementor-background-overlay {
  border-radius: 0px 0px 120px 0px;
  background-color: #1a1a1a;
  opacity: 0.64;
  inset: 0;
  position: absolute;
}
.yoga-top-section .page-hero-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.yoga-top-section .breadcrumb {
  font-size: 16px;
  margin-bottom: 20px;
  color: #d2af6c;
}
.yoga-top-section .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.yoga-top-section .breadcrumb span {
  margin: 0 6px;
}
.yoga-top-section .btn-primary {
  display: inline-block;
  padding: 14px 28px;
  background-color: #159aa3;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.yoga-top-section .btn-primary:hover {
  background-color: #0c8189;
  transform: translateY(-2px);
}
.yoga-top-section h1 {
  font-family: "Philosopher", sans-serif;
}
.yoga-top-section p {
  color: white !important;
}

.blog-section {
  /* Blog Card */
  /* Overlay */
  /* Category Badge */
  /* Content */
  /* Meta */
  /* Sizes */
  /* Hover */
  /* Responsive */
}
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.blog-section .blog-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-section .blog-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.blog-section .blog-link {
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.blog-section .blog-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-section .blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
}
.blog-section .blog-category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #159aa3;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 500;
}
.blog-section .blog-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.blog-section .blog-card h2,
.blog-section .blog-card h3 {
  margin-bottom: 12px;
  line-height: 1.3;
}
.blog-section .blog-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #ddd;
}
.blog-section .blog-meta i {
  margin-right: 6px;
  color: #fff;
}
.blog-section .featured {
  min-height: 420px;
}
.blog-section .small {
  min-height: 200px;
}
.blog-section .blog-card:hover img {
  transform: scale(1.02);
  transition: 0.5s ease;
}
@media (max-width: 991px) {
  .blog-section .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-section .featured {
    min-height: 320px;
  }
}
.blog-section .blog-card:hover h3 {
  color: #d2af6c;
}

.blog-listing {
  /* Blog Card */
  /* Image */
  /* Category Badge */
  /* Content */
  /* Meta */
  /* Read More */
  /* Sidebar */
  /* Responsive */
}
.blog-listing .blog-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 1px #f0f0f0;
  transition: all 0.3s ease;
}
.blog-listing .blog-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.blog-listing .blog-card:hover .blog-img img {
  transform: scale(1.05);
}
.blog-listing .blog-card:hover .read-more {
  color: rgb(255, 255, 255);
  background-color: #d2af6c;
}
.blog-listing .blog-card:hover h3 {
  color: #0b6266;
}
.blog-listing .blog-card:hover .blog-tag {
  background-color: #b68832;
}
.blog-listing .blog-card-link {
  display: flex;
  gap: 20px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
}
.blog-listing .blog-img {
  width: 300px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.blog-listing .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
}
.blog-listing .blog-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #159aa3;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 1;
}
.blog-listing .blog-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #159aa3;
}
.blog-listing .blog-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 14px;
}
.blog-listing .blog-meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}
.blog-listing .blog-meta i {
  margin-right: 6px;
}
.blog-listing .read-more {
  font-size: 14px;
  font-weight: 500;
  background: #159aa3;
  padding: 8px 14px;
  border-radius: 2px;
  color: #ffffff;
}
.blog-listing .blog-sidebar {
  border: 1px solid #9fd3d2;
  border-radius: 6px;
  padding: 15px;
  background: white;
}
.blog-listing .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-listing .category-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f9f9;
  padding: 12px 12px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.blog-listing .category-list li a {
  color: #159aa3;
  font-weight: 500;
  text-decoration: none;
}
.blog-listing .category-list li a:hover {
  color: #b68832;
}
.blog-listing .category-list li.active {
  background: #159aa3;
}
.blog-listing .category-list li.active a{
  color: #fff;
}
.blog-listing .category-list li span {
  color: #159aa3;
  font-weight: 500;
}
.blog-listing .category-list li:hover {
  background: #e5f2f2;
}
.blog-listing nav svg{
  height: 20px;
}
@media (max-width: 768px) {
  .blog-listing .blog-card-link {
    flex-direction: column;
  }
  .blog-listing .blog-img {
    width: 100%;
    height: 220px;
  }
}

.blog-head2-title {
  font-size: 1.8rem;
  margin-bottom: 30px;
  position: relative;
  font-family: "Philosopher", sans-serif;
  color: #159aa3;
}
.blog-head2-title::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #d2af6c;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.blog-detail {
  padding: 30px 20px;
}
.blog-detail .breadcrumb span {
  margin: 0 6px;
}
.blog-detail .breadcrumb a {
  color: #b68832;
}
.blog-detail .breadcrumb a:hover {
  color: #159aa3;
}
.blog-detail .blog-cat-date a {
  color: rgb(121, 115, 115);
}
.blog-detail .blog-cat-date .date {
  color: rgb(121, 115, 115);
}
.blog-detail img {
  width: 100%;
  height: auto;
}
.blog-detail .blog-detail-content {
  margin-top: 2rem;
}
.blog-detail .blog-head2-title {
  font-size: 2.4rem;
  margin-bottom: 30px;
  position: relative;
  font-family: "Philosopher", sans-serif;
  color: #159aa3;
}
.blog-detail h2 {
  font-size: 1.8rem;
  position: relative;
  font-family: "Philosopher", sans-serif;
  color: #159aa3;
}

/* Mobile */
@media (max-width: 767px) {
  .teacher-card {
    flex: 0 0 100%;
  }
  .food-stay .fade-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 270px;
    overflow: hidden;
  }
}
@media (max-width: 1399.99px) {
  .navbar-nav .nav-link {
    font-weight: 600;
    color: #1e1e1e;
    margin: 0 3px;
    padding: 8px 5px !important;
  }
  .navbar-nav .nav-title {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (max-width: 1199.99px) {
  .navbar-nav .nav-title {
    font-size: 14px;
    font-weight: 600;
  }
  .navbar-brand {
    font-weight: 800;
    font-size: 20px;
    color: #159aa3;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .navbar-brand {
    font-size: 22px;
  }
  .dropdown-menu-mega.mobile-open {
    max-height: 400px;
  }
  .dropdown-menu-mega.mobile-open {
    max-height: 400px;
    border: 1px solid rgba(228, 110, 10, 0.1803921569);
  }
  .about-menu .mega-menu-links {
    margin-top: 0px !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .about-menu .dropdown-menu-mega.mobile-open {
    width: 100% !important;
    padding: 10px 20px !important;
  }
  .header-top-info ul li {
    display: flex;
    align-items: center;
    padding-right: 0px;
  }
  .header-top-info ul li a {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
  }
  .short-course .nav-tabs .nav-link {
    font-weight: 600;
    border: 1px solid #dad5d5;
    margin: 4px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .choose-section {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 565.98px) {
  .navbar-brand {
    font-size: 22px;
  }
  .short-course .heading-line {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  .dropdown-menu-mega.mobile-open {
    max-height: 400px;
  }
  .dropdown-menu-mega.mobile-open {
    max-height: 400px;
    border: 1px solid rgba(228, 110, 10, 0.1803921569);
  }
  .about-menu .mega-menu-links {
    margin-top: 0px !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .about-menu .dropdown-menu-mega.mobile-open {
    width: 100% !important;
    padding: 10px 20px !important;
  }
  .header-top-info ul li {
    display: flex;
    align-items: center;
    padding-right: 0px;
  }
  .header-top-info ul li a {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
  }
  .para {
    font-size: 15px;
    color: #000;
    text-align: justify;
    font-weight: 500;
  }
  .main-points {
    padding: 4px 4px;
    color: #0c8189;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0px;
    font-weight: 500;
    border-radius: 4px;
  }
  .title .sub-heading {
    display: block;
    color: #b68832;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: normal;
  }
  .yoga-ttc-card .elementor-heading-title {
    font-size: 1.3rem;
    font-family: "Philosopher", sans-serif;
  }
  .yoga-ttc-card ul li {
    font-size: 1rem !important;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .yoga-ttc-card-2 .elementor-heading-title {
    font-size: 1.3rem;
    font-family: "Philosopher", sans-serif;
  }
  .yoga-ttc-card-2 ul li {
    font-size: 1rem !important;
    font-weight: 500;
    padding-bottom: 10px;
  }
}
#mainNavbar.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  background-color: white;
}

body {
  overflow-x: visible;
}

@media (max-width: 991.98px) {
  #mainNavbar.navbar {
    position: sticky !important;
    top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */