
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url(../fonts/material-design-iconic-font.min.css);
/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
header,
nav,
section,
article,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  background: #ffffff;
  color: #7a7a7a;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 1rem;
  color: #204066;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

p {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #7a7a7a;
  position: relative;
  display: inline-block;
  padding: 0;
}

a {
  color: #12b48b;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: #1bbde4;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  outline: none;
}

h3 a {
  color: #204066;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
  text-transform: capitalize;
}

::-ms-input-placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}



.btn {
  position: relative;
  background: #61ce70;
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 #00000021;
          box-shadow: 0 0 15px 0 #00000021;
  font-size: 15px;
  border: none;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.btn:hover {
  background: #204066;
  color: #ffffff;
}

.btn::after {
  content: "\f301";
  font-family: Material-Design-Iconic-Font;
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 0.5;
}

.btn-curve {
  border-radius: 30px;
  padding: 14px 50px;
  text-transform: uppercase;
}

.btn-white-lb {
  background: #ffffff;
  color: #1bbde4;
}

.form-group {
  width: 100%;
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  font-size: 16px;
  font-weight: 400;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 20px;
  color: #7a7a7a;
  margin-bottom: 0;
  height: 52px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
  color: #7a7a7a;
  background: #fafafa;
  border-color: #eee;
}

select {
  padding: 8px 20px;
  width: 100%;
  height: inherit;
}

select option {
  color: #000000;
}

.form-control {
  border: none;
  padding: 10px 20px;
}

label {
  display: inline-block;
  color: #7a7a7a;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
}

section {
  padding: 80px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

/*heading title*/
.sc-title-two {
  position: relative;
  width: 50%;
  margin: 0 auto 90px;
}

.sc-title-two h4,
.sc-title-two h2 {
  margin-bottom: 10px;
}

.sc-title-two::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 20%;
  height: 1.5px;
  background-color: #12b48b;
  margin: auto;
}

@media (max-width: 991px) {
  .sc-title-two {
    width: 100%;
    text-align: center;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(../images/loader.svg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9999999999;
}

/* End Preloader */

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #12b48b;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  border-radius: 50px;
}

#back-to-top a:after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ct-searchForm {
  display: table;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(22, 22, 63, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}

.ct-searchForm .inner {
  display: table-cell;
  vertical-align: middle;
}

.ct-searchForm .form-group {
  position: relative;
  margin-bottom: 0;
}

.ct-searchForm .form-control {
  background-color: transparent;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  border-bottom: 2px solid #fff;
  height: auto;
  padding: 15px 35px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm .ct-searchForm-close {
  margin-top: 25px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
}

.ct-searchForm .ct-search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cl-white {
  color: #ffffff !important;
}

.cl-blue {
  color: #204066 !important;
}

.cl-green {
  color: #12b48b !important;
}

.bg-dblue {
  background: #204066 !important;
}

.bg-lblue {
  background: #1bbde4 !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

/*Navbar*/
.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 0;
}

.navbar.navbar-default {
  -webkit-transition: none;
  transition: none;
}

.navbar-default a.navbar-brand {
  width: 60%;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #f33807;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  color: #ffffff;
  background: #f33807;
}

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0;
}

.main_header_area {
  position: absolute;
  background: transparent;
}

.main_header_area .header_menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}

.main_header_area .topbar-wrap {
  padding: 10px 0;
}

.main_header_area .topbar-wrap ul li {
  color: #ffffff;
}

.main_header_area .topbar-wrap .t-address li {
  margin-right: 5px;
}

.main_header_area .topbar-wrap .t-address li i {
  padding-right: 10px;
}

.main_header_area .topbar-wrap .t-address li::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 3px;
  height: 90%;
  width: 1px;
  background: #dddddd2e;
}

.main_header_area .topbar-wrap .t-address li:last-child::after {
  display: none;
}

.main_header_area .topbar-wrap .t-social li a {
  color: #ffffff;
  padding: 8px;
}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: #ffffff;
  border: none;
  width: 100%;
  padding: 18px 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  background: transparent;
  width:100%;
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  display: inline-block;
  margin-right: 0px;
  padding: 10px;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  color: #204066;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: inherit;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: none;
  /* padding: 10px 0; */
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:hover {
  color: #06bbcc;
}

