@charset "UTF-8";
/* ================================
   Brand Colors
================================ */
/* ================================
   Gray Scale
================================ */
/* ================================
   Status Colors
================================ */
/* ================================
   UI Colors
================================ */
/* ================================
   Typography
================================ */
/* ================================
   Radius
================================ */
/* ================================
   Shadows
================================ */
/* ================================
   Transitions
================================ */
/* ================================
   SVG / Icon Filters
================================ */
a, span, ul, li, strong, button, p, b {
  font-size: clamp(12px, 1.6vw, 16px);
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.filter-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}

.hero-search-bar {
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 30px auto 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero-search-bar {
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    gap: 15px;
  }
}
.hero-search-bar .input-group {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #eee;
}
@media (max-width: 768px) {
  .hero-search-bar .input-group {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
}
.hero-search-bar .input-group:last-child {
  border: none;
}
.hero-search-bar .input-group i {
  color: #2f443b;
  font-size: 20px;
  margin-right: 15px;
}
.hero-search-bar .input-group .input-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hero-search-bar .input-group .input-content label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.hero-search-bar .input-group .input-content input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #555;
  font-family: "Outfit", sans-serif;
}
.hero-search-bar .input-group .input-content input::-moz-placeholder {
  color: #999;
}
.hero-search-bar .input-group .input-content input::placeholder {
  color: #999;
}
.hero-search-bar .search-btn {
  background: #2f443b;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .hero-search-bar .search-btn {
    width: 100%;
    border-radius: 10px;
    margin-left: 0;
  }
}
.hero-search-bar .search-btn:hover {
  background: rgb(26.1565217391, 37.8434782609, 32.8347826087);
  transform: translateY(-2px);
}
.hero-search-bar .search-btn i {
  font-size: 18px;
}
.hero-search-bar .search-btn span {
  display: none;
}
@media (max-width: 768px) {
  .hero-search-bar .search-btn span {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
  }
}

.custom-dropdown-trigger {
  font-size: 15px;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  padding: 5px 0;
}
.custom-dropdown-trigger:hover {
  color: #ff6633;
}

