@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700&family=Overlock:wght@400;700&family=Lora:wght@400;500&display=swap');

* {
  margin: 0;
  padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Lora',serif;
   font-size: 16px;
    line-height: 1.6;
               color     :        #333333;
  background: #ffffff;
}

.elementor-element {
   position: relative;
}

.e-flex {
  display: flex;
}

.e-con-boxed {
  max-width:1140px;
       margin: 0 auto;
      padding: 0 20px;
}

.e-con-inner {
   width: 100%;
}

.e-con-full {
    width: 100%;
}

.e-parent {
   width: 100%;
}

.e-con {
  display: block;
}

.top-bar-section {
   background: #FF6060;
    padding: 10px 0;
}

.contact-info-block .elementor-icon-list-items {
    list-style: none;
    display: flex;
   justify-content: center;
}

.phone-link-top {
  color: #ffffff;
   text-decoration: none;
    font-weight: 600;
  font-family: 'Exo 2',sans-serif;
}

.main-header-wrap {
   background: #ffffff;
   padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
   position: sticky;
    top: 0;
   z-index: 999;
   display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container-left {
    flex: 0 0 auto;
}

.brand-logo-img {
    max-height: 114px;
   width: auto;
   display: block;
}

.nav-wrapper-center {
   flex: 1;
    display: flex;
  justify-content: center;
    align-items: center;
}

.elementor-nav-menu--main {
  display: flex;
  color: #111;
}

.elementor-nav-menu {
    list-style: none;
  display: flex;
    gap: 30px;
   margin: 0;
  color: #111;
}

.menu-item .elementor-item {
  color: #111111;
    text-decoration: none;
  font-family: 'Exo 2',sans-serif;
   font-weight: 600;
    font-size: 16px;
    transition: color 0.3s;
  position: relative;
}

.menu-item .elementor-item:hover {
   color: #FF6060;
}

.menu-item .elementor-item::after {
  content: '';
  position: absolute;
    bottom: -3px;
  left: 0;
   width: 0;
    height: 2px;
  background: #49E670;
   transition: width 0.3s;
}

.menu-item .elementor-item:hover::after {
   width: 100%;
}

.mobile-burger-toggle {
   display: none;
   background: none;
   border: none;
  cursor: pointer;
   flex-direction: column;
   gap: 5px;
    padding: 8px;
}

.burger-line {
  width: 30px;
   height: 3px;
	 background: #333333;
  transition: all 0.3s;
  border-radius: 2px;
}

.mobile-burger-toggle.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}

.mobile-burger-toggle.active .burger-line:nth-child(2) {
   opacity: 0;
}

.mobile-burger-toggle.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