.header_menu .navbar.navbar-default .nav.navbar-nav > li > a:hover {
  border-bottom: 2px solid #12b48b;
  color: #12b48b;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #204066;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
  display: block;
  float: none;
  margin-right: 0px;
  padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 2.7;
  color: #204066;
  font-size: 15px;
  padding: 0px 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
  color: #12b48b;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 220px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #cccccc57;
            box-shadow: 0 0 15px #cccccc57;
    text-align: left;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-default a.navbar-brand {
    width: 100%;
    margin-left: 30px;
  }
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

@media (max-width: 991px) {
  .main_header_area .navbar > .container {
    max-width: 100%;
    padding: 0;
  }
}

/*          Breadcrumb  CSS        */

/*          Banner  CSS        */
.banner {
  position: relative;
  margin-top: 125px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9f3fa), to(#fbfbfb));
  background-image: linear-gradient(90deg, #e9f3fa 0%, #fbfbfb 100%);
  /* padding: 100px 0 40px; */
}

.banner .banner-content {
  position: relative;
}

@media (max-width: 480px) {
  .banner h1 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  .banner {
    padding-bottom: 60px;
  }
  .banner::before {
    right: -200px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .main_header_area .topbar-wrap {
    display: none;
  }
  .banner {
    margin-top: 77px;
    overflow: hidden;
  }
  .banner:after {
    background-position: center;
  }
  .banner .banner-ct-wrap {
    padding: 0 0 30px;
    text-align: center;
  }
}

/*          About  CSS        */

/*          Process  CSS        */

/*          Services  CSS        */

/*          Appointment  CSS        */

/*          Team  CSS        */

/*          Experience  CSS        */

/*          Testimonial  CSS        */
.testimonials {
  background: url(../images/shape/testimonial.png) #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials .review-wrap {
  border-bottom: 3px solid #12b48b52;
}

/*          Blog  CSS        */

@media (max-width: 991px) {
  .call-to {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .call-to .text-center .btn-white-lb {
    margin-top: 20px;
  }
}




/* ===== PREMIUM BRAND HEADER ===== */
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Smaller logo */
.brand-wrap img {
  width: 85px;
  height: auto;
}

/* Text container */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* Top text: Peace Wellness */
.brand-top {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #12b48b;
  text-transform: uppercase;
}

/* Bottom text: Centre */
.brand-bottom {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #204066;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2px;
}

/* Slight glow for premium feel */
.brand-top {
  text-shadow: 0 2px 10px rgba(18, 180, 139, 0.25);
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .brand-wrap img {
    width: 45px;
  }

  .brand-top {
    font-size: 18px;
  }

  .brand-bottom {
    font-size: 13px;
    letter-spacing: 2px;
  }
}



/* HERO SPLIT LAYOUT */
.banner .row {
  min-height: 520px;
  display: flex;
  align-items: stretch;
}

/* Right side image */
.hero-image-side {
  padding: 0;
  display: flex;
}

.hero-image-container {
  width: 100%;
  height: 100%;
}

/* .hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */


.hero-image-container img {
  width: 120%;
  height: 100%;
  object-fit: contain;   /* SHOW FULL IMAGE */
  background: #f5f7fa;   /* fills empty space */
}


/* Mobile layout */
@media (max-width: 991px) {
  .banner .row {
    min-height: auto;
    flex-direction: column;
  }

  .hero-image-container {
    height: 300px;
  }
}



/* HERO SPLIT FULL HEIGHT IMAGE */
.banner .row {
  display: flex;
  align-items: stretch;
}

.hero-image-side {
  padding: 0 !important;
  display: flex;
}

.hero-image-container {
  width: 100%;
  height: 100%;
}



/* Mobile */
@media (max-width: 991px) {
  .banner .row {
    flex-direction: column;
  }

  .hero-image-container {
    height: 300px;
  }
}



.banner .row {
  min-height: 420px;  /* controlled height */
}

.hero-image-container {
  height: 100%;
}



@media (max-width: 991px) {
  .hero-image-container {
    height: 260px;
  }
}






/* 24/01/2026 */





/* ===== ULTRA PREMIUM ABOUT SECTION - CLEAN DESIGN ===== */
.aboutus {
    background: white;
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

.aboutus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #12b48b, transparent);
}






/* Premium Header */
.premium-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.premium-header .eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #12b48b;
    margin-bottom: 20px;
    position: relative;
}

.premium-header h1 {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    color: #1a2b4d;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.premium-header h1 span {
    font-weight: 600;
    color: #12b48b;
}

.premium-header .intro-text {
    font-size: 20px;
    line-height: 1.6;
    color: #5a7184;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
    position: relative;
    padding-top: 20px;
}

.premium-header .intro-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #12b48b;
}

/* Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 100px;
    align-items: start;
}

/* Text Content */
.text-content {
    position: relative;
}

.paragraph-block {
    margin-bottom: 40px;
}

.paragraph-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5c6d;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}

.paragraph-block p::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #12b48b;
    font-weight: bold;
}

/* Elegant Features List */
.elegant-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f4f8;
}

.feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: #12b48b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
}

.feature-icon i {
    color: white;
    font-size: 10px;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a2b4d;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.feature-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #5a7184;
    margin: 0;
    padding: 0;
}

.feature-content p::before {
    display: none;
}

/* Elegant CTA */
.elegant-cta {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #f0f4f8;
}

.cta-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #12b48b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 5px;
}

.cta-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #12b48b;
    transition: width 0.3s ease;
}

.cta-link:hover {
    color: #0fa178;
}

.cta-link:hover::after {
    width: 100%;
}

.cta-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.cta-link:hover i {
    transform: translateX(5px);
}

/* Image Gallery */
.image-gallery {
    position: relative;
    height: 600px;
}

.gallery-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    z-index: 2;
}

/* .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(32, 64, 102, 0.1);
} */

/* Stats Overlay */
/* .stats-overlay {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background: white;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(32, 64, 102, 0.1);
    z-index: 3;
    border-radius: 4px;
    min-width: 200px;
} */