.duration-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 600px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 20px;
  display: none;
  z-index: 100;
  margin-top: 15px;
}
.duration-dropdown.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
@media (max-width: 768px) {
  .duration-dropdown {
    width: 300px;
    left: -20px;
    overflow-y: auto;
    max-height: 400px;
  }
}
.duration-dropdown .dropdown-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.duration-dropdown .dropdown-header .custom-date-select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  max-width: 200px;
  font-size: 14px;
  color: #444;
}
.duration-dropdown .dropdown-header .custom-date-select:focus {
  border-color: #ff6633;
  box-shadow: none;
}
.duration-dropdown .dropdown-body {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .duration-dropdown .dropdown-body {
    flex-direction: column;
  }
}
.duration-dropdown .dropdown-body .col-calendar {
  flex: 1.2;
  padding-right: 15px;
  border-right: 1px solid #eee;
}
@media (max-width: 768px) {
  .duration-dropdown .dropdown-body .col-calendar {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.duration-dropdown .dropdown-body .col-calendar .calendar-header {
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.duration-dropdown .dropdown-body .col-calendar .calendar-header i {
  cursor: pointer;
  color: #999;
  font-size: 12px;
  margin: 0 !important;
}
.duration-dropdown .dropdown-body .col-calendar .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
}
.duration-dropdown .dropdown-body .col-calendar .calendar-grid span {
  font-size: 12px;
  padding: 5px;
  color: #444;
  border-radius: 4px;
  cursor: pointer;
}
.duration-dropdown .dropdown-body .col-calendar .calendar-grid span.muted {
  color: #ccc;
}
.duration-dropdown .dropdown-body .col-calendar .calendar-grid span:hover:not(.muted) {
  background: #fff0eb;
  color: #ff6633;
}
.duration-dropdown .dropdown-body .col-list {
  flex: 1;
}
.duration-dropdown .dropdown-body .col-list h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.duration-dropdown .dropdown-body .col-list ul li {
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  cursor: pointer;
  transition: 0.3s;
}
.duration-dropdown .dropdown-body .col-list ul li:hover {
  color: #ff6633;
  padding-left: 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ================================
   Brand Colors
================================ */
/* ================================
   Gray Scale
================================ */
/* ================================
   Status Colors
================================ */
/* ================================
   UI Colors
================================ */
/* ================================
   Typography
================================ */
/* ================================
   Radius
================================ */
/* ================================
   Shadows
================================ */
/* ================================
   Transitions
================================ */
/* ================================
   SVG / Icon Filters
================================ */
a, span, ul, li, strong, button, p, b {
  font-size: clamp(12px, 1.6vw, 16px);
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.filter-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}

@keyframes shrinkExpand {
  0% {
    width: 30px;
  }
  50% {
    width: 15px;
  }
  100% {
    width: 30px;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.top-header {
  background-color: rgb(36.5782608696, 52.9217391304, 45.9173913043);
  padding: 8px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-header .top-header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}
.top-header .top-left,
.top-header .top-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.top-header a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.top-header a:hover {
  color: #4a6b5a;
}
.top-header a i {
  margin-right: 6px;
  font-size: 14px;
}
.top-header .welcome-msg {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  font-size: 13px;
  transition: all 0.3s ease;
  margin-right: 15px;
}
.top-header .welcome-msg:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}
.top-header .welcome-msg .welcome-text {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.top-header .welcome-msg .separator {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.top-header .welcome-msg .user-role {
  color: #ffd700;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  margin-right: 6px;
}
.top-header .welcome-msg .user-name {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top-header .welcome-msg {
    margin-right: 0;
    padding: 4px 12px;
    font-size: 12px;
  }
  .top-header .welcome-msg .separator {
    margin: 0 5px;
  }
  .top-header .welcome-msg .user-role {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .top-header .top-header-wrap {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .top-header .top-left,
  .top-header .top-right {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .top-header .top-right {
    width: 100%;
    gap: 8px;
  }
  .top-header .top-right a {
    font-size: 9px;
  }
  .top-header .top-right a i {
    margin-right: 3px;
    font-size: 10px;
  }
}

header {
  background: #2f443b;
  position: relative;
  z-index: 1000;
}
header.sticky {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: scroll 0.4s linear forwards;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .logo-wrap {
  display: inline-flex;
  height: clamp(60px, 8vw, 80px);
  max-width: clamp(160px, 18vw, 180px);
  padding: 8px;
}
header nav .logo-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .menu-backdrop {
  position: fixed;
}
header nav .middle-wrap .logo-wrap {
  display: none;
}
header nav .middle-wrap ul.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.1vw, 16px);
  padding: 10px 0px;
}
header nav .middle-wrap ul.main-nav li .nav-link {
  padding: 10px 5px;
  color: white;
  transition: 0.3s ease-in-out;
}
header nav .middle-wrap ul.main-nav li .nav-link:hover {
  color: #E9B949;
  transition: 0.3s ease-in-out;
}
header nav .middle-wrap ul.main-nav li.has-dropdown {
  position: relative;
}
header nav .middle-wrap ul.main-nav li.has-dropdown .nav-link {
  cursor: pointer;
}
header nav .middle-wrap ul.main-nav li.has-dropdown .nav-link::after {
  vertical-align: 0.255em;
  content: "";
  border-right: 0.3em solid rgba(255, 255, 255, 0);
  border-left: 0.3em solid rgba(255, 255, 255, 0);
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
  border-top: 0.3em solid;
  border-bottom: 0;
}
@media (min-width: 992px) {
  header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list {
    position: absolute;
    left: 0;
    min-width: 170px;
  }
}
header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  backdrop-filter: blur(5px);
  white-space: nowrap;
  max-height: 0px;
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
}
header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li {
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  display: block;
  background: rgba(255, 255, 255, 0);
}
header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li .drop-link {
  position: relative;
  display: block;
  padding: 0.6rem 1.5rem;
  z-index: 3;
  color: #2f443b;
  transition: 0.6s;
}
header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li .drop-link:hover {
  background: white;
  color: #E9B949;
  padding-left: 20px;
  transition: 0.6s;
}
header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li .drop-link:hover:after {
  max-width: 100%;
  transition: 0.6s;
}
header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  header nav .middle-wrap ul.main-nav li.has-dropdown:hover .dropdown-list {
    max-height: 500px;
    transform: scaleY(1);
    display: block;
  }
}
header nav .middle-wrap ul.main-nav li.has-dropdown.active .dropdown-list {
  max-height: 500px;
  transform: scaleY(1);
  display: block;
}
header nav .right-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
header nav .right-btn-wrap .navbar-toggler {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-direction: column;
  padding: 7px;
  border: 1px solid white;
  background: transparent;
  cursor: pointer;
  width: 40px;
  display: none;
}
header nav .right-btn-wrap .navbar-toggler span {
  height: 3px;
  width: 30px;
  background: white;
  transition: width 0.3s ease;
}
header nav .right-btn-wrap .navbar-toggler:hover span:nth-child(1) {
  animation: shrinkExpand 0.9s ease forwards;
}
header nav .right-btn-wrap .navbar-toggler:hover span:nth-child(2) {
  animation: shrinkExpand 0.9s ease forwards;
  animation-delay: 0.15s;
}
header nav .right-btn-wrap .navbar-toggler:hover span:nth-child(3) {
  animation: shrinkExpand 0.9s ease forwards;
  animation-delay: 0.3s;
}
@media (max-width: 991px) {
  header nav {
    position: relative;
    gap: 5px;
  }
  header nav .menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(3px);
    display: none;
  }
  header nav .menu-backdrop.active {
    display: block;
  }
  header nav .middle-wrap .logo-wrap {
    height: auto;
    max-width: 100%;
    display: flex;
  }
  header nav .middle-wrap {
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    width: 280px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    z-index: 1000;
    transform: translateX(-100%);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
    transition: 0.3s ease-in-out;
  }
  header nav .middle-wrap.active {
    transform: translateX(0);
  }
  header nav .middle-wrap ul.main-nav {
    width: 100%;
    flex-direction: column;
    align-items: unset;
    gap: 5px;
  }
  header nav .middle-wrap ul.main-nav li {
    flex-grow: 1;
  }
  header nav .middle-wrap ul.main-nav li .nav-link {
    width: 100%;
    color: #2f443b;
  }
  header nav .right-btn-wrap {
    gap: 7px;
  }
  header nav .right-btn-wrap .navbar-toggler {
    display: flex;
  }
}

.register-holder {
  position: relative;
  display: inline-block;
}
.register-holder span {
  font-size: clamp(14px, 1.6vw, 16px);
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  line-height: 1.2;
  background: #fff;
  color: #0F4D4A;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.25s;
}
.register-holder span i {
  margin-right: 4px;
}
.register-holder span b {
  font-weight: inherit;
}
@media (max-width: 1200px) {
  .register-holder span b {
    display: none;
  }
}
.register-holder span:hover {
  background: #f3f3f3;
}
.register-holder .dropdown-list {
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 170px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.25s;
}
.register-holder .dropdown-list li {
  margin: 0;
  padding: 0;
}
.register-holder .dropdown-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  line-height: 1;
  transition: 0.2s;
}
.register-holder .dropdown-list li a i {
  width: 18px;
  text-align: center;
  color: #0F4D4A;
  font-size: 14px;
}
.register-holder .dropdown-list li a:hover {
  background: #f4f4f4;
  color: #0F4D4A;
}
@media (min-width: 992px) {
  .register-holder:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .register-holder.active .dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* ================================
   Brand Colors
================================ */
/* ================================
   Gray Scale
================================ */
/* ================================
   Status Colors
================================ */
/* ================================
   UI Colors
================================ */
/* ================================
   Typography
================================ */
/* ================================
   Radius
================================ */
/* ================================
   Shadows
================================ */
/* ================================
   Transitions
================================ */
/* ================================
   SVG / Icon Filters
================================ */
a, span, ul, li, strong, button, p, b {
  font-size: clamp(12px, 1.6vw, 16px);
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.filter-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}

/* ============================================================
   Google-style Review Summary
============================================================ */
.rv-summary {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(16px, 2.5vw, 24px);
}
.rv-summary__left {
  text-align: center;
  flex-shrink: 0;
  min-width: 90px;
}
.rv-summary__avg {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #111;
  line-height: 1;
  margin-bottom: 4px;
}
.rv-summary__stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 4px;
}
.rv-summary__stars i {
  font-size: 0.8rem;
  color: #e2e8f0;
}
.rv-summary__stars i.active {
  color: #f1c72e;
}
.rv-summary__count {
  font-size: 0.78rem;
  color: #64748b;
}
.rv-summary__bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rv-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rv-bar-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  width: 12px;
  text-align: right;
  flex-shrink: 0;
}

.rv-bar-track {
  flex: 1;
  height: 8px;
  background: #f1f5f9;
  border-radius: 4px;
  overflow: hidden;
}

.rv-bar-fill {
  height: 100%;
  background: #f1c72e;
  border-radius: 4px;
  transition: width 0.4s ease;
}

/* ============================================================
   Tabs (Partner reviews)
============================================================ */
.rv-tabs {
  border-bottom: 2px solid #f1f5f9;
}
.rv-tabs .nav-link {
  font-weight: 600;
  font-size: 0.88rem;
  color: #64748b;
  border: none;
  padding: 8px 16px;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.rv-tabs .nav-link.active {
  color: #2f443b;
  border-bottom-color: #2f443b;
  background: transparent;
}

.rv-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 10px;
  background: #f1f5f9;
  color: #64748b;
  margin-left: 4px;
}
.active .rv-tab-count {
  background: rgba(47, 68, 59, 0.1);
  color: #2f443b;
}

/* ============================================================
   Sort Filter
============================================================ */
.rv-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.rv-filter__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
}
.rv-filter__options {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.rv-filter__btn {
  padding: 5px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
}
.rv-filter__btn:hover {
  border-color: #2f443b;
  color: #2f443b;
}
.rv-filter__btn.active {
  background: #2f443b;
  border-color: #2f443b;
  color: #ffffff;
}

/* ============================================================
   Reply Toggle Button
============================================================ */
.rv-reply-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  margin-left: calc(40px + 0.5rem);
  padding: 5px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.rv-reply-toggle i {
  font-size: 0.75rem;
}
.rv-reply-toggle:hover {
  color: #2f443b;
  border-color: #2f443b;
  background: rgba(47, 68, 59, 0.04);
}

.rv-reply-cancel {
  background: none;
  border: none;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.rv-reply-cancel:hover {
  color: #111;
}

/* ============================================================
   Reply Form (Partner unreplied reviews)
============================================================ */
.rv-reply-form {
  margin-top: 10px;
  margin-left: calc(40px + 0.5rem);
  padding: 12px 14px;
  background: #f7f8fa;
  border-left: 3px solid #2f443b;
  border-radius: 0 8px 8px 0;
}
.rv-reply-form__head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2f443b;
  margin-bottom: 8px;
}
.rv-reply-form__head i {
  font-size: 0.75rem;
}
.rv-reply-form textarea.form-control {
  font-size: 0.88rem;
  border-radius: 6px;
  resize: none;
}
.rv-reply-form__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

/* ============================================================
   Empty State
============================================================ */
.rv-empty {
  padding: 48px 20px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.rv-empty i {
  font-size: 2.5rem;
  color: #e2e8f0;
  display: block;
  margin-bottom: 10px;
}
.rv-empty p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}

/* ============================================================
   Review Section - Cards
============================================================ */
.mini-reviews-section .mini-review-container {
  background-color: transparent;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vw, 12px);
}
.mini-reviews-section .mini-review-card {
  padding: clamp(12px, 1.6vw, 18px);
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.mini-reviews-section .mini-review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.mini-reviews-section .mini-review-card .mini-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.mini-reviews-section .mini-review-card .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f1f5f9;
  flex-shrink: 0;
}
.mini-reviews-section .mini-review-card .reviewer-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none !important;
  box-shadow: none !important;
}
.mini-reviews-section .mini-review-card .mini-review-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mini-reviews-section .mini-review-card .mini-review-name {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 !important;
  color: #111 !important;
  line-height: 1.3;
}
.mini-reviews-section .mini-review-card .mini-review-rating-time {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mini-reviews-section .mini-review-card .star-rating {
  display: flex;
  gap: 2px;
  margin: 0 !important;
}
.mini-reviews-section .mini-review-card .star-rating i {
  font-size: 0.72rem;
  color: #e2e8f0;
}
.mini-reviews-section .mini-review-card .star-rating i.active {
  color: #f1c72e;
}
.mini-reviews-section .mini-review-card .mini-review-date {
  color: #64748b;
  font-size: 0.75rem;
  background: transparent !important;
  padding: 0 !important;
  font-weight: 500;
}
.mini-reviews-section .mini-review-card .mini-review-content {
  padding-left: calc(40px + 0.5rem);
}
.mini-reviews-section .mini-review-card .mini-review-message {
  color: #444;
  line-height: 1.5;
  font-size: 0.88rem;
  margin: 0 !important;
}
.mini-reviews-section .mini-review-reply {
  margin-top: 10px;
  margin-left: calc(40px + 0.5rem);
  padding: 10px 14px;
  background: #f7f8fa;
  border-left: 3px solid #2f443b;
  border-radius: 0 8px 8px 0;
}
.mini-reviews-section .mini-review-reply__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.mini-reviews-section .mini-review-reply__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.mini-reviews-section .mini-review-reply__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-reviews-section .mini-review-reply__info {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.mini-reviews-section .mini-review-reply__name {
  font-weight: 700;
  font-size: 0.85rem;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-reviews-section .mini-review-reply__badge {
  font-size: 0.65rem;
  color: #2f443b;
  background: rgba(47, 68, 59, 0.08);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.mini-reviews-section .mini-review-reply__badge i {
  font-size: 0.6rem;
  margin-right: 2px;
}
.mini-reviews-section .mini-review-reply__time {
  font-size: 0.72rem;
  color: #64748b;
  white-space: nowrap;
  flex-shrink: 0;
}
.mini-reviews-section .mini-review-reply__edit {
  background: none;
  border: none;
  color: #64748b;
  padding: 2px 6px;
  cursor: pointer;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.mini-reviews-section .mini-review-reply__edit:hover {
  color: #2f443b;
}
.mini-reviews-section .mini-review-reply__msg {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}
.mini-reviews-section {
  /* Stats section */
}
.mini-reviews-section .review-stats {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background-color: #ffffff;
  margin-bottom: clamp(15px, 2.5vw, 25px);
}
.mini-reviews-section .review-stats .stat-item {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: clamp(10px, 2vw, 20px);
  display: flex;
  gap: clamp(10px, 1.3vw, 16px);
  flex: 1;
}
.mini-reviews-section .review-stats .stat-item .review-icon {
  height: clamp(36px, 4vw, 50px);
  width: clamp(36px, 4vw, 50px);
  flex-shrink: 0;
}
.mini-reviews-section .review-stats .stat-item .review-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);
}
.mini-reviews-section .review-stats .stat-item:nth-child(2) {
  justify-content: center;
}
.mini-reviews-section .review-stats .stat-item:last-child {
  justify-content: end;
}
.mini-reviews-section .review-stats .stat-value {
  font-size: clamp(14px, 2.5vw, 24px);
  font-weight: 800;
  color: #2f443b;
  line-height: 1;
  margin-bottom: 5px;
}
.mini-reviews-section .review-stats .stat-label {
  color: #64748b;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mini-reviews-section {
  /* Input Sidebar */
}
.mini-reviews-section .review-input-box {
  background: #ffffff;
  padding: clamp(10px, 2vw, 20px);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
  max-width: 100%;
  border: 1px solid #e2e8f0;
}
.mini-reviews-section .review-input-box .review-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.5px;
}
.mini-reviews-section .review-input-box .theme-btn {
  background-color: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  font-weight: 700;
  padding: 12px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}
.mini-reviews-section .review-input-box .theme-btn:hover {
  background-color: #fff !important;
  color: #111 !important;
}
.mini-reviews-section .review-input-box .form-control {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
  font-size: 0.95rem;
}
.mini-reviews-section .review-input-box .form-control:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* ============================================================
   Partner Review Modal
============================================================ */
.partner-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.partner-modal-overlay.show {
  display: flex;
}

.partner-modal-container {
  background-color: white;
  width: calc(100% - 15px);
  max-width: 500px;
  padding: clamp(16px, 2vw, 24px);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.partner-modal-container .partner-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.partner-modal-container .partner-modal-header .close-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #999;
  cursor: pointer;
}
.partner-modal-container .partner-modal-header .close-btn:hover {
  color: #111;
}

/* ============================================================
   Mini Website Edit Review Modal
============================================================ */
.mini-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mini-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.mini-modal-container {
  background-color: white;
  width: calc(100% - 15px);
  max-width: 500px;
  padding: clamp(10px, 2vw, 20px);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.mini-modal-overlay.active .mini-modal-container {
  transform: translateY(0);
}

.mini-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(10px, 2vw, 20px);
}
.mini-modal-header .card-heading {
  margin-bottom: 0;
}
.mini-modal-header .mini-modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: color 0.2s;
}
.mini-modal-header .mini-modal-close:hover {
  color: #111;
}

.custom-star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: clamp(10px, 2vw, 20px);
}
.custom-star-rating input {
  display: none;
}
.custom-star-rating label {
  cursor: pointer;
  width: clamp(20px, 3vw, 30px);
  height: clamp(20px, 3vw, 30px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ddd'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease, background-image 0.2s ease;
}
.custom-star-rating label:hover {
  transform: scale(1.1);
}
.custom-star-rating input:checked ~ label,
.custom-star-rating label:hover,
.custom-star-rating label:hover ~ label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFD700'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
}

.form-group {
  margin-bottom: clamp(10px, 2vw, 20px);
}

.form-control-custom {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: clamp(10px, 1.6vw, 16px);
  background-color: #fcfcfc;
  transition: all 0.2s ease;
  resize: none;
}
.form-control-custom:focus {
  border-color: #111;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03);
}

.theme-btn-full {
  background-color: #2f443b;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.theme-btn-full:hover {
  background-color: #1e2d26;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   Responsive
============================================================ */
@media (max-width: 991px) {
  .mini-reviews-section .mini-review-card .mini-review-content {
    padding-left: 0 !important;
  }
  .mini-reviews-section .mini-review-reply {
    margin-left: 0 !important;
  }
  .mini-reviews-section .rv-reply-form {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .rv-summary {
    flex-direction: column;
    text-align: center;
  }
  .rv-summary__bars {
    width: 100%;
  }
  .mini-reviews-section .review-stats {
    flex-direction: column;
    gap: 12px;
  }
  .mini-reviews-section .review-stats .stat-item .review-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    justify-content: space-between;
  }
  .mini-reviews-section .review-stats .stat-item .review-content .stat-value {
    font-size: 30px;
  }
  .mini-reviews-section .review-stats .stat-item .review-content .stat-label {
    font-size: 14px;
    text-transform: capitalize;
  }
}
body {
  font-family: "Outfit", sans-serif;
}

a {
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spacing {
  padding: clamp(25px, 5vw, 50px) 0;
}

.common-bg {
  background: rgba(219, 240, 237, 0.4431372549);
}

.bg-alt {
  background-color: #e7f3f3;
}

.premium-form-wrapper {
  background-color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
}

.premium-card {
  background: #ffffff;
  border-radius: clamp(10px, 1vw, 15px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .premium-card {
    flex-direction: row;
    min-height: 600px;
  }
}

/* Left Side - Visual/Branding */
.premium-visual {
  background: linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);
  color: #ffffff;
  padding: clamp(1rem, 3vw, 2rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 992px) {
  .premium-visual {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .premium-visual {
    display: none;
  }
}
.premium-visual::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.premium-visual::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.premium-visual .visual-content {
  position: relative;
  z-index: 1;
}
.premium-visual .visual-content .visual-title {
  font-size: clamp(2rem, 2.2vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #ffffff;
}
.premium-visual .visual-content .visual-text {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}
.premium-visual .visual-content .premium-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.premium-visual .visual-content .premium-feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.premium-visual .visual-content .premium-feature-list li i {
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 0.8rem;
}
.premium-visual .visual-footer {
  margin-top: 2rem;
  font-size: 0.9rem;
  opacity: 0.7;
}

/* Right Side - Form */
.premium-form-section {
  padding: clamp(1rem, 2vw, 2rem);
  flex: 1;
}
.premium-form-section .form-header {
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.premium-form-section .form-header h2 {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  color: #1e2d26;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.premium-form-section .form-header p {
  color: #64748b;
}
.premium-form-section .custom-input-group {
  position: relative;
  margin-bottom: clamp(1.2rem, 1.5vw, 1.5rem);
}
.premium-form-section .custom-input-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  color: #5a6c7d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.premium-form-section .custom-input-group .custom-form-control {
  width: 100%;
  padding: 0.6rem 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.3;
  background: #fdfdfd;
  transition: 0.3s ease-in-out;
}
.premium-form-section .custom-input-group .custom-form-control:focus {
  border-color: #2f443b;
  box-shadow: 0 0 0 3px rgba(0, 70, 72, 0.1);
  outline: none;
  background: #ffffff;
}
.premium-form-section .custom-input-group select.custom-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.premium-form-section .submit-btn {
  background: #2f443b;
  color: #ffffff;
  border: none;
  padding: clamp(0.9rem, 1vw, 1rem) clamp(1rem, 1.3vw, 1.5rem);
  border-radius: 8px;
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium-form-section .submit-btn:hover {
  background: #1e2d26;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 70, 72, 0.15);
}
.premium-form-section .submit-btn i {
  margin-left: 10px;
}
.premium-form-section .form-info-text {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #64748b;
}

.premium-form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.premium-form-row .col-half {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .premium-form-row .col-half {
    width: 100%;
  }
  .premium-visual {
    padding: 2rem;
    text-align: center;
  }
  .premium-visual .premium-feature-list {
    display: none;
  }
}
.school-contact-info .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  opacity: 0.9;
}
.school-contact-info .info-item i {
  width: 25px;
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 1rem;
}

.enroll-fee-info {
  background: #f8fafc;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: clamp(1.2rem, 1.5vw, 1.5rem);
}
.enroll-fee-info__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #5a6c7d;
  margin-bottom: 8px;
}
.enroll-fee-info__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.enroll-fee-info__item + .enroll-fee-info__item {
  border-top: 1px solid #e9ecef;
}
.enroll-fee-info__room {
  font-size: 0.9rem;
  color: #374151;
}
.enroll-fee-info__price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2f443b;
}
.enroll-fee-info__original {
  text-decoration: line-through;
  color: #64748b;
  font-weight: 400;
  margin-right: 6px;
  font-size: 0.85rem;
}

.mv_loader_wrapper {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.mv_loader_wrapper .mv_loader img {
  width: 60px;
}

/* ================================
   Brand Colors
================================ */
/* ================================
   Gray Scale
================================ */
/* ================================
   Status Colors
================================ */
/* ================================
   UI Colors
================================ */
/* ================================
   Typography
================================ */
/* ================================
   Radius
================================ */
/* ================================
   Shadows
================================ */
/* ================================
   Transitions
================================ */
/* ================================
   SVG / Icon Filters
================================ */
a, span, ul, li, strong, button, p, b {
  font-size: clamp(12px, 1.6vw, 16px);
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.filter-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}

.booking-page-wrapper {
  min-height: 80vh;
}

.teacher-summary-card {
  background: #ffffff;
  padding: clamp(20px, 3vw, 35px);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
  border: 1px solid #e9ecef;
  transition: 0.3s ease-in-out;
}
.teacher-summary-card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.teacher-summary-card .teacher-avatar {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid rgba(74, 107, 90, 0.1);
  display: inline-block;
  max-width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.teacher-summary-card .teacher-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2f443b;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.teacher-summary-card .teacher-meta {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.teacher-summary-card .teacher-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #586880;
  font-size: 0.95rem;
}
.teacher-summary-card .teacher-meta .meta-item i {
  color: #4a6b5a;
  width: 20px;
  text-align: center;
  font-size: 1rem;
}
.teacher-summary-card .teacher-meta .meta-item span {
  word-break: break-all;
}

.booking-form-card {
  background: #ffffff;
  padding: clamp(20px, 3vw, 35px);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}
.booking-form-card .form-header {
  margin-bottom: clamp(20px, 3vw, 30px);
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 20px;
}
.booking-form-card .form-header .card-heading {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin-bottom: 8px;
  color: #1e2d26;
  font-weight: 800;
}
.booking-form-card .form-header .text-muted {
  font-size: 1rem;
  color: #64748b;
}
.booking-form-card .alert-box {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: clamp(12px, 2vw, 18px);
  background: #e8fff4;
  border-radius: 14px;
  border-left: 4px solid #4a6b5a;
}
.booking-form-card .alert-box i {
  background: #4a6b5a;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.booking-form-card .alert-box p {
  margin: 0;
  color: #333;
  line-height: 1.4;
}
.booking-form-card .alert-box p a {
  font-size: inherit;
  color: #4a6b5a;
  font-weight: 600;
  text-decoration: underline;
}
.booking-form-card .alert-box p a:hover {
  text-decoration: none;
}

/* Modern Duration Card */
.modern-duration-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  padding: 2px;
  box-shadow: 0 10px 30px rgba(74, 107, 90, 0.08);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.modern-duration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(74, 107, 90, 0.12);
}
.modern-duration-card .card-glass-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(74, 107, 90, 0.05) 0%, transparent 100%);
  z-index: 1;
}
.modern-duration-card .card-content {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 14px;
  padding: clamp(15px, 2.5vw, 25px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modern-duration-card .duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(74, 107, 90, 0.1);
  color: #4a6b5a;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  width: -moz-fit-content;
  width: fit-content;
}
.modern-duration-card .duration-badge .pulse-icon {
  animation: pulse-primary 2s infinite;
}
.modern-duration-card .duration-value-wrap {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 25px);
  flex-wrap: wrap;
}
.modern-duration-card .duration-value-wrap .value-display {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.modern-duration-card .duration-value-wrap .value-display .number {
  font-size: 3rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
  background: linear-gradient(135deg, #1e2d26 0%, #4a6b5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.modern-duration-card .duration-value-wrap .value-display .unit {
  font-size: 1.2rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
}
.modern-duration-card .duration-value-wrap .sep {
  width: 1px;
  height: 50px;
  background: #e2e8f0;
}
@media (max-width: 576px) {
  .modern-duration-card .duration-value-wrap .sep {
    display: none;
  }
}
.modern-duration-card .duration-value-wrap .teacher-note {
  margin: 0;
  font-size: 1rem;
  color: #586880;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: italic;
}
.modern-duration-card .duration-value-wrap .teacher-note i {
  color: #4a6b5a;
  font-size: 1.2rem;
}

/* Form Controls */
.form-control-custom {
  display: block;
  width: 100%;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f172a;
  background-color: #f8fafc;
  background-clip: padding-box;
  border: 2px solid #f1f5f9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.form-control-custom:focus {
  color: #0f172a;
  background-color: #ffffff;
  border-color: #4a6b5a;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(74, 107, 90, 0.1);
}
.form-control-custom::-moz-placeholder {
  color: #94a3b8;
  opacity: 1;
}
.form-control-custom::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.form-group {
  margin-bottom: clamp(15px, 3vw, 25px);
}
.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1e293b;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Time Slots */
.time-slots-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.time-chip {
  padding: 12px 20px;
  background: #ffffff;
  border: 2px solid #f1f5f9;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  color: #374151;
  transition: all 0.2s ease;
  text-align: center;
  flex: 0 0 auto;
  min-width: 90px;
}
.time-chip:hover:not(.disabled) {
  border-color: #4a6b5a;
  color: #4a6b5a;
  background: rgba(74, 107, 90, 0.05);
  transform: translateY(-2px);
}
.time-chip.selected {
  background: #2f443b;
  border-color: #2f443b;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(47, 68, 59, 0.2);
}
.time-chip.disabled {
  background: #f8fafc;
  border-color: #f8fafc;
  color: #e2e8f0;
  cursor: not-allowed;
  text-decoration: line-through;
}

.availability-msg {
  padding: clamp(12px, 2vw, 18px);
  border-radius: 12px;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.availability-msg.info {
  background: rgba(74, 107, 90, 0.1);
  color: #1e2d26;
  border-left: 4px solid #4a6b5a;
}
.availability-msg.error {
  background: rgba(220, 53, 69, 0.1);
  color: rgb(145.746835443, 25.253164557, 36.7974683544);
  border-left: 4px solid #DC3545;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 16px 30px;
  background: linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  box-shadow: 0 8px 25px rgba(47, 68, 59, 0.2);
}
.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(47, 68, 59, 0.3);
  filter: brightness(1.1);
}
.submit-btn:active {
  transform: translateY(-1px);
}
.submit-btn i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.submit-btn:hover i {
  transform: translateX(5px);
}

@keyframes pulse-primary {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .teacher-summary-card {
    position: static;
  }
}
/* ================================
   Brand Colors
================================ */
/* ================================
   Gray Scale
================================ */
/* ================================
   Status Colors
================================ */
/* ================================
   UI Colors
================================ */
/* ================================
   Typography
================================ */
/* ================================
   Radius
================================ */
/* ================================
   Shadows
================================ */
/* ================================
   Transitions
================================ */
/* ================================
   SVG / Icon Filters
================================ */
a, span, ul, li, strong, button, p, b {
  font-size: clamp(12px, 1.6vw, 16px);
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.filter-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}

/* Profile Dropdown */
.profile-dropdown {
  position: relative;
}
.profile-dropdown .profile-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 0;
  outline: 0;
  background: inherit;
}
.profile-dropdown .profile-btn i {
  color: #ffffff;
  font-size: 14px;
}
.profile-dropdown .profile-btn .profile-picture {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.profile-dropdown .profile-btn .profile-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-dropdown .profile-btn .profile-picture:hover {
  background-color: #f1f5f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.profile-dropdown .profile-dropdown-menu {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 320px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 16px;
  z-index: 9999;
  border: 1px solid #e2e8f0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .profile-dropdown .profile-dropdown-menu {
    right: -50px;
  }
}
.profile-dropdown.active .profile-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.profile-dropdown .profile-initials {
  width: 100%;
  height: 100%;
  background: #2f443b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
}

.dropdown-header {
  padding: 10px 15px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 10px;
}
.dropdown-header .user-name-text {
  display: block;
  color: #2f443b;
  font-weight: 700;
}
.dropdown-header .user-email-text {
  font-size: 12px;
  color: #586880;
}

.profile-dropdown-btn {
  display: block;
  text-align: center;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.profile-dropdown-btn.primary {
  background-color: #2f443b;
  color: #ffffff;
}
.profile-dropdown-btn.primary:hover {
  background-color: #1e2d26;
  transform: translateY(-2px);
  color: #ffffff;
}
.profile-dropdown-btn.danger {
  border: 2px solid #DC3545;
  color: #DC3545;
  background: transparent;
}
.profile-dropdown-btn.danger:hover {
  background-color: #DC3545;
  transform: translateY(-2px);
  color: #ffffff;
}

.profile-dropdown-link {
  display: flex;
  align-items: center;
  padding: 12px;
  margin-top: 8px;
  text-decoration: none;
  color: #2f443b;
  border-radius: 8px;
  background-color: #f8fafc;
  transition: 0.2s ease;
}
.profile-dropdown-link i {
  margin-right: 10px;
  font-size: 18px;
}
.profile-dropdown-link:hover {
  background-color: #f1f5f9;
  color: #1e2d26;
}

@keyframes spinner-rotate {
  0% {
    transform: translatex(-50%) rotate(0deg);
  }
  100% {
    transform: translatex(-50%) rotate(360deg);
  }
}
@keyframes cloudMove1 {
  0% {
    border-radius: 60% 40% 55% 45%/55% 60% 40% 45%;
    transform: translate(0, 0);
  }
  50% {
    border-radius: 45% 55% 40% 60%/60% 45% 55% 40%;
    transform: translate(12px, -8px);
  }
  100% {
    border-radius: 60% 40% 55% 45%/55% 60% 40% 45%;
    transform: translate(0, 0);
  }
}
@keyframes cloudMove2 {
  0% {
    border-radius: 45% 55% 60% 40%/50% 45% 55% 60%;
    transform: translate(0, 0);
  }
  50% {
    border-radius: 60% 40% 45% 55%/45% 60% 40% 55%;
    transform: translate(-10px, 6px);
  }
  100% {
    border-radius: 45% 55% 60% 40%/50% 45% 55% 60%;
    transform: translate(0, 0);
  }
}
.heading-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1vw, 10px);
  margin-bottom: clamp(26px, 3.6vw, 36px);
}
.heading-wrap .common-heading {
  text-align: center;
}
.heading-wrap .sub-title {
  font-size: clamp(13px, 1.7vw, 17px);
  line-height: 1.4;
  font-style: italic;
  text-align: center;
}

.common-heading {
  font-size: clamp(18.5px, 3vw, 36px);
  font-weight: 700;
  background: linear-gradient(45deg, #2f443b 0%, #4a6b5a 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}
.common-heading:hover {
  background: linear-gradient(-45deg, #2f443b 0%, #4a6b5a 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease-in-out;
}
.common-heading span {
  font-size: inherit;
}

.mid-heading {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  color: #2f443b;
  margin-bottom: clamp(12px, 1.4vw, 14px);
  display: inline-block;
}

.card-heading {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  color: #2f443b;
  display: inline-block;
}

.small-heading {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #2f443b;
  display: inline-block;
}

.filter-heading {
  color: #2f443b;
  font-size: clamp(17px, 2.2vw, 24px);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  padding: 5px 0;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.filter-heading::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4px;
  position: absolute;
  background: #2f443b;
}

.img-wrap {
  width: 100%;
  height: 100%;
}
.img-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-btn {
  display: inline-block;
  padding: 10px 16px;
  font-size: clamp(14px, 1.6vw, 16px);
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #2f443b;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  transition: 0.3s ease-in-out ease-in-out;
}
.theme-btn:hover {
  background-color: #fff;
  color: #2f443b;
  border-color: #2f443b;
  transition: 0.3s ease-in-out ease-in-out;
}
.theme-btn:hover i {
  color: #2f443b !important;
}
.theme-btn.alt {
  background-color: white;
  color: #2f443b;
  border-color: #2f443b;
}
.theme-btn.alt:hover {
  background-color: #2f443b;
  color: white;
  border-color: white;
  transition: 0.3s ease-in-out ease-in-out;
}
.theme-btn.alt-green {
  background: #2f443b;
  color: white;
  border-color: #2f443b;
}
.theme-btn.alt-green:hover {
  background-color: white;
  color: #2f443b;
  border-color: white;
  border-color: #2f443b;
}

.list-tick {
  width: 100%;
}
.list-tick li {
  position: relative;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-left: 1.2rem;
}
.list-tick li::before {
  content: "\2714";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1px;
  filter: invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);
}

article.card {
  background: #fff;
  border: 2px solid #4a6b5a;
  border-radius: 16px;
  margin: 10px 0;
  width: 320px;
  font-family: "Outfit", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out;
}
article.card .card-head {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
article.card .card-head img.main-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: transform 0.5s ease;
}
article.card .card-head:hover img.main-img {
  transform: scale(1.05);
}
article.card .card-head .discount-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #2f443b;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
article.card .card-head .icon {
  width: clamp(30px, 3.6vw, 36px);
  height: clamp(30px, 3.6vw, 36px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: absolute;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
article.card .card-head .icon img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
article.card .card-head .icon.heart {
  left: 12px;
}
article.card .card-head .icon.heart img {
  filter: grayscale(1) opacity(0.6);
}
article.card .card-head .icon.heart.saved {
  background: #fff0f1;
}
article.card .card-head .icon.heart.saved img {
  filter: invert(23%) sepia(96%) saturate(7330%) hue-rotate(351deg) brightness(95%) contrast(105%) !important;
  opacity: 1;
}
article.card .card-head .icon.heart:hover {
  background: white;
  transform: scale(1.1);
}
article.card .card-head .icon.three-dot {
  right: 12px;
}
article.card .card-head .icon.three-dot img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%);
}
article.card .card-head .icon.three-dot:hover {
  background: white;
}
article.card .card-head .option-box {
  position: absolute;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  top: 50px;
  right: 12px;
  min-width: 150px;
  overflow: hidden;
  display: none;
  z-index: 10;
}
article.card .card-head .option-box.show {
  display: block;
  animation: slideIn 0.2s ease-out;
}
article.card .card-head .option-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
article.card .card-head .option-box ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}
article.card .card-head .option-box ul li a i,
article.card .card-head .option-box ul li a img {
  width: 16px;
  text-align: center;
  font-size: 14px;
}
article.card .card-head .option-box ul li a:hover {
  background: #f8f9fa;
  color: #2f443b;
}
article.card .card-body {
  padding: clamp(15px, 2vw, 20px);
}
article.card .card-body .card-heading {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  line-height: 1.3;
}
article.card .card-body .card-heading:hover {
  color: #2f443b;
}
article.card .card-body .rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
article.card .card-body .rating .price-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
article.card .card-body .rating .price {
  font-size: 18px;
  font-weight: 800;
  color: #2f443b;
}
article.card .card-body .rating .new-price {
  font-size: 18px;
  font-weight: 800;
  color: #28a745;
}
article.card .card-body .rating .old-price {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}
article.card .card-body .rating .star-rate-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
article.card .card-body .rating .star-rate-wrap .star-group {
  display: flex;
  gap: 2px;
}
article.card .card-body .rating .star-rate-wrap .star-group img {
  width: 14px;
  filter: invert(64%) sepia(45%) saturate(3989%) hue-rotate(356deg) brightness(101%) contrast(96%);
}
article.card .card-body .rating .star-rate-wrap .review-count {
  font-size: 13px;
  color: #777;
  line-height: 1;
}
article.card .card-body .inner-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
article.card .card-body .inner-detail .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}
article.card .card-body .inner-detail .item img {
  width: 14px;
  opacity: 0.7;
}
article.card .card-footer {
  padding: 12px 20px;
  background: #fbfbfb;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 16px 16px;
}
article.card .card-footer .category-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #777;
  font-weight: 600;
}
article.card .card-footer .category-tag .icon {
  width: 24px;
  height: 24px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.card .card-footer .category-tag .icon img {
  width: 12px;
  filter: grayscale(1);
  opacity: 0.6;
}
article.card .card-footer .view-details {
  font-size: 13px;
  font-weight: 700;
  color: #2f443b;
  display: flex;
  align-items: center;
  gap: 5px;
}
article.card .card-footer .view-details i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
article.card .card-footer .view-details:hover {
  color: rgb(26.1565217391, 37.8434782609, 32.8347826087);
}
article.card .card-footer .view-details:hover i {
  transform: translateX(4px);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.share-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.share-popup.active {
  display: flex;
}
.share-popup .share-popup-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 340px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
}
.share-popup .share-popup-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}
.share-popup .share-popup-content .close-btn {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 10px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.share-popup .share-popup-content .close-btn::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/icons/cross.svg");
  filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%);
}
.share-popup .share-popup-content .close-btn:hover {
  color: #000;
  background: #f0f0f0;
  transition: 0.3s ease-in-out;
}
.share-popup .share-popup-content {
  /* === Carousel Wrapper === */
}
.share-popup .share-popup-content .carousel-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.share-popup .share-popup-content .arrow {
  flex: 0 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 20px;
  transition: background 0.2s;
  z-index: 2;
  position: absolute;
}
.share-popup .share-popup-content .arrow:hover {
  background: #f0f0f0;
}
.share-popup .share-popup-content .arrow.left {
  left: -16px;
}
.share-popup .share-popup-content .arrow.left::after {
  content: "";
  width: 70%;
  height: 70%;
  background: url("/images/icons/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%);
}
.share-popup .share-popup-content .arrow.right {
  right: -16px;
}
.share-popup .share-popup-content .arrow.right::after {
  content: "";
  width: 70%;
  height: 70%;
  background: url("/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%);
}
.share-popup .share-popup-content .share-carousel {
  flex: 1;
  overflow: hidden;
}
.share-popup .share-popup-content .share-carousel .share-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 15px;
  padding: 0 10px;
}
.share-popup .share-popup-content .share-carousel .share-track::-webkit-scrollbar {
  display: none;
}
.share-popup .share-popup-content .share-carousel .share-track .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  min-width: 55px;
}
.share-popup .share-popup-content .share-carousel .share-track .item.fb .icon {
  background: #1877f2;
}
.share-popup .share-popup-content .share-carousel .share-track .item.tw .icon {
  background: #15202b;
}
.share-popup .share-popup-content .share-carousel .share-track .item.wt-app .icon {
  background: #25d366;
}
.share-popup .share-popup-content .share-carousel .share-track .item.tele .icon {
  background: #24a1de;
}
.share-popup .share-popup-content .share-carousel .share-track .item.linkedin .icon {
  background: #0077b5;
}
.share-popup .share-popup-content .share-carousel .share-track .item.mail .icon {
  background: #7a7a7a;
}
.share-popup .share-popup-content .share-carousel .share-track .item.mail .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}
.share-popup .share-popup-content .share-carousel .share-track .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.share-popup .share-popup-content .share-carousel .share-track .item .icon img {
  width: 75%;
  height: 75%;
  padding: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
  transition: all 0.2s ease;
}
.share-popup .share-popup-content .share-carousel .share-track .item span {
  margin-top: 6px;
  font-size: 13px;
  text-align: center;
}
.share-popup .share-popup-content .share-carousel .share-track .item:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Review Section */
.review-slider .review-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 5px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.32);
  border: 2px solid #e7f3f3;
  border-bottom: 3px solid #4a6b5a;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.review-slider .review-card::before {
  content: "";
  width: 30%;
  height: 100%;
  background: url("/images/icons/decor-flower.webp") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  filter: invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);
}
.review-slider .review-card::after {
  content: "";
  width: 30%;
  height: 100%;
  background: url("/images/icons/decor-flower.webp") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -50%;
  transform: rotateX(180deg);
  right: 0;
  z-index: -1;
  opacity: 0.3;
  filter: invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);
}
.review-slider .review-card .review-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.review-slider .review-card .review-head .head-inner {
  position: relative;
  height: 120px;
  width: 120px;
  margin-right: 40px;
  z-index: 1;
  flex-shrink: 0;
}
.review-slider .review-card .review-head .head-inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-slider .review-card .review-head .head-inner::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#2f443b, #4a6b5a);
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.review-slider .review-card .review-head .description .reviewer-name {
  font-size: clamp(20px, 2.5vw, 25px);
  color: #2f443b;
  font-family: "Outfit", sans-serif;
}
.review-slider .review-card .review-head .description .reviewer-role {
  font-size: clamp(14px, 1.6vw, 16x);
  color: #4a6b5a;
  font-family: "Outfit", sans-serif;
  margin-bottom: 5px;
}
.review-slider .review-card .review-head .description .star-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.review-slider .review-card .review-head .description .star-wrap span {
  width: 18px;
  height: 18px;
  background: url("/images/icons/star.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  filter: invert(32%) sepia(1%) saturate(1837%) hue-rotate(69deg) brightness(97%) contrast(84%);
}
.review-slider .review-card .review-head .description .star-wrap span.active {
  filter: invert(64%) sepia(45%) saturate(3989%) hue-rotate(356deg) brightness(101%) contrast(96%);
}
.review-slider .review-card .review-content {
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.review-slider .review-card .review-content p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .review-slider .review-card .review-head .head-inner {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
}

.call-to-action {
  position: relative;
  background: #2f443b;
  padding: 30px 0;
}
.call-to-action .inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
}
.call-to-action .inner-wrap .banner-info .action-heading {
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: white;
}
.call-to-action .inner-wrap .banner-info p {
  color: white;
}
@media (max-width: 991px) {
  .call-to-action .inner-wrap {
    flex-direction: column;
  }
  .call-to-action .inner-wrap .banner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* Footer Gallery */
.footer-gallery {
  position: relative;
  z-index: 1;
}
.footer-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89%;
  background-color: #2f443b;
  z-index: -1;
}
.footer-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.footer-gallery .gallery-grid .img-hold img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-gallery .gallery-grid .img-hold.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .footer-gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-gallery .gallery-grid .img-hold img {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .footer-gallery .footer-gallery-content {
    text-align: center;
  }
  .footer-gallery .footer-gallery-content h6 {
    font-size: 22px;
  }
  .footer-gallery .footer-gallery-content p {
    font-size: 16px;
  }
  .footer-gallery .discount-wrap span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-gallery .footer-gallery-content {
    padding: 20px 10px;
    padding-bottom: 0;
  }
  .footer-gallery .footer-gallery-content h6 {
    font-size: 20px;
  }
  .footer-gallery .footer-gallery-content p {
    font-size: 14px;
  }
  .footer-gallery .discount-wrap {
    height: auto;
    margin: 10px 0;
  }
  .footer-gallery .discount-wrap span {
    font-size: 16px;
  }
}

.google-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.625rem 1rem;
  border: 1px solid #dadce0;
  border-radius: 0.6rem;
  background: #ffffff;
  color: #1f1f1f;
  font: 500 0.95rem/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-decoration: none;
  transition: transform 0.02s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin: auto;
}
.google-btn:hover {
  background: #f7f8f8;
  border-color: #c7c9cf;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.google-btn:active {
  transform: translateY(1px);
}
.google-btn:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
}
.google-btn__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.google-btn__label {
  white-space: nowrap;
}