.mobile-nav-overlay {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  background: rgba(27,30,52,0.98);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.mobile-nav-overlay.show {
    display: flex;
}

.mobile-nav-list {
   list-style: none;
  text-align: center;
}

.mobile-nav-list li {
  margin: 25px 0;
}

.mobile-nav-link {
    font-size: 24px;
  text-decoration: none;
  font-family: 'Exo 2',sans-serif;
    font-weight: 600;
   transition: color 0.3s;
}

.mobile-nav-link:hover {
    color: #49E670;
}@media (max-width:767px){
.elementor-nav-menu--main{display:none}
.mobile-burger-toggle{display:flex}
.main-header-wrap{padding:12px 20px}
}.hero-main-section {
  background: linear-gradient(135deg,#FF6060 0%,#49E670 100%);
  padding: 60px 20px;
}

.hero-main-section .e-con-inner {
   display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 50px;
   align-items: center;
}

.hero-text-column {
    padding-right: 30px;
}

.main-hero-h1 {
  font-family: 'Exo 2',sans-serif;
  font-size: 48px;
   font-weight: 700;
  color: #ffffff;
    margin-bottom: 15px;
}

.hero-subtitle-text {
  font-family: 'Overlock',cursive;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}

.hero-description-paragraph {
    color: #ffffff;
  font-size: 17px;
  margin-top: 20px;
  line-height: 1.7;
}

.elementor-button {
    display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s;
}

.elementor-button-link {
  background: #1b1e34;
   color: #ffffff;
}

.elementor-size-md {
  padding: 15px 40px;
  font-size: 16px;
}

.elementor-button-content-wrapper {
   display: flex;
    align-items: center;
	
}

.elementor-button-text {
  font-family: 'Exo 2',sans-serif;
   font-weight: 600;
}

.cta-hero-btn:hover {
  background: #37AA66;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.hero-main-image {
  width: 100%;
   border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}@media (max-width:767px){
.hero-main-section .e-con-inner{grid-template-columns:1fr;gap:30px}
.main-hero-h1{font-size:32px}
.hero-subtitle-text{font-size:18px}
.hero-text-column{padding-right:0}
}.features-showcase-section {
  padding: 80px 20px;
   background: #ffffff;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.section-main-h2 {
  font-family: 'Exo 2',sans-serif;
    font-size: 40px;
    font-weight: 600;
   color: #333333;
}

.features-grid-container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
}

.feature-single-card {
  background: #f5f5f5;
    border-radius: 12px;
  overflow     :   hidden;
  transition: transform 0.3s;
}

.feature-single-card:hover {
  transform: translateY(-8px);
}

.feature-card-img {
   width: 100%;
  height  :       240px;
  object-fit: cover;
}

.feature-card-content {
   padding: 25px;
}

.feature-card-title {
  font-family: 'Exo 2',sans-serif;
    font-size: 22px;
	 color: #FF6060;
    margin-bottom: 12px;
}

.feature-card-content p {
  color: #555555;
    line-height: 1.6;
}@media (max-width:1024px){
.features-grid-container{grid-template-columns:1fr;gap:25px}
}.philosophy-split-section {
   padding: 70px 20px;
    background: #f8f8f8;
  position: relative;
}

.elementor-shape {
  position: absolute;
  left: 0;
   width: 100%;
    overflow: hidden;
  line-height: 0;
}

.elementor-shape-top {
   top: 0;
  transform: translateY(-1px);
}

.elementor-shape-bottom {
    bottom: 0;
  transform: translateY(1px);
}

.elementor-shape svg {
    display: block;
  width: 100%;
   height: 60px;
}

.elementor-shape-fill {
    fill: #ffffff;
}

.elementor-container {
   max-width: 1140px;
   margin: 0 auto;
   padding: 0 20px;
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 50px;
    align-items: center;
}

.elementor-column {
    display: flex;
   flex-direction: column;
}

.heading-title-secondary {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
   font-weight: 600;
   color: #333333;
}

.text-content-col p {
   color: #555555;
    line-height: 1.7;
  margin-bottom: 18px;
}

.section-image-standard {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}@media (max-width:767px){
.elementor-container{grid-template-columns:1fr;gap:30px}
}.coaching-programs-section {
  background: #ffffff;
}

.programs-section-h2 {
  font-family: 'Exo 2',sans-serif;
    font-size: 38px;
  font-weight: 600;
    color: #333333;
   text-align: center;
}

.programs-flex-layout {
   display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.program-box-item {
   flex: 1;
   min-width: 280px;
  background: linear-gradient(to bottom,#f9f9f9,#ffffff);
   padding: 35px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
   transition: all 0.3s;
}

.program-box-item:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.program-box-heading {
  font-family: 'Exo 2',sans-serif;
  font-size: 24px;
  color: #49E670;
   margin-bottom: 18px;
}

.program-description-text {
   color: #555555;
   line-height: 1.7;
    margin-bottom: 20px;
}

.program-features-list {
    list-style: none;
    margin-bottom: 25px;
}

.program-features-list .elementor-icon-list-item {
  padding: 8px 0;
   padding-left: 25px;
  position: relative;
    color: #555555;
}

.program-features-list .elementor-icon-list-item::before {
  content: '✓';
    position: absolute;
  left: 0;
    color: #49E670;
  font-weight: bold;
  font-size: 16px;
}

.program-cta-link {
    color: #FF6060;
    text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid #FF6060;
  padding-bottom: 2px;
    transition: all 0.3s;
}

.program-cta-link:hover {
   color: #cf2e2e;
  border-color: #cf2e2e;
}@media (max-width:767px){
.programs-flex-layout{flex-direction:column}
}.transformation-section {
  padding: 75px 20px;
   background: #f5f5f5;
}

.section-subtitle-intro {
   text-align: center;
  font-size: 17px;
  color: #666666;
    margin-top: 10px;
}

.transformations-grid-layout {
    display: grid;
  grid-template-columns: repeat(2,1fr);
    gap: 40px;
   margin-top: 50px;
}

.transformation-story-card {
    background: #ffffff;
    border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.transformation-card-image {
               width: 100%;
    height: 260px;
  object-fit: cover;
}

.story-text-content {
   padding: 30px;
}

.story-person-name {
  font-family: 'Exo 2',sans-serif;
    font-size: 22px;
   color: #FF6060;
  margin-bottom: 12px;
}

.story-testimonial-text {
   color: #555555;
  line-height: 1.7;
   font-style: italic;
}@media (max-width:767px){
.transformations-grid-layout{grid-template-columns:1fr}
}.nutrition-philosophy-section {
    padding: 70px 20px;
   background: #ffffff;
}

.reverse-layout-container {
   display: grid;
   grid-template-columns: 1fr 1fr;
	gap: 50px;
  align-items: center;
}

.nutrition-section-img {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.nutrition-text-column {
  padding-left: 20px;
}

.nutrition-heading-h2 {
  font-family: 'Exo 2',sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
}

.nutrition-text-column p {
   color: #555555;
  line-height: 1.7;
  margin-bottom: 15px;
}@media (max-width:767px){
.reverse-layout-container{grid-template-columns:1fr;gap:30px}
.nutrition-text-column{padding-left:0}
}.wellness-holistic-section {
   padding: 80px 20px;
    background: #f8f8f8;
}

.wellness-h2-title {
  font-family: 'Exo 2',sans-serif;
   font-size: 38px;
    font-weight: 600;
  color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.wellness-blocks-grid {
    display: grid;
  grid-template-columns: repeat(3,1fr);
   gap: 35px;
}

.wellness-single-block {
  background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.wellness-block-img {
    width: 100%;
  height: 220px;
    object-fit:        cover;
}

.wellness-block-h3 {
  font-family: 'Exo 2',sans-serif;
   font-size: 22px;
  color: #49E670;
    padding: 20px 20px 10px;
}

.wellness-block-text {
   color: #555555;
  line-height: 1.6;
   padding: 0 20px 25px;
}@media (max-width:1024px){
.wellness-blocks-grid{grid-template-columns:1fr;gap:25px}
}.facilities-modern-section .text-center-wrapper {
   text-align: center;
  margin-bottom: 40px;}

.facilities-intro-text {
    font-size: 17px;
    color: #666666;
   margin-top: 12px;
}

.facilities-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 45px;
  align-items: center;
    margin-top: 50px;
}

.facility-large-image {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.facility-desc-h3 {
  font-family: 'Exo 2',sans-serif;
  font-size: 26px;
   color: #49E670;
    margin-bottom: 18px;
}

.facility-description-block p {
    color: #555555;
  line-height: 1.7;
}@media (max-width:767px){
.facilities-showcase-grid{grid-template-columns:1fr;gap:30px}
}.supplements-info-section {
   padding: 70px 20px;
}

.standard-container-width  
  {
   max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
    display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 50px;
    align-items: center;
}

.supplements-h2-heading {

  font-family: 'Exo 2',sans-serif;
  font-size: 36px;
   font-weight: 600;
    color: #333333;


}

.supplements-text-col p {
	 color: #555555;
    line-height: 1.7;
   margin-bottom: 15px;
}

.supplements-visual-img {
  width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}@media (max-width:767px){
.standard-container-width{grid-template-columns:1fr;gap:30px}
}.breakfast-importance-section {
  padding: 75px 20px;
    background: #ffffff;
}

.breakfast-split-layout {
  display: grid;
   grid-template-columns: 1fr 1fr;
  gap :  50px;
   align-items: center;
}

.breakfast-photo-img {
  width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.breakfast-h2-main {
  font-family: 'Exo 2',sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
}

.breakfast-content-wrapper p {
  color: #555555;
  line-height: 1.7;
  margin-bottom: 15px;
}@media (max-width:767px){
.breakfast-split-layout{grid-template-columns:1fr;gap:30px}
}.blog-articles-section {
	 padding: 80px 20px;
  background: linear-gradient(135deg,rgba(255,96,96,0.1) 0%,rgba(73,230,112,0.1) 100%);
}

.blog-section-h2 {
  font-family: 'Exo 2',sans-serif;
  font-size: 38px;
  font-weight: 600;
   color: #333333;
    text-align: center;
}

.blog-intro-subtitle {
    text-align: center;
    font-size: 17px;
    color: #666666;
    margin-top: 10px;
  margin-bottom: 40px;
}

.blog-cards-flex-grid {
   display: grid;
  grid-template-columns: repeat(3,1fr);
   gap: 35px;
}

.blog-article-card {
  background   :     #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
   transition: all 0.3s;
}

.blog-article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.blog-card-h3-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 22px;
    color: #FF6060;
    margin-bottom: 12px;
}

.blog-card-excerpt {
    color: #555555;
  line-height: 1.6;
  margin-bottom: 18px;
}

.blog-read-more-link {
   color: #49E670;
    text-decoration: none;
    font-weight: 600;
   border-bottom: 2px solid #49E670;
  padding-bottom: 2px;
    transition: all 0.3s;
}

.blog-read-more-link:hover {
    color: #37AA66;
    border-color: #37AA66;
}@media (max-width:1024px){
.blog-cards-flex-grid{grid-template-columns:1fr;gap:25px}
}.contact-cta-section {
   padding: 80px 20px;
    background: #FF6060;
   position: relative;
}

.contact-heading-block {
  text-align: center;
  margin-bottom: 40px;
}

.contact-form-h2 {
  font-family: 'Exo 2',sans-serif;
   font-size: 38px;
    font-weight: 600;
   color: #ffffff;
}

.contact-form-subtitle {
  color: #ffffff;
    font-size: 17px;
  margin-top: 12px;
}

.contact-main-form {
   max-width: 800px;
  margin: 0 auto;
   background: #ffffff;
   padding: 45px;
   border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.3);
}

.form-fields-grid {
  display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.elementor-field-group {
  display: flex;
  flex-direction: column;
}

.elementor-col-100 {
    grid-column: 1 / -1;
}

.form-field-label {
  font-family: 'Exo 2',sans-serif;
    font-size: 14px;
    color: #333333;
  margin-bottom: 6px;
  font-weight: 600;
}

.elementor-field {
  padding: 12px 16px;
   border: 2px solid #e0e0e0;
   border-radius: 8px;
   font-size: 15px;
  font-family: 'Lora',serif;
   transition: all 0.3s;
}

.elementor-field:focus {
    outline: none;
    border-color: #FF6060;
  box-shadow: 0 0 0 3px rgba(255,96,96,0.1);
}

.submit-form-btn {
   width: 100%;
    background: #49E670;
   border: none;
    cursor: pointer;
   border-radius: 50px;
}

.submit-form-btn:hover {
    background: #37AA66;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}@media (max-width:767px){
.form-fields-grid{grid-template-columns:1fr}
.contact-main-form{padding:30px 20px}
}.footer-main-section {
    padding: 60px 20px 30px;
   background: #1b1e34;
  position: relative;
}

.footer-grid-container {
  max-width: 1140px;
  margin: 0 auto;
    display: grid;
  grid-template-columns: 2fr 1fr 1fr;
   gap: 40px;
}

.footer-logo-img {
    max-height: 146px;
   width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.footer-description-text {
   color: #b8b8b8;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-address-block p {
  color: #b8b8b8;
  margin-bottom: 6px;
}

.footer-company-name {
   color: #ffffff;
   font-weight: 600;
}

.footer-phone-contact {
   margin-top: 12px;
  color: #ffffff;
}

.footer-phone-contact a {
    color: #49E670;
    text-decoration: none;
}

.footer-column-heading {
  font-family: 'Exo 2',sans-serif;
  font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-nav-list,.footer-legal-list {
   list-style: none;
}

.footer-nav-list .elementor-icon-list-item,.footer-legal-list .elementor-icon-list-item {
   margin-bottom: 10px;
}

.footer-link-item {
  color: #b8b8b8;
   text-decoration: none;
    transition: color 0.3s;
}

.footer-link-item:hover {
   color: #49E670;
}

.footer-hours-block {
  margin-top: 25px;
}

.hours-line-item {
  color: #b8b8b8;
  margin-bottom: 8px;
}@media (max-width:1024px){
.footer-grid-container{grid-template-columns:1fr;gap:35px}
}.footer-copyright-section {
  background: #0f0f1e;
   padding: 20px;
}

.copyright-container-center {
  text-align: center;
}

.copyright-text-line {
    color: #888888;
    font-size: 14px;
}

.services-hero-header {
  padding: 60px 20px;
  background: linear-gradient(135deg,#FF6060 0%,#49E670 100%);
   text-align: center;
}

.services-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.services-page-h1 {
  font-family: 'Exo 2',sans-serif;
  font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.services-hero-subtitle {
  font-family: 'Overlock',cursive;
  font-size: 20px;
  color   : #ffffff;
  font-weight: 400;
}

.services-catalog-section {
  padding: 80px 20px;
   background: #f8f8f8;
}

.services-catalog-container {
    max-width: 1200px;
    margin: 0 auto;
}

.service-product-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

.service-product-card {
   background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s;
    position: relative;
}

.service-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.featured-service {
  border: 3px solid #49E670;
}

.featured-service-badge {
    position: absolute;
   top: 15px;
  right: 15px;
  background: #49E670;
  color: #ffffff;
  padding: 8px 18px;
   border-radius: 20px;
  font-size: 13px;
    font-weight: 600;
    z-index: 10;
  font-family: 'Exo 2',sans-serif;
}

.service-card-image-wrapper {
  width: 100%;
    height: 240px;
   overflow: hidden;
}

.service-card-img {
  width: 100%;
    height: 100%;
  object-fit   : cover;
   transition: transform 0.3s;
}

.service-product-card:hover .service-card-img {
  transform: scale(1.05);
}

.service-card-content-area {
    padding: 28px; 
	
}

.service-card-title {
  font-family: 'Exo 2',sans-serif;
    font-size: 22px;
    color: #333333;
    margin-bottom: 12px;
   font-weight: 600;
}

.service-card-description {
    color: #555555;
   font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-card-price-block {
    margin-bottom: 20px;
  padding: 15px;
   background: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}

.service-price-amount {
  font-family: 'Exo 2',sans-serif;
    font-size: 32px;
   font-weight: 700;
    color: #FF6060;
  display: block;
}

.service-price-period {
   font-size: 14px;
  color: #666666;
  display: block;
  margin-top: 5px;
}

.service-cta-button {
   width: 100%;
    background: #49E670;
  color: #ffffff;
    text-align: center;
  display: block;
    text-decoration: none;
   padding: 14px;
   border-radius: 50px;
   transition: all 0.3s;
}

.service-cta-button:hover {
    background: #37AA66;
  transform: translateY(-2px);
}@media (max-width:1024px){
.service-product-grid{grid-template-columns:repeat(2,1fr);gap:30px}
}

@media (max-width:667px){
.service-product-grid{grid-template-columns:1fr;gap:25px}
.services-page-h1{font-size:32px}
}.thankyou-main-section {
  padding: 100px 20px;
    background: #f8f8f8;
    min-height: 60vh;
}

.thankyou-content-wrapper {
    max-width: 800px;
  margin: 0 auto;
    text-align: center;
   background: #ffffff;
  padding: 60px 40px;
    border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.thankyou-icon-checkmark {
    margin-bottom: 25px;
}

.thankyou-icon-checkmark svg {
  margin: 0 auto;
  display: block;
}

.thankyou-h1-title {
  font-family: 'Exo 2',sans-serif;
    font-size: 38px;
  font-weight: 700;
    color   :  #49E670;
}

.thankyou-main-paragraph {
  font-size: 17px;
    color: #555555;
   line-height: 1.7;
}

.thankyou-info-box {
    background: #f9f9f9;
   padding: 35px;
   border-radius: 12px;
  margin-top: 35px;
        text-align: left;
}

.thankyou-info-h2 {
  font-family: 'Exo 2',sans-serif;
   font-size: 24px;
  color: #333333;
    margin-bottom: 20px;
}

.thankyou-steps-list {
    list-style: none;
    padding: 0;
}

.thankyou-step-item {
   padding: 15px 0;
   padding-left: 30px;
  position: relative;
  color: #555555;
  line-height: 1.7;
   border-bottom: 1px solid #e0e0e0;
}

.thankyou-step-item:last-child {
  border-bottom: none;
}

.thankyou-step-item::before {
  content: '✓';
    position: absolute;
   left: 0;
    color: #49E670;
    font-weight: bold;
  font-size: 20px;
   top: 15px;
}

.thankyou-step-item strong {
    color: #333333;
  font-weight: 600;
}

.thankyou-contact-reminder {
    margin-top: 35px;
   padding: 25px;
  background: rgba(73,230,112,0.08);
  border-radius: 10px;
}

.reminder-text-content {
  color: #555555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.thankyou-phone-link {
  font-family: 'Exo 2',sans-serif;
    font-size: 28px;
    font-weight: 700;
   color: #FF6060;
  text-decoration: none;
   display: block;
    margin: 15px 0;
}

.thankyou-phone-link:hover {
   color: #cf2e2e;
}

.reminder-hours-text {
    font-size: 14px;
   color: #666666;
}

.thankyou-cta-buttons {
   display: flex;
  gap: 20px;
   justify-content: center;
  margin-top: 40px;

}

.thankyou-btn-primary {
    background: #49E670;
  color: #ffffff;
}

.thankyou-btn-primary:hover {
   background: #37AA66;
}

.thankyou-btn-secondary {
     background: #FF6060;
   color: #ffffff;
	}

.thankyou-btn-secondary:hover {
    background: #cf2e2e;
}@media (max-width:667px){
.thankyou-content-wrapper{padding:40px 25px}
.thankyou-h1-title{font-size:28px}
.thankyou-cta-buttons{flex-direction:column}
.thankyou-phone-link{font-size:24px}
}.thankyou-benefits-section {
   padding: 70px 20px;
  background: #ffffff;
}

.thankyou-benefits-container {
  max-width: 1140px;
   margin: 0 auto;
}

.benefits-section-h2 {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
  font-weight: 600;
   color: #333333;
    text-align: center;
   margin-bottom: 45px;
}

.benefits-quick-grid {
	display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.benefit-quick-card {
   background: #f9f9f9;
   padding: 30px;
   border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    text-align: center;
}

.benefit-card-h3 {
  font-family: 'Exo 2',sans-serif;
    font-size: 20px;
   color: #FF6060;
    margin-bottom: 12px;
}

.benefit-card-text {
    color: #555555;
  font-size: 15px;
  line-height: 1.6;
}@media (max-width:1024px){
.benefits-quick-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:567px){
.benefits-quick-grid{grid-template-columns:1fr}
}.services-hero-header {
    padding: 60px 20px;
  background: linear-gradient(135deg,#FF6060 0%,#49E670 100%);
  text-align: center;
}

.services-hero-content {
   max-width: 800px;
    margin: 0 auto;
}

.services-page-h1 {
  font-family: 'Exo 2',sans-serif;
   font-size: 42px;
   font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.services-hero-subtitle {
  font-family: 'Overlock',cursive;
    font-size: 20px;
  color: #ffffff;
   font-weight: 400;
}

.services-catalog-section {
    padding: 80px 20px;
  background: #f8f8f8;
}

.services-catalog-container {
  max-width: 1200px;
   margin: 0 auto;
}

.service-product-grid {
   display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
}

.service-product-card {
   background: #ffffff;
    border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
   transition: all 0.3s;
    position: relative;
}

.service-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.featured-service {
    border: 3px solid #49E670;
}

.featured-service-badge {
  position: absolute;
   top: 15px;
    right: 15px;
  background: #49E670;
          color: #ffffff;
  padding: 8px 18px;
   border-radius: 20px;
  font-size    :   13px;
   font-weight: 600;
   z-index: 10;
  font-family: 'Exo 2',sans-serif;
}

.service-card-image-wrapper {
  width: 100%;
  height: 240px;
   overflow: hidden;
}

.service-card-img {
    width: 100%;
   height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.service-product-card:hover .service-card-img {
  transform: scale(1.05);
}

.service-card-content-area {
    padding: 28px;
}

.service-card-title {
  font-family: 'Exo 2',sans-serif;
    font-size: 22px;
   color: #333333;
  margin-bottom: 12px;
  font-weight: 600;
}

.service-card-description {
  color: #555555;
  font-size: 15px;
   line-height: 1.6;
   margin-bottom: 20px;
}

.service-card-price-block {
   margin-bottom: 20px;
    padding: 15px;
    background   :     #f9f9f9;
  border-radius: 8px;
   text-align: center;
}

.service-price-amount {
  font-family: 'Exo 2',sans-serif;
  font-size: 32px;
   font-weight: 700;
   color: #FF6060;
  display: block;
}

.service-price-period {
  font-size: 14px;
  color: #666666;
   display: block;
    margin-top: 5px;
}

.service-cta-button {
    width: 100%;
   background: #49E670;
  color: #ffffff;
    text-align: center;
  display: block;
    text-decoration: none;
     padding: 14px;
    border-radius: 50px;
  transition: all 0.3s;
}

.service-cta-button:hover {
    background: #37AA66;
  transform: translateY(-2px);
}@media (max-width:1024px){
.service-product-grid{grid-template-columns:repeat(2,1fr);gap:30px}
}

@media (max-width:667px){
.service-product-grid{grid-template-columns:1fr;gap:25px}
.services-page-h1{font-size:32px}
}.thankyou-main-section {
   padding: 100px 20px;
   background: #f8f8f8;
  min-height: 60vh;
}

.thankyou-content-wrapper {
   max-width: 800px;
  margin: 0 auto;
    text-align: center;
    background: #ffffff;
   padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.thankyou-icon-checkmark {
   margin-bottom: 25px;
}

.thankyou-icon-checkmark svg {
    margin: 0 auto;
   display: block;
}

.thankyou-h1-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 38px;
  font-weight: 700;
   color: #49E670;
}

.thankyou-main-paragraph {
   font-size: 17px;
    color: #555555;
  line-height: 1.7;
}

.thankyou-info-box {
      background: #f9f9f9;
   padding: 35px;
   border-radius: 12px;
  margin-top: 35px;
    text-align: left;
}

.thankyou-info-h2 {
  font-family: 'Exo 2',sans-serif;
  font-size: 24px;
    color: #333333;
   margin-bottom: 20px;
}

.thankyou-steps-list {
 list-style: none;
   padding: 0;
}

.thankyou-step-item {
    padding: 15px 0;
  padding-left: 30px;
   position: relative;
    color: #555555;
   line-height: 1.7;
  border-bottom: 1px solid #e0e0e0;
}

.thankyou-step-item:last-child {
    border-bottom: none;
}

.thankyou-step-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #49E670;
   font-weight: bold;
   font-size: 20px;
    top: 15px;
}

.thankyou-step-item strong {
   color: #333333;
    font-weight: 600;
}

.thankyou-contact-reminder {
   margin-top: 35px;
  padding: 25px;
  background: rgba(73,230,112,0.08);
   border-radius: 10px;
}

.reminder-text-content {
    color: #555555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.thankyou-phone-link {
  font-family: 'Exo 2',sans-serif;
   font-size: 28px;
  font-weight: 700;
  color: #FF6060;
    text-decoration: none;
  display: block;
   margin: 15px 0;
}

.thankyou-phone-link:hover {
    color: #cf2e2e;
}

.reminder-hours-text {
   font-size: 14px;
    color: #666666;
}

.thankyou-cta-buttons {
  display: flex;
   gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.thankyou-btn-primary {
  background: #49E670;
    color: #ffffff;
}

.thankyou-btn-primary:hover {
    background: #37AA66;
}

.thankyou-btn-secondary {
  background: #FF6060;
  color: #ffffff;
}

.thankyou-btn-secondary:hover {
  background: #cf2e2e;
}@media (max-width:667px){
.thankyou-content-wrapper{padding:40px 25px}
.thankyou-h1-title{font-size:28px}
.thankyou-cta-buttons{flex-direction:column}
.thankyou-phone-link{font-size:24px}
}.thankyou-benefits-section {
  padding: 70px 20px;
  background: #ffffff;
}

.thankyou-benefits-container {
   max-width: 1140px;
    margin: 0 auto;
}

.benefits-section-h2 {
  font-family: 'Exo 2',sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
    text-align: center;
   margin-bottom: 45px;
}

.benefits-quick-grid {
   display: grid;
  grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.benefit-quick-card {
   background: #f9f9f9;
    padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  text-align: center;
}

.benefit-card-h3 {
  font-family: 'Exo 2',sans-serif;
  font-size: 20px;
  color: #FF6060;
    margin-bottom: 12px;
}

.benefit-card-text {
   color: #555555;
    font-size: 15px;
   line-height: 1.6;
}@media (max-width:1024px){
.benefits-quick-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:567px){
.benefits-quick-grid{grid-template-columns:1fr}
}.about-hero-section {
   padding: 60px 20px;
  background: linear-gradient(135deg,rgba(255,96,96,0.1) 0%,rgba(73,230,112,0.1) 100%);
    text-align: center;
}

.about-hero-content-center {
    max-width: 700px;
    margin: 0 auto;
}

.about-page-h1 {
  font-family: 'Exo 2',sans-serif;
   font-size: 44px;
    font-weight :  700;
   color: #333333;
  margin-bottom: 12px;
}

.about-hero-tagline {
  font-family: 'Overlock',cursive;
    font-size: 20px;
    color: #666666;
  font-weight: 400;
}

.about-story-section {
    padding: 80px 20px;
  background: #ffffff;
}

.about-story-container {
    max-width: 1140px;
    margin: 0 auto;
   display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 55px;
   align-items: center;
}

.story-section-h2 {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
  font-weight: 600;
   color: #333333;
}

.story-paragraph-text {
  color: #555555;
   line-height: 1.8;
  margin-bottom: 18px;
  font-size: 16px;
}

.story-feature-image {
   width: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}@media (max-width:867px){
.about-story-container{grid-template-columns:1fr;gap:35px}
}.about-mission-section {
  padding: 75px 20px;
}

.mission-content-block {
   max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mission-h2-title {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
  font-weight: 600;
  color: #333333;
}

.mission-intro-text {
  color: #555555;
    line-height: 1.8;
   margin-bottom: 18px;
    font-size: 16px;
}

.mission-description-text {
   color: #555555;
   line-height: 1.8;
  margin-bottom: 18px;
  font-size: 16px;
}

.mission-values-text {
    color: #555555;
  line-height: 1.8;
   font-size: 16px;
}

.about-approach-section {
    padding: 80px 20px;
   background: #f8f8f8;
}

.approach-section-container {
    max-width: 1140px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
}

.approach-h2-heading {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
  font-weight: 600;
   color: #333333;
}

.approach-paragraph-content {
    color: #555555;
   line-height: 1.8;
    margin-bottom: 18px;
  font-size: 16px;
}

.approach-image-element {
    width: 100%;
   border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}@media (max-width:867px){
.approach-section-container{grid-template-columns:1fr;gap:35px}
}.about-values-section {
   padding: 75px 20px;

	    background: #ffffff;
}

.values-center-h2 {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
   font-weight: 600;
   color: #333333;
   text-align: center;
}

.values-cards-grid {
   display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 35px;
   max-width: 1000px;
  margin: 0 auto;
}

.value-single-card {
    background: #f9f9f9;
    padding: 35px;
    border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.value-card-h3 {
  font-family: 'Exo 2',sans-serif;
  font-size: 22px;
    color: #FF6060;
    margin-bottom: 12px;
}

.value-card-description {
    color: #555555;
    line-height: 1.7;
   font-size: 15px;
}@media (max-width:767px){
.values-cards-grid{grid-template-columns:1fr}
}.about-commitment-section {
   padding: 80px 20px;
   background: #f5f5f5;
}

.commitment-container-wrapper {
   max-width: 900px;
   margin: 0 auto;
}

.commitment-h2-center {
  font-family: 'Exo 2',sans-serif;
   font-size: 36px;
  font-weight: 600;
    color: #333333;
   text-align: center;
    margin-bottom: 15px;
}

.commitment-intro-paragraph {
   color  :     #555555;
	    line-height: 1.8;
	    margin-bottom: 18px;
	   font-size: 16px;
}

.commitment-content-text {
    color: #555555;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 16px;
}

.commitment-final-text {
    color: #555555;
  line-height: 1.8;
    font-size: 16px;
}

.about-location-section {
    padding: 75px 20px;
}

.location-info-block {
   max-width: 1140px;

	   margin: 0 auto;

	    display: grid;

	   grid-template-columns: 1.2fr 1fr;

	    gap: 55px;

	   align-items: center;
}

.location-h2-title {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
  font-weight: 600;
   color: #333333;
}

.location-description-para {
    color: #555555;
    line-height: 1.8;
   margin-bottom: 18px;
    font-size: 16px;
}

.location-facilities-text {
    color: #555555;
    line-height: 1.8;
   margin-bottom: 25px;
    font-size: 16px;
}

.location-contact-details {
  background: #ffffff;
    padding: 25px;
    border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.location-address-line {
   color: #555555;
   margin-bottom: 10px;
    line-height: 1.6;
}

.location-phone-line {
   color: #555555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.location-phone-line a {
   color: #49E670;
   text-decoration: none;
    font-weight: 600;
}

.location-phone-line a:hover		{
    color: #37AA66;
}

.location-hours-line {
  color: #555555;
   line-height: 1.6;
}

.location-center-image {
   width: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}@media (max-width:867px){
.location-info-block{grid-template-columns:1fr;gap:35px}
}.about-cta-final-section {
  padding: 80px 20px;
  background: linear-gradient(135deg,#FF6060 0%,#49E670 100%);
   text-align: center;
}

.cta-final-wrapper {
  max-width: 700px;
   margin: 0 auto;
}

.cta-final-h2 {
  font-family: 'Exo 2',sans-serif;
    font-size: 36px;
  font-weight: 700;
   color: #ffffff;
   margin-bottom: 18px;
}

.cta-final-paragraph {
    color: #ffffff;
  font-size: 18px;
    line-height: 1.7;
   margin-bottom: 30px;
}

.cta-final-button {
   background: #ffffff;
   color: #FF6060;
  display: inline-block;
    text-decoration: none;
}

.cta-final-button:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
}@media (max-width:667px){
.about-page-h1{font-size:32px}
.about-hero-tagline{font-size:17px}
}.policySection {

   padding: 80px 2rem;
    background: #f8f9fa;}

.policyContainer     {
    max-width: 800px;
    margin: 0 auto;
   text-align: left;
}

.policyContainer h1 {
  font-family: 'Exo 2',sans-serif;
  font-size: 2.5rem;
    color: #2c3e50;
   margin-bottom: 1.5rem;
    font-weight: 700;
}

.policyContainer h2 {
  font-family: 'Exo 2',sans-serif;
   font-size: 2rem;
         color: #2c3e50;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    font-weight: 700;
}

.policyContainer p {
   color: #7f8c8d;
  margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.1rem;
}@media (max-width:768px){
.policyContainer h1{font-size:2rem}
.policyContainer h2{font-size:1.5rem}
.policyContainer p{font-size:1rem}
.policySection{padding:60px 1rem}
}.blog-hero-section {
    padding: 80px 20px 60px;
  background: linear-gradient(135deg,rgba(255,96,96,0.15) 0%,rgba(73,230,112,0.15) 100%);
  text-align: center;
}

.blog-hero-container {
  max-width: 900px;
   margin: 0 auto;
}

.blog-category-tag {
   display: inline-block;
   background: #49E670;
   color: #ffffff;
   padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
   font-weight: 600;
  font-family: 'Exo 2',sans-serif;
    margin-bottom: 20px;
  text-transform: uppercase;
   letter-spacing: 0.5px;
}

.blog-hero-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 44px;
   font-weight: 700;
   color: #333333;
   line-height: 1.3;
   margin-bottom: 25px;
}

.blog-meta-info {
   display: flex;
  justify-content: center;
    gap: 30px;
   color: #666666;
   font-size: 15px;
}

.blog-author,.blog-date {
  font-family: 'Lora',serif;
}

.blog-content-section {
   padding: 60px 20px;
}

.blog-content-container {
    max-width: 900px;
    margin: 0 auto;
}

.blog-featured-image {
    margin-bottom: 50px;
        border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.blog-main-img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-article-content {
  font-family: 'Lora',serif;
    font-size: 17px;
    line-height: 1.8;
    color: #444444;
}

.blog-intro-paragraph {
   font-size: 19px;
    color: #555555;
   margin-bottom: 35px;
  font-weight: 500;
   line-height: 1.7;
}

.blog-section-heading {
  font-family: 'Exo 2',sans-serif;
   font-size: 32px;
   font-weight: 600;
    color: #333333;
  margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-paragraph {
   margin-bottom: 25px;
   color: #555555;
}

.blog-highlight-box {
    background: #f9f9f9;
    border-left: 5px solid #49E670;
    padding: 30px;
    margin: 40px 0;
    border-radius: 8px;
}

.highlight-box-title {
  font-family: 'Exo 2',sans-serif;
    font-size: 22px;
  color: #FF6060;
   margin-bottom: 18px;
   font-weight: 600;
}

.blog-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-list-items li {
  padding: 12px 0;
    padding-left: 30px;
  position: relative;
    color: #555555;
   line-height: 1.7;
    border-bottom: 1px solid #e8e8e8;
}

.blog-list-items li:last-child {
    border-bottom: none;
}


.blog-list-items li::before {
  content: '✓';
    position: absolute;
   left: 0;
   color: #49E670;
  font-weight: bold;
    font-size: 18px;
    top: 12px;
}

.blog-list-items li strong {
   color: #333333;
   font-weight: 600;
}

.blog-cta-box {
  background: linear-gradient(135deg,#FF6060 0%,#49E670 100%);
   padding: 45px;
  margin: 50px 0;
    border-radius: 15px;
    text-align: center;
}

.cta-box-heading {
  font-family: 'Exo 2',sans-serif;
  font-size: 28px;
   color: #ffffff;
   margin-bottom: 15px;
    font-weight: 700;
}

.cta-box-text {
  color: #ffffff;
  font-size: 17px;
   margin-bottom: 25px;
   line-height: 1.6;
}

.blog-cta-button {
  display     :     inline-block;
  background: #ffffff;
    color: #FF6060;
  padding: 15px 40px;
   border-radius: 50px;
  text-decoration: none;
  font-family: 'Exo 2',sans-serif;
   font-weight: 600;
   font-size: 16px;
  transition    :     all 0.3s;
}

.blog-cta-button:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}@media (max-width:767px){
.blog-hero-title{font-size:32px}
.blog-hero-section{padding:60px 20px 40px}
.blog-meta-info{flex-direction:column;gap:10px}
.blog-section-heading{font-size:26px;margin-top:35px}
.blog-intro-paragraph{font-size:17px}
.blog-article-content{font-size:16px}
.blog-featured-image{margin-bottom:35px}
.blog-highlight-box{padding:25px 20px}
.blog-cta-box{padding:35px 25px}
.cta-box-heading{font-size:24px}
}