@charset "UTF-8";
/* =====================================================
   RESPONSIVE HEADER
===================================================== */
/* ---------- GLOBAL WIDTH FIX ---------- */
@media (max-width: 768px) {
  .shape-flower {
    display: none;
  }
}
/* =========================================
   RESPONSIVE HEADINGS
========================================= */
/* Large Tablet */
@media (max-width: 1200px) {
  .section-title {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 16px;
  }
}
/* Tablet */
@media (max-width: 992px) {
  .section {
    padding: 70px 0;
  }
  .section-title {
    font-size: 32px;
  }
  .section-subtitle {
    font-size: 15px;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 14px;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .section-subtitle {
    font-size: 13px;
  }
}
/* ========================================
   HERO GALLERY RESPONSIVE
======================================== */
/* ========================================
   HERO GALLERY RESPONSIVE (DESKTOP FIRST)
======================================== */
/* Default (Large Desktop >1200px) */
.hero-gallery .hero-gallery-slider,
.hero-gallery .hero-gallery__item,
.hero-gallery .swiper-slide {
  height: 75vh;
}

/* ≤1200px (Large) */
@media (max-width: 1200px) {
  .hero-gallery .hero-gallery-slider,
  .hero-gallery .hero-gallery__item,
  .hero-gallery .swiper-slide {
    height: 60vh;
  }
}
/* ≤992px (Laptop / Tablet) */
@media (max-width: 992px) {
  .hero-gallery .hero-gallery-slider,
  .hero-gallery .hero-gallery__item,
  .hero-gallery .swiper-slide {
    height: 55vh;
  }
}
/* ≤768px (Tablet) */
@media (max-width: 768px) {
  .hero-gallery .hero-gallery-slider,
  .hero-gallery .hero-gallery__item,
  .hero-gallery .swiper-slide {
    height: auto;
  }
  .hero-gallery .hero-gallery__img {
    width: 100%;
    height: 52vh;
    min-height: 280px;
    max-height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ≤576px (Mobile) */
@media (max-width: 576px) {
  .hero-gallery .hero-gallery__img {
    height: 48vh;
    min-height: 240px;
    max-height: 340px;
  }
  .hero-gallery .hero-gallery__prev,
  .hero-gallery .hero-gallery__next {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
/* Tablet */
@media (max-width: 992px) {
  .yoga-content {
    margin-top: 30px;
  }
  .para {
    font-size: 17px;
    line-height: 1.7;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .yoga-content {
    margin-top: 25px;
  }
  .para {
    font-size: 17px;
    line-height: 1.7;
    padding: 0 1px;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .para {
    font-size: 17px;
    line-height: 1.6;
  }
}
/* responsive fix */
@media (max-width: 991px) {
  .yoga-ttc-section .ttc-image {
    margin-bottom: 20px;
  }
  .yoga-ttc-section .section-header {
    text-align: center;
  }
  .yoga-ttc-section .para {
    text-align: center;
  }
}
/* ===================================
YOGA FEATURE CARDS RESPONSIVE
=================================== */
@media (max-width: 1399.98px) {
  .yoga-feature-section .yoga-card-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .yoga-feature-section .yoga-card-icon img {
    width: 115px;
  }
}
@media (max-width: 1199.98px) {
  .yoga-feature-section {
    padding: 50px 0;
  }
  .yoga-feature-section .yoga-card {
    padding: 20px 24px;
    min-height: 230px;
  }
  .yoga-feature-section .yoga-card-content {
    max-width: 62%;
  }
  .yoga-feature-section .yoga-card-content h4 {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 1.35;
  }
  .yoga-feature-section .yoga-card-content p {
    font-size: 15px;
    line-height: 1.6;
  }
  .yoga-feature-section .yoga-card-icon img {
    width: 95px;
  }
}
@media (max-width: 991.98px) {
  .yoga-feature-section {
    padding: 45px 0;
  }
  .yoga-feature-section .yoga-card {
    padding: 18px 20px;
    min-height: 210px;
  }
  .yoga-feature-section .yoga-card-content {
    max-width: 64%;
  }
  .yoga-feature-section .yoga-card-content h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .yoga-feature-section .yoga-card-content p {
    font-size: 14px;
  }
  .yoga-feature-section .yoga-card-icon img {
    width: 82px;
  }
}
@media (max-width: 767.98px) {
  .yoga-feature-section {
    padding: 40px 0;
  }
  .yoga-feature-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .yoga-feature-section .row {
    --bs-gutter-y: 16px;
  }
  .yoga-feature-section .yoga-card {
    padding: 18px 16px;
    min-height: auto;
    border-radius: 10px;
  }
  .yoga-feature-section .yoga-card-content {
    max-width: 66%;
  }
  .yoga-feature-section .yoga-card-content h4 {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.35;
  }
  .yoga-feature-section .yoga-card-content p {
    font-size: 14px;
    line-height: 1.55;
  }
  .yoga-feature-section .yoga-card-icon img {
    width: 72px;
  }
}
@media (max-width: 575.98px) {
  .yoga-feature-section {
    padding: 35px 0;
  }
  .yoga-feature-section .yoga-card {
    padding: 16px 14px;
    align-items: center;
  }
  .yoga-feature-section .yoga-card-content {
    max-width: 68%;
  }
  .yoga-feature-section .yoga-card-content h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .yoga-feature-section .yoga-card-content p {
    font-size: 13px;
  }
  .yoga-feature-section .yoga-card-icon img {
    width: 62px;
  }
}
@media (max-width: 399.98px) {
  .yoga-feature-section .yoga-card {
    padding: 14px 12px;
  }
  .yoga-feature-section .yoga-card-content {
    max-width: 70%;
  }
  .yoga-feature-section .yoga-card-content h4 {
    font-size: 14px;
  }
  .yoga-feature-section .yoga-card-content p {
    font-size: 12px;
  }
  .yoga-feature-section .yoga-card-icon img {
    width: 54px;
  }
}
/* =========================================
YOGA COURSES COMPLETE RESPONSIVE
========================================= */
/* Tablet */
@media (max-width: 991px) {
  .yoga-courses-section .course-row {
    row-gap: 30px;
  }
  .yoga-courses-section .course-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .yoga-courses-section .course-heading {
    font-size: 17px;
    margin-top: 18px;
  }
  .yoga-courses-section .course-list li {
    font-size: 15px;
  }
  .yoga-courses-section .course-price {
    gap: 20px;
  }
  .yoga-courses-section .course-buttons {
    flex-wrap: wrap;
    gap: 12px;
  }
  .yoga-courses-section .course-buttons .btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .yoga-courses-section {
    padding: 60px 0;
    /* Header */
  }
  .yoga-courses-section .section-header {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .yoga-courses-section {
    /* Image */
  }
  .yoga-courses-section .course-image img {
    border-radius: 14px;
  }
  .yoga-courses-section {
    /* Title */
  }
  .yoga-courses-section .course-title {
    font-size: 22px;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  .yoga-courses-section {
    /* Badge */
  }
  .yoga-courses-section .inner-text {
    display: inline-block;
    font-size: 13px;
    padding: 6px 12px;
    margin: 8px auto;
  }
  .yoga-courses-section {
    /* Headings */
  }
  .yoga-courses-section .course-heading {
    font-size: 16px;
    margin-top: 18px;
  }
  .yoga-courses-section {
    /* List */
  }
  .yoga-courses-section .course-list li {
    font-size: 15px;
    line-height: 1.6;
  }
  .yoga-courses-section {
    /* ======================
       🔥 PRICE ONE LINE FIX
    ====================== */
  }
  .yoga-courses-section .course-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: nowrap; /* no break */
    margin-top: 15px;
  }
  .yoga-courses-section .price-item {
    flex: 1;
    text-align: center;
  }
  .yoga-courses-section .price-item span {
    font-size: 16px;
    display: block;
  }
  .yoga-courses-section .price-item small {
    font-size: 11px;
    line-height: 1.3;
  }
  .yoga-courses-section {
    /* ======================
       BUTTONS
    ====================== */
  }
  .yoga-courses-section .course-buttons {
    display: flex;
    flex-direction: row; /* 🔥 row me lao */
    justify-content: space-between;
    gap: 10px;
  }
  .yoga-courses-section .course-buttons .btn {
    flex: 1; /* equal width */
    text-align: center;
    padding: 10px;
    font-size: 13px;
  }
  .yoga-courses-section {
    /* Divider */
  }
  .yoga-courses-section .divider-style1 {
    margin: 40px 0;
  }
  .yoga-courses-section .divider-icon {
    width: 50px;
    height: 50px;
  }
  .yoga-courses-section .divider-icon img {
    width: 22px;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .yoga-courses-section {
    padding: 50px 0;
  }
  .yoga-courses-section .course-title {
    font-size: 20px;
  }
  .yoga-courses-section .para {
    font-size: 16px;
  }
  .yoga-courses-section .course-list li {
    font-size: 15px;
  }
  .yoga-courses-section .price-item span {
    font-size: 15px;
  }
  .yoga-courses-section .price-item small {
    font-size: 10px;
  }
  .yoga-courses-section .course-buttons .btn {
    font-size: 13px;
    padding: 10px;
  }
  /* FORCE CENTER FIX */
  .yoga-courses-section .course-content .inner-text {
    display: block !important;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* ========================================
   INSTAGRAM GALLERY (RESPONSIVE)
======================================== */
/* 1200px → 4 images */
@media (max-width: 1200px) {
  .instagram-gallery .swiper-slide {
    width: 25% !important;
  }
  .instagram-box img {
    height: 260px;
  }
  .instagram-gallery .offset {
    margin-top: 30px;
  }
}
/* 992px → 3 images */
@media (max-width: 992px) {
  .instagram-gallery .swiper-slide {
    width: 33.3333333333% !important;
  }
  .instagram-box img {
    height: 240px;
  }
  .instagram-gallery .offset {
    margin-top: 0; /* remove stagger */
  }
}
/* 768px → 2 images */
@media (max-width: 768px) {
  .instagram-gallery .swiper-slide {
    width: 50% !important;
  }
  .instagram-box img {
    height: 220px;
  }
}
/* Mobile → 1 image centered */
@media (max-width: 576px) {
  .instagram-gallery .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .instagram-gallery .instagram-box {
    width: 90%;
    border: 2px solid #eee;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  .instagram-gallery .instagram-box img {
    height: 260px;
  }
  .instagram-gallery .offset {
    margin-top: 0;
  }
}
/* =========================================
RESPONSIVE
========================================= */
@media (max-width: 991px) {
  .why-rishikesh {
    padding: 60px 0;
  }
  .why-rishikesh .flower-bg,
  .why-rishikesh .leaf-bg {
    display: none !important;
  }
  .why-rishikesh__gallery {
    margin-top: 30px;
  }
}
/* 🔥 ONLY MOBILE CHANGE (no layout change) */
@media (max-width: 576px) {
  .why-rishikesh__content .para {
    font-size: 16px;
  }
  .why-card {
    border-radius: 16px; /* ✅ kam radius */
  }
  .why-card img {
    height: 100px; /* ✅ main fix */
  }
}
/* =========================================
RESPONSIVE (CLEAN & STANDARD)
========================================= */
/* 🔥 TABLET */
@media (max-width: 992px) {
  .why-choose-section .section-title,
  .why-choose-section .section-subtitle {
    text-align: center;
  }
  .why-choose-section .why-choose-image img {
    height: 480px;
  }
  .why-choose-section .why-choose-heading {
    font-size: 24px;
    margin-top: 20px;
  }
  .why-choose-section .why-choose-item {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
/* 🔥 MOBILE */
@media (max-width: 768px) {
  .why-choose-section .section-subtitle {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .why-choose-section .section-title {
    margin-bottom: 16px;
  }
  .why-choose-section .why-choose-heading {
    font-size: 20px;
    line-height: 1.3;
  }
  .why-choose-section .why-choose-item {
    padding: 12px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .why-choose-section .why-choose-image {
    border-radius: 22px;
  }
  .why-choose-section .why-choose-image img {
    height: 400px;
  }
}
/* 🔥 SMALL MOBILE */
@media (max-width: 576px) {
  .why-choose-section .why-choose-image img {
    height: 320px;
  }
  .why-choose-section .why-choose-heading {
    font-size: 18px;
  }
  .why-choose-section .why-choose-item {
    font-size: 14px;
  }
}
/* =========================================
RESPONSIVE (STANDARD)
========================================= */
/* LARGE DEVICES */
@media (max-width: 1200px) {
  .food-accommodation-card {
    max-width: 240px;
  }
  .food-accommodation-shape {
    width: 120px;
  }
}
/*  TABLET */
@media (max-width: 992px) {
  .food-accommodation-card {
    max-width: 200px;
  }
  .food-accommodation-content {
    max-width: 100%;
    text-align: center;
  }
}
/*  MOBILE */
@media (max-width: 768px) {
  .food-accommodation-card {
    max-width: 160px;
  }
  .food-accommodation-shape {
    display: none;
  }
  /*  Divider fix */
  .divider-style1 {
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
  .divider-style1 .divider-icon {
    transform: scale(0.85);
  }
}
/*  SMALL MOBILE */
@media (max-width: 576px) {
  .food-accommodation-card {
    max-width: 130px;
  }
  /* Divider adjust */
  .divider-style1 {
    margin: 16px 0;
  }
  .divider-style1 .divider-icon {
    transform: scale(0.75);
  }
}
/* =========================================
RESPONSIVE (FINAL CLEAN)
========================================= */
/* 🔥 LARGE DEVICES */
@media (max-width: 1200px) {
  .teacher-card-img img {
    height: 300px;
  }
  .teacher-card-title {
    font-size: 24px;
  }
}
/* 🔥 TABLET */
@media (max-width: 992px) {
  .teacher-card-img img {
    height: 260px;
  }
  .teacher-card-title {
    font-size: 22px;
  }
  .teacher-card-role {
    font-size: 15px;
  }
}
/* 🔥 MOBILE */
@media (max-width: 768px) {
  .teacher-card {
    border-radius: 18px;
  }
  .teacher-card-img {
    padding: 16px;
  }
  .teacher-card-img img {
    height: 230px;
  }
  .teacher-card-content {
    padding: 14px;
  }
  .teacher-card-title {
    font-size: 20px;
  }
  .teacher-card-role {
    font-size: 14px;
  }
}
/* 🔥 SMALL MOBILE */
@media (max-width: 576px) {
  .teacher-card-img {
    padding: 12px;
  }
  .teacher-card-img img {
    height: 100%;
  }
  .teacher-card-title {
    font-size: 18px;
  }
  .teacher-card-role {
    font-size: 13px;
  }
}
/* =========================
RESPONSIVE (REAL DEV BREAKPOINTS)
========================= */
/* Large devices (laptop/tablet landscape) */
@media (max-width: 992px) {
  .video-testimonial-card {
    border-radius: 14px;
    overflow: hidden;
  }
  .video-testimonial-thumb {
    border-radius: 14px;
  }
  .video-testimonial-thumb img {
    height: 210px;
  }
  .video-testimonial-dialog {
    max-width: 560px;
  }
}
/* Tablets */
@media (max-width: 768px) {
  .video-testimonial-card {
    border-radius: 12px;
  }
  .video-testimonial-thumb {
    border-radius: 12px;
  }
  .video-testimonial-thumb img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; /* 🔥 GAP FIX */
    border-radius: 12px;
  }
  .video-testimonial-dialog {
    max-width: 100%;
    width: calc(100% - 24px);
  }
}
/* Mobile */
@media (max-width: 576px) {
  .video-testimonial-card {
    border-radius: 12px;
  }
  .video-testimonial-thumb {
    border-radius: 12px;
  }
  .video-testimonial-thumb img {
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 14px;
  }
}
/* Small Mobile */
@media (max-width: 400px) {
  .video-testimonial-thumb img {
    height: 200px;
  }
}
/* Tablet */
@media (max-width: 992px) {
  .faq-column-title {
    font-size: 24px; /* increased */
  }
  .faq-accordion .accordion-button {
    font-size: 18px; /* bigger */
    padding: 16px 48px 16px 16px;
  }
  .faq-accordion .accordion-body {
    font-size: 16px; /* readable */
    line-height: 1.8;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .faq-column-title {
    font-size: 22px;
  }
  .faq-accordion .accordion-button {
    font-size: 17px; /* 🔥 main fix */
    line-height: 1.6;
    padding: 16px 44px 16px 16px;
  }
  .faq-accordion .accordion-body {
    font-size: 16px;
    line-height: 1.8;
  }
}
/* Small Mobile */
@media (max-width: 576px) {
  .faq-column-title {
    font-size: 20px;
  }
  .faq-accordion .accordion-button {
    font-size: 16.5px;
  }
  .faq-accordion .accordion-body {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .faq-modern-section__shape img {
    width: 260px;
  }
  .faq-modern-column__title {
    font-size: 24px;
  }
  .faq-modern-accordion .accordion-button {
    font-size: 16px;
  }
  .faq-modern-accordion .accordion-body {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .faq-modern-section__header {
    margin-bottom: 28px;
  }
  .faq-modern-column__title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .faq-modern-accordion .accordion-button {
    padding: 16px 52px 16px 16px;
    font-size: 15px;
    line-height: 1.5;
  }
  .faq-modern-accordion .accordion-button::after {
    right: 16px;
  }
  .faq-modern-accordion .accordion-body {
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.7;
  }
}
/* ===============================
   TABLET (≤991px)
================================= */
@media (max-width: 991px) {
  .modern-footer {
    padding: 70px 0 40px;
  }
  .footer-block {
    text-align: left;
    padding: 0 15px;
  }
  /* ABOUT */
  .about-block {
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .about-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .footer-logo {
    width: 170px;
    margin-bottom: 15px;
  }
  .about-block p {
    text-align: left;
    font-size: 15.5px;
    line-height: 1.8;
  }
  /* SOCIAL */
  .social-icons {
    justify-content: flex-start;
    gap: 12px;
  }
  /* CONTACT */
  .contact-block {
    padding: 0;
    text-align: left;
  }
  /* DIVIDER */
  .footer-divider {
    width: 92%;
    margin-top: 35px;
  }
  /* BOTTOM BOX */
  .footer-bottom {
    width: 92%;
    padding: 18px;
    border-radius: 40px;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    text-align: center !important;
  }
  .footer-right {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .contact-block p {
    font-size: 15px;
    gap: 8px;
  }
  .contact-block i {
    font-size: 17px;
  }
}
/* ===============================
   MOBILE (≤768px)
================================= */
@media (max-width: 768px) {
  .footer-block h3 {
    font-size: 20px;
  }
  .footer-block p {
    font-size: 15px;
  }
  .footer-menu a {
    font-size: 15px;
  }
  .social-icons a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .footer-divider {
    width: 94%;
  }
  .footer-bottom {
    width: 94%;
    padding: 16px;
    border-radius: 35px;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }
  .footer-right {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .contact-block p {
    font-size: 15.5px;
    gap: 8px;
  }
  .contact-block i {
    font-size: 16px;
  }
}
/* ===============================
   SMALL MOBILE (≤576px)
================================= */
@media (max-width: 576px) {
  .about-card {
    width: calc(100% - 24px);
    max-width: 420px;
    margin-left: auto;
    margin-top: -70px;
    margin-right: auto;
    margin-bottom: 26px;
  }
  .footer-logo {
    width: 90%;
  }
  .footer-block {
    text-align: left;
  }
  .footer-block:not(.about-block) {
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
  }
  .footer-block h3 {
    font-size: 19px;
  }
  .footer-menu {
    text-align: left;
  }
  .footer-menu li {
    text-align: left;
  }
  .footer-menu a {
    display: inline-block;
    text-align: left;
    font-size: 15.5px;
  }
  .footer-block p {
    font-size: 15.5px;
  }
  .about-card .para {
    text-align: center;
  }
  .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .about-card .social-icons {
    justify-content: center;
  }
  .contact-block {
    text-align: left;
  }
  .footer-divider {
    width: 95%;
    margin-top: 30px;
  }
  .footer-bottom {
    width: 95%;
    padding: 14px;
    border-radius: 30px;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
  }
  .footer-left,
  .footer-center,
  .footer-right {
    font-size: 14px;
    text-align: center !important;
  }
  .footer-right {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .contact-block p {
    font-size: 15.5px;
    gap: 6px;
  }
  .contact-block i {
    font-size: 15px;
  }
}
/* ===== RESPONSIVE ===== */
/* ===== MOBILE ZIG-ZAG LAYOUT ===== */
@media (max-width: 576px) {
  .footer-blogs-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .footer-blogs-menu .blog-col {
    display: flex;
    justify-content: center;
  }
  .footer-blogs-menu .blog-col:nth-child(3n+1),
  .footer-blogs-menu .blog-col:nth-child(3n+2) {
    flex: 0 0 calc(50% - 10px);
  }
  .footer-blogs-menu .blog-col:nth-child(3n+3) {
    flex: 0 0 100%;
  }
  .footer-blogs-menu a {
    width: 100%;
    max-width: 260px;
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    white-space: normal;
  }
}
/* =========================================
   Responsive Breakpoints (Industry Standard)
   ========================================= */
/* Large Devices (Desktops) */
@media (max-width: 1200px) {
  .breadcumb-wrapper .breadcumb-content {
    padding: 120px 0;
  }
  .breadcumb-wrapper .breadcumb-title {
    font-size: 40px;
  }
  .breadcumb-wrapper .breadcumb-title .inner-text {
    font-size: inherit;
  }
}
/* Medium Devices (Tablets) */
@media (max-width: 992px) {
  .breadcumb-wrapper .breadcumb-content {
    padding: 100px 0;
  }
  .breadcumb-wrapper .breadcumb-title {
    font-size: 32px;
  }
  .breadcumb-wrapper .breadcumb-title .inner-text {
    font-size: inherit;
  }
}
/* Small Devices (Mobiles) */
@media (max-width: 768px) {
  .breadcumb-wrapper {
    background-position: left center;
  }
  .breadcumb-wrapper .breadcumb-content {
    padding: 80px 0;
  }
  .breadcumb-wrapper .breadcumb-title {
    width: 100%;
    font-size: 27px;
    line-height: 1.3;
  }
  .breadcumb-wrapper .breadcumb-title .inner-text {
    font-size: inherit;
    display: inline;
  }
  .breadcumb-wrapper .breadcumb-menu li {
    font-size: 14px;
    letter-spacing: normal;
  }
}
/* Extra Small Devices */
@media (max-width: 576px) {
  .breadcumb-wrapper .breadcumb-content {
    padding: 60px 0;
  }
  .breadcumb-wrapper .breadcumb-title {
    font-size: 27px;
  }
  .breadcumb-wrapper .breadcumb-title .inner-text {
    font-size: inherit;
  }
}
/* =========================================
CORE VALUES SECTION RESPONSIVE
(IMAGE ONLY HEIGHT CHANGED)
========================================= */
/* Laptop */
@media (max-width: 1199.98px) {
  .core-values-image img {
    height: 420px;
  }
  .core-value-card__title {
    font-size: 18px;
  }
  .core-value-card .para {
    font-size: 15px;
    line-height: 1.6;
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .core-values-shape {
    display: none;
  }
  .core-values-section .row {
    row-gap: 28px;
  }
  .core-values-image img {
    height: 360px;
  }
  .core-value-card {
    padding: 16px;
  }
  .core-value-card__title {
    font-size: 17px;
  }
  .core-value-card .para {
    font-size: 14px;
  }
}
/* Mobile */
@media (max-width: 767.98px) {
  .core-values-section {
    padding: 55px 0;
  }
  .core-values-list {
    gap: 12px;
  }
  .core-values-image img {
    height: 280px;
  }
  .core-value-card {
    padding: 15px;
    gap: 12px;
    border-radius: 18px;
  }
  .core-value-card__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  .core-value-card__icon img {
    width: 22px;
    height: 22px;
  }
  .core-value-card__title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .core-value-card .para {
    font-size: 16px;
    line-height: 1.55;
  }
}
/* Small Mobile */
@media (max-width: 575.98px) {
  .core-values-image img {
    height: 350px;
  }
  .core-value-card {
    padding: 14px;
    gap: 10px;
  }
  .core-value-card__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }
  .core-value-card__icon img {
    width: 20px;
    height: 20px;
  }
  .core-value-card__title {
    font-size: 17px;
  }
  .core-value-card .para {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 991.98px) {
  .founder-shape {
    display: none;
  }
  .img-box10.founder-img-box {
    justify-content: center;
    margin-bottom: 20px;
  }
  .founder-content {
    max-width: 100%;
    min-height: auto;
    text-align: center;
  }
  .founder-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .founder-social {
    width: auto;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .img-box10.founder-img-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 18px;
  }
  .img-box10.founder-img-box .img-1 {
    margin-right: -70px;
    margin-top: 85px;
    z-index: 1;
  }
  .img-box10.founder-img-box .img-2 {
    z-index: 2;
  }
  .img-box10.founder-img-box .img-1 img {
    width: 230px;
    height: 320px;
  }
  .img-box10.founder-img-box .img-2 img {
    width: 210px;
    height: 280px;
  }
  .founder-content {
    text-align: center;
  }
  .founder-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .founder-social {
    width: auto;
    justify-content: center;
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .img-box10.founder-img-box {
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }
  .img-box10.founder-img-box .img-1 {
    margin-right: -58px;
    margin-top: 72px;
  }
  .img-box10.founder-img-box .img-1 img {
    width: 200px;
    height: 285px;
  }
  .img-box10.founder-img-box .img-2 img {
    width: 180px;
    height: 240px;
  }
  .founder-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .founder-social {
    width: auto;
    padding: 10px 12px;
    font-size: 12px;
    justify-content: center;
  }
  .founder-social i {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .vision-shape {
    display: none;
  }
  .vision-mission-section .row {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 52px;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-section .section-header {
    margin-bottom: 26px;
  }
  .vision-mission-section .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 50px;
  }
  .vision-card {
    margin-top: 40px;
    padding: 0 18px 20px;
    border-radius: 18px;
  }
  .vision-card__icon {
    width: 78px;
    height: 78px;
    margin: -40px auto 16px;
    box-shadow: 0 0 0 8px #fff;
  }
  .vision-card__icon::before {
    inset: -6px;
  }
  .vision-card__icon img {
    width: 34px;
    height: 34px;
  }
  .vision-card__title {
    font-size: 22px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
  .vision-card .para {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 575.98px) {
  .vision-mission-section .row {
    --bs-gutter-y: 46px;
  }
  .vision-card {
    padding: 0 16px 18px;
  }
}
@media (max-width: 991.98px) {
  .guru-heritage-timeline {
    padding: 20px 0 34px;
    margin-top: 26px;
  }
  .guru-heritage-timeline::before,
  .guru-heritage-timeline::after {
    left: 16px;
    transform: none;
    width: 24px;
    height: 24px;
    border-width: 5px;
  }
  .guru-heritage-timeline::before {
    top: 6px;
  }
  .guru-heritage-timeline::after {
    bottom: 2px;
  }
  .guru-heritage-card {
    padding: 18px 0;
    margin-top: -2px;
  }
  .guru-heritage-card::before,
  .guru-heritage-card--right::before {
    left: 16px;
    right: auto;
    width: calc(100% - 16px);
    border-width: 8px;
    border-radius: 34px 0 0 34px;
    border-right: 0;
  }
  .guru-heritage-card::after,
  .guru-heritage-card--right::after {
    left: 23px;
    right: auto;
    width: calc(100% - 23px);
    top: 7px;
    height: calc(100% - 14px);
    border-width: 8px;
    border-radius: 28px 0 0 28px;
    border-right: 0;
  }
  .guru-heritage-card:last-child::before {
    height: calc(100% - 18px);
  }
  .guru-heritage-card:last-child::after {
    height: calc(100% - 25px);
  }
  .guru-heritage-card__frame {
    min-height: auto;
  }
  .guru-heritage-card__visual,
  .guru-heritage-card--right .guru-heritage-card__visual {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .guru-heritage-card__visual img {
    width: 108px;
    height: 108px;
    border-radius: 16px;
  }
  .guru-heritage-card__content,
  .guru-heritage-card--right .guru-heritage-card__content {
    width: 100%;
    margin: 0;
    padding: 0 12px 0 34px;
  }
  .guru-heritage-card__title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .guru-heritage-card__content .para {
    font-size: 15px;
    line-height: 1.3;
  }
  .guru-heritage-card__content .para .timeline-btn-sm {
    margin-top: 8px;
  }
  .timeline-btn-sm {
    padding: 6px 10px !important;
    font-size: 11px !important;
    min-height: 30px;
    border-radius: 6px;
  }
}
@media (max-width: 575.98px) {
  .guru-heritage-timeline {
    padding: 16px 0 30px;
    margin-top: 18px;
  }
  .guru-heritage-timeline::before,
  .guru-heritage-timeline::after {
    left: 97%;
    width: 26px;
    margin-bottom: 36px;
    height: 26px;
    border-width: 5px;
  }
  .guru-heritage-card::before,
  .guru-heritage-card--right::before {
    left: 12px;
    width: calc(100% - 12px);
    border-width: 7px;
    border-radius: 28px 0 0 28px;
  }
  .guru-heritage-card::after,
  .guru-heritage-card--right::after {
    left: 18px;
    width: calc(100% - 18px);
    top: 6px;
    height: calc(100% - 12px);
    border-width: 7px;
    border-radius: 22px 0 0 22px;
  }
  .guru-heritage-card__visual img {
    width: 92px;
    height: 92px;
  }
  .guru-heritage-card__content,
  .guru-heritage-card--right .guru-heritage-card__content {
    padding: 0 10px 0 28px;
  }
  .guru-heritage-card__title {
    font-size: 16px;
  }
  .guru-heritage-card__content .para {
    font-size: 17px;
    line-height: 1.6;
  }
}
/* ===== LAPTOP ===== */
@media (max-width: 1199.98px) {
  .teacher-showcase-card__name {
    font-size: 22px;
  }
  .teacher-showcase-card__btn {
    padding: 9px 18px;
    font-size: 13px;
    min-height: 40px;
  }
  .teacher-showcase-card__socials a {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
}
/* ===== TABLET ===== */
@media (max-width: 991.98px) {
  .teacher-showcase-card__name {
    font-size: 21px;
  }
  .teacher-showcase-card__role {
    font-size: 13px;
    min-height: auto;
  }
  .teacher-showcase-card__footer {
    gap: 10px;
  }
  .teacher-showcase-card__btn {
    padding: 8px 16px;
    font-size: 13px;
    min-height: 38px;
  }
  .teacher-showcase-card__socials a {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
/* ===== MOBILE ===== */
@media (max-width: 767.98px) {
  .teacher-showcase-card__name {
    font-size: 20px;
  }
  .teacher-showcase-card__role {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .teacher-showcase-card__footer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 8px;
  }
  .teacher-showcase-card__btn {
    padding: 8px 14px;
    font-size: 12px;
    min-height: 36px;
    border-radius: 8px;
  }
  .teacher-showcase-card__socials a {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}
/* ===== SMALL MOBILE ===== */
@media (max-width: 575.98px) {
  .teacher-showcase-card__footer {
    justify-content: center;
    gap: 8px;
    padding-top: 6px;
  }
  .teacher-showcase-card__btn {
    padding: 7px 12px;
    font-size: 12px;
    min-height: 34px;
  }
  .teacher-showcase-card__socials a {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .ttc-quick-info-bar {
    margin-top: 14px;
  }
  .ttc-quick-info-bar__item {
    padding: 16px 12px;
  }
  .ttc-quick-info-bar__item span {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 1199.98px) {
  .ttc-gallery-showcase-main,
  .ttc-gallery-showcase-main img {
    min-height: 460px;
  }
  .col-md-6 .card img {
    height: 220px;
  }
}
@media (max-width: 991.98px) {
  .ttc-gallery-showcase-main,
  .ttc-gallery-showcase-main img {
    min-height: 380px;
  }
  .col-md-6 .card img {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .ttc-gallery-showcase-main,
  .ttc-gallery-showcase-main img {
    min-height: 230px;
  }
  .col-md-6 .card img {
    height: 110px;
  }
  .ttc-gallery-showcase-mini {
    width: 76px;
    height: 60px;
    flex: 0 0 76px;
  }
  .ttc-gallery-showcase-mini img {
    width: 76px;
    height: 60px;
  }
  .ttc-gallery-showcase-strip {
    margin-top: 14px;
  }
}
@media (max-width: 768px) {
  .ttc-classic-card__pricing {
    grid-template-columns: repeat(3, 1fr); /* keep 3 columns */
    gap: 6px;
  }
  .ttc-classic-card__price {
    padding: 0 4px;
    text-align: center;
  }
  .ttc-classic-card__price--border {
    border-left: 1px solid rgba(154, 86, 58, 0.25);
    padding-left: 6px;
  }
  .ttc-classic-card__price strong {
    font-size: 16px; /* thoda small */
    line-height: 1.2;
  }
  .ttc-classic-card__price span {
    font-size: 11px; /* compact text */
    line-height: 1.4;
  }
  /* Button fix */
  .ttc-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
  }
  .ttc-btn-group .btn {
    width: 100%;
    padding: 11px;
    font-size: 13px;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .ttc-classic-card__title {
    font-size: 22px;
    line-height: 1.2;
    padding: 0 6px; /* side breathing space */
    word-break: break-word;
  }
  .ttc-classic-card__meta li strong {
    grid-column: 2;
    font-size: 14.5px;
    white-space: normal; /* wrap allow */
  }
  .ttc-classic-card__meta li span {
    font-size: 13px;
  }
  .ttc-classic-card__pricing {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
  .ttc-classic-card__price {
    padding: 0 2px;
  }
  .ttc-classic-card__price--border {
    padding-left: 6px;
    border-left: 1px solid rgba(154, 86, 58, 0.2);
  }
  .ttc-classic-card__price strong {
    font-size: 14px; /* smaller but readable */
    line-height: 1.2;
  }
  .ttc-classic-card__price span {
    font-size: 9px;
    line-height: 1.3;
    font-weight: bold;
  }
  .ttc-btn-group {
    grid-template-columns: 1fr 1fr; /* stack */
  }
  .ttc-btn-group .btn {
    font-size: 11px;
    padding: 6px;
  }
}
@media (max-width: 1199.98px) {
  .ttc-overview-gallery__slide {
    height: 420px;
  }
}
@media (max-width: 991.98px) {
  .ttc-overview-side-card {
    position: static;
    top: auto;
  }
  .ttc-overview-gallery__slide {
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .ttc-overview-side-card {
    padding: 20px 14px;
    border-radius: 20px;
  }
  .ttc-overview-gallery__slider,
  .ttc-overview-gallery__slide,
  .ttc-overview-gallery__slide img {
    border-radius: 20px;
  }
  .ttc-overview-gallery__slide {
    height: 280px;
  }
  .ttc-overview-gallery__prev,
  .ttc-overview-gallery__next {
    width: 40px;
    height: 58px;
  }
  .ttc-overview-gallery__prev i,
  .ttc-overview-gallery__next i {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .ttc-dates-classic-wrap {
    overflow: visible;
    border-radius: 18px;
  }
  .ttc-dates-classic,
  .ttc-dates-classic thead,
  .ttc-dates-classic tbody,
  .ttc-dates-classic tr,
  .ttc-dates-classic th,
  .ttc-dates-classic td {
    display: block;
    width: 100%;
  }
  .ttc-dates-classic {
    min-width: 100%;
  }
  .ttc-dates-classic thead {
    display: none;
  }
  .ttc-dates-classic tbody tr {
    margin-bottom: 16px;
    border: 1px solid rgba(154, 86, 58, 0.12);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 22px rgba(18, 31, 56, 0.05);
  }
  .ttc-dates-classic tbody tr:nth-child(even) td {
    background: #fff;
  }
  .ttc-dates-classic tbody td {
    position: relative;
    padding: 12px 14px 12px 150px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid rgba(154, 86, 58, 0.08);
    font-size: 15px;
    line-height: 1.55;
    min-height: 54px;
    display: flex;
    align-items: center;
  }
  .ttc-dates-classic tbody tr td:last-child {
    border-bottom: 0;
  }
  .ttc-dates-classic tbody td::before {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--text-color);
    content: "";
  }
  .ttc-dates-classic tbody td:nth-child(1)::before {
    content: "Date";
  }
  .ttc-dates-classic tbody td:nth-child(2)::before {
    content: "Private Room";
  }
  .ttc-dates-classic tbody td:nth-child(3)::before {
    content: "Double Sharing";
  }
  .ttc-dates-classic tbody td:nth-child(4)::before {
    content: "Triple Sharing";
  }
  .ttc-dates-classic tbody td:nth-child(5)::before {
    content: "Booking";
  }
  .ttc-dates-classic tbody td:first-child,
  .ttc-dates-classic tbody td:nth-child(2),
  .ttc-dates-classic tbody td:nth-child(3),
  .ttc-dates-classic tbody td:nth-child(4),
  .ttc-dates-classic tbody td:last-child {
    width: 100%;
  }
  .ttc-dates-classic tbody td:first-child {
    font-size: 15px;
    line-height: 1.6;
  }
  .ttc-dates-classic tbody td:last-child {
    justify-content: flex-start;
  }
  .ttc-dates-classic__book-btn {
    min-width: 120px;
    padding: 8px 14px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .ttc-dates-classic tbody td {
    padding: 10px 12px 10px 118px;
    font-size: 14px;
    min-height: 50px;
  }
  .ttc-dates-classic tbody td::before {
    left: 12px;
    width: 92px;
    font-size: 12px;
  }
  .ttc-dates-classic tbody td:first-child {
    font-size: 14px;
  }
  .ttc-dates-classic__book-btn {
    min-width: 108px;
    padding: 7px 12px;
    font-size: 14px;
  }
}
/* ================= MOBILE (0 - 575px) ================= */
@media (max-width: 575px) {
  .ttc-inclusion-feature {
    flex-direction: row;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }
  .ttc-inclusion-feature__icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 14px;
  }
  .ttc-inclusion-feature__icon img {
    width: 26px;
    height: 26px;
  }
  .ttc-inclusion-feature__text {
    font-size: 14px;
  }
}
/* ================= SMALL TABLET (576 - 767px) ================= */
@media (min-width: 576px) and (max-width: 767px) {
  .ttc-inclusion-feature {
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }
  .ttc-inclusion-feature__icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }
  .ttc-inclusion-feature__icon img {
    width: 30px;
    height: 30px;
  }
  .ttc-inclusion-feature__text {
    font-size: 15px;
  }
}
/* ================= TABLET (768 - 991px) ================= */
@media (min-width: 768px) and (max-width: 991px) {
  .ttc-inclusion-feature {
    padding: 15px;
    gap: 13px;
  }
  .ttc-inclusion-feature__icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
  }
  .ttc-inclusion-feature__text {
    font-size: 16px;
  }
}
/* ================= LARGE SCREEN (1200px+) ================= */
@media (min-width: 1200px) {
  .ttc-inclusion-feature {
    padding: 18px;
    gap: 16px;
  }
  .ttc-inclusion-feature__icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
  .ttc-inclusion-feature__icon img {
    width: 40px;
    height: 40px;
  }
  .ttc-inclusion-feature__text {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .ttc-cert-image {
    grid-template-columns: 1fr;
  }
  .ttc-cert-power__image--main,
  .ttc-cert-power__image--float {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .ttc-cert-image {
    gap: 12px;
    margin-bottom: 18px;
  }
  .ttc-cert__image {
    border-radius: 18px;
  }
  .ttc-cert-power__image--main,
  .ttc-cert-power__image--float {
    height: 220px;
  }
  .sub-heading {
    margin: 20px 0 10px;
    font-size: 24px;
  }
  .ttc-cert-power__list li {
    padding: 12px 14px 12px 42px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 14px;
  }
  .ttc-cert-power__list li::before {
    left: 15px;
    top: 14px;
    font-size: 15px;
  }
}
/* Syllabus responsive */
@media (max-width: 1199.98px) {
  .ttc-syllabus-hour-card {
    min-height: 135px;
    padding: 22px 16px;
  }
  .ttc-syllabus-hour-card strong {
    font-size: 24px;
  }
  .ttc-syllabus-hour-card p {
    font-size: 14px;
    line-height: 1.5;
  }
  .ttc-syllabus-accordion .accordion-button {
    padding: 16px 48px 16px 18px;
    font-size: 16px;
  }
  .ttc-syllabus-accordion .accordion-body {
    padding: 18px;
  }
}
@media (max-width: 991.98px) {
  .ttc-syllabus-hour-card {
    min-height: 128px;
    padding: 20px 14px;
  }
  .ttc-syllabus-hour-card strong {
    font-size: 23px;
  }
  .ttc-syllabus-hour-card p {
    font-size: 13px;
    line-height: 1.45;
  }
  .ttc-syllabus-accordion .accordion-button {
    padding: 15px 46px 15px 16px;
    font-size: 15px;
  }
  .ttc-syllabus-list-card h3 {
    font-size: 17px;
  }
  .ttc-syllabus-list-card li,
  .ttc-syllabus-tags span {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .ttc-syllabus-hour-card {
    min-height: auto;
    padding: 18px 16px;
    gap: 7px;
    outline-offset: -7px;
  }
  .ttc-syllabus-hour-card strong {
    font-size: 24px;
  }
  .ttc-syllabus-hour-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
  }
  .ttc-syllabus-accordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .ttc-syllabus-accordion .accordion-button {
    padding: 14px 42px 14px 14px;
    font-size: 14px;
  }
  .ttc-syllabus-accordion .accordion-button::after {
    right: 14px;
  }
  .ttc-syllabus-accordion .accordion-body,
  .ttc-syllabus-list-card {
    padding: 14px 12px;
  }
  .ttc-syllabus-list-card {
    border-radius: 10px;
  }
  .ttc-syllabus-list-card h3 {
    font-size: 16px;
  }
  .ttc-syllabus-list-card li {
    font-size: 13px;
    line-height: 1.55;
  }
  .ttc-syllabus-tags span {
    font-size: 12px;
    padding: 7px 9px;
  }
}
@media (max-width: 480px) {
  .ttc-syllabus-hour-card {
    padding: 16px 14px;
  }
  .ttc-syllabus-hour-card strong {
    font-size: 22px;
  }
  .ttc-syllabus-hour-card p,
  .ttc-syllabus-accordion .accordion-button {
    font-size: 13px;
  }
  .ttc-syllabus-accordion .accordion-button {
    padding: 13px 40px 13px 12px;
  }
  .ttc-syllabus-accordion .accordion-body {
    padding: 12px;
  }
  .ttc-syllabus-list-card h3 {
    font-size: 15px;
  }
  .ttc-syllabus-list-card li,
  .ttc-syllabus-tags span {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .ttc-schedule-table-wrap {
    margin-top: 16px;
    border-radius: 12px;
  }
  .ttc-schedule-table th {
    padding: 13px 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .ttc-schedule-table td {
    padding: 12px 8px;
    font-size: 12.5px;
    line-height: 1.35;
  }
  .ttc-schedule-table th:first-child,
  .ttc-schedule-table td:first-child {
    width: 44%;
  }
}
@media (max-width: 480px) {
  .ttc-schedule-table th {
    padding: 12px 8px;
    font-size: 12px;
  }
  .ttc-schedule-table td {
    padding: 11px 6px;
    font-size: 11.5px;
  }
}
@media (max-width: 991.98px) {
  .excursion-card,
  .excursion-card__content {
    min-height: 205px;
  }
}
@media (max-width: 767.98px) {
  .excursion-slider {
    padding-bottom: 50px;
  }
  .excursion-card,
  .excursion-card__content {
    min-height: 200px;
    border-radius: 16px;
  }
  .excursion-card__content {
    padding: 16px;
  }
  .excursion-card__content h3 {
    font-size: 18px;
  }
  .excursion-card__content p {
    font-size: 12.5px;
  }
}
/* =================================
   FOOD NOTES + ROOM SLIDER RESPONSIVE
================================= */
@media (max-width: 991.98px) {
  .ttc-food-note {
    font-size: 14px;
    padding: 12px 16px;
  }
  .ttc-room-card {
    height: 220px;
    border-radius: 16px;
  }
  .ttc-room-gallery__head h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .ttc-food-note {
    font-size: 13px;
    padding: 10px 14px;
    letter-spacing: 0.6px;
  }
  .ttc-room-gallery__head {
    margin-bottom: 12px;
  }
  .ttc-room-card {
    height: 180px;
    border-radius: 14px;
  }
  .ttc-room-gallery__head h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ttc-food-note {
    font-size: 12px;
    padding: 9px 12px;
  }
  .ttc-room-card {
    height: 220px;
  }
}
/* Responsive only */
@media (max-width: 991.98px) {
  .ttc-book-card img {
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .ttc-book-card img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .ttc-book-card img {
    height: 300px;
  }
}
/* Mobile: one card full, smooth swipe, no scrollbar */
@media (max-width: 767px) {
  .shorts-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .shorts-row::-webkit-scrollbar {
    display: none;
  }
  .shorts-row {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
  }
}
/* mobile card size tweak */
@media (max-width: 767.98px) {
  .ttc-short-card__caption {
    font-size: 14px;
  }
}
/* ==================================
   TABLET
================================== */
@media (max-width: 991px) {
  .program-card-img img {
    height: 210px;
  }
  .program-title-bar {
    font-size: 18px;
  }
  .price-value {
    font-size: 25px;
  }
  .program-btn {
    min-width: 160px;
    padding: 12px 22px !important;
    font-size: 15px !important;
  }
}
/* ==================================
   MOBILE
================================== */
@media (max-width: 767px) {
  .program-card {
    height: auto;
  }
  .program-card-img img {
    height: 220px;
  }
  .program-title-bar {
    font-size: 17px;
    padding: 12px 15px;
  }
  .prog-card-content {
    padding: 16px;
  }
  .yoga-info-row {
    padding: 9px 0;
    gap: 10px;
  }
  .yoga-info-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 16px;
  }
  .info-label {
    font-size: 12px;
  }
  .info-value {
    font-size: 14px;
  }
  /* SAME ROW PRICE + BUTTON */
  .price-row {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .price-box {
    flex: 1;
  }
  .price-value {
    font-size: 20px;
  }
  .program-btn {
    width: auto !important;
    min-width: 150px;
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
}
/* SMALL MOBILE */
@media (max-width: 575px) {
  .program-card-img img {
    height: 190px;
  }
  .program-title-bar {
    font-size: 16px;
  }
  .price-value {
    font-size: 20px;
  }
  .program-btn {
    min-width: 135px;
    padding: 11px 14px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .bali-certified-clean-img {
    height: 470px;
  }
  .bali-certified-clean-content .para {
    font-size: 16px;
    line-height: 1.68;
  }
  .bali-certified-clean-item {
    min-height: 110px;
    padding: 18px 10px;
  }
}
@media (max-width: 991.98px) {
  .bali-certified-clean-img {
    height: 430px;
  }
  .bali-certified-clean-content {
    padding-left: 0;
    text-align: center;
  }
  .bali-certified-clean-content .para {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .bali-certified-clean-section {
    padding: 55px 0;
  }
  .bali-certified-clean-img {
    height: 320px;
  }
  .bali-certified-clean-list {
    grid-template-columns: 1fr;
  }
  .bali-certified-clean-item {
    min-height: auto;
    padding: 16px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(154, 86, 58, 0.16);
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  .bali-certified-clean-item:last-child {
    border-bottom: 0;
  }
  .bali-certified-clean-item i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    font-size: 16px;
  }
  .bali-certified-clean-item span {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .bali-certified-clean-img {
    height: 280px;
  }
  .bali-certified-clean-content .section-title {
    font-size: 28px;
  }
  .bali-certified-clean-content .para {
    font-size: 15px;
    line-height: 1.65;
  }
}
@media (max-width: 991.98px) {
  .bali-purpose-card {
    padding: 28px 24px;
  }
  .bali-purpose-card .para {
    font-size: 16px;
    line-height: 1.7;
  }
  .bali-purpose-title {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .bali-course-purpose-section {
    padding: 55px 0;
  }
  .bali-purpose-card {
    padding: 24px 18px;
  }
  .bali-purpose-card::before {
    inset: 10px;
  }
  .bali-purpose-title {
    font-size: 24px;
  }
  .bali-purpose-list__item {
    padding: 12px;
  }
}
@media (max-width: 991.98px) {
  .payflow-section .payflow-shell {
    padding: 28px;
  }
  .payflow-section .payflow-lead {
    max-width: 100%;
  }
  .payflow-section .payflow-help {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .payflow-section .payflow-shell {
    padding: 20px 16px;
    border-radius: 22px;
  }
  .payflow-section .payflow-title {
    font-size: 30px;
  }
  .payflow-section .payflow-card {
    padding: 20px 16px;
  }
  .payflow-section .payflow-card__title {
    font-size: 26px;
  }
  .payflow-section .payflow-prices {
    grid-template-columns: 1fr;
  }
  .payflow-section .payflow-help__text a {
    font-size: 18px;
  }
  .payflow-section .payflow-control {
    height: 48px;
    font-size: 14px;
  }
}
/* =========================================
   CURRENCY FEATURE SECTION
========================================= */
.currency-section .currency-feature-row {
  margin-top: 8px;
}
.currency-section .currency-card-box {
  width: 100%;
  max-width: 220px;
  min-height: 210px;
  height: 100%;
  padding: 24px 18px;
  border-radius: 18px;
  border: 1px solid rgba(18, 31, 56, 0.08);
  box-shadow: 0 14px 30px rgba(18, 31, 56, 0.05);
}
.currency-section .currency-card-box::before {
  border-color: rgba(154, 86, 58, 0.16);
  border-radius: 14px;
}
.currency-section .currency-card-box:hover {
  transform: translateY(-6px);
}
.currency-section .currency-icon-wrap {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8eee9;
}
.currency-section .currency-icon-wrap i {
  font-size: 34px;
  color: var(--primary-color);
  line-height: 1;
}
.currency-section .currency-title-box {
  min-height: 44px;
  margin-bottom: 8px;
  font-size: 15px;
}
.currency-section .currency-code {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f7f3ef;
  color: var(--text-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.currency-section .currency-feature-row > div:nth-child(1) .currency-icon-wrap {
  background: rgba(52, 93, 201, 0.12);
}
.currency-section .currency-feature-row > div:nth-child(1) .currency-icon-wrap i {
  color: #345dc9;
}
.currency-section .currency-feature-row > div:nth-child(2) .currency-icon-wrap {
  background: rgba(40, 167, 69, 0.12);
}
.currency-section .currency-feature-row > div:nth-child(2) .currency-icon-wrap i {
  color: #28a745;
}
.currency-section .currency-feature-row > div:nth-child(3) .currency-icon-wrap {
  background: rgba(255, 153, 51, 0.14);
}
.currency-section .currency-feature-row > div:nth-child(3) .currency-icon-wrap i {
  color: #ff9933;
}
.currency-section .currency-feature-row > div:nth-child(4) .currency-icon-wrap {
  background: rgba(0, 150, 199, 0.12);
}
.currency-section .currency-feature-row > div:nth-child(4) .currency-icon-wrap i {
  color: #0096c7;
}
.currency-section .currency-feature-row > div:nth-child(5) .currency-icon-wrap {
  background: rgba(214, 40, 40, 0.12);
}
.currency-section .currency-feature-row > div:nth-child(5) .currency-icon-wrap i {
  color: #d62828;
}
.currency-section .currency-feature-row > div:nth-child(6) .currency-icon-wrap {
  background: rgba(93, 63, 211, 0.12);
}
.currency-section .currency-feature-row > div:nth-child(6) .currency-icon-wrap i {
  color: #5d3fd3;
}

@media (max-width: 767.98px) {
  .currency-section .currency-card-box {
    min-height: 190px;
    padding: 20px 14px;
  }
  .currency-section .currency-icon-wrap {
    width: 72px;
    height: 72px;
  }
  .currency-section .currency-icon-wrap i {
    font-size: 28px;
  }
  .currency-section .currency-title-box {
    min-height: auto;
    font-size: 14px;
  }
  .currency-section .currency-code {
    font-size: 11px;
    padding: 5px 10px;
  }
}
/* =========================================
Responsive
========================================= */
@media (max-width: 991.98px) {
  .about-aatm-team__image img {
    height: 300px;
  }
  .about-aatm-team__content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .about-aatm-team__image img {
    height: 300px;
  }
  .about-aatm-team__content {
    padding: 16px;
  }
  .about-aatm-team__content h3 {
    font-size: 20px;
  }
  .about-aatm-team__content p {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .about-aatm-team__image img {
    height: 300px;
  }
}/*# sourceMappingURL=responsive.css.map */