.school-listing-section {
  position: relative;
}

.accordion-wrap {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.accordion-wrap .check-heading {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  background-color: #2f443b;
  color: #fff;
  padding: 8px 10px;
  text-transform: capitalize;
}
.accordion-wrap .check-heading i {
  margin-right: 5px;
}
.accordion-wrap .accordion .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.accordion-wrap .accordion .card .states-accordion .card {
  margin-bottom: 0;
}
.accordion-wrap .accordion .card:hover {
  background: #f1f1f1;
}
.accordion-wrap .accordion .card .card-header {
  cursor: pointer;
  padding: 8px 15px;
  background: #f5f5f5;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  transition: background 0.3s ease, color 0.3s ease;
}
.accordion-wrap .accordion .card .card-header:hover {
  background: #e9e9e9;
}
.accordion-wrap .accordion .card .card-header i {
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 14px;
  color: #777;
}
.accordion-wrap .accordion .card .collapse {
  display: none;
  background: #e7f3f3;
  padding: 8px;
  border-top: 1px solid #eee;
}
.accordion-wrap .accordion .card .collapse .card-header {
  background: white;
}
.accordion-wrap .accordion .card .collapse .collapse {
  background: white;
}
.accordion-wrap .accordion .card .collapse.active {
  display: block;
}
.accordion-wrap .accordion .card .collapse ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-wrap .accordion .card .collapse ul li {
  padding: 5px 0;
  padding-left: 10px;
  position: relative;
}
.accordion-wrap .accordion .card .collapse ul li a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  transition: color 0.2s ease;
}
.accordion-wrap .accordion .card .collapse ul li a:hover {
  color: #00796b;
}
.accordion-wrap .accordion .card .collapse ul li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);
  width: 16px;
  height: 16px;
  line-height: 1;
}
.accordion-wrap .category-filter-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-wrap .category-filter-list ul li {
  margin: 2px 0;
  margin-bottom: 10px;
}
.accordion-wrap .category-filter-list ul li:last-child {
  margin-bottom: 0;
}
.accordion-wrap .category-filter-list .category-filter-link {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #374151;
  font-size: 0.92rem;
  background: transparent;
  border-radius: 6px;
  border-left: 3px solid transparent;
  transition: 0.3s ease-in-out;
}
.accordion-wrap .category-filter-list .category-filter-link:hover {
  background: #f1f5f9;
  color: #2f443b;
  border-left-color: #4a6b5a;
}
.accordion-wrap .category-filter-list .category-filter-link.active {
  background: #e2e8f0;
  color: #2f443b;
  font-weight: 600;
  border-left-color: #2f443b;
  box-shadow: none;
}