.stat-item {
    text-align: center;
    margin-bottom: 20px;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-number {
    font-size: 32px;
    font-weight: 600;
    color: #12b48b;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    color: #5a7184;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Consultation Section */

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

/* Elegant Form */

.form-group {
    position: relative;
}

.form-group input {
    width: 100%;
    height: 55px;
    background: white;
    border: 1px solid #e6eef4;
    border-radius: 0;
    padding: 0 20px;
    font-size: 15px;
    color: #1a2b4d;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #12b48b;
    box-shadow: 0 5px 15px rgba(18, 180, 139, 0.1);
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #e6eef4;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .premium-header h1 {
        font-size: 48px;
    }
    
    .content-grid {
        gap: 60px;
    }
    
    .image-gallery {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .image-gallery {
        height: 400px;
        order: -1;
    }
}

@media (max-width: 768px) {
    .aboutus {
        padding: 80px 0 40px;
    }
    
    .premium-header h1 {
        font-size: 36px;
    }
    
    .premium-header .intro-text {
        font-size: 18px;
    }
    
    .image-gallery {
        height: 300px;
    }
    
    .stats-overlay {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .trust-badges {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .premium-header h1 {
        font-size: 28px;
    }
    
    .paragraph-block p {
        font-size: 16px;
        padding-left: 20px;
    }
    
    .feature-content h4 {
        font-size: 16px;
    }
    
    .feature-content p {
        font-size: 14px;
    }
}





/* ===== PREMIUM FORM SECTION ===== */

.premium-form-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #12b48b, transparent);
}

.form-section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Form Column */


.form-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #12b48b, #61ce70);
}

.form-header-minimal {
    margin-bottom: 10px;
    text-align: center;
}

.form-header-minimal h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a2b4d;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.form-header-minimal h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #12b48b;
    border-radius: 2px;
}

.form-header-minimal p {
    font-size: 16px;
    color: #5a7184;
    margin-top: 25px;
    font-style: italic;
}

/* Premium Form */
.premium-form {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.form-group-minimal {
    position: relative;
}

.form-group-minimal label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #12b48b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-left: 5px;
}



.form-input-minimal:focus {
    outline: none;
    border-color: #12b48b;
    box-shadow: 0 0 0 3px rgba(18, 180, 139, 0.1);
    background: white;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #12b48b;
    pointer-events: none;
}

.select-wrapper select {
    appearance: none;
    cursor: pointer;
}

/* Divider */
.form-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e6f4f0, transparent);
    margin: 10px 0;
}

/* Submit Button */
.form-submit-minimal {
    margin-top: 20px;
}

.submit-btn-minimal {
    width: 100%;
    height: 55px;
    background: #12b48b;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.submit-btn-minimal::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.submit-btn-minimal:hover {
    background: #0fa178;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(18, 180, 139, 0.3);
}

.submit-btn-minimal:hover::before {
    left: 100%;
}

.submit-btn-minimal i {
    font-size: 14px;
}

/* Stats Column */
.stats-column {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(18, 180, 139, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stats-grid-minimal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-card-minimal {
    text-align: center;
    padding: 30px 20px;
    background: #f8fcfb;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid #e6f4f0;
    position: relative;
    overflow: hidden;
}

.stat-card-minimal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #12b48b;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stat-card-minimal:hover::before {
    transform: scaleX(1);
}

.stat-card-minimal:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(18, 180, 139, 0.1);
    border-color: #12b48b;
}

.stat-number-minimal {
    font-size: 48px;
    font-weight: 700;
    color: #12b48b;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}

.stat-number-minimal sup {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 5px;
}

.stat-label-minimal {
    font-size: 12px;
    font-weight: 600;
    color: #5a7184;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

/* Special style for infinity symbol */
.infinity-symbol {
    font-size: 60px;
    color: #12b48b;
    font-weight: 300;
    line-height: 0.8;
}

/* Trust Statement */
.trust-statement {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e6f4f0;
}

.trust-statement h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a2b4d;
    margin-bottom: 10px;
}

.trust-statement p {
    font-size: 14px;
    color: #5a7184;
    margin: 0;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .form-section-wrapper {
        gap: 40px;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .form-section-wrapper {
        grid-template-columns: 1fr;
        max-width: 600px;
    }
    
    .form-column,
    .stats-column {
        padding: 40px;
    }
    
    .form-header-minimal h2 {
        font-size: 32px;
    }
    
    .stat-number-minimal {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .premium-form-container {
        padding: 60px 0;
        margin-top: 60px;
    }
    
    .form-column,
    .stats-column {
        padding: 30px;
    }
    
    .stats-grid-minimal {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-number-minimal {
        font-size: 36px;
    }
    
    .infinity-symbol {
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .stats-grid-minimal {
        grid-template-columns: 1fr;
    }
    
    .form-header-minimal h2 {
        font-size: 28px;
    }
    
    .form-header-minimal p {
        font-size: 15px;
    }
    
    .form-input-minimal {
        height: 50px;
        font-size: 14px;
    }
    
    .submit-btn-minimal {
        height: 50px;
        font-size: 14px;
    }
}

/* Animation for stats */
@keyframes countUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.stat-card-minimal {
    animation: countUp 0.6s ease-out forwards;
}

.stat-card-minimal:nth-child(1) { animation-delay: 0.1s; }
.stat-card-minimal:nth-child(2) { animation-delay: 0.2s; }
.stat-card-minimal:nth-child(3) { animation-delay: 0.3s; }
.stat-card-minimal:nth-child(4) { animation-delay: 0.4s; }






/* ===== FIXED ABOUT SECTION - PREMIUM & RESPONSIVE ===== */

/* Section container optimization */
.aboutus {
    background: white;
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
}

/* Header improvements */
.premium-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.premium-header .eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #12b48b;
    margin-bottom: 20px;
    position: relative;
    background: rgba(18, 180, 139, 0.08);
    padding: 8px 20px;
    border-radius: 30px;
}

.premium-header h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #0d1c33;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.premium-header h1 span {
    font-weight: 800;
    color: #12b48b;
    position: relative;
    display: inline-block;
}

.premium-header h1 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(18, 180, 139, 0.15);
    z-index: -1;
}

.premium-header .intro-text {
    font-size: 20px;
    line-height: 1.6;
    color: #2d3748;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
    position: relative;
    padding-top: 20px;
}

.premium-header .intro-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #12b48b, transparent);
}

/* Content Grid - Reduced gaps */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
    align-items: start;
}

