@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

hr {
  margin: 0.5rem 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.menu-button {
  width: 100%;
  height: 46px;
  border-radius: 35px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-size: 16px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
  padding: 0px 24px;
}

.menu-button:hover {
  background-color: var(--shade-5);
  color: var(--white);
}

.btn-first {
  width: 146px;
  height: 46px;
  border-radius: 35px;
  background: rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  .btn-first {
    height: 56px;
  }
}

.btn-first:hover {
  background-color: var(--shade-5);
  color: var(--white);
}

.btn-first .spinner {
  height: 25px;
}

.btn-outline {
  width: 146px;
  height: 46px;
  border-radius: 35px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 15px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
  border: 1px solid var(--primary);
}

@media (min-width: 992px) {
  .btn-outline {
    height: 56px;
  }
}

.btn-outline:hover {
  opacity: 0.6;
  color: var(--primary);
}

.btn-menu {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background-color: #0a5346;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  .btn-menu {
    height: 56px;
    width: 56px;
  }
}

.btn-menu:hover {
  background-color: var(--shade-5);
  color: var(--white);
}

.btn-second {
  width: 146px;
  height: 46px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
  background: rgb(0 0 0 / 20%);
}

@media (min-width: 992px) {
  .btn-second {
    height: 56px;
  }
}

.btn-second:hover {
  background-color: var(--shade-5);
  color: var(--white);
}

.btn-link {
  width: 146px;
  height: 46px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 16px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

@media (min-width: 992px) {
  .btn-link {
    height: 56px;
  }
}

.btn-link:hover {
  background-color: var(--shade-1);
  color: var(--primary);
  cursor: pointer;
}

.light-bg .btn-fancy {
  display: flex;
  transition: all 0.3s ease-out;
  background: none;
  border: none;
}

.light-bg .btn-fancy span {
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  padding: 0px 24px;
  border-radius: 35px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  .light-bg .btn-fancy span {
    height: 56px;
  }
}

.light-bg .btn-fancy i {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--primary);
  font-size: 24px;
  color: var(--primary);
  border-radius: 160px;
  transition: all 0.3s ease-out;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .light-bg .btn-fancy i {
    height: 56px;
    width: 56px;
  }
}

.light-bg .btn-fancy:hover span {
  background-color: var(--primary);
  color: var(--white);
}

.light-bg .btn-fancy:hover i {
  background-color: var(--shade-5);
  color: var(--white);
  border-color: var(--shade-5);
}

.dark-bg .btn-fancy {
  display: flex;
  transition: all 0.3s ease-out;
  background: none;
  border: none;
}

.dark-bg .btn-fancy span {
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  padding: 0px 24px;
  border-radius: 35px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
}

.dark-bg .btn-fancy i {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--shade-1);
  font-size: 24px;
  color: var(--shade-1);
  border-radius: 160px;
  transition: all 0.3s ease-out;
  flex: 0 0 auto;
}

.dark-bg .btn-fancy:hover span {
  background-color: var(--shade-6);
  color: var(--white);
}

.dark-bg .btn-fancy:hover i {
  background-color: var(--shade-5);
  color: var(--white);
  border-color: var(--shade-5);
}

.whatsap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9;
}

.whatsap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 160px;
  background-color: #2cb058;
  color: var(--white);
  font-size: 30px;
}

@media (min-width: 1200px) {
  header .logo-m {
    width: 250px;
  }

  header .menus ul {
    gap: 32px;
  }

  .whatsap {
    bottom: 30px;
    right: 30px;
  }
}

.pulse,
.pulse2 {
  animation: 2s infinite pulse-animation;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 176, 88, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(44, 176, 88, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.bg-start-actions {
  background-color: #f1f1f1;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.bg-start-actions .btn-start {
  width: 100%;
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2cb058;
  color: #fff;
  border-radius: 16px;
}

.bg-start-actions .btn-stop {
  width: 100%;
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--danger);
  color: #fff;
  border-radius: 16px;
}

.bg-start-actions .btn-resume {
  width: 100%;
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--info);
  color: #000;
  border-radius: 16px;
}

.btn-outline-small {
  height: 36px;
  width: auto;
  border-radius: 35px;
  border: 1px solid var(--primary);
  padding: 0px 24px;
  color: var(--primary);
  display: flex;
  align-items: center;
  background: none;
}

.btn-outline-small .spinner {
  height: 16px;
  width: 16px;
}

.btn-download {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--primary);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.btn-download:hover {
  background-color: var(--primary);
  color: var(--white);
}

.abt-1 {
  width: 50%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .abt-1 {
    width: 390px;
  }
}

.abt-1 img {
  width: 100%;
  height: auto;
}

.abt-2 {
  width: 50%;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .abt-2 {
    position: absolute;
    bottom: -20px;
    left: 40px;
    border: 10px solid var(--white);
    width: 300px;
  }
}

.abt-2 img {
  width: 100%;
  height: auto;
}

.image-fix {
  -o-object-fit: contain;
  object-fit: contain;
  height: 800px;
  position: absolute;
  top: -120px;
}

.img-box {
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .img-box {
    height: 950px;
  }
}

.img-box img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .img-box img {
    height: 950px;
  }
}

.main-header {
  position: fixed;
  width: 100%;
  height: 70px;
  padding: 16px 0px;
  left: 0px;
  top: 0px;
  background: #024739;
  z-index: 99;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .main-header {
    height: 100px !important;
  }
}