.listing-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  width: 100%;
}
.listing-heading-wrapper .results-count {
  font-weight: 600;
}
.listing-heading-wrapper .sort-by {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.listing-heading-wrapper .sort-by label {
  font-size: 0.875rem;
  font-weight: 600;
}
.listing-heading-wrapper .sort-by select {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  background-color: #f0f0f0;
  position: relative;
}
.listing-heading-wrapper .sort-by select:focus {
  outline: none;
  border-color: #999;
}
.listing-heading-wrapper .sort-by select::after {
  content: "\25BC";
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.listing-heading-wrapper .sort-by select option {
  background-color: white;
  color: black;
}
.listing-heading-wrapper .sort-by select option:hover {
  background-color: lightblue;
}
@media (max-width: 576px) {
  .listing-heading-wrapper {
    flex-direction: column;
    align-items: start;
  }
}

.listing-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.listing-card-wrapper .empty-block-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-card-wrapper .empty-block-wrapper .empty-block img {
  height: 300px;
  width: 310px;
}
.listing-card-wrapper .empty-block-wrapper .empty-block .block-content {
  text-align: center;
}
.listing-card-wrapper .empty-block-wrapper .empty-block .block-content span {
  font-size: 20px;
  font-family: Courier New;
  font-weight: 700;
  color: #1b2e35;
}
.listing-card-wrapper .yoga-school-card {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}
.listing-card-wrapper .yoga-school-card .img-wrap {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f1f5f9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-card-wrapper .yoga-school-card .img-wrap img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.listing-card-wrapper .yoga-school-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: start;
  gap: 10px;
  padding: 15px;
}
.listing-card-wrapper .yoga-school-card .card-content .verified-list {
  display: flex;
  gap: 10px;
}
.listing-card-wrapper .yoga-school-card .card-content .verified-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.listing-card-wrapper .yoga-school-card .card-content .verified-list li i {
  color: #2f443b;
}
.listing-card-wrapper .yoga-school-card .card-content .verified-list li.verified i {
  width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1c72e;
  color: white;
}
.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: start;
  gap: 10px;
}
.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating {
  padding: 5px 10px;
  border-radius: 0 0 10px 0;
  position: absolute;
  background: #2f443b;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating i {
  font-size: 10px;
  color: white;
}
.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating i.active {
  color: #f1c72e;
}
.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating .reviews-count {
  color: white;
  font-size: 13px;
}
.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li span.status-bg {
  line-height: 20px;
  width: 46px;
  text-align: center;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  background: #70a746;
  color: white;
  margin-left: 4px;
}
.listing-card-wrapper .yoga-school-card .card-content .price-info {
  font-size: 1rem;
  color: #333;
}
.listing-card-wrapper .yoga-school-card .card-content .price-info p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.listing-card-wrapper .yoga-school-card .card-content .price-info p i {
  color: #2f443b;
  font-size: 1.1rem;
}
.listing-card-wrapper .yoga-school-card .card-content .price-info p strong {
  font-weight: 600;
  color: #000;
}
.listing-card-wrapper .yoga-school-card .card-content .price-info p .price-amount {
  color: #2f443b;
  font-weight: 600;
}
.listing-card-wrapper .yoga-school-card .card-content .price-info p .price-amount small {
  font-size: 0.85rem;
  color: #6c757d;
  margin-left: 2px;
}
.listing-card-wrapper .yoga-school-card .card-content .theme-btn {
  width: 100%;
}
@media (max-width: 1024px) {
  .listing-card-wrapper .yoga-school-card {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 576px) {
  .listing-card-wrapper .yoga-school-card {
    grid-template-columns: auto;
    gap: 0;
  }
  .listing-card-wrapper .yoga-school-card .img-wrap {
    max-height: 250px;
  }
}
.listing-card-wrapper .tc-card {
  width: 100%;
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.listing-card-wrapper .tc-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.11);
  transform: translateY(-2px);
}
.listing-card-wrapper .tc-card .tc-photo-wrap {
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
}
.listing-card-wrapper .tc-card .tc-photo-wrap .tc-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border: 3px solid rgba(47, 68, 59, 0.15);
  display: block;
}
.listing-card-wrapper .tc-card .tc-photo-wrap .tc-verified-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
  background: #28a745;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-card-wrapper .tc-card .tc-photo-wrap .tc-verified-badge i {
  font-size: 9px;
  color: #fff;
}
.listing-card-wrapper .tc-card .tc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.listing-card-wrapper .tc-card .tc-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.listing-card-wrapper .tc-card .tc-name {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  text-decoration: none;
}
.listing-card-wrapper .tc-card .tc-name:hover {
  color: #2f443b;
}
.listing-card-wrapper .tc-card .tc-role {
  font-size: 12px;
  font-weight: 500;
  color: #2f443b;
  background: rgba(47, 68, 59, 0.08);
  padding: 2px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.listing-card-wrapper .tc-card .tc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.listing-card-wrapper .tc-card .tc-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #555;
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.listing-card-wrapper .tc-card .tc-chip i {
  font-size: 11px;
  color: #888;
}
.listing-card-wrapper .tc-card .tc-chip--email i {
  color: #2f443b;
}
.listing-card-wrapper .tc-card .tc-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.listing-card-wrapper .tc-card .tc-svc-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(0, 176, 155, 0.08);
  color: #007a6a;
  border: 1px solid rgba(0, 176, 155, 0.2);
  padding: 3px 10px;
  border-radius: 20px;
}
.listing-card-wrapper .tc-card .tc-svc-tag em {
  font-style: normal;
  font-size: 11px;
  color: #888;
}
.listing-card-wrapper .tc-card .tc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border-radius: 25px;
  background: #2f443b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.2s ease, transform 0.15s ease;
}
.listing-card-wrapper .tc-card .tc-btn:hover {
  background: #1e2d26;
  color: #fff;
  transform: translateY(-1px);
}
@media (max-width: 576px) {
  .listing-card-wrapper .tc-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .listing-card-wrapper .tc-card .tc-head,
  .listing-card-wrapper .tc-card .tc-chips,
  .listing-card-wrapper .tc-card .tc-services {
    justify-content: center;
  }
  .listing-card-wrapper .tc-card .tc-btn {
    width: 100%;
  }
}