/* Text Content - More compact */
.text-content {
    position: relative;
    padding-right: 20px;
}

.paragraph-block {
    margin-bottom: 35px;
}

.paragraph-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #2d3748;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
}

.paragraph-block p::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #12b48b;
    font-weight: bold;
    font-size: 24px;
}

/* Enhanced Features List */
.elegant-features {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 35px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8fcfb;
    border-radius: 12px;
    border: 1px solid #e6f4f0;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(18, 180, 139, 0.1);
    border-color: #12b48b;
}

.feature-icon {
    width: 26px;
    height: 26px;
    background: #12b48b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
}

.feature-icon i {
    color: white;
    font-size: 12px;
}

.feature-content h4 {
    font-size: 19px;
    font-weight: 700;
    color: #0d1c33;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.feature-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

/* CTA Button */
.elegant-cta {
    margin-top: 40px;
}

.cta-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #12b48b;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    padding: 12px 30px;
    background: rgba(18, 180, 139, 0.08);
    border-radius: 30px;
}

.cta-link:hover {
    color: #0fa178;
    background: rgba(18, 180, 139, 0.15);
    transform: translateX(5px);
}

/* Image Gallery - Fixed mobile overlap */
.image-gallery {
    position: relative;
    height: 500px;
    margin-top: 20px;
}

.gallery-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 75%;
    z-index: 2;
}

.gallery-main img {
    width: 100%;
    height: 200%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(32, 64, 102, 0.1);
}

/* Stats Overlay - Fixed mobile positioning */
.stats-overlay {
    position: absolute;
    bottom: -340px;
    right: -20px;
    background: white;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(32, 64, 102, 0.1);
    z-index: 3;
    border-radius: 12px;
    min-width: 180px;
    border: 1px solid #e6f4f0;
}

.stat-item {
    text-align: center;
    margin-bottom: 15px;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #12b48b;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
}

