@charset "UTF-8";
/* -------------------------------------
      🍔 Components - Variables
  ------------------------------------- */
/* -------------------------------------
      Reset Styles
  ------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-display: swap;
  font-family: 'Parkinsans', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

body {
  overflow-y: auto;
  height: auto;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
@media (max-width: 768px) {
  body {
    margin-top: 60px;
  }
}
/* -------------------------------------
      🍔 Components - Header
  ------------------------------------- */
/* .c-header {
  background-color: #fff;
  padding: 4px 0;
  position: relative;
  width: 100%;
  z-index: 12;
  border-radius: 0 0 40px 40px;
} */
/* .c-header .header-primary {
  background-color: #7fb5a3 !important;
  padding: 2px 0 2px 20px;
  border-radius: 100px;
  width: 100% !important;
} */

.c-header .header-primary {
  background-color: #7fb5a3 !important;
  padding: 10px 0;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.c-header > .container-fluid,
.c-header .container-fluid.px-4 {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-header .header-primary,
.c-header .header-secondary {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-header .header-primary .container-lg,
.c-header .header-secondary .container,
.c-header .header-secondary .container-lg {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-header .header-primary .row,
.c-header .header-secondary .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#scrollToTopBtn:hover {
  background-color: #333;
}
.sticky {
  background-color: #fff;
  position: fixed;
}

/* Header menu should blend with banner */
.c-header .header-secondary {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.c-header .header-secondary .container,
.c-header .header-secondary .container-lg,
.c-header .header-secondary .row,
.c-header .header-secondary .menuBar {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Remove any pseudo white overlay */
.c-header .header-secondary::before,
.c-header .header-secondary::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

/* responsive */
/* =========================
   LARGE TABLET / SMALL LAPTOP
========================= */
@media (max-width: 1199px) {
  .c-header .header-primary {
    padding: 8px 0;
  }

  .c-header .header-primary .container-lg,
  .c-header .header-secondary .container,
  .c-header .header-secondary .container-lg {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .c-header .header-primary {
    padding: 8px 0;
  }

  .c-header .header-primary .container-lg,
  .c-header .header-secondary .container,
  .c-header .header-secondary .container-lg {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .c-header .header-primary .row,
  .c-header .header-secondary .row {
    align-items: center;
  }

  .sticky {
    width: 100%;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
  .c-header .header-primary {
    padding: 6px 0;
  }

  .c-header > .container-fluid,
  .c-header .container-fluid.px-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .c-header .header-primary .container-lg,
  .c-header .header-secondary .container,
  .c-header .header-secondary .container-lg {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .c-header .header-primary .row,
  .c-header .header-secondary .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .c-header .header-secondary .menuBar {
    width: 100%;
  }

  .sticky {
    top: 0;
    left: 0;
    width: 100%;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 575px) {
  .c-header .header-primary {
    padding: 5px 0;
  }

  .c-header .header-primary .container-lg,
  .c-header .header-secondary .container,
  .c-header .header-secondary .container-lg {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
/*----------------------------------------*/
/* Keep header over banner */
.c-header {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
}

/* Sticky header also transparent if you want same look on top */
.c-header.sticky,
.c-header.sticky .header-secondary {
  background: transparent !important;
  box-shadow: none !important;
}

/* *** Banner *** */
.c-banner.type-01 {
  position: relative;
  height: 109vh !important;
  overflow: hidden;
  margin-bottom: 60px;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 900px;
  min-height: 130vh;
  overflow: hidden;
  background: #000;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.banner-center-text {
  max-width: 100%;
  margin: 0 auto;
}

.banner-center-text h1 {
  font-size: 65px;
  font-family: cormorantgaramond-semibold, cormorantgaramond, 'Cormorant Garamond', serif;
  font-weight: 580;
  color: #fff;
  line-height: .9;
  margin-top: 180px;
  margin-bottom: 180px;
}

.banner-center-text p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .c-header {
    position: relative !important;
    top: auto;
    left: auto;
    background: #fff !important;
  }

  .c-header .header-secondary,
  .c-header.sticky,
  .c-header.sticky .header-secondary {
    background: #fff !important;
  }
}

/* banner tablet */
@media (max-width: 991px) {
  .c-banner.type-01 {
    height: 85vh !important;
    margin-bottom: 35px;
  }

  .video-wrapper {
    height: 100%;
    min-height: unset;
  }

  .banner-center-text {
    max-width: 700px;
    padding: 0 20px;
  }

  .banner-center-text h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .banner-center-text p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* banner mobile */
@media (max-width: 767px) {
  .c-banner.type-01 {
    height: 68vh !important;
    margin-bottom: 25px;
  }

  .video-wrapper {
    height: 100%;
    min-height: unset;
  }

  .banner-overlay {
    padding: 16px;
  }

  .banner-center-text {
    max-width: 100%;
    padding: 0 10px;
  }

  .banner-center-text h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 80px;
    margin-bottom: 70px;
  }

  .banner-center-text p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 575px) {
  .c-banner.type-01 {
    height: 60vh !important;
  }

  .banner-center-text h1 {
    font-size: 26px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .banner-center-text p {
    font-size: 13px;
  }
}

/* ===== Swatma Weekly Schedule ===== */
.c-section.swatmaSchedule {
  background: #fff;
  padding: 0 !important;
  /* margin-top: -20px; */
}

.c-section.swatmaSchedule .container {
  max-width: 110%;
  padding: 0 10px;
}

.swatmaSchedule .swatmaSchedule-header {
  margin-bottom: 42px;
}

.swatmaSchedule .swatmaSchedule-icon svg {
  display: block;
  margin: 0 auto 14px;
}

.swatmaSchedule .swatmaSchedule-title {
  color: #8fc3b1;
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.swatmaSchedule h2 {
  margin-bottom: 30px;
}

.swatmaSchedule .swatmaSchedule-subtitle {
  color: #8fc3b1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  margin-bottom: 70px;
}

.swatmaSchedule .swatmaSchedule-days {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1.9fr));
  gap: 12px;
  min-width: 100% !important;
  margin-bottom: 28px;
  gap: 12px;
}

.swatmaSchedule .swatmaSchedule-day {
  background: #9bc9ba;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 22px 10px;
  min-height: 70px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.swatmaSchedule .swatmaSchedule-day.active {
  background: #75b3a0;
}

.swatmaSchedule .swatmaSchedule-panel {
  display: none;
}

.swatmaSchedule .swatmaSchedule-panel.active {
  display: block;
}

.swatmaSchedule-panel#wednesday .swatmaSchedule-times {
  grid-template-columns: repeat(3, 1fr);
}

.swatmaSchedule-panel#thursday .swatmaSchedule-times {
  grid-template-columns: repeat(4, 1fr);
}

.swatmaSchedule-panel#friday .swatmaSchedule-times {
  grid-template-columns: repeat(3, 1fr);
}

/* button-wise underline */
.swatmaSchedule .swatmaSchedule-times {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 10px 34px;
}

.swatmaSchedule-panel#tuesday .swatmaSchedule-times {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.swatmaSchedule-panel#saturday .swatmaSchedule-times {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swatmaSchedule .swatmaSchedule-times span {
  color: #c68a97;
  font-size: 0.87rem;
  text-align: center;
  padding: 0 20px 14px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s ease;
}

.swatmaSchedule .swatmaSchedule-times span.active {
  color: #7fb5a3;
}

.swatmaSchedule .swatmaSchedule-times span.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1.5px;
  background: #000;
}

.swatmaSchedule .swatmaSchedule-times span:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1.5px;
  background: #000;
}

/* DETAILS AREA */
.swatmaSchedule .swatmaSchedule-time-content {
  display: none;
}

.swatmaSchedule .swatmaSchedule-time-content.active {
  display: block;
}

.swatmaSchedule .swatmaSchedule-details {
  display: grid;
  grid-template-columns: 380px 270px 1fr;
  gap: 20px;
  align-items: start;
  padding: 0 60px;
}

.swatmaSchedule .swatmaSchedule-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.swatmaSchedule .swatmaSchedule-name h4 {
  color: #7fb5a3;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  max-width: none !important;
}

.swatmaSchedule-name h4 {
  margin: 0;
}

.swatmaSchedule-name .price {
  margin-top: 4px; /* gap control */
  font-size: 13px;
}

.swatmaSchedule .swatmaSchedule-desc p {
  color: #7fb5a3;
  /* margin-left: 100px !important; */

  font-size: 13px;
  line-height: 1.9;
  margin: 0;
  max-width: 280px;
}

.swatmaSchedule-icon svg {
  display: block;
}

.swatmaSchedule .swatmaSchedule-bookBtn {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 15px;
  background: #c68a97; /* red */
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.swatmaSchedule .swatmaSchedule-bookBtn:hover {
  background: #75b3a0; /* green (same theme color) */
  color: #fff;
}

.swatmaSchedule-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

/* right side (button + price) */
.swatmaSchedule-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

/* price */
.swatmaSchedule-price {
  font-size: 14px;
  font-weight: 700;
  color: #c68a97;
  margin-top: 17px;
}

/* paragraph fix */
.swatmaSchedule-desc p {
  margin: 0;
}

@media (max-width: 1199px) {
  .swatmaSchedule .swatmaSchedule-days {
    grid-template-columns: repeat(3, 1fr);
  }

  .swatmaSchedule .swatmaSchedule-details {
    grid-template-columns: 320px 220px 1fr;
    padding: 0 25px;
    gap: 18px;
  }

  .swatmaSchedule .swatmaSchedule-image img {
    height: 220px;
  }

  .swatmaSchedule .swatmaSchedule-name h4,
  .swatmaSchedule-name .price,
  .swatmaSchedule .swatmaSchedule-desc p,
  .swatmaSchedule .swatmaSchedule-bookBtn {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .swatmaSchedule .swatmaSchedule-subtitle {
    margin-bottom: 35px;
    padding: 0 14px;
  }

  .swatmaSchedule .swatmaSchedule-days {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .swatmaSchedule .swatmaSchedule-day {
    min-height: 58px;
    padding: 16px 8px;
    font-size: 14px;
    border-radius: 14px;
  }

  .swatmaSchedule .swatmaSchedule-times,
  .swatmaSchedule-panel#wednesday .swatmaSchedule-times,
  .swatmaSchedule-panel#thursday .swatmaSchedule-times,
  .swatmaSchedule-panel#friday .swatmaSchedule-times,
  .swatmaSchedule-panel#saturday .swatmaSchedule-times {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 24px;
  }

  .swatmaSchedule .swatmaSchedule-times span {
    font-size: 13px;
    padding: 0 10px 10px;
  }

  .swatmaSchedule .swatmaSchedule-details {
    grid-template-columns: 1fr;
    padding: 0 10px;
    gap: 14px;
  }

  .swatmaSchedule-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .swatmaSchedule-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .swatmaSchedule .swatmaSchedule-image img {
    height: 260px;
    border-radius: 14px;
  }

  .swatmaSchedule .swatmaSchedule-desc p {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .swatmaSchedule .swatmaSchedule-title {
    font-size: 28px;
    line-height: 1.25;
  }

  .swatmaSchedule .swatmaSchedule-subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .swatmaSchedule .swatmaSchedule-days {
    grid-template-columns: 1fr;
  }

  .swatmaSchedule .swatmaSchedule-times,
  .swatmaSchedule-panel#wednesday .swatmaSchedule-times,
  .swatmaSchedule-panel#thursday .swatmaSchedule-times,
  .swatmaSchedule-panel#friday .swatmaSchedule-times,
  .swatmaSchedule-panel#saturday .swatmaSchedule-times {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .swatmaSchedule .swatmaSchedule-times span {
    font-size: 13px;
    text-align: left;
    padding: 0 0 10px;
  }

  .swatmaSchedule .swatmaSchedule-image img {
    height: 220px;
  }

  .swatmaSchedule .swatmaSchedule-bookBtn {
    padding: 6px 14px;
    font-size: 12px;
  }

  .swatmaSchedule-price {
    font-size: 13px;
    margin-top: 0;
  }
}

/* ===== SWATMA TEACHER POPUP CSS START ===== */
body.popup-open {
  overflow: hidden;
  height: 100vh;
}
.swatmaTeacherPopup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow-y: hidden;
}

.swatmaTeacherPopup-box {
  width: 80%;
  max-width: 885px;
  height: 480px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  overflow: hidden;
  max-height: calc(100vh - 40px);
}

.swatmaTeacherPopup-left {
  padding: 58px 34px 42px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  min-height: 0;
}

.swatmaTeacherPopup-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  min-width: 70px;
  line-height: 1.02;
  font-weight: 400;
  color: #7fb5a3;
  margin: 0 0 8px 0;
}

.swatmaTeacherPopup-left h4 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: #7fb5a3;
  margin: 0 0 34px 0;
}

.swatmaTeacherPopup-left p {
  font-size: 12px;
  line-height: 1.42;
  color: #7fb5a3;
  max-width: 500px;
  margin: 0 0 34px 0;
  margin-top: 15px;
}

.swatmaTeacherPopup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 38px;
  border: 1.5px solid #7fb5a3;
  border-radius: 24px;
  color: #7fb5a3;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
}

.swatmaTeacherPopup-btn:hover {
  background: #7fb5a3;
  color: #fff;
}

.swatmaTeacherPopup-right {
  padding: 14px 14px 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swatmaTeacherPopup-right img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

.swatmaTeacherPopup-close {
  position: absolute;
  top: 18px;
  right: 24px;
  border: none;
  background: transparent;
  color: #5c3b3bdd;
  font-size: 42px;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

@media (max-width: 991px) {
  .swatmaTeacherPopup-box {
    grid-template-columns: 1fr;
    width: 92%;
    max-width: 920px;
    height: 480px;
    max-height: calc(100vh - 30px);
  }

  .swatmaTeacherPopup-left {
    order: 2;
    padding: 20px 22px 24px;
    overflow-y: auto;
    min-height: 0;
  }

  .swatmaTeacherPopup-right {
    order: 1;
    padding: 14px 14px 0 14px;
    min-height: 0;
  }

  .swatmaTeacherPopup-left h2 {
    font-size: 20px;
  }

  .swatmaTeacherPopup-left h4 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .swatmaTeacherPopup-left p {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .swatmaTeacherPopup-right img {
    max-height: 220px;
    height: 220px;
    border-radius: 22px;
  }
}

@media (max-width: 575px) {
  .swatmaTeacherPopup-box {
    width: 96%;
    max-width: 96%;
    height: 480px;
    max-height: calc(100vh - 20px);
    border-radius: 12px;
  }

  .swatmaTeacherPopup-right {
    padding: 10px 10px 0 10px;
  }

  .swatmaTeacherPopup-right img {
    width: 100%;
    height: 170px;
    max-height: 170px;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    background: #fff;
  }

  .swatmaTeacherPopup-left {
    padding: 14px 16px 18px;
  }

  .swatmaTeacherPopup-left h2 {
    font-size: 20px;
  }

  .swatmaTeacherPopup-btn {
    width: 124px;
    height: 36px;
    font-size: 12px;
  }
}
/* ===== SWATMA TEACHER POPUP CSS END ===== */

/* ===== SWATMA PRESENCE EXACT CSS START ===== */

.swatmaPresenceSection {
  padding: 80px 0 100px;
  background: #f6f7f5;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(60deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(-60deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size:
    46px 46px,
    46px 46px,
    46px 46px;
}

.swatmaPresenceContainer {
  max-width: 1100px;
  margin: auto;
}

.swatmaPresenceTitle {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1;
  color: #8fbfb0;
  text-align: center;
  margin-bottom: 55px;
}

.swatmaPresenceGrid {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}

.swatmaPresenceCard {
  width: 360px;
}

/* IMAGE EXACT */
.swatmaPresenceImageWrap {
  width: 90%;
  height: 420px;
  overflow: hidden;
}
/* EXACT SHAPE */
.swatmaPresenceImageWrap {
  width: 95%;
  height: 400px;
  overflow: hidden;

  /* EXACT SHAPE */
  border-radius: 32px 0px 32px 0px !important;
}

.swatmaPresenceImageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; /* MUST */
}

/* CONTENT */
.swatmaPresenceContent {
  margin-top: 5px;
}

.swatmaPresenceRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.swatmaPresenceRow h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: #8fbfb0;
  margin: 0;
}

.swatmaPresenceIcon {
  font-size: 14px;
  color: #000;
  cursor: pointer;
  /* margin-left: 5px !important; */
  margin-right: 50px !important;
}

/* DESCRIPTION EXACT */
.swatmaPresenceContent p {
  font-size: 13px;
  line-height: 1.5;
  color: #8fbfb0;
  margin: 0;
  max-width: 250px !important;
}

/* laptop / medium */
@media (max-width: 1199px) {
  .swatmaPresenceSection {
    padding: 65px 0 80px;
  }

  .swatmaPresenceContainer {
    max-width: 100%;
    padding: 0 20px;
  }

  .swatmaPresenceTitle {
    font-size: 42px;
    margin-bottom: 36px;
  }

  .swatmaPresenceGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    justify-content: center;
  }

  .swatmaPresenceCard {
    width: 100%;
    max-width: 100%;
  }

  .swatmaPresenceImageWrap {
    width: 100%;
    height: 340px;
  }

  .swatmaPresenceIcon {
    margin-right: 0 !important;
  }

  .swatmaPresenceContent p {
    max-width: 100% !important;
  }
}

/* tablet */
@media (max-width: 991px) {
  .swatmaPresenceSection {
    padding: 55px 0 65px;
  }

  .swatmaPresenceContainer {
    padding: 0 18px;
  }

  .swatmaPresenceTitle {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .swatmaPresenceGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-items: start;
  }

  .swatmaPresenceCard {
    width: 100%;
  }

  .swatmaPresenceImageWrap {
    width: 100%;
    height: 300px;
    border-radius: 24px 0 24px 0 !important;
  }

  .swatmaPresenceRow {
    gap: 10px;
  }

  .swatmaPresenceRow h3 {
    font-size: 16px;
  }

  .swatmaPresenceContent p {
    font-size: 13px;
    line-height: 1.55;
    max-width: 100% !important;
  }

  .swatmaPresenceIcon {
    margin-right: 0 !important;
    flex-shrink: 0;
  }
}

/* mobile */
@media (max-width: 575px) {
  .swatmaPresenceSection {
    padding: 42px 0 52px;
  }

  .swatmaPresenceContainer {
    padding: 0 12px;
  }

  .swatmaPresenceTitle {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 22px;
  }

  .swatmaPresenceGrid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .swatmaPresenceCard {
    width: 100%;
  }

  .swatmaPresenceImageWrap {
    width: 100%;
    height: 260px;
    border-radius: 20px 0 20px 0 !important;
  }

  .swatmaPresenceRow h3 {
    font-size: 16px;
  }

  .swatmaPresenceContent p {
    font-size: 12px;
    line-height: 1.5;
  }

  .swatmaPresenceIcon {
    font-size: 13px;
  }
}
/* ===== SWATMA PRESENCE EXACT CSS END ===== */

/* ===== SWATMA EXPERIENCES START ===== */
.swatmaExpSection {
  padding: 70px 0 90px;
  background: #fff;
}

.swatmaExpContainer {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 40px;
}

.swatmaExpTitle {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  color: #8fbfae;
  text-align: center;
  margin: 0 0 44px;
}

.swatmaExpGrid {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.swatmaExpCard {
  flex: 1;
  background: #fff;
  border: 1px solid #e4e7e2;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.swatmaExpImageWrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 28px;
}

.swatmaExpImageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swatmaExpContent {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.swatmaExpContent h3 {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #8fbfae;
  margin: 0 0 18px;
  margin-bottom: 10px;
}

.swatmaExpContent ul {
  margin: 0 0 14px 0;
  padding-left: 16px;
  min-height: 72px;
  margin-bottom: 8px;
}

.swatmaExpContent ul li {
  font-size: 14px;
  line-height: 1.4;
  color: #6f7170;
  margin-bottom: 2px;
}

.moreContent {
  display: none;
}

.swatmaExpContent p {
  font-size: 14px;
  line-height: 1.6;
  color: #6f7170;
  margin: 0 0 14px;
  min-height: 72px;
}

.swatmaExpMore {
  font-size: 13px;
  line-height: 0.7;
  font-weight: 570;
  color: #c97e8c;
  display: block;
  margin: 0 0 10px;
  margin-top: 10px;
  transition: color 0.3s ease;
}
.swatmaExpMore:hover {
  color: #78b19d;
  cursor: pointer;
}

.swatmaExpBtn {
  width: 100%;
  height: 53px;
  border-radius: 22px;
  background: #78b19d;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin-top: auto;
  border: 1px solid #78b19d;
  transition: all 0.3s ease;
}
.swatmaExpBtn:hover {
  background: #f3f3f1;
  color: #78b19d;
  border: 1px solid #78b19d;
}

/* large laptop / medium screens */
@media (max-width: 1199px) {
  .swatmaExpSection {
    padding: 60px 0 75px;
  }

  .swatmaExpContainer {
    padding: 0 24px;
  }

  .swatmaExpTitle {
    font-size: 40px;
    margin-bottom: 34px;
  }

  .swatmaExpGrid {
    gap: 18px;
  }

  .swatmaExpCard {
    min-height: 480px;
    padding: 14px;
  }

  .swatmaExpImageWrap {
    height: 240px;
    margin-bottom: 20px;
  }

  .swatmaExpContent h3 {
    font-size: 19px;
    line-height: 1.25;
  }

  .swatmaExpContent ul li,
  .swatmaExpContent p {
    font-size: 13px;
  }
}

/* tablet */
@media (max-width: 991px) {
  .swatmaExpSection {
    padding: 50px 0 60px;
  }

  .swatmaExpContainer {
    padding: 0 18px;
  }

  .swatmaExpTitle {
    font-size: 34px;
    margin-bottom: 26px;
  }

  .swatmaExpGrid {
    flex-direction: column;
    gap: 20px;
  }

  .swatmaExpCard {
    min-height: auto;
    padding: 14px;
    border-radius: 18px;
  }

  .swatmaExpImageWrap {
    height: 300px;
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .swatmaExpContent h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .swatmaExpContent ul {
    min-height: auto;
    margin-bottom: 10px;
  }

  .swatmaExpContent p {
    min-height: auto;
    margin-bottom: 12px;
  }

  .swatmaExpBtn {
    height: 48px;
    line-height: 46px;
    border-radius: 16px;
  }
}

/* mobile */
@media (max-width: 575px) {
  .swatmaExpSection {
    padding: 42px 0 50px;
  }

  .swatmaExpContainer {
    padding: 0 12px;
  }

  .swatmaExpTitle {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 22px;
  }

  .swatmaExpGrid {
    gap: 16px;
  }

  .swatmaExpCard {
    padding: 12px;
    border-radius: 16px;
  }

  .swatmaExpImageWrap {
    height: 220px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .swatmaExpContent h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .swatmaExpContent ul {
    padding-left: 15px;
    margin-bottom: 8px;
  }

  .swatmaExpContent ul li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .swatmaExpContent p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .swatmaExpMore {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .swatmaExpBtn {
    height: 44px;
    line-height: 42px;
    font-size: 13px;
    border-radius: 14px;
  }
}
/* ===== SWATMA EXPERIENCES END ===== */

/* ===== SWATMA PHILOSOPHY SECTION START ===== */
.swatmaPhilosophySection {
  background: #fff;
  padding: 70px 0 30px;
  overflow: hidden;
}

.swatmaPhilosophyContainer {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.swatmaPhilosophyTitle {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
  color: #8dbcae;
  margin: 0 0 34px;
}

.swatmaPhilosophyHeading {
  max-width: 760px;
  margin: 0 auto 28px;
  font-family: 'Playfair Display', serif;
  font-size: 31px;
  line-height: 1.28;
  font-weight: 400;
  color: #8dbcae;
}

.swatmaPhilosophyText {
  max-width: 860px;
  margin: 0 auto 28px;
}

.swatmaPhilosophyText p {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #7fb5a3;
  font-weight: 400;
}

.swatmaPhilosophyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 158px;
  height: 46px;
  border: 1px solid #8dbcae;
  border-radius: 999px;
  text-decoration: none;
  color: #7fb5a3;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  margin: 8px auto 56px;
  transition: all 0.3s ease;
}

.swatmaPhilosophyBtn span {
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: -1px;
}

.swatmaPhilosophyBtn:hover {
  background: #7fb5a3;
  color: #fff;
}

.swatmaPhilosophyGallery {
  position: relative;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  height: 520px;
  overflow: visible;
}

.swatmaPhilosophyImg {
  position: absolute;
  overflow: hidden;
}

.swatmaPhilosophyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* border-radius: inherit; */
}

/* left image */
.swatmaPhilosophyImgLeft {
  width: 330px;
  height: 320px;
  left: 15px;
  top: 8px !important;
  border-radius: clamp(24px, 4vw, 60px);
  z-index: 1;
}

/* center image */
.swatmaPhilosophyImgCenter {
  width: 650px;
  height: 445px;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  border-radius: clamp(24px, 4vw, 60px);
  z-index: 2;
}

/* right image */
.swatmaPhilosophyImgRight {
  width: 300px;
  height: 400px;
  right: 15px;
  top: 8px;
  border-radius: clamp(24px, 4vw, 60px);
  z-index: 3;
}

@media (max-width: 991px) {
  .swatmaPhilosophySection {
    padding: 55px 0 20px;
  }

  .swatmaPhilosophyContainer {
    max-width: 100%;
    padding: 0 18px;
  }

  .swatmaPhilosophyTitle {
    font-size: 38px;
    margin-bottom: 22px;
  }

  .swatmaPhilosophyHeading {
    max-width: 100%;
    margin: 0 auto 18px;
    font-size: 24px;
    line-height: 1.35;
  }

  .swatmaPhilosophyText {
    max-width: 100%;
    margin: 0 auto 22px;
  }

  .swatmaPhilosophyText p {
    font-size: 14px;
    line-height: 1.6;
  }

  .swatmaPhilosophyBtn {
    min-width: 150px;
    height: 44px;
    font-size: 14px;
    margin: 8px auto 30px;
  }

  .swatmaPhilosophyGallery {
    max-width: 100%;
    height: 310px;
    position: relative;
    overflow: visible;
  }

  .swatmaPhilosophyImg {
    position: absolute;
  }

  .swatmaPhilosophyImgLeft {
    width: 28%;
    aspect-ratio: 360 / 340;
    height: auto;
    left: 0;
    top: 34px;
    border-radius: 24px;
    z-index: 1;
  }

  .swatmaPhilosophyImgCenter {
    width: 54%;
    aspect-ratio: 700 / 450;
    height: auto;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
    z-index: 2;
  }

  .swatmaPhilosophyImgRight {
    width: 25%;
    aspect-ratio: 320 / 400;
    height: auto;
    right: 0;
    top: 8px;
    border-radius: 24px;
    z-index: 3;
  }
}

@media (max-width: 767px) {
  .swatmaPhilosophySection {
    padding: 48px 0 18px;
  }

  .swatmaPhilosophyContainer {
    padding: 0 14px;
  }

  .swatmaPhilosophyTitle {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .swatmaPhilosophyHeading {
    font-size: 21px;
    line-height: 1.38;
    margin-bottom: 16px;
  }

  .swatmaPhilosophyText {
    margin-bottom: 18px;
  }

  .swatmaPhilosophyText p {
    font-size: 13px;
    line-height: 1.55;
  }

  .swatmaPhilosophyBtn {
    min-width: 144px;
    height: 42px;
    font-size: 13px;
    margin: 6px auto 24px;
  }

  .swatmaPhilosophyBtn span {
    font-size: 18px;
  }

  .swatmaPhilosophyGallery {
    height: 250px;
  }

  .swatmaPhilosophyImgLeft {
    width: 28%;
    top: 34px;
    border-radius: 18px;
  }

  .swatmaPhilosophyImgCenter {
    width: 55%;
    top: 48px;
  }

  .swatmaPhilosophyImgRight {
    width: 25%;
    top: 8px;
    border-radius: 18px;
  }
}

@media (max-width: 575px) {
  .swatmaPhilosophySection {
    padding: 42px 0 14px;
  }

  .swatmaPhilosophyContainer {
    padding: 0 12px;
  }

  .swatmaPhilosophyTitle {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .swatmaPhilosophyHeading {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  .swatmaPhilosophyText {
    margin-bottom: 16px;
  }

  .swatmaPhilosophyText p {
    font-size: 13px;
    line-height: 1.5;
  }

  .swatmaPhilosophyBtn {
    min-width: 138px;
    height: 40px;
    font-size: 13px;
    margin: 6px auto 20px;
  }

  .swatmaPhilosophyBtn span {
    font-size: 17px;
  }

  .swatmaPhilosophyGallery {
    height: 205px;
  }

  .swatmaPhilosophyImgLeft {
    width: 28%;
    aspect-ratio: 360 / 340;
    height: auto;
    left: 0;
    top: 32px;
    border-radius: 14px;
  }

  .swatmaPhilosophyImgCenter {
    width: 55%;
    aspect-ratio: 700 / 450;
    height: auto;
    left: 50%;
    top: 42px;
    transform: translateX(-50%);
  }

  .swatmaPhilosophyImgRight {
    width: 25%;
    aspect-ratio: 320 / 400;
    height: auto;
    right: 0;
    top: 8px;
    border-radius: 14px;
  }
}
/* ===== SWATMA PHILOSOPHY SECTION END ===== */

/* ===== SWATMA CONTACT SECTION START ===== */
.swatmaContactSection {
  background: #fff;
  padding: 120px 0 70px;
}

.swatmaContactContainer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 650px 450px;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}

.swatmaContactImageWrap {
  width: 92%;
  height: 600px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 320px 320px 0 0;
}

.swatmaContactImageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: block; */
}

.swatmaContactFormBox {
  background: #9fc8bb;
  border-radius: 18px;
  padding: 20px 20px 10px;
  height: 100% !important;
  width: 95%;
  margin-top: 28px;
  margin-right: 200px !important;
}

.swatmaContactFormBox h2 {
  margin-top: 32px !important;
  margin-left: 25px !important;
  font-size: 28px;
}

.swatmaContactTitle {
  margin: 0 0 34px;
  color: #fff;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  font-family: 'Parkinsans', serif;
}

.swatmaContactField {
  margin-bottom: 22px;
}

.swatmaContactField label {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 30px;
}

.swatmaContactField input,
.swatmaContactField select,
.swatmaContactField textarea {
  width: 87%;
  margin-left: 30px;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 8px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Parkinsans', serif;
  box-shadow: none;
}

.swatmaContactField input,
.swatmaContactField input[type='email'],
.swatmaContactField input.email {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000 !important;
}
.swatmaContactField input,
.swatmaContactField input[type='text'],
.swatmaContactField input.name {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000 !important;
}

.swatmaContactField input,
.swatmaContactField select {
  height: 40px !important;
  padding: 0 12px;
  color: #000;
}

.swatmaContactField textarea {
  height: 100px;
  resize: none;
  padding: 16px;
}

.swatmaContactField input::placeholder,
.swatmaContactField textarea::placeholder {
  color: #000;
  opacity: 1;
}

.swatmaContactSelectWrap {
  position: relative;
}

.swatmaContactSelectWrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 52px;
  cursor: pointer;
}

.swatmaContactSelectWrap::after {
  content: '⌄';
  position: absolute;
  right: 25px;
  top: 30%;
  margin-right: 7px;
  transform: translateY(-52%);
  color: #1f1f1f;
  font-size: 26px;
  line-height: 1;
  pointer-events: none;
}

.swatmaContactBtn {
  display: block;
  width: 196px;
  height: 42px;
  margin-left: auto;
  margin-right: 26px;
  margin-top: 6px;
  border: none;
  border-radius: 999px;
  background: #b7778c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Parkinsans', serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swatmaContactBtn:hover {
  background: #5e9f8f;
}

/* =====================================================
   SWATMA CONTACT RESPONSIVE FIX
   ===================================================== */

/* laptop / medium screens */
@media (max-width: 1199px) {
  .swatmaContactSection {
    padding: 90px 0 60px;
  }

  .swatmaContactContainer {
    max-width: 100%;
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }

  .swatmaContactImageWrap {
    width: 100%;
    height: 520px;
    margin-left: 0;
  }

  .swatmaContactFormBox {
    width: 100%;
    margin-top: 0;
    margin-right: 0 !important;
    padding: 22px 20px 16px;
  }

  .swatmaContactFormBox h2 {
    margin-top: 16px !important;
    margin-left: 18px !important;
    font-size: 26px;
  }

  .swatmaContactField label {
    margin-left: 18px;
  }

  .swatmaContactField input,
  .swatmaContactField select,
  .swatmaContactField textarea {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .swatmaContactBtn {
    margin-right: 18px;
  }
}

/* tablet */
@media (max-width: 991px) {
  .swatmaContactSection {
    padding: 65px 0 55px;
  }

  .swatmaContactContainer {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 0 18px;
  }

  .swatmaContactImageWrap {
    width: 100%;
    max-width: 700px;
    height: 460px;
    margin: 0 auto;
    border-radius: 220px 220px 0 0;
  }

  .swatmaContactFormBox {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-right: 0 !important;
    padding: 22px 18px 18px;
    border-radius: 16px;
    height: auto !important;
  }

  .swatmaContactFormBox h2 {
    margin-top: 10px !important;
    margin-left: 0 !important;
    font-size: 24px;
  }

  .swatmaContactTitle {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .swatmaContactField {
    margin-bottom: 18px;
  }

  .swatmaContactField label {
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .swatmaContactField input,
  .swatmaContactField select,
  .swatmaContactField textarea {
    width: 100%;
    margin-left: 0;
  }

  .swatmaContactField input,
  .swatmaContactField select {
    height: 44px !important;
    font-size: 14px;
  }

  .swatmaContactField textarea {
    height: 105px;
    font-size: 14px;
  }

  .swatmaContactSelectWrap::after {
    right: 16px;
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
  }

  .swatmaContactBtn {
    width: 170px;
    height: 44px;
    margin-right: 0;
    font-size: 15px;
  }
}

/* mobile */
@media (max-width: 575px) {
  .swatmaContactSection {
    padding: 42px 0 48px;
  }

  .swatmaContactContainer {
    padding: 0 12px;
    row-gap: 18px;
  }

  .swatmaContactImageWrap {
    width: 100%;
    height: 300px;
    border-radius: 140px 140px 0 0;
  }

  .swatmaContactFormBox {
    width: 100%;
    padding: 18px 14px 16px;
    border-radius: 14px;
  }

  .swatmaContactFormBox h2 {
    font-size: 22px;
    margin-top: 6px !important;
  }

  .swatmaContactTitle {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .swatmaContactField {
    margin-bottom: 16px;
  }

  .swatmaContactField label {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .swatmaContactField input,
  .swatmaContactField select {
    height: 42px !important;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 6px;
  }

  .swatmaContactField textarea {
    height: 95px;
    font-size: 13px;
    padding: 12px;
    border-radius: 6px;
  }

  .swatmaContactSelectWrap::after {
    right: 12px;
    font-size: 20px;
  }

  .swatmaContactBtn {
    width: 100%;
    height: 42px;
    font-size: 14px;
    margin-top: 4px;
  }
}
/* ===== SWATMA CONTACT SECTION END ===== */

/* ===== SWATMA CTA BLOCKS START ===== */
.swatmaCtaBlocksSection {
  background: #fff;
  padding: 34px 0 86px;
}

.swatmaCtaBlocksContainer {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: start;
}

.swatmaCtaBlock {
  background: #f1f5ee;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px 26px;
  overflow: hidden;
}

.swatmaCtaBlockInner {
  font-family: 'Playfair Display', serif;
  color: #67ad94;
  font-size: 25px;
  line-height: 1.52;
  font-weight: 480;
}

/* 1st block */
.swatmaCtaBlockLeft {
  border-radius: 220px 230px 220px 0;
}

/* 2nd block */
.swatmaCtaBlockCenterLeft {
  border-radius: 150px 0 0 0;
}

/* 3rd block */
.swatmaCtaBlockCenterRight {
  border-radius: 220px 220px 0 0;
}

/* 4th block */
.swatmaCtaBlockRight {
  border-radius: 220px 0px 0px 220px;
}

@media (max-width: 1199px) {
  .swatmaCtaBlocksContainer {
    max-width: 850px;
    gap: 20px;
    padding: 0 20px;
  }

  .swatmaCtaBlock {
    width: 100%;
    min-height: 280px;
  }

  .swatmaCtaBlockInner {
    font-size: 24px;
  }

  /* shape maintain */
  .swatmaCtaBlockLeft {
    border-radius: 180px 190px 180px 0;
  }

  .swatmaCtaBlockCenterLeft {
    border-radius: 130px 0 0 0;
  }

  .swatmaCtaBlockCenterRight {
    border-radius: 180px 180px 0 0;
  }

  .swatmaCtaBlockRight {
    border-radius: 180px 0 0 180px;
  }
}

@media (max-width: 767px) {
  .swatmaCtaBlocksContainer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
  }

  .swatmaCtaBlock {
    min-height: 240px;
    padding: 22px 16px;
  }

  .swatmaCtaBlockInner {
    font-size: 22px;
  }

  /* shape same, only smaller */
  .swatmaCtaBlockLeft {
    border-radius: 120px 130px 120px 0;
  }

  .swatmaCtaBlockCenterLeft {
    border-radius: 95px 0 0 0;
  }

  .swatmaCtaBlockCenterRight {
    border-radius: 120px 120px 0 0;
  }

  .swatmaCtaBlockRight {
    border-radius: 120px 0 0 120px;
  }
}

@media (max-width: 575px) {
  .swatmaCtaBlocksContainer {
    padding: 0 12px;
  }

  .swatmaCtaBlock {
    min-height: 210px;
    padding: 18px 14px;
  }

  .swatmaCtaBlockInner {
    font-size: 19px;
  }

  /* shape smaller but same style */
  .swatmaCtaBlockLeft {
    border-radius: 90px 100px 90px 0;
  }

  .swatmaCtaBlockCenterLeft {
    border-radius: 70px 0 0 0;
  }

  .swatmaCtaBlockCenterRight {
    border-radius: 90px 90px 0 0;
  }

  .swatmaCtaBlockRight {
    border-radius: 90px 0 0 90px;
  }
}
/* ===== SWATMA CTA BLOCKS END ===== */

/* ===== SWATMA FOOTER CARDS START ===== */
.swatmaFooterCard h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: #6fae9d;
  margin: 0 0 4px;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

/* UBUD,BALI separate line */
.swatmaLocation {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: #6fae9d;
  margin-bottom: 42px;
}

/* bottom text */
.swatmaCopyright {
  font-size: 14px;
  line-height: 1.35;
  color: #7fb5a3;
  margin-top: auto;
  margin-bottom: 4px;
  white-space: nowrap;
  align-self: flex-start;
  position: absolute;
  bottom: 20px;
  left: 38px;
}

.swatmaFooterCardsSection {
  background: #fff;
  padding: 54px 0 80px;
}

.swatmaFooterCardsContainer {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.swatmaFooterCard {
  background: #eef2ea;
  border-radius: 18px;
  min-height: 320px;
  padding: 34px 38px 28px;
  display: flex;
  flex-direction: column;
}

.swatmaFooterCardBrand {
  position: relative;
  height: 100%;
  padding: 1px;
}

.swatmaFooterServices p {
  margin: 0;
  padding: 0;
  color: #76ad9d;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
}

.swatmaFooterCardBrand h2 {
  margin: 0;
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 100%;
  word-break: normal;
  text-align: left;
}

.swatmaFooterBottomText p {
  margin: 0;
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.swatmaFooterCard h3 {
  margin: 0 0 26px;
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
}

.swatmaFooterLinks {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.swatmaFooterLinks a {
  margin: 0;
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  text-decoration: none;
  word-break: break-word;
  border-bottom: none;
  cursor: pointer;
}

.swatmaFooterLinks p {
  margin: 0;
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  word-break: break-word;
  cursor: default;
}

.swatmaFooterLinks a:hover {
  text-decoration: none;
}

.swatmaFooterLinks a.phone-link {
  color: #76ad9d;
  text-decoration: underline;
}

.swatmaFooterLinks.swatmaFooterServices {
  gap: 4px !important;
}

.swatmaFooterServices a {
  font-weight: 400;
}

.swatmaFooterTopRow,
.swatmaFooterCafeRow {
  display: grid;
  align-items: start;
  grid-template-columns: 90px 1fr;
}

.swatmaFooterTopRow {
  margin-bottom: 34px;
}

.swatmaFooterCafeRow {
  margin-bottom: 54px;
}

.swatmaFooterTopRow h3,
.swatmaFooterCafeRow h3 {
  margin: 0;
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
}

.swatmaFooterSocialCard {
  justify-content: flex-start;
}

.swatmaFooterSocialIcons,
.swatmaFooterCafeIcon {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.swatmaFooterSocialIcons a,
.swatmaFooterCafeIcon a {
  color: #76ad9d;
  font-size: 44px;
  line-height: 1;
  text-decoration: none;
}

.swatmaFooterSocialIcons a:hover,
.swatmaFooterCafeIcon a:hover {
  color: #5f9f8c;
}

.swatmaFooterAssoc {
  margin-top: 24px;
}

.swatmaFooterAssoc p {
  margin: 0 0 10px;
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.swatmaFooterAssoc a {
  color: #76ad9d;
  font-family: 'Parkinsans', serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  text-decoration: none;
  word-break: break-word;
}

.swatmaFooterAssoc a:hover {
  text-decoration: underline;
}

.fb-icon {
  width: 55px;
  height: 55px;
  background: #76ad9d;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

/* facebook icon */
.fb-icon i {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin-bottom: -6px;
  transform: scaleX(0.85);
}

.swatmaFooterCafeIcon i,
.swatmaFooterSocialIcons i.fa-instagram {
  font-size: 60px;
}

@media (max-width: 1199px) {
  .swatmaFooterCardsContainer {
    grid-template-columns: repeat(2, 1fr);
  }

  .swatmaFooterCard {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .swatmaFooterCardsSection {
    padding: 40px 0 54px;
  }

  .swatmaFooterCard h2 {
    font-size: 18px;
  }

  .swatmaLocation {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .swatmaFooterCardsContainer {
    grid-template-columns: 1fr;
    padding: 0 16px;
    gap: 16px;
  }

  .swatmaFooterCard {
    min-height: auto;
    padding: 24px 20px;
  }

  .swatmaFooterLinks a,
  .swatmaFooterLinks p,
  .swatmaFooterAssoc p,
  .swatmaFooterAssoc a {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500px;
  }

  .swatmaFooterSocialIcons a,
  .swatmaFooterCafeIcon a {
    font-size: 46px;
  }
}

.swatmaFooterExtraImage {
  margin: 0 0 5px;
}

.swatmaFooterExtraImage img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
/* ===== SWATMA FOOTER CARDS END ===== */

/* ===== SWATMA ABOUT PAGE START ===== */
.swatmaAboutPage {
  background: #fff;
  padding: 40px 0 70px;
  margin-top: 58px;
}

.swatmaAboutMission {
  padding: 30px 0 10px;
}

.swatmaAboutMissionWrap {
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  display: grid;
  grid-template-columns: 650px 1fr;
  gap: 40px;
  align-items: center;
}

.swatmaAboutMissionLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 65px;
  padding-left: 60px;
}

.swatmaAboutMissionLeft h2 {
  margin: 0 0 34px;
  font-family: 'Parkinsans', serif;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 400;
  color: #79b7a6;
}

.swatmaAboutMissionLeft p {
  margin: 0;
  max-width: 500px;
  font-family: 'Parkinsans', serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  color: #79b7a6;
}

.swatmaAboutMissionRight img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.swatmaAboutIntro {
  padding: 12px 0 55px;
}

.swatmaAboutIntroWrap {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
}

.swatmaAboutIntroWrap p {
  margin: 0 0 34px;
  font-family: 'Parkinsans', serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #666666;
}

.swatmaAboutLeaderSection {
  padding: 28px 0 26px;
}

.firstProfile {
  margin-top: -75px;
}
.swatmaAboutLeaderWrap {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 60px;
  align-items: center;
}

.swatmaAboutLeaderImage {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 260px 260px 0 0;
}

.swatmaAboutLeaderImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swatmaAboutLeaderCard {
  height: 420px;
  min-height: 420px;
  background: #edf1ea;
  border-radius: 26px;
  padding: 34px 50px 34px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.swatmaAboutQuoteMark {
  font-family: 'Playfair Display', serif;
  font-size: 90px;
  line-height: 0.1;
  color: #6fb19d;
  margin-top: -90px;
  font-weight: 900;
  letter-spacing: -6px;
}

.swatmaAboutLeaderCard p {
  margin: 0;
  margin-top: -120px;
  font-family: 'Parkinsans', serif;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: -15px;
  font-weight: 400;
  color: #676767;
}

.swatmaAboutReadMore {
  display: inline-block;
  margin-top: -85px;
  margin-bottom: -105px;
  font-family: 'Parkinsans', serif;
  font-size: 15px;
  line-height: 1.2;
  color: #6fb19d;
  text-decoration: underline;
}

.swatmaAboutReadMore:hover {
  color: #5aa18b;
}

.swatmaAboutLeaderCard h3 {
  margin-bottom: -70px;
  font-family: 'Parkinsans', serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-style: italic;
  color: #6fb19d;
}

.swatmaAboutLeaderCard h4 {
  margin-bottom: -95px;
  max-width: 1000px;
  font-family: 'Parkinsans', serif;
  font-size: 16px;
  line-height: 0.01;
  font-weight: 400;
  font-style: italic;
  color: #6a6a6a;
}

.swatmaAboutCopyright {
  text-align: center;
  padding: 30px 0 0;
  font-family: 'Parkinsans', serif;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
}

/* ===== Responsive ===== */
@media (max-width: 1400px) {
  .swatmaAboutMissionWrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .swatmaAboutMissionLeft p {
    font-size: 26px;
  }

  .swatmaAboutMissionRight img {
    height: 560px;
  }

  .swatmaAboutIntroWrap p {
    font-size: 22px;
  }

  .swatmaAboutLeaderWrap {
    grid-template-columns: 420px 1fr;
    gap: 45px;
  }

  .swatmaAboutLeaderImage {
    height: 520px;
  }

  .swatmaAboutLeaderCard {
    min-height: auto;
    padding: 40px 45px;
  }

  .swatmaAboutLeaderCard p,
  .swatmaAboutLeaderCard h4 {
    font-size: 20px;
  }

  .swatmaAboutLeaderCard h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .swatmaAboutMissionWrap,
  .swatmaAboutLeaderWrap {
    grid-template-columns: 1fr;
  }

  .swatmaAboutMissionWrap,
  .swatmaAboutLeaderWrap,
  .swatmaAboutIntroWrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .swatmaAboutMissionLeft h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .swatmaAboutMissionLeft p {
    font-size: 22px;
  }

  .swatmaAboutMissionRight img {
    height: 420px;
  }

  .swatmaAboutIntroWrap p {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .swatmaAboutLeaderImage {
    max-width: 420px;
    margin: 0 auto;
    height: 460px;
  }

  .swatmaAboutLeaderCard {
    padding: 30px 24px;
  }

  .swatmaAboutQuoteMark {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    line-height: 1;
    color: #6fb19d;
    margin-bottom: 14px;
  }

  .swatmaAboutLeaderCard p .swatmaAboutLeaderCard h4 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #676767;
  }

  .swatmaAboutLeaderCard h3,
  .swatmaAboutReadMore {
    font-size: 20px;
  }

  .swatmaAboutCopyright {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .swatmaAboutPage {
    padding-top: 10px;
  }

  .swatmaAboutMission {
    padding-top: 20px;
  }

  .swatmaAboutMissionLeft h2 {
    font-size: 24px;
  }

  .swatmaAboutMissionLeft p {
    font-size: 18px;
    line-height: 1.5;
  }

  .swatmaAboutMissionRight img {
    height: 300px;
    border-radius: 18px;
  }

  .swatmaAboutIntroWrap p {
    font-size: 16px;
    line-height: 1.6;
  }

  .swatmaAboutLeaderImage {
    height: 360px;
    border-radius: 180px 180px 0 0;
  }

  .swatmaAboutLeaderCard {
    border-radius: 18px;
    padding: 22px 18px;
  }

  .swatmaAboutQuoteMark {
    font-size: 60px;
    margin-bottom: 4px;
  }

  .swatmaAboutLeaderCard p,
  .swatmaAboutLeaderCard h4 {
    font-size: 16px;
  }

  .swatmaAboutLeaderCard h3,
  .swatmaAboutReadMore {
    font-size: 18px;
  }

  .swatmaAboutCopyright {
    font-size: 16px;
  }
}
/* ===== SWATMA ABOUT PAGE END ===== */

.ts-blog-card {
  margin-top: 80px;
}

.ts-blog-card-title {
  color: #8fbfae !important;
}

.ts-blog-card-title:hover {
  color: #b97a8a !important;
}

/* ===== BLOG SLIDER ONLY ===== */
.swatmaBlogSlider {
  position: relative;
}

.swatmaBlogSlider .item {
  padding: 10px;
  height: 100%;
}

.swatmaBlogSlider .swatmaExpCard {
  background: #fff;
  border: 1px solid #e4e7e2;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 520px; /* same as original swatma experiences */
  height: auto !important;
  box-shadow: none;
}

.swatmaBlogSlider .swatmaExpImageWrap {
  width: 100%;
  height: 280px; /* same as original */
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 28px;
}

.swatmaBlogSlider .swatmaExpImageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swatmaBlogSlider .swatmaExpContent {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0; /* because card already has padding */
}

.swatmaBlogSlider .swatmaExpContent h3 {
  font-family: 'Parkinsans', serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #8fbfae;
  margin: 0 0 10px;
  min-height: 52px;
}

.swatmaBlogSlider .swatmaExpContent p {
  font-size: 14px;
  line-height: 1.6;
  color: #6f7170;
  margin: 0 0 14px;
  min-height: 72px;
  flex-grow: 1;
}

.swatmaBlogSlider .swatmaExpBtn {
  width: 100%;
  height: 53px;
  line-height: 50px;
  border-radius: 22px;
  background: #78b19d;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: auto;
  border: 1px solid #78b19d;
  transition: all 0.3s ease;
}

.swatmaBlogSlider .swatmaExpBtn:hover {
  background: #f3f3f1;
  color: #78b19d;
  border: 1px solid #78b19d;
}

/* ===== BLOG SLIDER ARROWS UPDATED ===== */
.swatmaBlogSlider .owl-nav {
  margin: 0;
}

.swatmaBlogSlider .owl-nav button {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  background: transparent !important;
  color: #7fb5a3 !important;
  border: none !important;
  box-shadow: none !important;
  width: auto;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 42px !important;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

.swatmaBlogSlider .owl-nav .owl-prev {
  left: -18px;
}

.swatmaBlogSlider .owl-nav .owl-next {
  right: -18px;
}

.swatmaBlogSlider .owl-nav button:hover {
  background: transparent !important;
  color: #5f9f8c !important;
}

.swatmaBlogSlider .owl-nav button span {
  display: none !important;
}

.swatmaBlogSlider .owl-nav button i {
  font-size: 42px !important;
  line-height: 1;
}

/* ===== laptop ===== */
@media (max-width: 1199px) {
  .swatmaBlogSlider .owl-nav button {
    top: 40%;
    font-size: 36px !important;
  }

  .swatmaBlogSlider .owl-nav button i {
    font-size: 36px !important;
  }

  .swatmaBlogSlider .owl-nav .owl-prev {
    left: -8px;
  }

  .swatmaBlogSlider .owl-nav .owl-next {
    right: -8px;
  }
}

/* ===== tablet ===== */
@media (max-width: 991px) {
  .swatmaBlogSlider .owl-nav button {
    top: 38%;
    font-size: 32px !important;
  }

  .swatmaBlogSlider .owl-nav button i {
    font-size: 32px !important;
  }

  .swatmaBlogSlider .owl-nav .owl-prev {
    left: 0;
  }

  .swatmaBlogSlider .owl-nav .owl-next {
    right: 0;
  }
}

/* ===== mobile ===== */
@media (max-width: 575px) {
  .swatmaBlogSlider .owl-nav button {
    top: 35%;
    font-size: 28px !important;
  }

  .swatmaBlogSlider .owl-nav button i {
    font-size: 28px !important;
  }

  .swatmaBlogSlider .owl-nav .owl-prev {
    left: 4px;
  }

  .swatmaBlogSlider .owl-nav .owl-next {
    right: 4px;
  }
}
/* end blog */


/* wellnesstudio */
.wellnessStudioPage {
  background: #efefef;
  padding-bottom: 40px;
}

.wellnessStudioGallery {
  width: 100%;
}

.wellnessStudioMainImage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wellnessStudioMainImage img {
  width: 100%;
  height: 820px !important;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* text area */
.wellnessStudioHeroContent {
  position: absolute;
  top: 95px;
  left: 105px;
  z-index: 3;
  max-width: 560px;
}

.wellnessStudioHeroContent h1 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 68px;
  line-height: 1.02;
  font-weight: 340;
  margin: 0 0 34px 0 !important;
  letter-spacing: -0.5px;
}

/* button */
.wellnessStudioBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 53px;
  border: 1.2px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  background: transparent;
  transition: all 0.3s ease;
}

.wellnessStudioBtn:hover {
  background: #fff;
  color: #7fb5a3;
  text-decoration: none;
}

.wellnessStudioThumbGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.wellnessStudioThumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.wellnessStudioCopyright {
  text-align: center;
  padding: 70px 20px 10px;
}

.wellnessStudioThumb {
  position: relative;
  overflow: hidden;
}

.wellnessStudioThumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.wellnessStudioThumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.wellnessStudioThumb:hover::before {
  opacity: 1;
}

.wellnessStudioThumb:hover img {
  transform: scale(1.02);
}

@media (max-width: 1199px) {
  .wellnessStudioMainImage img {
    height: 720px !important;
  }

  .wellnessStudioHeroContent {
    top: 85px;
    left: 70px;
    max-width: 500px;
  }

  .wellnessStudioHeroContent h1 {
    font-size: 58px;
    margin-bottom: 28px !important;
  }

  .wellnessStudioBtn {
    min-width: 170px;
    height: 62px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .wellnessStudioMainImage img {
    height: 620px !important;
  }

  .wellnessStudioHeroContent {
    top: 70px;
    left: 40px;
    max-width: 420px;
  }

  .wellnessStudioHeroContent h1 {
    font-size: 48px;
    line-height: 1.05;
  }

  .wellnessStudioBtn {
    min-width: 155px;
    height: 56px;
    font-size: 18px;
  }

  .wellnessStudioThumbGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .wellnessStudioMainImage img {
    height: 500px !important;
  }

  .wellnessStudioHeroContent {
    top: 40px;
    left: 18px;
    max-width: calc(100% - 36px);
  }

  .wellnessStudioHeroContent h1 {
    font-size: 34px;
    line-height: 1.08;
    margin-bottom: 18px !important;
  }

  .wellnessStudioBtn {
    min-width: 135px;
    height: 46px;
    font-size: 16px;
  }

  .wellnessStudioThumbGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wellnessStudioThumb img {
    height: 220px;
  }
}

/*----------------------------------------*/

.c-header.sticky .header-primary {
  background-color: #7fb5a3 !important;
}
.c-header.sticky .header-secondary .menuBar .menuBar-item .link {
  background-color: transparent;
  color: #000;
}
.c-header .header-secondary .navbar-brand {
  height: 80px;
  flex-basis: 200px;
}
.c-header .header-secondary .navbar-expand-md {
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.c-header .header-secondary .menuBar {
  flex-grow: 1;
  justify-content: flex-end;
  height: 80px;
  margin-bottom: 0;
  padding: 16px 0 16px 16px;
  list-style-type: none;
}
.c-header .header-secondary .menuBar .menuBar-item .link {
  background-color: transparent;
  border: 0;
  color: #7fb5a3 !important;
  font:
    500 0.9rem/1.1rem 'Parkinsans',
    serif;
  padding: 12px 8px;
  position: relative;
  text-decoration: none;
  transition: all ease 0.3s;
}
.c-header .header-secondary .menuBar .menuBar-item .link::before {
  position: absolute;
  bottom: 4px;
  left: 5%;
  height: 2px;
  width: 0;
  content: '';
  display: none !important;
  content: none !important;
  transition: all ease 0.3s;
  border-radius: 100px;
}
.c-header .header-secondary .menuBar .menuBar-item .link:hover,
.c-header .header-secondary .menuBar .menuBar-item .link.active {
  color: #b97a8a !important;
}
.c-header .header-secondary .menuBar .menuBar-item .link:hover::before,
.c-header .header-secondary .menuBar .menuBar-item .link.active::before {
  width: 90%;
}
.c-header .header-secondary .menuBar .menuBar-item .subMenus .dropdown-toggle {
  outline: none;
  position: relative;
  top: 20px;
}

.c-header .header-secondary .menuBar .menuBar-item .subMenus .dropdown-toggle.show {
  background-color: rgba(255, 255, 255, 0.48);
}
.c-header .header-secondary .menuBar .menuBar-item .subMenus .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 10px 8px;
  top: 80px;
  left: auto;
  right: 0;
  min-width: 200px;
  border-radius: 10px;
}
.c-header .header-secondary .menuBar .menuBar-item .subMenus .dropdown-menu .link {
  font-size: 0.9rem !important;
  padding: 10px !important;
  position: relative;
}
.c-header .header-secondary .menuBar .menuBar-item .subMenus .subMenu-wrapper {
  display: block;
  height: auto;
  padding-top: 38px;
}

.c-header .header-primary a,
.c-header .header-primary span,
.c-header .header-primary li {
  color: #fff !important;
}

/* Style the submenu container */

.c-header .header-secondary .menuBar .dropdown.subMenus .has-submenu {
  position: relative;
}
.c-header .header-secondary .menuBar .dropdown.subMenus .has-submenu:hover > .submenu {
  display: block;
}
.c-header .header-secondary .menuBar .dropdown.subMenus .has-submenu > a {
  padding-right: 20px;
  position: relative;
}
.c-header .header-secondary .menuBar .dropdown.subMenus .has-submenu > a::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000000;
  content: '';
  top: 12px;
  right: 8px;
}
.submenu {
  border: 1px solid #dee2e6;
  display: none;
  position: absolute;
  left: 100%;
  top: 12px;
  list-style: none;
  padding: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  min-width: 240px;
  z-index: 9999;
  border-radius: var(--bs-border-radius);
  background-color: rgba(255, 255, 255, 0.9);
}
.submenu li {
  cursor: pointer;
}
.submenu li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.submenu li a:hover {
  color: #007bff;
}

/* Show submenu when hovering over parent */
.menuBar-item .submenu.dropdown {
  top: 4px;
}
.c-header .sectionList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-header .sectionList > li {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  gap: 12px;
  list-style-type: none;
  position: relative;
  margin-right: 25px;
}
.c-header .sectionList > li .fab {
  font-size: 0.9rem;
  line-height: normal;
}
.c-header .sectionList > li::before {
  background-color: #7fb5a3;
  content: '';
  height: 12px;
  position: absolute;
  right: -15px;
  top: 8px;
  width: 1px;
}
.c-header .sectionList > li .link {
  padding: 6px 0;
  line-height: normal;
  text-decoration: none;
}
.c-header .sectionList > li:last-child::before {
  display: none;
}
.c-header .sectionList > li .c-advanceSelect .select2-selection {
  border: none;
  color: #333333;
  font-size: 0.84rem;
  padding: 0 4px !important;
  position: relative;
}
.c-header .sectionList > li .c-advanceSelect .select2-selection .select2-selection__rendered {
  color: #333333;
}
.c-header .sectionList > li .c-advanceSelect .select2-selection .select2-selection__arrow b {
  border-color: #7fb5a3 transparent transparent transparent;
}

@media (max-width: 960px) {
  .c-header {
    display: none;
  }
  .c-headerMobile {
    display: flex;
  }
}
.c-headerMobile {
  align-items: center;
  background-color: #7fb5a3;
  display: flex;
  gap: 24px;
  padding: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 14;
}
.c-headerMobile .hambMenu {
  background-color: #fff;
  border: 0;
  display: grid;
  font-size: 1.8rem;
  place-items: center;
  height: 42px;
  width: 42px;
  border-radius: 4px;
}
.c-headerMobile .logo {
  flex-grow: 1;
}
.c-headerMobile .logo img {
  height: 55px;
}
.c-headerMobile .setting {
  width: 100px;
}

.mobileSidebarMenu .offcanvas-body {
  padding: 16px 0;
}
.mobileSidebarMenu .offcanvas-body .accordion-button {
  border: 0;
  border-radius: 0 !important;
}

/* Fix Select2 dropdowns in mobile sidebar */
.mobileSidebarMenu .select2-container {
  z-index: 9999 !important;
}

.mobileSidebarMenu .select2-dropdown {
  z-index: 9999 !important;
}

.mobileSidebarMenu .select2-search__field {
  pointer-events: auto !important;
  cursor: text !important;
}

.mobileSidebarMenu .select2-container--open {
  z-index: 9999 !important;
}

.mobileSidebarMenu .select2-container--open .select2-dropdown {
  z-index: 10000 !important;
}

@media (min-width: 960px) {
  .c-headerMobile {
    display: none;
  }
  .c-header {
    display: block;
  }
}
/* -------------------------------------
      🍔 Components - Banner and Filter
  ------------------------------------- */

.c-bannerAndFilter img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-filterTabs .parentNav {
  margin-top: -20px;
}
.c-filterTabs .nav-tabs {
  border: 0;
  gap: 4px;
}
.c-filterTabs .nav-tabs .nav-link {
  background: #f4f3fd;
  border: 0;
  color: #000;
  border-radius: 6px 6px 0 0;
}
.c-filterTabs .nav-tabs .nav-link.filterButton.active {
  background-color: #7fb5a3;
  color: #fff;
  padding: 12px 20px;
  margin-top: -8px;
}
.c-filterTabs .tab-content {
  padding: 24px 0 0;
}

@media (max-width: 960px) {
  .c-bannerAndFilter {
    padding: 0;
    margin-top: 70px;
    min-height: 240px;
  }
  .c-bannerAndFilter .c-banner.type-01 {
    height: 320px;
  }
  .c-bannerAndFilter .c-banner.type-01 .item {
    height: 320px !important;
  }
  .c-bannerAndFilter .c-banner.type-01 .item img {
    max-height: 320px !important;
  }
  .c-bannerAndFilter .c-banner.type-01 .info-section {
    height: 300px;
    margin-top: 0;
    padding: 20px;
  }
  .c-bannerAndFilter .banner_one_text {
    color: #fff;
  }
  .c-bannerAndFilter .banner_one_text h1 {
    font:
      500 2.4rem/3rem 'Playfair Display',
      serif;
  }
}
.c-filter {
  padding-bottom: 40px;
  position: relative;
  margin-top: -50px;
}
.c-filter .filterWrapper {
  background: #f4f3fd;
  padding: 30px 20px;
  position: relative;
  min-height: 276px;
  border-radius: 20px;
  box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

@media (max-width: 960px) {
  .c-filter {
    margin-top: 16px;
  }
  .c-filter .filterWrapper {
    padding: 12px;
  }
}

.c-banner.type-01 {
  position: relative;
  height: 600px;
}
.c-banner.type-01 .js-pageSlider {
  position: relative;
}
.c-banner.type-01 .js-pageSlider .sliderItem::before {
  background: rgba(44, 38, 111, 0.4);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-banner.type-01 .js-pageSlider .item {
  display: block;
  height: 600px;
  position: relative;
  width: 100%;
}
.c-banner.type-01 .js-pageSlider .item img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 620px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-banner.type-01 .info-section {
    padding: 12px;
    left: 10%;
    width: 80%;
  }
  .c-banner.type-01,
  .c-banner.type-01 .js-pageSlider .item,
  .c-banner.type-01 .js-pageSlider .item img {
    /* height: 240px; */
    max-height: 100%;
  }
  .c-banner.type-01 .js-pageSlider .item {
    aspect-ratio: 16 / 9; /* Helps on iPhones */
  }
}
.roomFilter {
  background-color: #fff;
  align-items: center;
  border: 1px solid #b2c0ce;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 42px;
  padding: 6px;
  position: relative;
  border-radius: 6px;
}
.roomFilter span {
  flex-grow: 1;
  padding: 0 4px;
}
.roomFilter i {
  color: #b2c0ce;
}

@media (max-width: 768px) {
  .c-bannerAndFilter {
    padding: 80px 0 0;
  }
  .c-bannerAndFilter img {
    display: none;
  }
  .c-bannerAndFilter .c-filterTabs .parentNav {
    gap: 12px;
    margin-top: 0;
  }
  .c-bannerAndFilter .c-filterTabs .nav-link {
    border-radius: 6px;
  }
  .c-bannerAndFilter .c-filterTabs .nav-link.filterButton.active {
    padding: 8px 16px;
    margin-top: 0;
  }
}

/* -------------------------------------
      🍔 Components - Banner and Filter
  ------------------------------------- */
/* .c-banner.type-01 {
	position: relative;
	height: 600px;
	overflow: hidden;
	border-radius: 0 0 40px 40px;
	display: block;
}*/
.c-banner.type-01 .info-section {
  margin-top: 56px;
  background-color: rgba(44, 38, 111, 0.6);
  height: 480px;
  padding: 68px 60px 60px;
  position: relative;
  z-index: 3;
  border-radius: 0 0 400px 400px;
}
/*.c-banner.type-01 .pageSlider {
	position: relative;
}*/
/*.c-banner.type-01 .pageSlider .item {
	display: block;
	height: 620px;
	position: relative;
	width: 100%;
}*/
/*.c-banner.type-01 .pageSlider .item img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}*/
.c-banner.type-01 .pageSlider .slick-arrow {
  border: 0;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  height: 40px;
  width: 100%;
  z-index: 2;
}
.c-banner.type-01 .pageSlider .slick-arrow.slick-prev,
.c-banner.type-01 .pageSlider .slick-arrow.slick-next {
  background-color: var(--secondary-color);
  display: grid;
  font-size: 1.8rem;
  height: 40px;
  place-items: center;
  padding: 0;
  position: absolute;
  width: 40px;
}
.c-banner.type-01 .pageSlider .slick-arrow.slick-next {
  right: 10px;
  left: auto;
}
.c-banner.type-01 .pageSlider .slick-arrow.slick-prev {
  left: 10px;
}

.c-bannerAndFilter {
  position: relative;
  padding: 0;
  margin-top: -56px;
}
.c-bannerAndFilter .banner_one_text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-bannerAndFilter {
    padding: 70px 0 0;
  }
  .c-bannerAndFilter .info-section {
    padding: 12px !important;
    left: 0 !important;
    width: 100% !important;
  }
  .banner_one_text h1 {
    font:
      500 1.4rem/1.5rem 'Gilroy',
      sans-serif !important;
  }
  .banner_one_text h3 {
    font:
      500 1rem/1.2rem 'Gilroy',
      sans-serif !important;
  }
  .c-banner.type-01 {
    border-radius: 0 0 10px 10px;
  }
  .c-banner.type-01,
  .c-banner.type-01 .pageSlider .item,
  .c-banner.type-01 .pageSlider .sliderItem img {
    height: 240px;
  }
}
@media (max-width: 960px) {
  .c-bannerAndFilter .banner_one_text {
    color: #fff;
  }
}
/* -------------------------------------
      🍔 Components - Form Elements
  ------------------------------------- */
.select2-container .select2-dropdown .select2-results__option {
  font-size: 0.85rem;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #7fb5a3 !important;
}

.c-advanceSelect .select2-container {
  width: 100% !important;
}
.c-advanceSelect .select2-container .select2-selection {
  padding: 6px !important;
  height: auto !important;
  position: relative;
}
.c-advanceSelect .select2-container .select2-selection .select2-selection__arrow {
  top: calc(50% - 14px);
}
.c-advanceSelect .select2-container .select2-selection .select2-selection__arrow b {
  border-color: #7fb5a3 transparent transparent transparent;
}
.c-advanceSelect.transparent .select2-container .select2-selection {
  border-color: #b2c0ce;
  background-color: #fff;
}
.c-advanceSelect.transparent .select2-container .select2-selection .select2-selection__arrow b {
  border-color: #b2c0ce transparent transparent transparent;
}
.c-advanceSelect.no-bg .select2-container .select2-selection {
  background-color: transparent;
}

.c-calendar {
  background-color: #fff;
  border: 1px solid #b2c0ce;
  height: 42px;
  border-radius: 4px;
}
.c-calendar .form-control {
  background-color: transparent;
  border: 0;
  padding: 0 8px;
  height: 42px;
}
.c-calendar .input-group-addon {
  display: grid;
  place-items: center;
  padding: 6px;
}
.c-calendar.transparent .input-group-addon {
  color: #b2c0ce;
}

.datepicker td,
.datepicker th {
  font-size: 0.86rem;
  padding: 4px;
  height: 30px;
  width: 40px;
}
.datepicker td.active.active,
.datepicker th.active.active {
  background-color: #7fb5a3 !important;
  background-image: none;
}
.datepicker td.active:hover:hover,
.datepicker th.active:hover:hover {
  background-color: #7fb5a3 !important;
  background-image: none;
}

.c-input {
  height: 42px;
  padding: 6px;
  border-radius: 4px;
}
.c-input.transparent {
  border: 1px solid #fff;
  background-color: #fff;
}
.c-input.is-clean {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}
.c-input.is-clean::placeholder {
  color: #fff;
}

.c-image.sh-oval {
  width: 100%;
  border-radius: 200px;
}
.c-image.bordered {
  border: 1rem solid #e2e9ef;
}
.c-image.sm {
  width: 85% !important;
}

@media (max-width: 768px) {
  .c-image.sh-oval {
    border-radius: 10px;
  }
  .c-image.bordered {
    border: 4px solid #e2e9ef;
  }
  .c-image.sm {
    width: 100% !important;
  }
}
/* -------------------------------------
      🍔 Components - Buttons
  ------------------------------------- */
.c-button {
  border-color: #b97a8a !important;
  background-color: #b97a8a !important;
  color: #fff !important;
  font-size: 0.85rem;
  height: 44px;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  border-radius: 100px !important;
  transition: all 0.3s ease !important;
}

.c-button:hover,
.c-button.is-white:hover {
  background-color: #5f9e8c !important;
  border-color: #5f9e8c !important;
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.c-button.is-half-round {
  min-width: 160px;
  border-radius: 20px 20px 0 0 !important;
}
.c-button.is-white {
  border-color: #b97a8a !important;
  background-color: #b97a8a !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .c-button {
    font-size: 0.75rem;
    padding: 12px 12px !important;
  }
}
.settingButton {
  background-color: #3abf73;
  border: 0;
  color: #fff;
  display: grid;
  line-height: normal;
  padding: 1px 0 0 1px;
  place-items: center;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  text-decoration: none;
}
.settingButton.transparent {
  background-color: transparent;
}

/* -------------------------------------
      🍔 Components - Section
  ------------------------------------- */
.c-section {
  display: block;
  margin: 30px 0;
  padding: 30px 0;
  position: relative;
}
.c-section .heading {
  text-align: center;
  display: block;
  font:
    600 2.2rem/2.6rem 'Playfair Display',
    serif;
  color: #7fb5a3;
  margin-bottom: 2.4rem;
}
.c-section .heading > span {
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
}
.c-section .heading.left {
  text-align: left;
}
.c-section .heading.left::after {
  left: 0;
}
.c-section.type-1 {
  background-color: #f6f5fd;
  padding: 0 0 40px;
  border-radius: 60px;
}
.c-section.is-filled {
  background-color: #7fb5a3;
  margin: 30px 0;
  padding: 30px 0 0;
}
.c-section.is-filled .heading {
  color: #fff;
}
.c-section.ourStory {
  background: url('../images/about-us-bg.webp') no-repeat;
  background-size: cover;
  min-height: 460px;
  padding: 0;
  margin-bottom: 80px;
}
.c-section.ourStory .aboutSection {
  position: relative;
  padding: 60px;
  z-index: 2;
}
.c-section.ourStory .aboutSection::before {
  background-color: #7fb5a3;
  content: '';
  position: absolute;
  width: 100%;
  height: 125%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 300px 300px;
}
.c-section.ourServices {
  background-color: #7fb5a3;
  padding: 0;
}
.c-section.ourServices .serviceBg-patch {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 260px 0 0 0;
}

.c-section.ourServices .serviceBg-patch .service-main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 260px 0 0 0;
}
.c-section.contactUs {
  background: url('../images/swatma-contact.jpg') no-repeat;
  min-height: 524px;
  padding-top: 100px;
  margin-bottom: 0;
}
.c-section.contactUs .contactUsForm {
  padding: 140px 100px 0;
  border-radius: 800px 800px 0 0;
}
.c-section.ourPartner {
  background-color: #7fb5a3;
  padding-bottom: 0;
}
.c-section.customerCardSlider {
  background-color: #3b2a64;
}
.c-section.ourTeam {
  position: relative;
  padding-bottom: 0;
  min-height: 400px;
  z-index: 3;
}
.c-section.ourTeam::before {
  background-color: rgba(118, 107, 245, 0.4);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
  z-index: 2;
}
.c-section.ourTeam::after {
  background: url('../images/about-us-bg.webp') no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 960px) {
  .c-section .heading {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .c-section.contactUs {
    background: url('../images/contact-us-bg.webp') no-repeat;
    min-height: 104px;
    padding: 20px 0 0;
  }
  .c-section.contactUs .contactUsForm {
    margin: 20px;
    padding: 20px 20px 0;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .c-section {
    margin: 10px 0;
    padding: 10px 0;
  }
  .c-section .heading {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.2rem;
  }
  .c-section.ourStory {
    margin-bottom: 20px;
  }
  .c-section.ourStory .aboutSection {
    padding: 30px 20px;
  }
  .c-section.ourStory .aboutSection::before {
    background-color: RGBA(118, 107, 245, 0.8);
  }
}
/* -------------------------------------
      🍔 Components - Slider
  ------------------------------------- */
.c-slider {
  padding: 0 40px;
  z-index: 4;
}
.c-slider .owl-nav {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  top: calc(50% - 20px);
  left: -2px;
  position: absolute;
  width: 100%;
}
.c-slider .owl-nav button {
  color: #7fb5a3 !important;
  display: grid;
  font-size: 1.4rem !important;
  line-height: 1.3rem;
  height: 2.4rem;
  place-items: center;
  width: 2.4rem;
}
.c-slider .owl-nav button span {
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  top: -1px;
}
.c-slider .owl-nav button.disabled {
  background-color: transparent !important;
  color: #bbbbbb !important;
  cursor: not-allowed;
}
.c-slider.type-2 .owl-nav button {
  color: #fff !important;
}
.c-slider .owl-dots {
  position: relative;
  text-align: center;
}
.c-slider .owl-dots .owl-dot {
  background-color: white;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  border-radius: 100px;
}
.c-slider .owl-dots .owl-dot.active {
  background-color: #7fb5a3;
}

@media screen and (max-width: 768px) {
  .c-slider {
    padding: 0;
  }
  .c-slider .owl-nav {
    justify-content: space-around;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0;
  }
}
.c-partnerCard .card-image {
  background-color: #fff;
  display: grid;
  place-items: center;
  height: 160px;
  padding: 40px;
  position: relative;
  border-radius: 200px 200px 0 0;
}
.c-partnerCard .card-image img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .c-partnerCard .card-image {
    height: 180px;
    padding: 20px;
    border-radius: 0;
  }
  .c-partnerCard .card-image img {
    width: 76%;
  }
}
.js-teamCardSlider .owl-stage-outer {
  padding-bottom: 80px;
}
.js-teamCardSlider .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.js-teamCardSlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
  top: 70px;
}

@media screen and (max-width: 768px) {
  .js-teamCardSlider .owl-stage-outer {
    padding-bottom: 40px;
  }
  .js-teamCardSlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
    top: 0;
  }
}
.js-gallerySlider .owl-stage-outer {
  padding: 20px 0 80px;
}
.js-gallerySlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
  top: 70px;
}
.js-gallerySlider .owl-nav {
  top: calc(50% + 24px);
}

@media screen and (max-width: 768px) {
  .js-gallerySlider .owl-stage-outer {
    padding: 0;
  }
  .js-gallerySlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
    top: 0;
  }
}
.singleItemSlider {
  position: relative;
  z-index: 3;
}
.singleItemSlider_info {
  padding: 60px 40px;
  position: relative;
  z-index: 3;
}
.singleItemSlider_info::before {
  background-color: #7fb5a3;
  content: '';
  position: absolute;
  height: 100%;
  width: 130%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 200px 0;
}
.singleItemSlider_image {
  position: relative;
}
.singleItemSlider_image img {
  position: relative;
  max-height: 320px;
  width: 100%;
  z-index: 4;
  border-radius: 200px;
}
.hoteltype-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7fb5a3 !important;
  border-radius: 200px;
  z-index: 25;
  padding: 5px 12px;
}

@media (max-width: 768px) {
  .singleItemSlider_info {
    padding: 20px;
  }
  .singleItemSlider_info::before {
    width: 100%;
    border-radius: 0;
  }
  .singleItemSlider_image img {
    border-radius: 0;
  }
  .hoteltype-badge {
    border-radius: 0px;
    top: 0px !important;
  }
}
/* -------------------------------------
      🍔 Components - Cards 
  ------------------------------------- */
.c-card {
  border: 0;
  border-radius: 10px;
}
.c-card .card-image {
  min-height: 240px;
  overflow: hidden;
  position: relative;
  border-radius: 500px 500px 0 0;
}
.c-card .card-image.md {
  min-height: 280px;
}
.c-card .card-image.md img {
  height: 280px;
}
.c-card .card-image.lg {
  min-height: 320px;
}
.c-card .card-image.lg img {
  height: 320px;
}
.c-card .card-image img {
  height: 240px;
  transition: all ease 0.3s;
  border-radius: 500px 500px 0 0;
}
.c-card .card-image .title {
  background-color: #7fb5a3 !important;
  /* background: rgba(0, 0, 0, 0.8); */
  color: #fff;
  font-size: 0.75rem;
  left: calc(50% - 60px);
  height: 28px;
  position: absolute;
  padding: 6px;
  bottom: 0;
  text-align: center;
  width: 120px;
  z-index: 2;
}
.c-card .card-body {
  background-color: #f4f3fd;
  padding: 20px 20px 40px;
  position: relative;
  border-radius: 0 0 60px 60px;
}

@media (max-width: 768px) {
  .c-card .card-image.lg,
  .c-card .card-image.md {
    min-height: 200px;
    border-radius: 60px 60px 0 0;
  }
  .c-card .card-image.lg img,
  .c-card .card-image.md img {
    height: 200px;
    border-radius: 60px 60px 0 0;
  }
  .c-card .card-body {
    padding: 20px;
  }
}

/* div height ------------ */
.js-blogSlider .c-card {
  height: 100%;
}

.js-blogSlider .c-card .card-body {
  min-height: 240px;
}

.js-blogSlider .card-image.md,
.js-blogSlider .card-image.md img {
  height: 280px;
}
/* ------------------------ */

.imageCard {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 410px;
  width: 100%;
  border-radius: 60px;
}
.imageCard img {
  height: 210px;
  width: 100%;
  transition: all ease 0.3s;
  border-radius: 60px;
}
.imageCard:hover img {
  transform: scale(1.2);
}
.imageCard .info {
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #7fb5a3 89%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 70%;
  left: 0;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.imageCard .rating {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 12px;
  left: 40px;
  letter-spacing: 1px;
  padding: 4px 8px 3px 8px;
  width: 120px;
  z-index: 2;
  border-radius: 100px;
}

.c-customerCard {
  background-color: rgb(118, 107, 245);
  padding: 40px;
  position: relative;
  min-height: 300px;
  margin: 0 40px 80px;
  border-radius: 60px;
}
.c-customerCard::before {
  background-color: rgba(118, 107, 245, 0.3);
  content: '';
  height: 100%;
  left: -30px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: -1;
  border-radius: 60px;
}
.c-customerCard .info {
  position: absolute;
  bottom: -60px;
  right: 0;
  height: 100px;
  width: 200px;
}
.c-customerCard .info img {
  border: 2px solid #fff;
  height: 80px;
  width: 80px;
  border-radius: 100px;
}
.c-customerCard.c1 {
  background-color: rgb(77, 193, 126);
}
.c-customerCard.c1::before {
  background-color: rgba(77, 193, 126, 0.3);
}

.itinerary-wrapper {
  background-color: #7fb5a3;
  padding: 36px;
  border-radius: 4px;
}
.itinerary-wrapper.is-clean {
  background-color: transparent;
  padding: 0;
}

.itinerary {
  position: relative;
  display: grid;
  place-items: center;
}
.itinerary::before,
.itinerary::after {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: calc(50% - 30px);
  content: '';
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
  transform: rotate(45deg);
}
.itinerary::after {
  transform: rotate(-90deg);
}
.itinerary .icon {
  color: #7fb5a3;
  display: grid;
  font-size: 1.6rem;
  height: 66px;
  place-items: center;
  position: relative;
  width: 60px;
  z-index: 3;
  border-radius: 4px;
}
.itinerary.type-2 {
  min-width: 88px;
}
.itinerary.type-2::before,
.itinerary.type-2::after {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  left: calc(50% - 25px);
  content: '';
  background-color: #f0eae3;
  border-radius: 4px;
  z-index: 1;
  transform: rotate(25deg);
}
.itinerary.type-2::after {
  background-color: #fff;
  transform: rotate(-20deg);
  z-index: 2;
}
.itinerary.type-2 .icon {
  font-size: 1.2rem;
  height: 56px;
  /* width: 50px; */
  top: -4px;
}
.itinerary.type-2.xs::before,
.itinerary.type-2.xs::after {
  height: 40px;
  width: 40px;
  left: calc(50% - 20px);
}
.itinerary.type-2.xs .icon {
  font-size: 1.2rem;
  height: 46px;
  width: 40px;
  top: -4px;
}
.itinerary.type-2.dark::before {
  background-color: #7fb5a3;
}

.c-teamCard {
  background-color: #e3dcd3;
  height: 520px;
  padding: 40px 20px 0;
  position: relative;
  overflow: hidden;
  width: 240px;
  border-radius: 100px;
}
.c-teamCard.bg-1 {
  background-color: #f4bcce;
}
.c-teamCard.bg-2 {
  background-color: #cdd5d4;
}
.c-teamCard.bg-3 {
  background-color: #f6cb54;
}
.c-teamCard .card-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-teamCard .card-image img {
  filter: grayscale(100%);
  width: 100%;
}

/* -------------------------------------
      🍔 Components - Footer 
  ------------------------------------- */

/* ===== FOOTER TOP FIX ===== */
.c-footer .footer-top {
  background-color: #7fb5a3;
  padding: 40px 0 30px;
}

.c-footer .footer-top .container-lg {
  max-width: 1400px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.c-footer .footer-top .footerTopRow {
  align-items: flex-start;
}

.c-footer .footer-top .sectionBlock {
  height: 100%;
}

.c-footer .footer-top .sectionBlock p.fs-7 {
  font-size: 15px !important;
  letter-spacing: 0.5px;
  margin-bottom: 14px !important;
}

.c-footer .footer-top .sectionBlock a,
.c-footer .footer-top .sectionBlock span {
  font-size: 15px !important;
  line-height: 1.8;
  color: #fff !important;
}

.c-footer .footer-top .sectionBlock a {
  text-decoration: none !important;
}

.c-footer .footer-top .sectionBlock a:hover {
  opacity: 0.9;
}

.c-footer .footer-top .sectionBlock i {
  width: 18px;
  text-align: center;
}

/* Contact us block e address jeno bhalo vabe dekha jay */
.c-footer .footer-top .col-lg-6 .sectionBlock {
  max-width: 520px;
  margin-left: auto;
}

/* ===== FOOTER BOTTOM FIX ===== */
.c-footer .footer-bottom {
  background-color: #7fb5a3;
  padding: 18px 0 22px;
}

.c-footer .footer-bottom .container-lg {
  max-width: 1400px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.c-footer .footer-bottom .row {
  align-items: center;
}

.c-footer .footer-bottom .fs-7 {
  font-size: 15px !important;
}

.c-footer .footer-bottom .d-inline-flex {
  gap: 16px !important;
}


@media (max-width: 991px) {
  .c-footer .footer-top .container-lg,
  .c-footer .footer-bottom .container-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer .footer-top {
    padding: 35px 0 25px;
  }

  .c-footer .footer-top .col-lg-6 .sectionBlock {
    max-width: 100%;
    margin-left: 0;
  }

  .c-footer .footer-top .sectionBlock {
    margin-bottom: 20px;
  }

  .c-footer .footer-top .sectionBlock p.fs-7,
  .c-footer .footer-top .sectionBlock a,
  .c-footer .footer-top .sectionBlock span,
  .c-footer .footer-bottom .fs-7 {
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  .c-footer .footer-top {
    padding: 28px 0 18px;
  }

  .c-footer .footer-bottom {
    padding: 14px 0 18px;
  }

  .c-footer .footer-top .sectionBlock p.fs-7,
  .c-footer .footer-top .sectionBlock a,
  .c-footer .footer-top .sectionBlock span,
  .c-footer .footer-bottom .fs-7 {
    font-size: 13px !important;
    line-height: 1.7;
  }

  .c-footer .footer-bottom .d-inline-flex {
    gap: 12px !important;
  }
}
/* -------------------------------------
      🍔 Components - Miscellaneous 
  ------------------------------------- */
.counter {
  background: #7fb5a3;
  display: grid;
  place-items: center;
  height: 260px;
  padding: 30px;
  position: relative;
  margin: 0 auto;
  width: 260px;
  border-radius: 400px;
}

.gMap {
  min-height: 200px;
  width: 100%;
}
.gMap .map {
  height: 350px;
  width: 100%;
}

/* -------------------------------------
      🍔 Components - Utilities 
  ------------------------------------- */
.fs-7 {
  font-size: 0.85rem;
}

.fs-8 {
  font-size: 0.76rem;
}

.lh-md {
  line-height: 1.4rem;
}

.color-primary {
  color: #7fb5a3;
}

.color-secondary {
  color: #3abf73;
}

.bg-color-secondary {
  /* background-color: #3abf73 !important; */
  background-color: #b97a8a !important;
}

.bg-color-primary {
  background-color: #7fb5a3;
}

.font-family-primary {
  font-family: 'Parkinsans', serif;
}

.font-family-secondary {
  font-family: 'Playfair Display', serif !important;
}

.text-ellipsis-4 {
  display: -webkit-box; /* Flexible layout with the box model */
  -webkit-box-orient: vertical; /* Vertical orientation for the box */
  -webkit-line-clamp: 4; /* Limit to 3 lines */
  overflow: hidden; /* Hide overflowed content */
  text-overflow: ellipsis; /* Show ellipsis for truncated text */
}

.text-ellipsis-6 {
  display: -webkit-box; /* Flexible layout with the box model */
  -webkit-box-orient: vertical; /* Vertical orientation for the box */
  -webkit-line-clamp: 6; /* Limit to 3 lines */
  overflow: hidden; /* Hide overflowed content */
  text-overflow: ellipsis; /* Show ellipsis for truncated text */
}

/* Main menu list */
.menu-list {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 30px;
  position: relative;
  background-color: #fff;
}

/* Top-level menu item */
.menu-item {
  position: relative;
}

/* Top-level link */
.menu-link {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 12px 16px;
  display: block;
  transition: color 0.3s ease;
}

.menu-link:hover {
  color: #007bff;
}

/* Dropdown (submenu) */
.mobileSubmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

/* Show submenu on hover */
.menu-item:hover .mobileSubmenu {
  display: block;
}

/* Submenu links */
.mobileSubmenu-link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  transition:
    background 0.2s,
    color 0.2s;
}

.mobileSubmenu-link:hover {
  background-color: #f5f5f5;
  color: #007bff;
}
/*# sourceMappingURL=theme.css.map */
#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  background-color: #555;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.profile-pill-img {
  height: 330px; /* fixed height for circle */
  object-fit: cover; /* keep the image nicely cropped */
  border-radius: 999px; /* full circle or pill shape */
  display: block;
  margin: 0 auto; /* optional: centers inside card-image */
  filter: grayscale(100%);
}
.gallery-pill-img {
  width: 200px; /* or 100%, depending on layout */
  height: 200px;
  object-fit: cover;
  border-radius: 999px; /* ensures full pill or circle effect */
  display: block;
  margin: 0 auto; /* optional: center in carousel item */
}

input:-webkit-autofill {
  background-color: #f0f0f0 !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.has-submenu:hover > .submenu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1000;
}
.submenu {
  display: none;
  background: #fff;
  padding-left: 10px;
}

.nytCount {
  float: right;
  padding: 2px 5px;
  font-size: 11px;
  background: #7fb5a3;
  color: #ffffff;
  font-weight: 600;
  line-height: 12px;
  border-radius: 3px;
  position: relative;
  top: 2px;
}
.c-alert {
  width: 600px;
  position: fixed;
  top: 50%;
  z-index: 110;
  left: 50%;
  margin-left: -300px;
  padding: 20px;
  font-size: 15px;
}
.c-alert.alert-dismissible .close {
  float: right;
  background-color: #ffd5d9;
  border: none;
}
/* .video-wrapper {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  position: relative;
} */

.yt-video {
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 aspect ratio */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

/* Ensure video takes full width on all devices */
@media screen and (max-width: 768px) {
  .yt-video {
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 aspect ratio */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