.empty-block-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty-block-wrapper .empty-block img {
  height: 300px;
  width: 310px;
}
.empty-block-wrapper .empty-block .block-content {
  text-align: center;
}
.empty-block-wrapper .empty-block .block-content span {
  font-size: 20px;
  font-family: Courier New;
  font-weight: 700;
  color: #1b2e35;
}

.filter-links li {
  padding-left: 1.1rem;
}
.filter-links li:before {
  top: 2px;
  position: absolute;
  content: "\F101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  color: #2f443b;
  display: table-cell;
  font-size: 14px;
}

.banner-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.banner-card .upload-box {
  text-align: center;
}
.banner-card .upload-box .upload-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  color: #666;
}
.banner-card .upload-box .upload-label i {
  font-size: 22px;
  margin-bottom: 6px;
  color: #2f443b;
}
.banner-card .upload-box .upload-label:hover {
  border-color: #2f443b;
  background: #f8f9fa;
  color: #2f443b;
}
.banner-card .upload-box .preview {
  margin-top: 10px;
}
.banner-card .upload-box .preview img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.banner-card .form-label {
  margin-bottom: 0;
}

.hero-section {
  position: relative;
  height: 90vh;
  padding: clamp(25px, 4vw, 40px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5215686275), rgba(0, 0, 0, 0.5411764706)), url("/images/tribx-banner.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-section .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: -1;
}
.hero-section .hero-content {
  max-width: 991px;
  min-height: 70vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px;
}
.hero-section .hero-content .hero-heading {
  font-size: clamp(18px, 4vw, 40px);
  line-height: 1.3;
  font-weight: 700;
  color: white;
  text-align: center;
}
.hero-section .hero-content .para {
  font-size: clamp(14px, 1.7vw, 17px);
  margin-bottom: 1rem;
  color: white;
  text-align: center;
}
.hero-section .hero-content .header-search-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: white;
  padding: clamp(10px, 1.5vw, 15px) clamp(10px, 2vw, 20px);
  border: #ededed 1px solid;
  border-radius: 50px;
}
.hero-section .hero-content .header-search-form .search-fields {
  display: flex;
  width: 100%;
  gap: 10px;
}
.hero-section .hero-content .header-search-form .search-fields .field {
  position: relative;
  flex: 1;
}
.hero-section .hero-content .header-search-form .search-fields .field.location-field select {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border-radius: 30px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
}
.hero-section .hero-content .header-search-form .search-fields .field.location-field select:focus {
  outline: none;
  border-color: #2f443b;
  box-shadow: 0 0 4px 2px rgba(0, 70, 72, 0.247);
}
.hero-section .hero-content .header-search-form .search-fields .field.location-field .icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
.hero-section .hero-content .header-search-form .search-fields .field.keyword-field input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 30px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.hero-section .hero-content .header-search-form .search-fields .field.keyword-field input:focus {
  outline: none;
  border-color: #2f443b;
  box-shadow: 0 0 4px 2px rgba(0, 70, 72, 0.247);
}
.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
  display: none;
}
.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions li i {
  color: #2f443b;
}
.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions li:hover {
  background: #f0f0f0;
}
.hero-section .hero-content .header-search-form .search-fields .field.submit-field {
  flex: 0 0 100px;
}
.hero-section .hero-content .header-search-form .search-fields .field.submit-field button {
  width: 100%;
  padding: 12px 0;
  border-radius: 30px;
  border: 2px solid #2f443b;
  background: linear-gradient(#2f443b, #2f443b);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.hero-section .hero-content .header-search-form .search-fields .field.submit-field button:hover {
  background: linear-gradient(#2f443b, #4a6b5a);
  border-color: #4a6b5a;
}
.hero-section .hero-bottom {
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.hero-section .hero-bottom .left-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-bottom .left-box .images-wrap {
  display: flex;
  position: relative;
  right: -10px;
}
.hero-section .hero-bottom .left-box .images-wrap img {
  position: relative;
  width: 55px;
  height: 55px;
  border: 3px solid white;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(0px);
  transition: transform 0.4s ease;
}
.hero-section .hero-bottom .left-box .images-wrap img:nth-child(2) {
  left: -10px;
}
.hero-section .hero-bottom .left-box .images-wrap img:nth-child(3) {
  left: -20px;
}
.hero-section .hero-bottom .left-box .images-wrap img:nth-child(4) {
  left: -30px;
}
.hero-section .hero-bottom .left-box .images-wrap img:hover {
  transform: translateY(-5px);
  transition: transform 0.4s ease;
}
.hero-section .hero-bottom .left-box .sub-title {
  color: white;
  font-weight: 500;
  max-width: 220px;
}
.hero-section .hero-bottom .social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.hero-section .hero-bottom .social-list li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f443b;
  transition: 0.3s;
}
.hero-section .hero-bottom .social-list li i {
  color: white;
  font-size: 20px;
}
.hero-section .hero-bottom .social-list li:hover {
  background: #4a6b5a;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .hero-section {
    height: auto;
    min-height: 50vh;
  }
  .hero-section .hero-content {
    padding: 12px;
    min-height: 55vh;
  }
  .hero-section .hero-content .header-search-form {
    border-radius: 20px;
  }
  .hero-section .hero-content .header-search-form .search-fields {
    flex-direction: column;
  }
  .hero-section .hero-content .header-search-form .search-fields .field.submit-field {
    flex: 1 1 auto;
  }
  .hero-section .hero-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .hero-section .hero-bottom .left-box {
    flex-wrap: wrap;
    gap: 5px;
  }
  .hero-section .hero-bottom .left-box .images-wrap img {
    width: 45px;
    height: 45px;
  }
  .hero-section .hero-bottom .left-box .sub-title {
    text-align: center;
  }
  .hero-section .hero-bottom .social-list li {
    width: 35px;
    height: 35px;
  }
  .hero-section .hero-bottom .social-list li i {
    font-size: 16px;
  }
}

.about-section .service-card {
  text-align: center;
  padding: 20px;
  position: relative;
}
.about-section .service-card .img-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f443b;
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  border-radius: 50% 20%/10% 40%;
  transition: border-radius 0.5s ease;
}
.about-section .service-card .img-wrap img {
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) brightness(10);
  transition: filter 0.5s ease;
}
.about-section .service-card .small-heading {
  font-weight: 600;
  margin-bottom: 10px;
  color: #2f443b;
}
.about-section .service-card .small-heading strong {
  color: inherit;
  font-size: clamp(14px, 1.6vw, 16px);
  margin-right: 7px;
}
.about-section .service-card p {
  line-height: 1.5;
  color: #444;
}
.about-section .service-card:hover .img-wrap {
  border-radius: 30% 70%/70% 30%;
  background-color: rgb(67.8434782609, 98.1565217391, 85.1652173913);
}
.about-section .service-card.right-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 80px;
  border-top: 2px dashed #2f443b;
}
.about-section .service-card.right-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -48px;
  transform: translateY(-50%);
  border-left: 8px solid #2f443b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.about-section .service-card.down-arrow::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 50%;
  transform: translateX(50%);
  height: 60px;
  border-left: 2px dashed #2f443b;
}
.about-section .service-card.down-arrow::before {
  content: "";
  position: absolute;
  bottom: -68px;
  right: 50%;
  transform: translateX(50%);
  border-top: 8px solid #2f443b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.about-section .service-card.left-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 80px;
  border-top: 2px dashed #2f443b;
}
.about-section .service-card.left-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  border-right: 8px solid #2f443b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media (max-width: 992px) {
  .about-section .service-card::after,
  .about-section .service-card::before {
    display: none;
  }
  .about-section .service-card .img-wrap {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .about-section .service-card .img-wrap {
    width: 70px;
    height: 70px;
  }
}