.main-header .logo {
  transition: all 0.3s ease;
  height: 59px !important;
  transition: all 0.3s ease;
  position: relative;
  top: -7px;
}

@media (min-width: 992px) {
  .main-header .logo {
    height: 79px !important;
    top: -8px;
  }
}

.main-header .menus a {
  color: var(--white);
  font-size: 16px;
  font-weight: var(--500);
  transition: all 0.3s ease;
}

.offcanvas {
  width: 80vw !important;
  background-color: var(--primary);
}

.offcanvas .offcanvas-body {
  padding: 0px !important;
}

.offcanvas .menus a {
  color: var(--white);
}

.offcanvas .btn-second {
  color: var(--primary);
  background-color: #C8D02D !important;
}

.user-card {
  height: 160px;
  background-color: rgb(0 0 0 / 26%);
  padding: 24px;
}

.user-avtar {
  width: 80px;
  height: 80px;
  border-radius: 160px;
  background-color: var(--shade-3);
  overflow: hidden;
}

.user-avtar img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-avtar i {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--white);
}

.scrolled {
  background-color: var(--primary);
}

.scrolled {
  padding: 16px 0px;
  height: 70px;
}

.scrolled .logo {
  height: 55px;
}

.inner-banner {
  height: 70px;
  background-position: center center;
  background-color: #024739;
}

@media (min-width: 992px) {
  .inner-banner {
    height: 100px;
  }
}

.bg-inner-sub-head {
  background-image: url(../img/bg-sub-header.webp);
  background-size: cover;
  background-position: center;
}

.bg-inner-sub-head h4 {
  font-size: 32px;
  color: var(--primary);
}

.bredcums {
  background-color: var(--white);
  padding: 8px 16px;
  border-radius: 16px;
  color: var(--primary);
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #f1f1f1;
}

.bredcums a {
  color: #222;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 35px;
  padding: 12px 24px;
}

.nav {
  border: none;
  gap: 8px;
}

.nav-tabs .nav-link {
  border: none;
  background-color: var(--shade-1);
  color: var(--primary);
  border-radius: 35px;
  padding: 12px 24px;
}

.user-head {
  height: 56px;
  width: 56px;
  border-radius: 160px;
  overflow: hidden;
}

.user-head img {
  width: 100%;
  height: 56px;
  -o-object-fit: cover;
  object-fit: cover;
}

footer {
  background-color: var(--shade-5);
  padding-top: 60px !important;
}

footer p {
  font-size: 14px;
}

footer span {
  font-size: 14px;
}

.app-icon img {
  height: 50px;
}

.links h5 {
  color: var(--white);
  font-weight: var(--600);
  margin-bottom: 18px;
  font-size: 18px;
}

.links a {
  color: var(--white);
  font-weight: var(--400);
  opacity: 0.6;
  font-size: 14px;
}

.sub-footer {
  border-top: var(--shade-4) 1px solid;
  margin-top: 24px;
}

.sub-footer .social-media {
  display: flex;
  gap: 8px;
}

.sub-footer .social-media a {
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 160px;
  background-color: var(--shade-1);
  justify-content: center;
  align-items: center;
  color: var(--shade-5);
  font-size: 24px;
  transition: all 0.3s ease-out;
}

.sub-footer .social-media a:hover {
  opacity: 0.5;
}

.sub-footer .text-white {
  font-size: 14px;
}

.padding-top {
  padding-top: 24px;
}

.padding-bottom {
  padding-bottom: 24px;
}

.container-xl {
  padding: 0px 24px;
}

@media (min-width: 992px) {
  .padding-top {
    padding-top: 80px;
  }

  .padding-bottom {
    padding-bottom: 80px;
  }
}

.container-xxl {
  padding: 0px 24px;
}

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

:root {
  --400: 400;
  --500: 500;
  --600: 600;
}

.h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: var(--600);
}

@media (min-width: 992px) {
  .h2 {
    font-size: 40px;
  }
}

.h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: var(--600);
}

.h4 {
  font-size: 26px;
}

:root {
  --white: #fff;
  --primary: #024739;
  --black: #333333;
  --text: #fff;
  --danger: #E83F3F;
  --success: #2CB058;
  --shade-1: #E6EDEB;
  --shade-2: #96B4AE;
  --shade-3: #6B958D;
  --shade-4: #2B675B;
  --shade-5: #003229;
  --shade-6: #002C23;
  --title: #333333;
  --paragraph: #353731;
  --info: #C8D02D;
}