.stat-label {
    font-size: 13px;
    font-weight: 700;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== PREMIUM FORM SECTION OPTIMIZATION ===== */
.premium-form-container {
    background: linear-gradient(135deg, #f8fcfb 0%, #f0f9f6 100%);
    padding: 80px 0;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.form-section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Form improvements */
.form-column {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(18, 180, 139, 0.08);
    position: relative;
    overflow: hidden;
}

.form-header-minimal h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0d1c33;
    margin-bottom: 15px;
}

.form-header-minimal p {
    font-size: 16px;
    color: #4a5568;
    margin-top: 20px;
    font-weight: 500;
}

.form-group-minimal label {
    font-size: 14px;
    font-weight: 700;
    color: #12b48b;
}

.form-input-minimal {
    /* height: 52px; */
    background: #f8fcfb;
    transition: all 0.3s ease;
    /* border: 2px solid #e6f4f0; */
    /* border-radius: 10px; */
    /* font-weight: 600; */
    /* color: #0d1c33; */
}

.submit-btn-minimal {
    height: 52px;
    background: #12b48b;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Stats cards */
.stat-card-minimal {
    padding: 25px 20px;
    background: white;
    border: 2px solid #e6f4f0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-number-minimal {
    font-size: 42px;
    font-weight: 800;
    color: #12b48b;
}

.stat-label-minimal {
    font-size: 13px;
    font-weight: 700;
    color: #4a5568;
}

.infinity-symbol {
    font-size: 48px;
    font-weight: 700;
    color: #12b48b;
}

.trust-statement h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0d1c33;
}

/* ===== CRITICAL MOBILE RESPONSIVENESS FIXES ===== */

@media (max-width: 1200px) {
    .premium-header h1 {
        font-size: 42px;
    }
    
    .content-grid {
        gap: 50px;
    }
    
    .image-gallery {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .aboutus {
        padding: 80px 0 40px;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 60px;
    }
    
    /* Stack image first on mobile */
    .text-content {
        padding-right: 0;
        order: 2; /* Text comes after image on mobile */
    }
    
    .image-gallery {
        height: 400px;
        order: 1; /* Image comes first on mobile */
        margin-bottom: 30px;
    }
    
    /* Fix stats overlay on mobile */
    .stats-overlay {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 30px;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .form-section-wrapper {
        grid-template-columns: 1fr;
        max-width: 600px;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .aboutus {
        padding: 60px 0 30px;
    }
    
    .premium-header {
        margin-bottom: 40px;
    }
    
    .premium-header h1 {
        font-size: 36px;
    }
    
    .premium-header .intro-text {
        font-size: 18px;
        padding: 0 20px;
    }
    
    .image-gallery {
        height: 350px;
    }
    
    .gallery-main {
        position: relative;
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
    
    .gallery-main {
        top: 0;
        right: 0;
    }
    
    .stats-overlay {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        text-align: center;
    }
    
    .stat-item {
        margin-bottom: 10px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .paragraph-block p {
        font-size: 16px;
        padding-left: 20px;
    }
    
    .feature-item {
        padding: 15px;
    }
    
    .feature-content h4 {
        font-size: 17px;
    }
    
    .feature-content p {
        font-size: 15px;
    }
    
    .premium-form-container {
        padding: 60px 0;
        margin-top: 40px;
    }
    
    .form-column,
    .stats-column {
        padding: 30px;
    }
    
    .form-header-minimal h2 {
        font-size: 28px;
    }
    
    .stats-grid-minimal {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-number-minimal {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .premium-header h1 {
        font-size: 30px;
        padding: 0 15px;
    }
    
    .premium-header .eyebrow {
        font-size: 12px;
        padding: 6px 15px;
    }
    
    .image-gallery {
        height: 300px;
    }
    
    .gallery-main {
        height: 200px;
    }
    
    .content-grid {
        gap: 40px;
    }
    
    .stats-overlay {
        margin-top: 20px;
        padding: 15px;
    }
    
    .form-header-minimal h2 {
        font-size: 24px;
    }
    
    .stats-grid-minimal {
        grid-template-columns: 1fr;
    }
    
    .stat-card-minimal {
        text-align: center;
    }
    
    .trust-statement {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .premium-header h1 {
        font-size: 28px;
    }
    
    .premium-header .intro-text {
        font-size: 16px;
    }
    
    .paragraph-block p {
        font-size: 15px;
        padding-left: 15px;
    }
    
    .image-gallery {
        height: 250px;
    }
    
    .gallery-main {
        height: 180px;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .feature-icon {
        margin-bottom: 10px;
    }
    
    .cta-link {
        width: 100%;
        justify-content: center;
    }
    
    .form-input-minimal {
        height: 48px;
        font-size: 14px;
    }
    
    .submit-btn-minimal {
        height: 48px;
        font-size: 14px;
    }
}

/* Ensure no white space gaps */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Smooth animations */
.feature-item,
.cta-link,
.submit-btn-minimal,
.stat-card-minimal {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}




/* ===== PREMIUM WELLNESS CENTER STYLING ===== */

/* Wellness Services Section */
.wellness-services {
    background: linear-gradient(135deg, #f8fcfb 0%, #f5f9f8 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.wellness-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #12b48b, transparent);
}

/* Premium Header */
.premium-header .eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #12b48b;
    background: rgba(18, 180, 139, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.premium-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0d1c33;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
}

.premium-header .intro-text {
    font-size: 18px;
    color: #5a7184;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
}

/* Premium Wellness Cards */
.wellness-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #e6f4f0;
    box-shadow: 0 10px 40px rgba(18, 180, 139, 0.08);
}

.wellness-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(18, 180, 139, 0.15);
    border-color: #12b48b;
}

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #12b48b, #61ce70);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.card-icon i {
    font-size: 28px;
    color: white;
}

.card-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0d1c33;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-content p {
    color: #5a7184;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.benefit-list li {
    color: #4a5568;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.benefit-list i {
    color: #12b48b;
    font-size: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}

.wellness-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #12b48b;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 3px;
}

.wellness-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #12b48b;
    transition: width 0.3s ease;
}

.wellness-link:hover {
    color: #0fa178;
    gap: 15px;
}

.wellness-link:hover::after {
    width: 100%;
}

.wellness-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.wellness-link:hover i {
    transform: translateX(5px);
}

.card-ornament {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(18, 180, 139, 0.1), transparent);
    border-bottom-left-radius: 100%;
    pointer-events: none;
}

/* Wellness Philosophy Box */
.wellness-philosophy {
    background: white;
    border-radius: 20px;
    border: 2px solid #e6f4f0;
    position: relative;
    overflow: hidden;
}

.wellness-philosophy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #12b48b, #61ce70);
}

/* Premium Button */
.btn-green {
    background: linear-gradient(135deg, #12b48b, #61ce70);
    border: none;
    color: white;
    padding: 15px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-green::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    z-index: -1;
}

.btn-green:hover {
    background: linear-gradient(135deg, #0fa178, #4bc25d);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(18, 180, 139, 0.3);
}

.btn-green:hover::before {
    left: 100%;
}

/* Responsive Design */
@media (max-width: 992px) {
    .premium-header h2 {
        font-size: 36px;
    }
    
    .wellness-card {
        padding: 30px 25px;
    }
    
    .card-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .wellness-services {
        padding: 80px 0;
    }
    
    .premium-header h2 {
        font-size: 32px;
    }
    
    .premium-header .intro-text {
        font-size: 16px;
    }
    
    .wellness-philosophy {
        text-align: center;
        padding: 30px 20px !important;
    }
    
    .wellness-philosophy .col-lg-4 {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .premium-header h2 {
        font-size: 28px;
    }
    
    .premium-header .eyebrow {
        font-size: 11px;
        padding: 6px 15px;
    }
    
    .wellness-card {
        padding: 25px 20px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }
    
    .card-icon i {
        font-size: 24px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wellness-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.wellness-card:nth-child(1) { animation-delay: 0.1s; }














/* ===== PREMIUM AWARDS SECTION ===== */
.awards-section {
    background: linear-gradient(135deg, #f8fcfb 0%, #f0f9f6 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.awards-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #12b48b, transparent);
}

/* Awards Grid Layout */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.award-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(18, 180, 139, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #e6f4f0;
    height: 100%;
}

.award-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(18, 180, 139, 0.15);
    border-color: #12b48b;
}

.award-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.award-card:hover .award-image img {
    transform: scale(1.05);
}

.award-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(18, 180, 139, 0.9) 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.award-card:hover .award-overlay {
    opacity: 1;
}

.overlay-content h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.overlay-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin: 0;
}

.award-content {
    padding: 25px 30px;
    text-align: center;
}

.award-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0d1c33;
    margin-bottom: 12px;
    line-height: 1.3;
}

.award-content p {
    color: #5a7184;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Trust Stats */
.trust-stats {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #e6f4f0;
}

.stat-box {
    padding: 30px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(18, 180, 139, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e6f4f0;
    height: 100%;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(18, 180, 139, 0.15);
    border-color: #12b48b;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #12b48b;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.stat-number::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #12b48b;
    border-radius: 2px;
}

.stat-label {
    font-size: 14px;
    font-weight: 700;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .awards-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 992px) {
    .awards-section {
        padding: 80px 0;
    }
    
    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .award-image {
        height: 220px;
    }
    
    .stat-number {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .awards-section {
        padding: 60px 0;
    }
    
    .awards-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .trust-stats {
        margin-top: 60px;
        padding-top: 40px;
    }
    
    .stat-box {
        padding: 25px 15px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .premium-header h2 {
        font-size: 32px;
    }
    
    .award-content {
        padding: 20px;
    }
    
    .award-content h4 {
        font-size: 17px;
    }
    
    .award-content p {
        font-size: 13px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.award-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.award-card:nth-child(1) { animation-delay: 0.1s; }
.award-card:nth-child(2) { animation-delay: 0.2s; }
.award-card:nth-child(3) { animation-delay: 0.3s; }
.award-card:nth-child(4) { animation-delay: 0.4s; }
.award-card:nth-child(5) { animation-delay: 0.5s; }
.award-card:nth-child(6) { animation-delay: 0.6s; }

.stat-box {
    animation: fadeInUp 0.6s ease-out forwards;
}

.stat-box:nth-child(1) { animation-delay: 0.7s; }




/* ===== WELLNESS LEGACY SECTION - COMPLETE REDESIGN ===== */
.wellness-legacy-section {
    background: linear-gradient(135deg, #0f2b44 0%, #1a3e5c 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Background Pattern */
.wellness-legacy-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 15% 85%, rgba(18, 180, 139, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 85% 15%, rgba(97, 206, 112, 0.05) 0%, transparent 40%);
    z-index: 0;
}

/* Left Content Styling */
.wellness-left-content {
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

/* Badge */
.wellness-legacy-badge {
    margin-bottom: 25px;
}

.wellness-legacy-badge span {
    display: inline-block;
    background: linear-gradient(90deg, #12b48b, #61ce70);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(18, 180, 139, 0.3);
}

/* Main Title */
.wellness-legacy-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

/* Description */
.wellness-legacy-description {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-weight: 400;
    padding-left: 20px;
    border-left: 3px solid #12b48b;
}

/* Stats Container */
.wellness-stats-container {
    margin: 40px 0;
}

.wellness-stat-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wellness-stat-box:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(97, 206, 112, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.wellness-stat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #12b48b, #61ce70);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.wellness-stat-box:hover::before {
    transform: scaleY(1);
}

.wellness-stat-icon {
    width: 50px;
    height: 50px;
    background: rgba(18, 180, 139, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.wellness-stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.wellness-stat-number::after {
    content: "+";
    position: absolute;
    right: -20px;
    top: 10px;
    font-size: 24px;
    color: #61ce70;
    font-weight: 600;
}

.wellness-stat-info {
    margin-top: 10px;
}

.wellness-stat-title {
    font-size: 14px;
    font-weight: 700;
    color: #61ce70;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.wellness-stat-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* CTA Button */
.wellness-cta-wrapper {
    margin-top: 50px;
}

.wellness-journey-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #12b48b, #61ce70);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(18, 180, 139, 0.3);
}

.wellness-journey-btn:hover {
    background: linear-gradient(135deg, #0fa178, #4bc25d);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(18, 180, 139, 0.4);
    gap: 15px;
}

.wellness-journey-btn svg {
    transition: transform 0.3s ease;
}

.wellness-journey-btn:hover svg {
    transform: translateX(5px);
}

.wellness-cta-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
    font-style: italic;
}

/* Right Content - Image & Testimonial */
.wellness-right-content {
    position: relative;
    z-index: 2;
}

.wellness-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    height: 400px;
}

.wellness-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.wellness-image-wrapper:hover .wellness-main-image {
    transform: scale(1.05);
}

.wellness-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 37, 64, 0.7) 100%);
}

/* Testimonial Card */
.wellness-testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid rgba(18, 180, 139, 0.2);
}

.testimonial-quote-mark {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 80px;
    color: rgba(18, 180, 139, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-text {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    border-top: 1px solid #e6f4f0;
    padding-top: 20px;
}

.author-name {
    display: block;
    font-size: 15px;
    color: #204066;
    font-weight: 700;
    margin-bottom: 5px;
}

.author-journey {
    font-size: 13px;
    color: #12b48b;
    font-weight: 600;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-top: 15px;
}

/* ===== RESPONSIVE DESIGN ===== */

@media (max-width: 1200px) {
    .wellness-legacy-title {
        font-size: 40px;
    }
    
    .wellness-left-content {
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .wellness-legacy-section {
        padding: 80px 0;
    }
    
    .wellness-left-content {
        padding-right: 0;
        margin-bottom: 60px;
    }
    
    .wellness-legacy-title {
        font-size: 36px;
        text-align: center;
    }
    
    .wellness-legacy-description {
        text-align: center;
        padding-left: 0;
        border-left: none;
        border-top: 3px solid #12b48b;
        padding-top: 20px;
    }
    
    .wellness-image-wrapper {
        height: 350px;
    }
    
    .wellness-cta-wrapper {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .wellness-legacy-title {
        font-size: 32px;
    }
    
    .wellness-legacy-description {
        font-size: 16px;
    }
    
    .wellness-stat-box {
        padding: 20px;
    }
    
    .wellness-stat-number {
        font-size: 42px;
    }
    
    .wellness-stat-title {
        font-size: 13px;
    }
    
    .wellness-stat-subtitle {
        font-size: 13px;
    }
    
    .wellness-journey-btn {
        padding: 16px 35px;
        font-size: 14px;
    }
    
    .wellness-testimonial-card {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .wellness-legacy-section {
        padding: 60px 0;
    }
    
    .wellness-legacy-title {
        font-size: 28px;
    }
    
    .wellness-legacy-badge span {
        font-size: 12px;
        padding: 6px 20px;
    }
    
    .wellness-stat-number {
        font-size: 38px;
    }
    
    .wellness-stat-number::after {
        font-size: 20px;
        right: -15px;
        top: 5px;
    }
    
    .wellness-stat-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }
    
    .wellness-image-wrapper {
        height: 300px;
    }
    
    .wellness-testimonial-card {
        padding: 20px;
    }
    
    .testimonial-text {
        font-size: 15px;
    }
}



.wellness-stat-box.compact {
    padding: 12px 15px !important;
    margin: 8px 0;
    border-radius: 8px;
    background: #f8f9fa;
}

.wellness-stat-box.compact .wellness-stat-number {
    font-size: 1.8rem !important;
    color: #12b48b;
    margin-bottom: 0;
}

.wellness-stat-box.compact .wellness-stat-title {
    font-size: 0.85rem !important;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}

.wellness-stat-box.compact .wellness-stat-subtitle {
    font-size: 0.75rem !important;
    color: #666;
    line-height: 1.3;
}

.wellness-stat-box.compact .wellness-stat-icon {
    margin-right: 12px;
    margin-top: 5px;
}

.wellness-stat-box.compact .wellness-stat-icon i {
    font-size: 1.2rem;
    color: #12b48b;
}




/* Premium Blog Section Styles */
.premium-blog-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f3ff 100%);
    position: relative;
    overflow: hidden;
}

.premium-blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(18, 180, 139, 0.3), transparent);
}

/* Premium Section Header */
.premium-section-header {
    position: relative;
    z-index: 2;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(90deg, #12b48b, #2ecc71);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.highlight-text {
    background: linear-gradient(90deg, #12b48b, #2ecc71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Premium Blog Grid */
.premium-blog-grid {
    position: relative;
    z-index: 2;
}

/* Premium Blog Card */
.premium-blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.premium-blog-card:hover .card-main-image {
    transform: scale(1.05);
}

/* Blog Card Image */
.blog-card-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.image-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.card-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.category-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #12b48b;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-time {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    z-index: 2;
}

/* Blog Card Content */
.blog-card-content {
    padding: 30px;
    position: relative;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.meta-date, .meta-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #666;
}

.meta-date i, .meta-author i {
    color: #12b48b;
    font-size: 0.9rem;
}

.blog-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #12b48b;
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1rem;
}

/* Blog Footer */
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #12b48b;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    gap: 12px;
    color: #0d9c78;
}

.read-more-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

.blog-stats {
    display: flex;
    gap: 15px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #888;
    font-size: 0.85rem;
}

.stat-item i {
    font-size: 0.9rem;
}

/* View All Button */
.premium-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: linear-gradient(90deg, #12b48b, #2ecc71);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(18, 180, 139, 0.3);
}

.premium-view-all-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(18, 180, 139, 0.4);
    color: white;
    gap: 16px;
}

.premium-view-all-btn svg {
    transition: transform 0.3s ease;
}

.premium-view-all-btn:hover svg {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.5rem;
    }
    
    .premium-blog-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .premium-blog-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .blog-card-image {
        height: 200px;
    }
    
    .blog-card-content {
        padding: 20px;
    }
    
    .blog-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .blog-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .blog-stats {
        align-self: flex-start;
    }
}

/* Animation for card entrance */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-blog-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.premium-blog-card:nth-child(1) {
    animation-delay: 0.1s;
}







/* ======================= */
/* PREMIUM CONSULTATION CTA */
/* ======================= */
.premium-consultation-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #0c7c5c 0%, #12b48b 100%);
    position: relative;
    overflow: hidden;
}

.consultation-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 50px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 24px;
    z-index: 0;
}

.pattern-dot {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.pattern-dot-1 {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
}

.pattern-dot-2 {
    width: 120px;
    height: 120px;
    bottom: -60px;
    right: -60px;
}

.pattern-dot-3 {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 10%;
}

.pattern-dot-4 {
    width: 40px;
    height: 40px;
    bottom: 20%;
    left: 15%;
}

/* Phone Info Card */
.consultation-phone-card {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 30px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.phone-icon-wrapper {
    position: relative;
}

.phone-icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2ecc71, #12b48b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.phone-icon-circle i {
    font-size: 28px;
    color: white;
}

.consultation-label {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.consultation-title {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.phone-number-display {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.phone-ring {
    color: #2ecc71;
    font-size: 22px;
    animation: ring 2s infinite ease-in-out;
}

@keyframes ring {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    75% { transform: rotate(-15deg); }
}

.number-wrapper {
    display: flex;
    flex-direction: column;
}

.number-prefix {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.phone-number {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Consultation Description */
.consultation-description {
    position: relative;
    padding: 0 40px;
    height: 100%;
}

.quote-mark {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.1);
    font-family: serif;
    line-height: 1;
}

.cta-message {
    color: white;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-badge i {
    color: #2ecc71;
    font-size: 16px;
}

/* CTA Button */
.consultation-cta-wrapper {
    text-align: center;
    padding-left: 40px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.premium-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: #12b48b;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.premium-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #12b48b, #2ecc71);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.premium-cta-button:hover {
    transform: translateY(-5px) scale(1.05);
    color: white;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.premium-cta-button:hover::before {
    opacity: 1;
}

.premium-cta-button:hover .button-icon svg {
    transform: translateX(8px);
}

.button-text {
    position: relative;
    z-index: 2;
}

.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-icon svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.cta-note {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-note i {
    color: #2ecc71;
}

/* =============== */
/* PREMIUM FOOTER */
/* =============== */
.premium-footer-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #cbd5e1;
    position: relative;
    overflow: hidden;
}

.footer-main-content {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

/* Brand Column */
.footer-brand-wrapper {
    padding-right: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.logo-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-top {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.logo-bottom {
    font-size: 1rem;
    color: #12b48b;
    font-weight: 600;
    line-height: 1.2;
}

.footer-description {
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1rem;
}

.footer-social-links {
    margin-top: 30px;
}

.social-label {
    display: block;
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.social-icons-grid {
    display: flex;
    gap: 12px;
}

.social-icon-circle {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon-circle:hover {
    background: #12b48b;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(18, 180, 139, 0.3);
}

/* Links Sections */
.footer-links-section {
    padding: 0 20px;
}

.footer-section-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #12b48b, transparent);
    border-radius: 2px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.footer-link-item:hover {
    transform: translateX(5px);
}

.link-icon {
    color: #12b48b;
    font-size: 0.8rem;
    width: 20px;
}

.link-text {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    flex: 1;
}

.link-text:hover {
    color: white;
    padding-left: 5px;
}

/* Newsletter Section */
.newsletter-section {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-newsletter-form {
    margin-bottom: 30px;
}

.form-group-newsletter {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.input-with-icon {
    flex: 1;
    position: relative;
}

.newsletter-input {
    width: 100%;
    padding: 18px 20px 18px 55px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #12b48b;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(18, 180, 139, 0.1);
}

.newsletter-submit-btn {
    background: linear-gradient(135deg, #12b48b, #2ecc71);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.newsletter-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(18, 180, 139, 0.3);
}

.form-footer-text {
    color: #64748b;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-footer-text i {
    color: #12b48b;
}

/* Contact Info */
.contact-info-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    margin-top: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    color: #12b48b;
    font-size: 20px;
    margin-top: 2px;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.contact-value {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

/* Footer Bottom */
.footer-bottom-section {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0;
}

.separator {
    color: #64748b;
    margin: 0 10px;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: white;
}

/* Responsive Design */
@media (max-width: 992px) {
    .consultation-phone-card {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding-right: 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    
    .consultation-description {
        padding: 0 0 40px 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 40px;
    }
    
    .consultation-cta-wrapper {
        padding-left: 0;
        border-left: none;
    }
    
    .footer-links-section {
        padding: 0;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .premium-consultation-cta {
        padding: 60px 0;
    }
    
    .consultation-card {
        padding: 30px;
    }
    
    .consultation-title {
        font-size: 1.5rem;
    }
    
    .phone-number {
        font-size: 1.2rem;
    }
    
    .premium-cta-button {
        padding: 18px 30px;
        font-size: 1rem;
    }
    
    .footer-main-content {
        padding: 60px 0 40px;
    }
    
    .form-group-newsletter {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .consultation-phone-card {
        flex-direction: column;
        text-align: center;
        align-items: flex-start;
    }
    
    .phone-icon-wrapper {
        align-self: center;
    }
    
    .phone-number-display {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .phone-ring {
        align-self: center;
    }
}