.attract-section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.attract-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(100, 150, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.attract-section .attract-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(100, 150, 255, 0.3);
  border-radius: 20px;
  padding: 2.5rem 1.8rem;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.attract-section .attract-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(100, 150, 255, 0.1), rgba(80, 200, 120, 0.05));
  opacity: 1;
  transition: opacity 0.4s ease;
  border-radius: 20px;
  z-index: -1;
}
.attract-section .attract-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}
.attract-section .attract-card:hover::after {
  opacity: 0;
}
.attract-section .attract-card:hover .logo-wrap img {
  transform: scale(1.15) rotate(5deg);
  filter: hue-rotate(20deg) brightness(1.1);
}
.attract-section .attract-card:hover .card-heading {
  background: linear-gradient(90deg, #2f443b, #4a6b5a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.attract-section .attract-card .logo-wrap {
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: center;
}
.attract-section .attract-card .logo-wrap img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}
.attract-section .attract-card .card-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: all 0.4s ease;
  position: relative;
}
.attract-section .attract-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
  font-weight: 400;
}
@media (max-width: 992px) {
  .attract-section .attract-card {
    padding: 2rem 1.5rem;
  }
  .attract-section .attract-card .logo-wrap img {
    width: 70px;
    height: 70px;
  }
  .attract-section .attract-card .card-heading {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .attract-section .attract-card {
    padding: 1.8rem 1.2rem;
  }
  .attract-section .attract-card .logo-wrap img {
    width: 60px;
    height: 60px;
  }
  .attract-section .attract-card .card-heading {
    font-size: 1.15rem;
  }
  .attract-section .attract-card p {
    font-size: 0.95rem;
  }
}

.why-section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.why-section .text-block {
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
  font-size: 1.1rem;
}
.why-section .text-block.right {
  text-align: center;
}
.why-section .text-block::before, .why-section .text-block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #2f443b;
  border-radius: 10px;
  z-index: -1;
  transform: skew(-11deg);
}
.why-section .text-block::before {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  z-index: -1;
}
.why-section .text-block::after {
  width: 72%;
  height: calc(100% + 20px);
  background: #ccdada;
  top: 0;
  bottom: 0;
  right: calc(-6rem + 11px);
  left: auto;
  transition: all 0.3s ease;
  z-index: -2;
}
.why-section .text-block.right::after {
  left: calc(-6rem + 11px);
  right: auto;
}
.why-section .center-circle,
.why-section .center-img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.why-section .center-circle {
  background: #fff;
  z-index: 1;
}
.why-section .center-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.why-section .center-circle::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  margin: auto;
  border: 1px solid #2f443b;
  border-radius: 50%;
  background: transparent;
  opacity: 0.2;
  z-index: 0;
}
.why-section .center-circle.elder::before, .why-section .center-circle.preg::before {
  content: "";
  position: absolute;
  width: 7rem;
  background: #ccdada;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.why-section .center-circle.elder::before {
  left: -106px;
}
.why-section .center-circle.preg::before {
  right: -132px;
}
.why-section .center-circle.men::before, .why-section .center-circle.women::before {
  content: "";
  position: absolute;
  width: 4.25rem;
  background: #2f443b;
  height: 1px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  opacity: 0.2;
  z-index: -1;
}
.why-section .center-circle.men::before {
  top: -43px;
}
.why-section .center-circle.women::before {
  bottom: -43px;
}
.why-section .center-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
.why-section .center-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
@media (max-width: 991px) {
  .why-section .grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .why-section .grid .text-block {
    width: calc(100% - 3rem);
    margin: 0 auto;
    padding: 1.5rem 1.5rem;
  }
  .why-section .text-block::after {
    width: 90%;
    height: calc(100% + 10px);
    left: 5%;
    right: auto !important;
    opacity: 0.15;
    transform: skew(-11deg);
  }
  .why-section .text-block.right::after {
    left: 5%;
    right: auto !important;
  }
  .why-section .center-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .why-section .center-circle::before {
    display: none;
  }
  .why-section .center-img {
    width: 150px;
    height: 150px;
  }
}

.excursion-section .excursion-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.excursion-section .excursion-card img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.excursion-section .excursion-card:hover img {
  transform: scale(1.05);
}
.excursion-section .excursion-card .travel-heading {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2f443b;
  color: #fff;
  font-size: 1.25rem;
  padding: 8px 12px;
  width: 85%;
  text-align: center;
  border-radius: 6px;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid #fff;
  z-index: 10;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.excursion-section .excursion-card:hover .travel-heading {
  background-color: #fff;
  color: #2f443b;
}
.excursion-section .excursion-card .hide-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translatey(-110%);
  transition: 0.6s;
}
.excursion-section .excursion-card .hide-box p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 320px;
  margin: 0;
}
.excursion-section .excursion-card:hover .hide-box {
  opacity: 1;
  transform: translatey(0);
  visibility: visible;
  z-index: 1;
  transition: 0.6s;
}
@media (max-width: 600px) {
  .excursion-section .excursion-card {
    max-width: 100%;
  }
  .excursion-section .excursion-card img {
    height: 180px;
  }
  .excursion-section .excursion-card .travel-heading {
    font-size: 1rem;
    width: 90%;
    padding: 6px 10px;
  }
  .excursion-section .excursion-card .hide-box p {
    font-size: 0.9rem;
    max-width: 280px;
    padding: 0 10px;
  }
}

.contact-section .contact-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.contact-section .contact-form-wrap {
  position: relative;
  background: linear-gradient(#f7eae3, #ffffff);
  padding: clamp(1rem, 2vw, 2rem);
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-family: "Outfit", sans-serif;
  z-index: 10;
}
.contact-section .contact-form-wrap::after {
  content: "";
  background: url("/images/icons/form-bg-pattern.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.contact-section .contact-form-wrap .form-heading {
  font-family: "Outfit", sans-serif;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 600;
  margin-bottom: clamp(15px, 2vw, 20px);
  text-align: center;
  color: #2f443b;
}
.contact-section .contact-form-wrap .form {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 12px);
}
.contact-section .contact-form-wrap .form .form-group {
  position: relative;
  font-family: "Outfit", sans-serif;
}
.contact-section .contact-form-wrap .form .form-group .form-control {
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-family: inherit;
}
.contact-section .contact-form-wrap .form .form-group .form-control:focus {
  border-color: #2f443b !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 68, 59, 0.1);
}
.contact-section .contact-form-wrap .form .form-group .form-control:not(:-moz-placeholder-shown) + label {
  transform: translateY(-1.1rem) scale(0.85);
  background: linear-gradient(#f7eae3, white);
  padding: 0 0.3rem;
  color: #2f443b;
}
.contact-section .contact-form-wrap .form .form-group .form-control:focus + label, .contact-section .contact-form-wrap .form .form-group .form-control:not(:placeholder-shown) + label, .contact-section .contact-form-wrap .form .form-group .form-control.not-empty + label {
  transform: translateY(-1.1rem) scale(0.85);
  background: linear-gradient(#f7eae3, white);
  padding: 0 0.3rem;
  color: #2f443b;
}
.contact-section .contact-form-wrap .form .form-group textarea.form-control {
  resize: vertical;
}
.contact-section .contact-form-wrap .form .form-group label {
  position: absolute;
  top: 10px;
  left: 1rem;
  color: #666;
  font-size: clamp(0.9rem, 1vw, 1rem);
  pointer-events: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  transform-origin: top left;
}
.contact-section .contact-form-wrap .form .form-actions {
  text-align: center;
}
.contact-section .contact-form-wrap .form .form-actions .theme-btn {
  width: 100%;
  background-color: #2f443b;
  color: #fff;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact-section .contact-form-wrap .form .form-actions .theme-btn:hover {
  background-color: #4a6b5a;
}

.social-lists {
  list-style: none;
  padding: 0px;
  display: flex;
  gap: 10px;
}
.social-lists li {
  height: clamp(35px, 4vw, 45px);
  width: clamp(35px, 4vw, 45px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2f443b;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.social-lists li a {
  color: #2f443b;
  transition: all 0.4s;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.social-lists li a i {
  font-size: 20px;
}
.social-lists li a:hover {
  transition: all 0.4s;
  color: #fff;
}
.social-lists li:hover {
  background-color: #2f443b;
  border: 1px solid #fff;
}

.location-section .footer-location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.location-section .footer-location .location-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(150px, auto) 1fr;
  gap: 8px;
  align-items: start;
}
.location-section .footer-location .location-wrap .small-heading {
  margin: 0;
  font-size: 16px;
  padding: 0 10px;
  position: relative;
  color: white;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.location-section .footer-location .location-wrap .small-heading:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2f443b, #4a6b5a);
  transform: skewX(-10deg);
  z-index: -1;
  position: absolute;
}
.location-section .footer-location .location-wrap .footer-location-list {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-wrap: wrap;
  row-gap: 10px;
}
.location-section .footer-location .location-wrap .footer-location-list li a {
  color: #2f443b;
  padding: 0px 10px;
  line-height: 1;
  border-right: 1px solid #2f443b;
  transition: 0.3s ease-in-out;
}
.location-section .footer-location .location-wrap .footer-location-list li a:hover {
  color: #4a6b5a;
  transition: 0.3s ease-in-out;
}
.location-section .footer-location .location-wrap .footer-location-list li:last-child a {
  border-right: none;
}
@media (max-width: 576px) {
  .location-section .footer-location .location-wrap {
    grid-template-columns: 1fr;
  }
}

footer {
  background: #2f443b;
  padding: 40px 0;
  position: relative;
  z-index: 10;
}
footer .footer-heading {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}
footer .footer-column {
  display: table;
  margin: auto;
  gap: 1rem;
}
footer .footer-column .footer-logo {
  margin-bottom: 1rem;
}
footer .footer-column .footer-logo img {
  max-height: 100%;
  max-width: 200px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-column .footer-quote {
  margin-bottom: 1rem;
  color: white;
}
footer .footer-column .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: start;
  gap: 8px;
}
footer .footer-column .list li a {
  position: relative;
  color: white;
  padding-left: 20px;
}
footer .footer-column .list li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  background: white;
}
footer .footer-column .list.legal-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
footer .footer-column .list.legal-list li {
  display: inline-block;
}
footer .footer-column .list.legal-list li a {
  display: inline-block;
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 500;
  color: #2f443b;
  padding: 3px 15px;
  margin: 4px 5px;
  position: relative;
  z-index: 9;
}
footer .footer-column .list.legal-list li a:before {
  display: none;
}
footer .footer-column .list.legal-list li a:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: skewX(-10deg);
  z-index: -1;
  position: absolute;
}
footer .footer-column.payment-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  display: none;
}
footer .footer-column.payment-column .footer-heading {
  margin: 0;
}
footer .footer-column.payment-column .pay-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer .footer-column.payment-column .pay-wrap li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
footer .footer-column.payment-column .pay-wrap li a img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  footer .footer-column {
    display: block;
  }
}
footer::before {
  content: "";
  background-image: url("/images/icons/footer-left-pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 268px;
  max-width: 50%;
  height: 80%;
  max-height: 70%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
footer::after {
  content: "";
  background-image: url("/images/icons/footer-right-pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 268px;
  height: 80%;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}

.footer-bottom {
  background-color: #181818;
  padding: 10px 0px;
}
.footer-bottom p {
  margin: 0px;
  color: #b7b7b7;
  text-align: center;
}
.footer-bottom p a {
  color: white;
  transition: 0.3s ease-in-out;
}
.footer-bottom p a:hover {
  color: #4a6b5a;
  transition: 0.3s ease-in-out;
}

.breadcrumb-section {
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4784313725), rgba(0, 0, 0, 0.5882352941)), url("/images/yogatribex-bread.jpg");
  background-position: center;
  background-size: cover;
  padding: clamp(60px, 8vw, 80px) 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.breadcrumb-section .banner-wrap {
  color: #fff;
  text-align: center;
  max-width: 991px;
  margin: 0 auto;
}
.breadcrumb-section .banner-wrap .bread-heading {
  font-weight: 600;
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: clamp(8px, 1.5vw, 14px);
  letter-spacing: 1.2px;
  text-transform: capitalize;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.breadcrumb-section .banner-wrap .bread-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
}
.breadcrumb-section .banner-wrap .bread-list li {
  margin: 0 4px;
  text-transform: capitalize;
}
.breadcrumb-section .banner-wrap .bread-list li.active {
  font-weight: 600;
  color: #4a6b5a;
  cursor: default;
}
.breadcrumb-section .banner-wrap .bread-list li a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.breadcrumb-section .banner-wrap .bread-list li a:hover {
  color: #4a6b5a;
}
@media (max-width: 768px) {
  .breadcrumb-section {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.breadcrumb-section.partner-bg {
  min-height: 450px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4784313725), rgba(0, 0, 0, 0.5882352941)), url("/images/become-partner-bg.webp");
  background-position: center;
  background-size: cover;
}

.breadcrumb-section.home-banner {
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: clamp(100px, 12vw, 140px) 0 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.breadcrumb-section.home-banner .hb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 30, 32, 0.9) 0%, rgba(0, 70, 72, 0.72) 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.breadcrumb-section.home-banner .hb-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 25%, rgba(12, 147, 151, 0.28) 0%, transparent 60%);
  z-index: 0;
  animation: hbGlowPulse 6s ease-in-out infinite alternate;
}
.breadcrumb-section.home-banner .container {
  position: relative;
  z-index: 2;
}
.breadcrumb-section.home-banner .hb-wrap {
  max-width: 740px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.breadcrumb-section.home-banner .hb-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  animation: hbFadeUp 0.6s ease both;
}
.breadcrumb-section.home-banner .hb-pulse-dot {
  width: 8px;
  height: 8px;
  background: #06d6a0;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  animation: hbDotPulse 2s ease-in-out infinite;
}
.breadcrumb-section.home-banner .hb-heading {
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.45);
  animation: hbFadeUp 0.7s 0.12s ease both;
  margin: 0;
  text-align: left;
  letter-spacing: -0.5px;
}
.breadcrumb-section.home-banner .hb-location {
  display: block;
  font-size: clamp(15px, 2.2vw, 22px);
  font-weight: 500;
  color: #4a6b5a;
  margin-top: 6px;
  letter-spacing: 0.2px;
}
.breadcrumb-section.home-banner .hb-location i {
  font-size: 0.85em;
  margin-right: 4px;
}
.breadcrumb-section.home-banner .hb-desc {
  font-size: clamp(13px, 1.5vw, 15px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  max-width: 620px;
  animation: hbFadeUp 0.7s 0.22s ease both;
  margin: 0;
}
.breadcrumb-section.home-banner .hb-desc i {
  color: #f1c72e;
}
.breadcrumb-section.home-banner .hb-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  animation: hbFadeUp 0.7s 0.32s ease both;
}
.breadcrumb-section.home-banner .hb-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(12, 147, 151, 0.18);
  border: 1px solid rgba(12, 147, 151, 0.45);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  opacity: 0;
  animation: hbFadeUp 0.5s ease forwards;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.breadcrumb-section.home-banner .hb-chip:hover {
  background: rgba(12, 147, 151, 0.38);
  border-color: rgba(12, 147, 151, 0.75);
  transform: translateY(-2px);
}
.breadcrumb-section.home-banner .hb-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  animation: hbFadeUp 0.7s 0.45s ease both;
}
.breadcrumb-section.home-banner .hb-logo-item {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 8px 12px;
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, background 0.2s;
  cursor: default;
}
.breadcrumb-section.home-banner .hb-logo-item img {
  height: 50px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}
