/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: levein
Theme URI: http://underscores.me/
Author: Madhura
Author URI: http://underscores.me/
Description: Levein Group : Discover a world of opportunities.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: levein
*/
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
.breadcrumb-area{
	background-position-y: -210px;
}
/* Coming Soon */
#coming-soon-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 152, 58, 0.8); /* #0A983A with opacity */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  font-family: sans-serif;
}

#coming-soon-overlay .coming-soon-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
}

#coming-soon-overlay .btn-cta {
  display: inline-flex;
  padding: 17px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  color: #BFD359;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

/* Breakpoint sizes */
.btn-green {
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  background-color: #63b331;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.btn-green:hover {
  background-color: #4d8b26;
  color: #fff;
}
@media (max-width: 575.98px) {
  .btn-green {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}

#intro .btn-primary-bold {
  font-weight: 700;
}
#intro .btn-primary-bold:hover {
  background-color: #10568b;
}

#intro .sub-1 {
  margin-bottom: 16px;
}
#intro .sub-2 {
  margin-bottom: 32px;
}

.btn-green {
  background-color: #63b331;
  border-color: #63b331;
  color: #fff;
}
.btn-green:hover {
  background-color: #4d8b26;
}

#how-it-works .main-title {
  color: #282828;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  margin: 0 0 8px 0;
}
#how-it-works .sub-title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  margin-bottom: 48px;
}
#how-it-works .process-steps {
  margin-left: -12px;
  margin-right: -12px;
}
#how-it-works .process-steps .col-md-3 {
  padding-left: 12px;
  padding-right: 12px;
}
#how-it-works .all-work-container {
  padding: 0 9%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #how-it-works .all-work-container {
    padding: 0 2%;
  }
}
#how-it-works .process-box {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  min-height: 200px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
}
#how-it-works .process-box img {
  background-color: #e5f5ea;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
#how-it-works .process-box .box-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  text-align: left;
}
#how-it-works .process-box .box-content .service-title {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
}
#how-it-works .process-box .box-content p {
  color: #333;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}

.hero-section {
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.hero-section nav a {
  font-size: 1rem;
  font-weight: 500;
}

.intro-section .main-title {
  color: #282828;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  margin: 0 0 8px 0;
}
.intro-section .sub-title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .intro-section .sub-title {
    margin-bottom: 15px;
  }
}
.intro-section img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .intro-section img {
    margin-top: 15px;
  }
}

#treatment .treatment-container {
  background: #63b331;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatment .treatment-container {
    padding: 0;
  }
}
#treatment h5 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 131.25% */
  margin: 0;
}
#treatment .sub-title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  margin: 8px auto;
}
#treatment .col-left {
  padding: 32px;
}
#treatment .col-left ul {
  list-style: disc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#treatment .col-left ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
/* #treatment img {
  max-width: 100%;
  height: 272px;
  object-fit: cover;
} */
#treatment .middle-image{
	background: url('https://pinxtonpharmacy.co.uk/wp-content/uploads/2025/07/weight-loss-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 272px;
}
.solutions-section .main-title {
  color: #282828;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  margin: 0 0 8px 0;
}
.solutions-section .sub-title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  margin-bottom: 48px;
}
.solutions-section .product-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.solutions-section .product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.solutions-section .product-card h6 {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
.solutions-section .product-card p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}
.solutions-section .product-card .product-image {
  width: auto;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutions-section .product-card .product-details {
  font-size: 0.95rem;
}
.solutions-section .product-card .product-details th {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border: none;
}
.solutions-section .product-card .product-details tr {
  border: none;
}
.solutions-section .product-card .product-details td {
  color: #555;
  width: 55%;
  border: none;
}
.solutions-section .product-card .btn-green {
  background-color: #63b331;
  color: #fff;
  font-weight: 600;
/*   padding: 12px 32px; */
  border: none;
  border-radius: 4px;
}
.solutions-section .product-card .btn-green:hover {
  background-color: #539729;
  color: #fff;
}

#education .main-title {
  color: #282828;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  margin: 0 0 8px 0;
}
#education .sub-title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  margin-bottom: 48px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #education .management-row {
    gap: 24px;
  }
}
#education .middle-column {
  gap: 24px;
}
#education .management-box {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 140px;
}
#education .management-box .manage-title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
}
#education .management-box .manage-sub {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #education .right-column {
    gap: 24px;
  }
}
#education .right-column .box-image {
  width: 100%;
}
#education .right-column .box-image img {
  width: 350px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-section {
  background: #BFD359;
  color: #fff;
  padding: 64px 0;
}
.cta-section .main-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  margin: 0 0 8px 0;
}
.cta-section .sub-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  margin-bottom: 1rem;
}
.cta-section .btn-cta {
  display: inline-flex;
  padding: 17px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  color: #BFD359;
  text-align: center;
  white-space: nowrap;
}
.cta-section .btn-cta:hover {
  background-color: #4d8b26;
  color: #fff;
}
@media (max-width: 575.98px) {
  .cta-section .btn-cta {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}

.faq-section .main-title {
  color: #282828;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  margin: 0 0 8px 0;
}
.faq-section .sub-title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  margin-bottom: 32px;
  padding: 0 18%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .faq-section .sub-title {
    padding: unset;
  }
}
.faq-section .faq-list li {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
.faq-section .faq-list li strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.faq-section .faq-list li p {
  font-size: 0.95rem;
  color: #555;
}
.faq-section .btn {
  background: transparent;
  color: #333;
  text-decoration: none;
  padding-left: 0;
}
.faq-section .btn:hover {
  color: #1572b9;
  text-decoration: none;
}
.faq-section .btn-link.focus, .faq-section .btn-link:focus {
  text-decoration: none;
}
.faq-section button.btn.btn-link:active {
  color: #1572b9;
}
.faq-section .accordion > .card > .card-header {
  background: transparent;
  border: none;
}
.faq-section .card .collapse.show {
  padding-top: 0;
}
.faq-section .card-body {
  padding-top: 0;
}
.faq-section .accordion > .card {
  border: unset;
}
.faq-section .accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.faq-section .faq-toggle {
  position: relative;
  padding-right: 2rem;
}
.faq-section .faq-toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #0C1715;
  transition: transform 0.2s ease;
}
.faq-section .faq-toggle.collapsed::after {
  content: "+";
}
.faq-section .faq-toggle:not(.collapsed)::after {
  content: "−";
}
.faq-section .faq-section .faq-toggle {
  margin-bottom: 0.5rem !important;
}
.faq-section .card-header {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .cta-section h5 {
    font-size: 1.25rem;
  }
  .faq-section .faq-list li {
    padding: 0.75rem 0;
  }
}

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