.text-white {
  color: var(--white);
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bgmeal-plan {
  background-color: var(--shade-1);
}

.bg-howitworks {
  background-color: var(--info);
  overflow: hidden;
}

.bg-shade-1 {
  background-color: var(--shade-1);
}

.bg-shade-2 {
  background-color: var(--shade-2);
}

.bg-shade-3 {
  background-color: var(--shade-3);
}

.bg-shade-4 {
  background-color: var(--shade-4);
}

.bg-shade-5 {
  background-color: var(--shade-5);
}

.bg-shade-6 {
  background-color: var(--shade-6);
}

.color-shade-1 {
  color: var(--shade-1);
}

.color-shade-2 {
  color: var(--shade-2);
}

.color-shade-3 {
  color: var(--shade-3);
}

.color-shade-4 {
  color: var(--shade-4);
}

.color-shade-5 {
  color: var(--shade-5);
}

.color-shade-6 {
  color: var(--shade-6);
}

.bg-gray {
  background: linear-gradient(180deg, #F1F1F1 0%, rgba(241, 241, 241, 0.3) 100%);
}

.bg-g2 {
  background: linear-gradient(180deg, #F7F7DF 0%, rgba(247, 247, 223, 0) 100%);
}

.login-bg {
  width: 100%;
  height: 20vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .login-bg {
    height: 110vh;
  }
}

.text-brand {
  color: var(--primary);
}

.carousel-caption {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 70%;
}

.carousel-caption p {
  color: #fff;
}

@media (min-width: 992px) {
  .carousel-caption {
    width: 60%;
    margin-top: 48px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption {
    width: auto;
  }
}

.carousel-caption h1 {
  text-transform: uppercase;
  font-weight: var(--600);
  font-size: 26px;
}

@media (min-width: 992px) {
  .carousel-caption h1 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption h1 {
    font-size: 44px;
  }
}

.carousel-caption p {
  font-size: 18px;
}

.carousel-indicators .active {
  width: 90px;
}

.carousel-indicators {
  bottom: 50px;
}

.carousel-control-next i {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 56px;
  height: 56px;
  border-radius: 160px;
  color: var(--white);
  border: 1px solid var(--white);
}

@media (min-width: 992px) {
  .carousel-control-next i {
    display: flex;
  }
}

.carousel-control-prev i {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 56px;
  height: 56px;
  border-radius: 160px;
  color: var(--white);
  border: 1px solid var(--white);
}

@media (min-width: 992px) {
  .carousel-control-prev i {
    display: flex;
  }
}

.carousel-item img {
  height: 590px;
  /* Fixed height */
  -o-object-fit: cover;
  object-fit: cover;
  /* Crop image to fit the box */
  width: 100%;
  /* Full width */
}

@media (min-width: 992px) {
  .carousel-item img {
    height: 760px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.carousel-indicators [data-bs-target] {
  height: 2px !important;
  border-radius: 4px;
}

.stat-box {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s;
  height: 150px;
}

@media (min-width: 992px) {
  .stat-box {
    height: auto;
  }
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .stat-number {
    font-size: 2.5rem;
  }
}

.stat-label {
  font-size: 1.1rem;
  color: #555;
}

.meal-box {
  width: 100%;
  height: 376px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white);
  position: relative;
}

.meal-box h4 {
  font-size: 24px;
  display: flex;
  transition: all 0.3s ease;
  color: #fff;
}

.meal-box p {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.meal-box img {
  width: 100%;
  height: 376px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.meal-box .over-lay {
  position: absolute;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #014739 100%);
  padding: 24px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 0.3s ease;
  z-index: 1;
  bottom: 0px;
}

.meal-box:hover img {
  transform: scale(1.1);
}

.meal-box:hover .over-lay {
  background: rgba(0, 0, 0, 0.34);
  color: var(--white);
  height: 100% !important;
  cursor: pointer;
}

.meal-box:hover .over-lay p {
  color: var(--white);
  padding-bottom: 30px;
}

.meal-box:hover .over-lay h4 {
  padding-top: 30px;
}

.container {
  padding: 0px 24px;
}

.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  background-image: url(../img/bg-circle.svg);
  background-size: contain;
}

.step-circle::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: var(--white);
  bottom: -63px;
  opacity: 0.5;
  border-radius: 4px;
  position: relative;
  left: -4px;
}

.no-line::after {
  content: "";
  display: none;
}

.list-box .icon-box {
  width: 58px;
  height: 58px;
  border-radius: 160px;
  background-color: var(--shade-1);
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-box .icon-box img {
  width: 60%;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-box h3 {
  font-size: 18px;
  font-weight: var(--600);
}

.list-box p {
  font-size: 16px;
}

.testibox {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 2px solid #C8D02D;
}

@media (min-width: 992px) {
  .testibox {
    height: 448px;
  }
}

.head {
  height: 60px;
  width: 60px;
  border-radius: 160px;
  overflow: hidden;
  background-color: #f1f1f1;
}

.head img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.stars i {
  color: #FFB012;
  font-size: 20px;
}

.bg-stories {
  background: linear-gradient(270deg, rgba(43, 103, 91, 0) 0%, rgba(43, 103, 91, 0.2) 100%), #FFFFFF;
}

.bg-client {
  background-color: #FFFAF6;
}

.bg-hero {
  background-image: url(../img/bg-hero.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sig-box {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
  position: relative;
}

.sig-box img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sig-box-details {
  height: 600px;
}

.sig-box-details img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.sig-box .over-lay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: center;
  color: var(--white);
  font-size: 24px;
  padding: 24px;
}

.min-height {
  min-height: 130px;
}

.team-box {
  width: 100%;
  height: 359px;
  border-radius: 20px;
  background-color: #024739;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.team-box:hover {
  padding: 16px;
}

.team-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.team-box .team-details {
  width: 100%;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  gap: 2px;
  background: linear-gradient(180.96deg, rgba(0, 0, 0, 0) 0.82%, #000000 99.18%);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: var(--white);
}

.bullet {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.bullet li {
  background-image: url(../img/dot.svg);
  background-repeat: no-repeat;
  padding-left: 24px;
  background-position: 0px 7px;
  display: block;
  padding-bottom: 20px;
}

.image-2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}

.image-2 img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.over-flow-btn {
  position: absolute;
  bottom: -7px;
  left: 33%;
}

.box-logo {
  width: 100%;
  height: 101px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-logo img {
  width: 70%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px 0px;
}

.box-card {
  width: 100%;
  box-sizing: border-box;
  height: 208px;
  background: #CDDC39;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-card p {
  margin: 0;
}

.box-card strong {
  font-size: 20px;
  font-weight: 600;
}

.plan-detail-card {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #CDDC39;
  padding: 48px 25px;
}

.plan-detail-card h4 {
  color: var(--primary) !important;
}

.plan-detail-card span {
  color: var(--primary) !important;
}

.plan-detail-card small {
  color: var(--primary) !important;
}

.plan-detail-card hr {
  color: #00624a;
}

.user-profile {
  width: 130px;
  height: 130px;
  border-radius: 160px;
  overflow: hidden;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .user-profile {
    width: 180px;
    height: 180px;
  }
}



.user-profile img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-subscription {
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.box-subscription .card-meal {
  width: 100%;
  height: 250px;
  background-color: #f1f1f1;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .box-subscription .card-meal {
    height: 450px;
    width: 300px;
  }
}

.box-subscription .card-meal img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .box-subscription .card-meal img {
    height: 450px;
  }
}

.box-subscription .card-meal .over-lay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.3s ease;
  z-index: 1;
}

.status-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  border-radius: 35px;
  background-color: #f1f1f1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 16px;
}

.expired-label {
  background-color: var(--danger) !important;
  color: var(--white);
}

.active-label {
  background-color: var(--success) !important;
  color: var(--white);
}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: auto;
  padding: 0px 16px;
  border-radius: 4px;
  background-color: var(--success);
  color: var(--white);
  font-weight: var(--600);
}

.add-new {
  width: 100%;
  height: 462px;
  border-radius: 16px;
  border: 1px dashed #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  color: #000;
}

.add-new i {
  font-size: 48px;
  color: var(--shade-2);
}

.main-tab-page .tab-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.main-tab-page .nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.main-tab-page .nav-tabs .nav-item {
  float: none;
}

.main-tab-page .nav-tabs .nav-link {
  display: inline-block;
  min-width: 100px;
  /* adjust based on content */
  text-align: center;
}

@media (min-width: 992px) {
  .main-tab-page .nav-tabs {
    overflow-x: hidden;
  }
}

.booking-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.booking-info {
  flex: 1;
  min-width: 250px;
}

.booking-info h4 {
  margin: 0;
  font-weight: 700;
  color: #003d2e;
}

.booking-info p {
  margin: 5px 0;
  color: #555;
}

.dietitian {
  background-color: #f0f4f2;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  color: #555;
  display: inline-block;
  margin-top: 5px;
}

.booking-meta {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  min-width: 250px;
  justify-content: flex-start;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-weight: 500;
}

.icon {
  color: #7ab8ab;
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 600px) {
  .booking-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-meta {
    justify-content: flex-start;
    gap: 10px;
  }
}

.empty-state-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.empty-state-content {
  max-width: 500px;
}

.empty-state-card h3 {
  color: #003d2e;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}

.empty-state-card p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

/* Responsive for smaller screens */
@media (max-width: 600px) {
  .empty-state-card {
    padding: 30px 15px;
  }

  .empty-icon {
    font-size: 40px;
  }

  .empty-state-card h3 {
    font-size: 20px;
  }

  .empty-state-card p {
    font-size: 14px;
  }
}

.track {
  font-size: 48px;
  color: var(--shade-2);
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.box-stats {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.current-bg {
  background-color: #EAFBED;
}

.target-bg {
  background-color: #FCF4F0;
}

.bg-waiste {
  background-color: #F1EDEA;
}

.bg-fat {
  background-color: #F0EAF5;
}

.bg-bmi {
  background-color: #F0EAF5;
}

.bg-calori {
  background-color: #E6F2F7;
}

@media (min-width: 992px) {
  .modal-half-height {
    height: 60vh !important;
  }

  .w-lg-auto {
    width: auto !important;
  }
}

.card-link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 140px;
  border: 2px solid var(--primary);
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  transition: transform 0.3s;
}

.card-link-box img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-link-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  transition: transform 0.3s;
}

.card-link-box .overlay-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  align-items: end;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  color: #000;
  transition: transform 0.3s;
}

.card-link-box .overlay-detail:hover h3 {
  padding-bottom: 20px;
}

.content-rich {
  padding: 0px;
}

.content-rich li {
  display: block;
  padding: 8px 0px;
}

.number-list {
  list-style: decimal;
}

.faq-container {
  max-width: 100%;
  margin: auto;
  font-family: sans-serif;
}

.faq-item {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-toggle {
  display: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 18px;
  color: #444;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background-color: #f9f9f9;
}

.arrow {
  border: solid #333;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-toggle:checked+.faq-question .arrow {
  transform: rotate(-135deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  transition: max-height 0.4s ease;
}

.faq-toggle:checked~.faq-answer {
  padding: 15px 20px;
  max-height: 200px;
}

.coupen-code input {
  height: 40px;
  font-size: 14px;
}

.coupen-code button {
  border: none;
  height: 40px;
  background-position: 0;
  border-radius: 8px;
  padding: 0px 16px;
  background-color: var(--primary);
  color: var(--white);
}

.payment-container {
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}

.payment-options {
  display: flex;
}

.payment-card {
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 12px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  justify-content: center;
}

.payment-card:hover {
  border-color: var(--primary);
  background-color: #f7faff;
}

.payment-card input {
  display: none;
}

.payment-card input:checked+.card-content {
  border-color: #007bff;
  background-color: #eef5ff;
}

.card-content {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: center;
}

.card-content img {
  width: 24px;
  height: 24px;
}

.payment-button {
  margin-top: 25px;
  padding: 12px 25px;
  border: none;
  background: #007bff;
  color: white;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.payment-button:hover {
  background: var(--primary);
}

.payment-active {
  border-color: var(--primary);
  background-color: #f7faff;
}

.slider-container {
  overflow: hidden;
  padding: 20px 0;
}

.slider-track {
  display: flex;
  width: 2500px;
  /* Adjust based on number of slides */
  animation: scroll 40s linear infinite;
}

.slide-2 {
  width: 250px;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.slide-2 img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.slide-2 p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  margin: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Scroll halfway through duplicated items */
}

.card img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: none;
}

.client-logo-slider .slick-slide {
  margin: 0 5px;
  /* reduce gap */
}

.client-logo-slider .slick-list {
  margin: 0 -5px;
  /* offset total spacing */
}

.client-logo-slider img:hover {
  filter: grayscale(0%);
}

@media (max-width: 576px) {
  .client-logo-slider img {
    max-height: 60px;
  }
}

.screen {
  width: 100%;
}

.screen img {
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.story-slide .slick-slide {
  margin: 0 5px;
  /* reduce gap */
}

.story-slide .slick-list {
  margin: 0 -5px;
  /* offset total spacing */
}

.story-slide {
  justify-content: center;
  align-items: center;
}

.story-slide .card {
  justify-content: center;
  align-items: center;
  display: flex !important;
}

.story-slide img {
  max-height: 200px;
}

@media (min-width: 992px) {
  .story-slide img {
    max-height: 400px;
    display: block;
    margin: auto;
    transition: 0.3s;
  }
}

.product-slider .carousel-inner img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px !important;
}

@media (min-width: 992px) {
  .product-slider .carousel-inner img {
    height: 500px !important;
  }
}

.product-slider .carousel {
  max-width: 600px;
  margin: 0px auto;
}

.product-slider .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: #d2e0d3;
}

.product-slider .carousel-indicators .active {
  background-color: #164e3b;
}

.product-slider .carousel-control-prev-icon,
.product-slider .carousel-control-next-icon {
  background-color: #003229;
  border-radius: 8px;
  padding: 10px;
}

.product-slider .carousel-control-next,
.product-slider .carousel-control-prev {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
}

.product-slider .carousel-control-prev i {
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  color: var(--primary);
  border: 1px solid var(--shade-2);
}

.product-slider .carousel-control-next i {
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  color: var(--primary);
  border: 1px solid var(--shade-2);
}

.product-slider .carousel-indicators {
  position: static !important;
}

.form-control {
  height: 60px;
}

.contact-form label {
  font-weight: var(--600);
  display: flex;
  padding-bottom: 8px;
}

.contact-form input {
  padding: 0px 16px;
  background-color: #F1F1F1;
}

.contact-form select {
  padding: 0px 16px;
  background-color: #F1F1F1;
}

.contact-form textarea {
  width: 100%;
  background-color: #F1F1F1;
  min-height: 200px;
}

.box-border {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  min-height: 360px;
}

.box-border .map {
  border-radius: 8px;
  overflow: hidden;
}

.form label {
  font-weight: var(--600);
  display: flex;
  padding-bottom: 8px;
}

.form input {
  padding: 0px 16px;
  background-color: #F1F1F1;
}

.form select {
  padding: 0px 16px;
  background-color: #F1F1F1;
  height: 60px;
}

.form textarea {
  width: 100%;
  background-color: #F1F1F1;
  min-height: 200px;
}

.form .btn-fancy {
  width: 100% !important;
}

.form .btn-fancy span {
  width: 100% !important;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: sans-serif;
  font-size: 16px;
  gap: 8px;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s;
}

.custom-checkbox input:checked+.checkmark {
  background-color: #4caf50;
  border-color: #4caf50;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked+.checkmark::after {
  display: block;
}

.product-book .radio-group {
  display: flex;
  gap: 8px;
}

.product-book .radio-input {
  display: none;
}

.product-book .radio-label {
  padding: 12px 24px;
  border-radius: 999px;
  background-color: #e7efed;
  color: #002d23;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  flex: 0 0 auto;
}

.product-book .radio-input:checked+.radio-label {
  background-color: var(--primary);
  color: #ffffff;
}

.upload-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.preview-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.upload-btn {
  background-color: #004034;
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s;
  padding-bottom: 16px !important;
}

.upload-btn:hover {
  background-color: #00624a;
}

.file-input {
  display: none;
}

.required-label::after {
  content: " *";
  color: red;
}

.main-switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.main-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.main-switch .slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.main-switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.main-switch input:checked+.slider {
  background-color: #4cd964;
  /* Apple green */
}

.main-switch input:checked+.slider::before {
  transform: translateX(22px);
}

.custom-radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.custom-radio input:checked~.radio-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  transition: all 0.2s ease;
}

/* Custom color for selected date */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day:hover {
  background: #28a745 !important;
  /* Change this to your preferred color */
  color: #fff;
  border: none;
}

.ti-calendar-event {
  position: absolute;
  right: 16px;
  color: #00624a;
  top: 14px;
  font-size: 26px;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.spinner {
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}

.path {
  stroke: #4cd964;
  /* Apple-style green */
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/*# sourceMappingURL=main.css.map */

#couponbtn {
  width: 100px !important;
}

.btn-logout {
  width: 56px !important;
  height: 56px !important;
}

.sig-box-details {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.sig-box-details img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .sig-box-details {
    height: 600px;
  }

  .sig-box-details img {
    height: 600px;
    object-fit: cover;
  }
}

.alert-warning {
  background-color: #e6edeb !important;
  border-color: #e6edeb !important;
  color: #003229 !important;
}

.modal-fullscreen {
  height: fit-content !important;
}

.service-main-box {
  background-color: var(--shade-1);
  border-radius: 30px;
  padding: 38px;
  width: 100%;
  transition: all 0.3s ease;
  min-height: auto;
  height: auto;
}

.service-main-box .btn-outline {
  background: none !important;
}

.service-main-box i {
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .service-main-box {
    height: 460px;
  }
}

.service-main-box:hover {
  margin: 3px;
  border: 1px solid rgb(2 71 57 / 19%);
}

.service-main-box:hover i {
  padding-left: 8px;
}

p {
  font-size: 18px;
  color: #353731;
}

.btn-cta {
  width: 200px;
  height: 46px;
  padding: 0px 24px;
  border-radius: 35px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CBD02D;
  font-size: 16px;
  font-weight: var(--600);
  transition: all 0.3s ease-out;
}

.font-weight-200 {
  font-weight: 200;
}

.btn-booknow {
  display: flex;
  height: 44px;
  background: rgb(255 255 255 / 20%);
  border-radius: 35px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 16px 24px;
  width: fit-content;
  box-shadow: inset 0px 2px 2px rgb(255 255 255 / 50%);
}

.btn-booknow i {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

a.plan-link {
  min-height: 100px !important;
}


:root {
  --overlay-grad: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.6) 100%);
  --max-width: 1200px;
  --accent: #ff6b6b;
  --text-white: #fff;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Banner wrapper */
.hero-video {
  position: relative;
  width: 100%;
  min-height: 760px;
  /* 16:9 ratio by default */
  max-height: 720px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

/* Video element full cover */
.hero-video video,
.hero-video .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 760px;
  object-fit: cover;
  -o-object-fit: cover;
  filter: brightness(0.8) contrast(1.1) saturate(1.2);
}

/* Poster/fallback div for touch devices (background image) */
.hero-bg {
  display: none;
  /* shown on small/touch devices by JS/CSS */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* overlay for contrast */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay-grad);
  z-index: 2;
}

/* Content container (centered) */
.hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, var(--max-width));
  text-align: center;
  padding: 48px 16px;
}

.hero-title {
  font-size: clamp(1.8rem, 4.2vw, 2.6rem);
  line-height: 1.05;
  margin: 0 0 12px 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  margin: 0 0 20px 0;
  color: rgba(255, 255, 255, 0.92);
  max-width: 900px;
  margin-inline: auto;
}

.hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 35px;
  height: 56px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease;
}

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 8px 30px rgba(255, 107, 107, 0.18);
}

.btn-primary:active {
  transform: translateY(1px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

/* accessibility focus styles */
.btn:focus {
  outline: 3px solid rgba(255, 255, 255, 0.12);
  outline-offset: 3px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-video {
    min-height: 480px;
  }

  .hero-content {
    padding: 28px 14px;
    padding-top: 113px;
  }
}

/* Show fallback bg on touch devices (CSS-only fallback; JS also handles it) */
@media (hover: none) and (pointer: coarse) {
  .hero-video video {
    display: none !important;
  }

  .hero-bg {
    display: block !important;
  }
}

.btn:hover {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.hero-meal {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background-color: #fff;
  padding: 48px;
  background-image: url(../img/bg-hero-meal3.webp);
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
  background-position: right;
  background-size: cover;
}

.hero-meal2 {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background-color: #fff;
  padding: 48px;
  background-image: url(../img/ss.webp);
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
  background-position: right;
  background-size: cover;
}

.btn-back {
  background: none;
  height: 42px;
  width: fit-content;
  padding: 0px 24px;
  border-color: rgb(255 255 255);
  color: #fff;
}

.btn-back:hover {
  border-color: rgb(255 255 255);
  color: #fff;
}

.service-hero-card {
  background-color: #014739;
  border-radius: 20px;
  padding: 48px;

}

.service-hero-card h2 {
  color: #C8D02D;
}

.service-hero-card .btn-outline {
  color: #004034;
  background: #C8D02D;
  border-color: #C8D02D;
}

.w-card {
  width: 100%;
  height: 380px;
  border-radius: 20px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.w-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.bg-srv {
  background-attachment: fixed;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.text-lime {
  color: #C8D02D !important;
}


/* abt */

/* === MENU SECTION === */
.menu-section {
  background-color: #fff;
  transition: all 0.5s ease;
}

.menu-img-wrap {
  position: relative;
  /* dark green background */
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.5s ease;
}

.menu-img-wrap img {
  max-height: 560px;
  transition: all 0.5s ease;
}


/* Big image + text transitions */
#mainImage {
  transition: opacity 0.4s ease-in-out;
}

#mainTitle,
#mainDesc {
  transition: opacity 0.4s ease-in-out;
}

/* === BUTTON === */
.btn-warning {
  background-color: #cddc39;
  /* lime-green */
  border: none;
  color: #024936;
  /* dark green text */
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 25px;
  transition: background-color 0.3s ease-in-out;
}

.btn-warning:hover {
  background-color: #d6e247;
}


/* Card style */
.menu-card {
  background-color: #024936;
  /* dark green */
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: all 0.5s ease;
}

.card {
  overflow: visible !important;
}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* Card icon */
.menu-icon {
  width: 110px !important;
  height: 110px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin-bottom: 0.5rem !important;
  position: absolute !important;
  top: -50px !important;
  left: -10px;
  transition: all 0.5s ease;
}

.menu-card:hover .menu-icon {
  top: -60px !important;
}

/* Card body text */
.menu-card .card-body {
  padding: 1rem;
  text-align: left;
  padding-top: 96px;
}

.menu-card h6 {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.menu-card p {
  font-size: 0.85rem;
  color: #dcdcdc;
  /* light gray text inside cards */
  margin-bottom: 0;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .menu-img-wrap {
    padding: 10px;
  }

  .menu-card {
    margin-bottom: 1rem;
  }
}

.tile {
  width: 280px;
  background: #024936;
  height: 199%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0px 0px 20px 20px;
}

.whats-include {
  padding: 48px;
  background-color: var(--shade-1);
  border-radius: 20px;
}

.whats-include ul {
  list-style: none;
  padding: 0px;
}

.whats-include ul li {
  padding: 8px 0px;
  background-image: url(../img/dot-2.svg);
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 24px;
}

.all-imag-height {
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .all-imag-height {
    height: auto;
  }
}

.message {
  position: fixed;
  z-index: 9999;
  background: rgb(2 69 57 / 99%);
}

.message img {
  height: 100px;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.drawer {
  width: 100%;
  top: 110px;
  position: absolute;
  display: none;
  left: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.menus .active::after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow-up2.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  bottom: -21px;
  left: 31%;
}


.drawer-inner {
  background: var(--shade-1);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-bottom: 8px solid var(--primary);
}

.drawer-inner a {
  color: #002C23 !important;
}

.transp-box {
  padding: 8px;
  width: 100%;
  height: fit-content;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.transp-box img {
  height: 48px;
}

.transp-box:hover {
  cursor: pointer;
  background: rgb(206 214 41 / 100%);
  padding: 8px 24px;
}

#offcanvasRight {
  width: 100% !important;
  background: var(--shade-1);
  padding: 48px;
}

@media (min-width: 992px) {
  #offcanvasRight {
    width: 480px !important;
  }
}

.dietitian-pic {
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 160px;
  overflow: hidden;
  margin-top: 50px;
  border: 3px solid #C8D02D;
}

.dietitian-pic img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.dietitian-pic-name {
  font-weight: 600;
  margin-top: 24px;
}

.dietitian-description i {
  display: block;
  padding: 20px;
  background: var(--primary);
  border-radius: 20px;
  margin: 24px 0px;
  text-align: center;
  color: var(--white);
  font-weight: 600;
}

.dietitian-description h3 {
  display: flex;
  text-align: center;
  /* justify-content: center; */
  font-size: 24px;
  margin-bottom: 14px;
  margin-top: 44px;
}

.dietitian-description ul {
  display: flex;
  gap: 8px;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.dietitian-description ul li {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid rgb(5 35 28 / 18%);
  border-radius: 35px;
}

.main-box-team {
  background: #024739;
  color: #fff;
  border-radius: 20px;
}

.bg-lime-button {
  background: #CDDC39;
  color: var(--primary);
}

.bg-lime-button:hover {
  background-color: #8b9721 !important;
}

.over-lay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 48%);
}

.ti-eye {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CDDC39;
  z-index: 12;
  /* top: 0px; */
  border-radius: 160px;
  font-size: 32px;
  color: var(--primary);
  bottom: 75px;
  right: 45px;
  position: absolute;
  transition: all 0.3s ease-out;
  opacity: 0;
  border: 8px solid var(--primary);
}

.main-box-team:hover .ti-eye {
  opacity: 1;
}



.modal-auto {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal-auto-content {
  background: var(--shade-1);
  padding: 8px;
  border-radius: 20px;
  width: 800px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.4s;
  position: relative;
  margin: 16px;
}

@media (min-width: 992px) {
  .modal-auto-content .hero-meal {
    background-size: contain !important;
  }

  .modal-auto-content .hero-meal2 {
    background-size: contain !important;
  }
}

/* Close Button */
.close-auto {
  position: absolute;
  right: 17px;
  width: 38px;
  height: 38px;
  border-radius: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  top: 15px;
  font-size: 20px;
  color: #fff;
}

.close-auto:hover {
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-fullscreen .modal-content {
  background: rgb(238 244 242);
  border-bottom: 4px solid var(--primary);
}

@media (min-width: 992px) {
  .modal-fullscreen .modal-content {
    background-image: url(../img/apple_2.webp);
    background-repeat: no-repeat;
    background-position: top right;
  }
}

.meal-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #c8d02d;
  border-radius: 16px;
  font-size: 34px;
  color: var(--primary);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.meal-thumb img {
  height: 58px;
}

.s-box-n {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
}

.s-box-n img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.s-d-box {
  height: auto !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .s-d-box {
    height: 480px !important;
  }
}


/* slider */

.logo-slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
}

.logo-slider-row {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logo-track {
  display: inline-flex;
  animation: scroll-left 30s linear infinite;
}

.logo-slider-row.reverse .logo-track {
  animation: scroll-right 30s linear infinite;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  margin: 0 20px;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 10px;
}

.logo-item img {
  max-width: 100px;
  height: 100px;
  object-fit: contain;
  transition: filter 0.3s ease;
  padding: 10px;
}


/* Animations */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .logo-item {
    min-width: 120px;
    margin: 0 10px;
  }

  .logo-slider-wrapper {
    gap: 25px;
  }
}

.animation svg {
  width: 1100px !important;
  height: 93px !important;
  transform: translate3d(0px, 0px, 0px);
  content-visibility: visible;
}

@media (min-width: 992px) {
  .animation svg {
    width: 2000px !important;
    height: 69px !important;
  }
}


/* Chat icon */
.chat-icon {
  position: fixed;
  bottom: 100px;
  right: 29px;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 999;
  transition: transform 0.3s ease;
}

.chat-icon:hover {
  transform: scale(1.05)
}

/* Chat window */
.chat-shell {
  position: fixed;
  bottom: 170px;
  right: 30px;
  width: 340px;
  max-height: 500px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 998;
}

.chat-header {
  background: #024739;
  color: white;
  padding: 14px;
  font-weight: 600;
}

.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background: #f9fafc;
  scroll-behavior: smooth;
  height: 300px;
}

.msg {
  margin: 8px 0;
  max-width: 80%;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.bot {
  background: rgb(139 195 74 / 18%);
  color: #111827;
  border-bottom-left-radius: 4px;
}

.user {
  background: #f1f1f1;
  margin-left: auto;
  border-bottom-right-radius: 4px;
}

.chat-footer {
  display: flex;
  padding: 10px;
  border-top: 1px solid #e5e7eb;
  gap: 6px;
}

.chat-footer input {
  flex: 1;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.chat-footer button {
  background: #024739;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.chat-header button.close-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}

.heading-meal h2 {
  font-size: 32px;
  color: var(--primary);
  display: flex;
  min-width: 380px;
}

.heading-meal .line-h {
  width: 100%;
  height: 1px;
  border-radius: 35px;
  background-color: #C8D02D;

}

.day-label {
  padding: 8px;
  background: linear-gradient(90deg, #F1F1F1 0%, rgba(230, 237, 235, 0) 100%);
  border-radius: 8px;
}

.box-menu-list {
  width: 100%;
  height: auto;
  background: #E6EDEB;
  border-radius: 10px;
  padding: 24px;
}

.box-menu-list .menu-items-card {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  height: 227px;
  background-color: #fff;
  position: relative;
}

.box-menu-list .menu-items-card img {
  width: 100%;
  height: 227px;
  object-fit: cover;
}

.box-menu-list .menu-items-card .items-name-card {
  position: absolute;
  bottom: 8px;
  padding: 8px 16px;
  background: rgb(2 71 57 / 60%);
  backdrop-filter: blur(5.5px);
  border-radius: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 14px;
  width: 90%;
  text-align: center;
  color: #fff;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(205, 220, 57, 0.8);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(205, 220, 57, 0);
  }
}


:root {
  --google: #ffffff;
  --facebook: #1877f2;
  --radius: 10px;
  --shadow: 0 6px 18px rgba(12, 15, 24, 0.08);
  --focus: 3px solid rgba(59, 130, 246, 0.25);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.social-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

@media (min-width:1344px) {
  .social-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
}

/* Generic button styles */
.btn-social {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(15, 23, 36, 0.06);
  background: transparent;
  padding: 10px 12px;
  border-radius: 35px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .08s ease, background-color .08s ease;
  width: 100%;
  min-height: 56px;
  font-size: 13px;
}


.btn-social:active {
  transform: translateY(1px)
}

.btn-social:focus {
  outline: none;
  box-shadow: var(--focus)
}


/* Google button */
.btn-google {
  background: var(--google);
  color: #0f1724;
  border: 1px solid rgba(16, 24, 40, 0.06);
}

.btn-google:hover {
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.06)
}


/* Facebook button */
.btn-facebook {
  background: var(--facebook);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.btn-facebook:hover {
  filter: brightness(.98)
}


/* Icon container */
.icon-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}


/* Small helper */
.small-x {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px
}


/* Responsive */
@media (max-width:420px) {
  .social-row {
    grid-template-columns: 1fr;
  }
}


/* Focus visible accessibility for keyboard users */
.btn-social:focus-visible {
  box-shadow: var(--focus);
}

/* after before */
.ba-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 14px;
  margin: auto;
  background: #000;
}

@media (min-width:1344px) {
  .ba-container {
    height: 409px;
  }
}

.ba-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: width 0.1s ease-out;
}

.before img {
  filter: grayscale(100%);
}

.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fff;
  border: 4px solid #024739;
  cursor: ew-resize;
  transform: translateX(-50%);
  transition: background 0.3s;
}

.ba-handle:hover {
  background: #000;
}

/* Optional circle handle */
.ba-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 4px solid #024739;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ba-label {
  position: absolute;
  top: 15px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
  /* prevent blocking dragging */
  letter-spacing: 0.5px;
}

.before-label {
  left: 15px;
  background: #fff;
  color: #000;
}

.after-label {
  right: 15px;
  background: #024739;
  position: absolute;
  top: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 15;
  width: fit-content;
}

.box-form {
  width: 100%;
  height: fit-content;
  border: 13px solid #f3f3f3;
  border-radius: 30px;
}

.box-form .bold {
  font-weight: 600;
}

.box-bmi {
  width: 100%;
  height: 48%;
      background-color: rgba(0 50 41 / 6%);
  border-radius: 20px;
}

.box-bmr {
  width: 100%;
  height: 48%;
  background-color: rgba(139 195 74 / 23%);
  border-radius: 20px;
}