.breadcrumb-section.home-banner .hb-logo-item:hover {
  transform: translateY(-4px) scale(1.04);
  background: rgba(255, 255, 255, 0.16);
}
.breadcrumb-section.home-banner .hb-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
  pointer-events: none;
}
.breadcrumb-section.home-banner .hb-wave svg {
  width: 100%;
  height: clamp(28px, 4vw, 56px);
  display: block;
}
@media (max-width: 768px) {
  .breadcrumb-section.home-banner {
    min-height: 58vh;
    padding-bottom: 60px;
    align-items: flex-end;
  }
  .breadcrumb-section.home-banner .hb-wrap {
    max-width: 100%;
  }
  .breadcrumb-section.home-banner .hb-heading {
    font-size: clamp(26px, 7vw, 36px);
  }
  .breadcrumb-section.home-banner .hb-logo-row {
    gap: 8px;
  }
  .breadcrumb-section.home-banner .hb-logo-item img {
    height: 40px;
  }
}

@keyframes hbFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hbDotPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.5);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(6, 214, 160, 0);
  }
}
@keyframes hbGlowPulse {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.faq-section .accordion {
  max-width: 991px;
  margin: 0 auto;
}
.faq-section .accordion details {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 1rem 1.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.faq-section .accordion details:hover {
  transform: translateY(-2px);
}
.faq-section .accordion details summary {
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
  position: relative;
  list-style: none;
  padding-right: 2rem;
  transition: color 0.3s ease-in-out;
}
.faq-section .accordion details summary:hover {
  color: #4a6b5a;
}
.faq-section .accordion details summary::-webkit-details-marker {
  display: none;
}
.faq-section .accordion details summary::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: clamp(16px, 1.2vw, 20px);
  height: clamp(16px, 1.2vw, 20px);
  background: url("/images/icons/arrow-down.svg");
  filter: invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);
  transform: rotate(0deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-weight: bold;
  transition: transform 0.3s ease-in-out, content 0.3s ease-in-out;
  color: #2f443b;
}
.faq-section .accordion details[open] summary::after {
  content: "";
  transform: rotate(180deg);
}
.faq-section .accordion details[open] p {
  opacity: 1;
}
.faq-section .accordion details p {
  font-family: "Outfit", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  margin-top: 0.75rem;
  line-height: 1.6;
  color: #444;
  transition: opacity 0.3s ease-in-out;
}
.faq-section .tab-wrapper .faq-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
}
.faq-section .tab-wrapper .faq-btn-wrap li {
  padding: 10px 15px;
  background: #e7f3f3;
  color: #2f443b;
  font-weight: 600;
  font-size: clamp(12px, 1.4vw, 14px);
}
.faq-section .tab-wrapper .faq-btn-wrap li.active {
  color: white;
  background: #2f443b;
}
.faq-section .tab-wrapper .tab-container {
  position: relative;
}
.faq-section .tab-wrapper .tab-container .tab-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.faq-section .tab-wrapper .tab-container .tab-content.active {
  display: block;
  position: relative;
  z-index: 1;
}

.signup-section {
  background: #e7f3f3;
}
.signup-section .split-container {
  display: flex;
  width: 100%;
  min-height: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.signup-section .split-container .welcome-section {
  flex: 1;
  background: url("/images/signup-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: cover;
  background-position: bottom;
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  position: relative;
  z-index: 1;
}
.signup-section .split-container .welcome-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: -1;
}
.signup-section .split-container .welcome-section h1 {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 700;
}
.signup-section .split-container .welcome-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  opacity: 0.9;
}
.signup-section .split-container .welcome-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.8;
}
.signup-section .split-container .welcome-section .social-icons {
  display: flex;
  gap: 15px;
}
.signup-section .split-container .welcome-section .social-icons .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.signup-section .split-container .welcome-section .social-icons .social-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}
.signup-section .split-container .form-section {
  flex: 1;
  background: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signup-section .split-container .form-section .form-container {
  position: relative;
  width: 100%;
}
.signup-section .split-container .form-section .form-container .toggle-container {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  background-color: #ededed;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
}
.signup-section .split-container .form-section .form-container .toggle-container .toggle-bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 10px);
  height: calc(100% - 10px);
  background: linear-gradient(to right, #2f443b, #4a6b5a);
  border-radius: 50px;
  transition: transform 0.5s ease-in-out;
}
.signup-section .split-container .form-section .form-container .toggle-container.active .toggle-bg {
  transform: translateX(103%);
}
.signup-section .split-container .form-section .form-container .toggle-container .toggle-btn {
  flex: 1;
  padding: 12px;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease-in-out;
  border-radius: 50px;
  color: #2f443b;
}
.signup-section .split-container .form-section .form-container .toggle-container .toggle-btn.active {
  color: white;
}
.signup-section .split-container .form-section .form-container .form {
  transition: opacity 0.3s ease-in-out;
}
.signup-section .split-container .form-section .form-container .form.hidden {
  display: none;
}
.signup-section .split-container .form-section .form-container .form h2 {
  color: #2f443b;
  margin-bottom: 25px;
  text-align: center;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
}
.signup-section .split-container .form-section .form-container .form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.signup-section .split-container .form-section .form-container .form .form-group input {
  width: 100%;
  padding: 16px 15px 10px;
  border: 1px solid #ededed;
  border-radius: 8px;
  font-size: 16px;
  transition: border 0.3s ease-in-out;
  background: transparent;
}
.signup-section .split-container .form-section .form-container .form .form-group input:focus {
  border-color: #2f443b;
  outline: none;
}
.signup-section .split-container .form-section .form-container .form .form-group input:not(:-moz-placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  color: #2f443b;
  transform: translateY(-50%);
}
.signup-section .split-container .form-section .form-container .form .form-group input:focus + label, .signup-section .split-container .form-section .form-container .form .form-group input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  color: #2f443b;
  transform: translateY(-50%);
}
.signup-section .split-container .form-section .form-container .form .form-group label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #878787;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background: white;
  padding: 0 5px;
}
.signup-section .split-container .form-section .form-container .form .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.signup-section .split-container .form-section .form-container .form .checkbox-group input {
  width: auto;
  margin-right: 10px;
}
.signup-section .split-container .form-section .form-container .form .btn {
  background: linear-gradient(to right, #2f443b, #4a6b5a);
  color: white;
  border: none;
  padding: 14px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 10px;
}
.signup-section .split-container .form-section .form-container .form .btn:hover {
  transform: translateY(-2px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.signup-section .split-container .form-section .form-container .form .link {
  text-align: center;
  margin-top: 20px;
  color: #2f443b;
}
.signup-section .split-container .form-section .form-container .form .link a {
  color: #4a6b5a;
  text-decoration: none;
  font-weight: 500;
}
.signup-section .split-container .form-section .form-container .form .link a:hover {
  text-decoration: underline;
}
.signup-section .split-container .form-section .form-container .form .form-divider {
  display: flex;
  align-items: center;
  margin: 25px 0;
  color: #878787;
}
.signup-section .split-container .form-section .form-container .form .form-divider::before, .signup-section .split-container .form-section .form-container .form .form-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ededed;
}
.signup-section .split-container .form-section .form-container .form .form-divider span {
  padding: 0 15px;
  font-size: 14px;
}
.signup-section .split-container .form-section .form-container .form .form-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1c72e;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  border: none;
}
.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn:hover {
  transform: scale(1.1);
}
.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn.facebook {
  background: #3b5998;
}
.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn.google {
  background: #dd4b39;
}
.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn.linkedin {
  background: #0077b5;
}

@media (max-width: 768px) {
  .split-container {
    flex-direction: column;
    max-width: 450px;
  }
  .split-container .welcome-section {
    padding: 30px;
    text-align: center;
  }
  .split-container .form-section {
    padding: 30px;
  }
}
.loader {
  width: 100%;
  height: 100%;
  background: rgba(107, 114, 128, 0.288);
  backdrop-filter: blur(1px);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.loader .load-circle {
  width: 40px;
  height: 40px;
  border: 4px solid white;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loader.show {
  display: flex;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup-form {
  background: linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);
  border-radius: 20px;
  border: none;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.popup-form .modal-header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 2rem;
  position: relative;
}
.popup-form .modal-header .modal-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}
.popup-form .modal-header .close {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
.popup-form .modal-header .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/icons/cross.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.popup-form .modal-header .close:hover {
  opacity: 1;
  transform: scale(1.1);
}
.popup-form .modal-body {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
}
.popup-form .form-group {
  margin-bottom: 1.5rem;
}
.popup-form .form-group label {
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.popup-form .input-field {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.popup-form .input-field:focus-within {
  border-color: #2f443b;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(47, 68, 59, 0.1);
}
.popup-form .input-field:focus-within .input-field2 span {
  color: #2f443b;
}
.popup-form .input-field2 {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.popup-form .input-field2 span {
  color: #64748b;
  transition: color 0.3s ease;
}
.popup-form .form-control {
  border: none;
  background: transparent;
  padding: 10px 0;
  font-size: 1rem;
  color: #0f172a;
  flex: 1;
  outline: none;
  font-weight: 500;
}
.popup-form .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.popup-form .form-control::-moz-placeholder {
  color: #94a3b8;
  font-weight: 400;
}
.popup-form .form-control::placeholder {
  color: #94a3b8;
  font-weight: 400;
}
.popup-form .toggle-password {
  padding: 0 1rem;
  color: #64748b;
  transition: color 0.3s ease;
  cursor: pointer;
}
.popup-form .toggle-password:hover {
  color: #2f443b;
}
.popup-form #toggleEye {
  font-size: 1.1rem;
}
.popup-form .submitbtn .btn-primary {
  background: linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);
  border: none;
  border-radius: 8px;
  padding: 12px 2.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(47, 68, 59, 0.3);
  position: relative;
  overflow: hidden;
}
.popup-form .submitbtn .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(47, 68, 59, 0.4);
}
.popup-form .submitbtn .btn-primary:active {
  transform: translateY(0);
}
.popup-form .submitbtn .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.popup-form .submitbtn .btn-primary:hover::before {
  left: 100%;
}
.popup-form .text-center a {
  color: #2f443b;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}
.popup-form .text-center a:hover {
  color: rgb(26.1565217391, 37.8434782609, 32.8347826087);
}
.popup-form .text-center a.forget-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #2f443b;
  transition: width 0.3s ease;
}
.popup-form .text-center a.forget-link:hover::after {
  width: 100%;
}
.popup-form .google-btn {
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #e7f3f3;
  color: #2f443b;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.popup-form .google-btn .icon {
  width: 25px;
  height: 25px;
  background: url("/images/icons/google-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.popup-form .mv_response.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid rgb(176.0491803279, 221.9508196721, 187.0655737705);
}
.popup-form .mv_response.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid rgb(240.4042553191, 171.5957446809, 177.8510638298);
}
@media (max-width: 576px) {
  .popup-form .modal-body {
    padding: 1.5rem;
  }
  .popup-form .modal-header {
    padding: 1rem 1.5rem;
  }
  .popup-form .submitbtn .btn-primary {
    padding: 0.875rem 2rem;
    width: 100%;
  }
  .popup-form .google-btn {
    width: 100%;
    justify-content: center;
  }
}

.why-us-section .why-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.why-us-section .why-wrapper .inner-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.why-us-section .why-wrapper .inner-box .why-center-card {
  position: relative;
  z-index: 1;
}
.why-us-section .why-wrapper .inner-box .why-center-card::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../images/about/icons/chakara.png");
  --background-overlay: '';
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  width: 380px;
  height: 380px;
  animation: spinner-rotate 20s infinite linear;
  z-index: -1;
}
.why-us-section .why-wrapper .inner-box .why-center-card img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1.42;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us-section .why-wrapper .inner-box .why-card {
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, 4vw, 20px);
  position: relative;
}
.why-us-section .why-wrapper .inner-box .why-card::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #b37a54 0%, #e0b89a 100%);
  opacity: 0.12;
  z-index: 0;
  /* cloud shape */
  border-radius: 60% 40% 55% 45%/55% 60% 40% 45%;
  animation: cloudMove1 18s ease-in-out infinite;
}
.why-us-section .why-wrapper .inner-box .why-card::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #b37a54 0%, #e0b89a 100%);
  opacity: 0.12;
  z-index: 0;
  border-radius: 45% 55% 60% 40%/50% 45% 55% 60%;
  animation: cloudMove2 22s ease-in-out infinite;
}
.why-us-section .why-wrapper .inner-box .why-card .icon-wrap {
  width: clamp(30px, 4vw, 40px);
  height: clamp(30px, 4vw, 40px);
  flex-shrink: 0;
}
.why-us-section .why-wrapper .inner-box .why-card .icon-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us-section .why-wrapper .inner-box .why-card .content-wrap .small-heading {
  line-height: 1.2;
  margin-bottom: 14px;
}
.why-us-section .why-wrapper .inner-box .why-card .content-wrap p {
  line-height: 1.5;
  color: #7a7a7a;
}
@media (max-width: 991px) {
  .why-us-section .why-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .why-us-section .why-wrapper .inner-box {
    row-gap: 30px;
  }
  .why-us-section .why-wrapper .inner-box:nth-child(2) {
    order: 3;
  }
  .why-us-section .why-wrapper .inner-box:nth-child(2) .why-center-card {
    max-width: 475px;
    overflow: hidden;
  }
  .why-us-section .why-wrapper .inner-box:nth-child(2) .why-center-card::before {
    width: 300px;
    height: 300px;
  }
}

.common-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: start;
  gap: clamp(10px, 1.5vw, 12px);
}

.coming-soon-banner {
  width: 100%;
  padding: clamp(40px, 10vw, 100px) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming-soon-banner img {
  width: 600px;
  max-width: 95%;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.support-section {
  position: relative;
}
.support-section .support-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}
.support-section .support-card-wrapper .support-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  flex: 1 1 220px;
  max-width: 260px;
  text-align: center;
  padding: 25px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.support-section .support-card-wrapper .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.support-section .support-card-wrapper .support-card .support-icon {
  font-size: 40px;
  color: #2f443b;
  margin-bottom: 15px;
}
.support-section .support-card-wrapper .support-card .support-title .card-heading {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.support-section .support-card-wrapper .support-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}
.support-section .support-card-wrapper .support-card a {
  display: inline-block;
  font-size: 14px;
  color: #2f443b;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.support-section .support-card-wrapper .support-card a:hover {
  color: rgb(26.1565217391, 37.8434782609, 32.8347826087);
}
@media (max-width: 768px) {
  .support-section .support-card-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .support-section .support-card-wrapper .support-card {
    max-width: 90%;
  }
}

.find-section {
  padding: 80px 0;
  background: linear-gradient(#2f443b, #4a6b5a);
  text-align: center;
  position: relative;
}
.find-section:after {
  content: "";
  height: 100%;
  width: 40%;
  background: url("/images/cta-aside-banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.find-section .cta-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.find-section .cta-wrap .cta-heading {
  font-weight: 700;
  font-size: clamp(25px, 3vw, 30px);
  color: white;
  margin-bottom: 20px;
}
.find-section .cta-wrap .sub-title {
  font-size: 16px;
  color: white;
  margin-bottom: 35px;
  line-height: 1.6;
}
.find-section .cta-wrap .school-support-button a.theme-btn.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #2f443b;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
}
.find-section .cta-wrap .school-support-button a.theme-btn.alt i.fa {
  margin-left: 10px;
  font-size: 14px;
}
.find-section .cta-wrap .school-support-button a.theme-btn.alt:hover {
  background-color: rgb(67.8434782609, 98.1565217391, 85.1652173913);
  color: #fff;
}
.find-section .cta-wrap .school-support-button a.theme-btn.alt:hover i {
  color: white !important;
}
@media (max-width: 991px) {
  .find-section:after {
    display: none;
  }
}

.contact-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4a6b5a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.success-card-wrapper {
  padding: 60px 0;
}
.success-card-wrapper .success-card {
  max-width: 400px;
  margin: auto;
  background: #fff;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 30px;
}
.success-card-wrapper .success-card h1 {
  color: #88b04b;
  font-weight: 900;
  font-size: 30px;
  margin: 10px 0;
}
.success-card-wrapper .success-card p {
  color: #404f5e;
  font-size: 20px;
  margin: 20px 0;
}
.success-card-wrapper .success-card p a {
  color: dodgerblue;
}
.success-card-wrapper .success-card i {
  color: #9abc66;
  font-size: 50px;
}
.success-card-wrapper .success-card .card {
  background: #fff;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #c8d0d8;
  display: inline-block;
  margin: 0 auto;
}
.success-card-wrapper .success-card .success-card-icon {
  border-radius: 200px;
  height: 100px;
  width: 100px;
  background: #f8faf5;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-card-wrapper .success-card .success-card-icon .checkmark {
  color: #9abc66;
  font-size: 50px;
}

.listing-section {
  position: relative;
}
.listing-section .filter-wrap {
  position: sticky;
  top: 100px;
}
.listing-section .aside-box {
  padding: 2rem 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.listing-section .product-card {
  width: 100%;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  background: white;
  position: relative;
  overflow: hidden;
}
.listing-section .product-card .discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #c0392b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1;
  z-index: 2;
}
.listing-section .product-card .img-wrap {
  position: relative;
  border-radius: 0;
  z-index: 1;
}
.listing-section .product-card .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-section .product-card .heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  color: #95a5a6;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.listing-section .product-card .heart-icon:hover {
  transform: scale(1.1);
  color: #e74c3c;
  background-color: #fff;
}
.listing-section .product-card .heart-icon.active {
  background-color: #fff;
  color: #e74c3c;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}
.listing-section .product-card .heart-icon.active i {
  animation: heartBeat 0.4s ease-out;
}
.listing-section .product-card .heart-icon i {
  font-size: 16px;
  transition: transform 0.2s ease;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.listing-section .product-card .product-desc {
  width: 100%;
  padding: 15px;
}
.listing-section .product-card .product-desc .category-label {
  font-size: clamp(12px, 1.4vw, 14px);
  color: #586880;
  font-weight: 600;
  margin-bottom: 0;
}
.listing-section .product-card .product-desc .card-heading {
  font-size: clamp(18px, 2vw, 22px);
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.listing-section .product-card .product-desc .school-label {
  display: flex;
  align-items: start;
  gap: 6px;
  font-size: 14px;
  color: #586880;
  margin: 4px 0px;
}
.listing-section .product-card .product-desc .school-label span {
  color: #64748b;
  font-weight: 600;
  font-size: inherit;
}
.listing-section .product-card .product-desc .school-label a {
  font-size: inherit;
  font-weight: 600;
  color: #586880;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.listing-section .product-card .product-desc .school-label a i {
  font-size: inherit;
  color: #586880;
  margin-right: 5px;
}
.listing-section .product-card .product-desc .price-info {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.listing-section .product-card .product-desc .price-info span {
  font-size: 18px;
  font-weight: 600;
  color: #2f443b;
  margin-left: 5px;
}
.listing-section .product-card .product-desc .para {
  margin-bottom: 10px;
}
.listing-section .product-card .product-desc .para .clamped-text {
  color: #515355;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-section .product-card .product-desc .duration-price-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listing-section .product-card .product-desc .duration-price-group .meta-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  color: #555;
}
.listing-section .product-card .product-desc .duration-price-group .meta-info .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: inherit;
}
.listing-section .product-card .product-desc .duration-price-group .meta-info .meta-item i {
  font-size: inherit;
  color: #777;
}
.listing-section .product-card .product-desc .duration-price-group .product-price {
  line-height: 1.2;
}
.listing-section .product-card .product-desc .duration-price-group .product-price .from-price {
  font-size: 13px;
  color: #777;
  margin-bottom: 2px;
}
.listing-section .product-card .product-desc .duration-price-group .product-price .from-price span {
  margin-left: 4px;
}
.listing-section .product-card .product-desc .duration-price-group .product-price .final-price {
  font-size: 22px;
  font-weight: 700;
  color: #c0392b;
  text-align: end;
}
.listing-section .product-card .product-desc .duration-price-group .product-price .duration {
  font-size: 13px;
  font-weight: 400;
  color: #555;
  margin-left: 4px;
}
.listing-section .view-all-btn {
  background: #2f443b;
  color: white;
  padding: 12px 25px;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #2f443b;
  border-radius: 40px;
}
.listing-section .view-all-btn:hover {
  background: #4a6b5a;
  color: white;
}
@media (max-width: 768px) {
  .listing-section .product-card {
    grid-template-columns: 1fr;
    position: relative;
  }
  .listing-section .product-card .img-wrap img {
    position: relative;
    max-height: 250px;
  }
  .listing-section .product-card .product-desc {
    position: relative;
  }
  .listing-section .product-card .product-desc .price-info .get-price-tag {
    position: absolute;
    top: -45px;
    right: 10px;
    background: white;
  }
}
@media (max-width: 576px) {
  .listing-section .product-card .img-wrap img {
    position: relative;
    max-height: 220px;
  }
}

.popupform {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
}
.popupform .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background: #2f443b;
  border-bottom: none;
}
.popupform .modal-header .modal-title {
  font-family: "Gilda Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin: 0;
}
.popupform .modal-header .close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  transition: 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.popupform .modal-header .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: url("/images/icons/cross.svg") center center no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);
}
.popupform .modal-body {
  padding: 2rem 1.5rem;
}
.popupform .modal-body .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.popupform .modal-body .contact-form .form-control:focus {
  border: 1px solid #2f443b;
  box-shadow: 0 0 0 3px rgba(0, 70, 72, 0.1);
}

.hero-content .hero-heading,
.hero-content .para,
.header-search-form,
.hero-bottom {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.hero-content .hero-heading.animate-in,
.hero-content .para.animate-in,
.header-search-form.animate-in,
.hero-bottom.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.hero-content .hero-heading.animate-out,
.hero-content .para.animate-out,
.header-search-form.animate-out,
.hero-bottom.animate-out {
  opacity: 0;
  transform: translateY(-30px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-content .hero-heading,
  .hero-content .para,
  .header-search-form,
  .hero-bottom {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.grecaptcha-badge {
  z-index: 999;
}

.become-journel-section {
  background: #f7f5ef;
  color: #fff;
  position: relative;
  z-index: 10;
}
.become-journel-section::before {
  content: "";
  background: url("/images/journel-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.become-journel-section .journel-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.become-journel-section .journel-wrapper .heading-wrapper {
  max-width: 60%;
}
.become-journel-section .journel-wrapper .heading-wrapper .heading {
  font-size: clamp(16px, 2vw, 30px);
  color: #2f443b;
  font-weight: 700;
  margin-bottom: 10px;
}
.become-journel-section .journel-wrapper .heading-wrapper p {
  color: #374151;
}
@media (max-width: 768px) {
  .become-journel-section .journel-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  .become-journel-section .journel-wrapper .heading-wrapper {
    max-width: 95%;
    text-align: center;
  }
}

.article-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .article-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .article-card-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* -----------------------------------
   ARTICLE CARD
----------------------------------- */
.article-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 10;
}
.article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(16, 185, 129, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.article-card {
  /* HOVER EFFECTS */
}
.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.article-card:hover::before {
  opacity: 1;
}
.article-card:hover .article-image img {
  transform: scale(1.08);
}
.article-card:hover .article-overlay {
  opacity: 0.3;
}
.article-card:hover .article-title {
  color: #2f443b;
}
.article-card:hover .share-btn {
  background: #f0f9ff;
  color: #2f443b;
}
.article-card {
  /* -----------------------------------
     IMAGE SECTION
  ----------------------------------- */
}
.article-card .article-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.article-card .article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-card .article-image .article-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.article-card .article-image .article-category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #1e293b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  z-index: 2;
}
.article-card .article-image .article-category-badge:hover {
  transform: scale(1.05);
}
.article-card {
  /* -----------------------------------
     CONTENT
  ----------------------------------- */
}
.article-card .article-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.article-card .article-content .article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-card .article-content .article-meta .article-date {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}
.article-card .article-content .article-meta .article-date::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #cbd5e1;
  border-radius: 50%;
}
.article-card .article-content .article-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.article-card .article-content .article-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}
.article-card .article-content .article-excerpt {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  flex-grow: 1;
}
.article-card .article-content {
  /* -----------------------------------
     FOOTER (LIKES / VIEWS / SHARE)
  ----------------------------------- */
}
.article-card .article-content .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}
.article-card .article-content .article-footer .article-stats {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article-card .article-content .article-footer .article-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  transition: all 0.3s ease;
}
.article-card .article-content .article-footer .article-stats .stat-item .stat-icon {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: all 0.3s ease;
}
.article-card .article-content .article-footer .article-stats .stat-item .stat-count {
  font-variant-numeric: tabular-nums;
}
.article-card .article-content .article-footer .article-stats .stat-item {
  /* LIKES */
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-likes {
  cursor: pointer;
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-likes .stat-icon {
  stroke: #64748b;
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-likes.active {
  color: #ef4444;
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-likes.active .stat-icon {
  fill: #ef4444;
  stroke: #ef4444;
  animation: heartbeat 0.6s ease-in-out;
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-likes:hover:not(.active) {
  color: #ef4444;
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-likes:hover:not(.active) .stat-icon {
  stroke: #ef4444;
  transform: scale(1.1);
}
.article-card .article-content .article-footer .article-stats .stat-item {
  /* VIEWS */
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-views .stat-icon {
  fill: #64748b;
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-views:hover {
  color: #2f443b;
}
.article-card .article-content .article-footer .article-stats .stat-item.stat-views:hover .stat-icon {
  fill: #2f443b;
  transform: scale(1.05);
}
.article-card .article-content .article-footer .share-btn {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #64748b;
}
.article-card .article-content .article-footer .share-btn:hover {
  background: #f0f9ff;
  color: #2f443b;
}
.article-card .article-content .article-footer .share-btn:active {
  transform: rotate(180deg) scale(0.9);
}
.article-card .article-content .article-footer .share-btn .share-icon {
  fill: currentColor;
  transition: fill 0.3s ease;
}
.article-card .article-content .article-footer .article-btn {
  border: 2px solid #4a6b5a;
  background: #4a6b5a;
  color: white;
  text-align: center;
  border-radius: 7px;
  width: 100%;
  padding: 5px 10px;
}
.article-card .article-content .article-footer .article-btn:hover {
  background: #2f443b;
  border-color: #2f443b;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
}