/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --meciy-font: 'Poppins', sans-serif;
  --meciy-font-two: 'Cormorant Garamond', serif;
  --meciy-gray: #878c8f;
  --meciy-gray-rgb: 135, 140, 143;
  --meciy-white: #ffffff;
  --meciy-white-rgb: 255, 255, 255;
  --meciy-black: #000000;
  --meciy-black-rgb: 0, 0, 0;
  --meciy-base: #19776b;
  --meciy-base-rgb: 25, 119, 107;
  --meciy-primary: #efa286;
  --meciy-primary-rgb: 239, 162, 134;
  --meciy-extra: #d70d38;
  --meciy-extra-rgb: 215, 13, 56;
  --meciy-bdr-color: #e6e6e6;
  --meciy-bdr-color-rgb: 230, 230, 230;
}
.row {
  --bs-gutter-x: 30px;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
body {
  font-family:'Segoe UI', sans-serif;
  color: var(--meciy-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
body.locked {
  overflow: hidden;
}
a {
  color: var(--meciy-base);
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--meciy-black);
  margin: 0;
  font-family:'Poppins', sans-serif;
}
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.container.services {
  padding-left: 15px;
  padding-right: 15px;
}
.list-unstyled {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.section-separator {
  border-color: var(--meciy-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}
.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 25px;
}
.section-title.text-left {
  text-align: left;
  margin-bottom: 0;
}
.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #246677;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.205em;
}
.section-title.text-left .section-title__tagline {
  display: block;
}
.section-title__title {
  font-size: 44px !important;
  line-height: 60px;
  font-weight: 600;
  margin-top: 5px;
  font-family: 'Cormorant Garamond', serif;
  color: #236677;
}
.section-title.text-left .section-title__title {
  text-align: left;
}
.section-title-two {
  margin-top: -4px;
}
.section-title-two .section-title__tagline {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  font-weight: 400;
}
.section-title-three {
  position: relative;
  display: block;
  margin-top: -4px;
  margin-bottom: 47px;
}
.section-title-three__tagline {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  color: #141623;
  font-weight: 500;
  opacity: .90;
  font-family: 'Segoe UI', sans-serif;
}
.section-title-three__title {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  margin-top: 5px;
  font-family: 'Cormorant Garamond', serif;
  color: #246677;
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 400;
  font-size: 14px;
  color: var(--meciy-white);
  text-transform: uppercase;
  background-color: #246677;
  padding: 15px 30px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-left: 2px;
  top: 1px;
}
.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: #246677;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}
.thm-btn:hover:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.thm-btn:before {
  position: absolute;
  content: "";
  top: -20px;
  right: -10px;
  width: 80px;
  height: 80px;
  /* background-color: rgba(var(--meciy-white-rgb), .10); */
  border-radius: 50%;
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
.thm-btn:hover:before {
  transform: scale(1.05);
}
.thm-btn:hover {
  color: var(--meciy-white);
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--meciy-base);
  color: var(--meciy-white);
}
.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--meciy-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--meciy-base);
  color: var(--meciy-white);
  cursor: pointer;
}
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--meciy-black);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}
.scroll-to-top i {
  color: var(--meciy-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-top:hover {
  background-color: var(--meciy-base);
}
.scroll-to-top:hover i {
  color: var(--meciy-white);
}
/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: pointer;
  z-index: 999;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.xs-sidebar-group .widget-heading a:hover {
  color: var(--meciy-base);
  border-color: var(--meciy-base);
}
.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--meciy-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
  padding: 70px 30px;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}
.xs-bg-black {
  background-color: #000000;
}
.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}
.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}
.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--meciy-white);
  color: var(--meciy-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--meciy-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: var(--meciy-base);
  z-index: 2;
}

.main-header__top-wrapper {
  position: relative;
  display: block;
  padding: 0px 0px 0px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 13px 160px 13px;
  z-index: 1;
}

.main-header__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  width: 1px;
  background-color: rgba(var(--meciy-white-rgb), .10);
  transform: rotate(15deg);
}

.main-header__contact-list li+li {
  margin-left: 74px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li .icon i {
  font-size: 30px;
  color: var(--meciy-primary);
}

.main-header__contact-list li .text {
  margin-left: 15px;
}

.main-header__contact-list li .text p {
  font-size: 14px;
  color: var(--meciy-white);
  font-weight: 500;
}

.main-header__contact-list li .text p a {
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: var(--meciy-primary);
}

.main-header__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 74px;
}

.main-header__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--meciy-white);
  height: 50px;
  width: 50px;
  background-color: rgba(var(--meciy-white-rgb), .10);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.main-header__social a:hover {
  background-color: rgba(var(--meciy-white-rgb), 1);
  color: var(--meciy-primary);
}

.main-header__social a+a {
  margin-left: 10px;
}

.main-header__logo {
  position: absolute;
  top: 0;
  left: 20px;
  right: 0;
  max-width: 220px;
  margin: 0 auto;
  z-index: 10;
}

.main-header__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--meciy-primary);
  border-radius: 10px;
  padding: 30px 45px 30px;
  z-index: 10;
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__social-two {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 74px;
}

.main-header__social-two a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--meciy-white);
  height: 50px;
  width: 50px;
  background-color: rgba(var(--meciy-white-rgb), .10);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.main-header__social-two a:hover {
  background-color: rgba(var(--meciy-white-rgb), 1);
  color: var(--meciy-primary);
}

.main-header__social-two a+a {
  margin-left: 10px;
}

.main-header__contact-list-two {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.main-header__contact-list-two li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list-two li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  width: 1px;
  background-color: rgba(var(--meciy-white-rgb), .10);
  transform: rotate(15deg);
}

.main-header__contact-list-two li+li {
  margin-left: 74px;
}

.main-header__contact-list-two li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list-two li .icon i {
  font-size: 30px;
  color: var(--meciy-primary);
}

.main-header__contact-list-two li .text {
  margin-left: 15px;
}

.main-header__contact-list-two li .text p {
  font-size: 14px;
  color: var(--meciy-white);
  font-weight: 500;
}

.main-header__contact-list-two li .text p a {
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list-two li .text p a:hover {
  color: var(--meciy-primary);
}


.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding: 0px 80px 0px;
  margin-left: 160px;
  margin-right: 160px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--meciy-white);
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: block;
}


.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
}

.main-menu__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.main-menu__search-box {
  position: relative;
  display: block;
  margin-right: 160px;
  padding: 18px 0;
}

.main-menu__search-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75px;
  width: 1px;
  background-color: rgba(var(--meciy-black-rgb), .20);
  transform: rotate(15deg);
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--meciy-base);
}

.main-menu__btn-box {
  position: relative;
  display: block;
}

.stricky-header .main-menu__wrapper {
  box-shadow: none;
}


.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 50px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--meciy-gray);
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 16px;
}

.main-menu .main-menu__list>li>a .main-menu-border,
.stricky-header .main-menu__list>li>a .main-menu-border {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 12px;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a .main-menu-border:before,
.stricky-header .main-menu__list>li>a .main-menu-border:before {
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--meciy-primary);
  content: "";
  transform: translateX(-50%);
}

.main-menu .main-menu__list>li.current>a .main-menu-border,
.main-menu .main-menu__list>li:hover>a .main-menu-border,
.stricky-header .main-menu__list>li.current>a .main-menu-border,
.stricky-header .main-menu__list>li:hover>a .main-menu-border {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
  height: 11px;
}

/* .main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 13px;
  color: var(--meciy-gray);
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
} */

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--meciy-black);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--meciy-black);
  text-shadow: 1px 0 0 rgb(49 49 49 / 60%);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 15px;
  /* line-height: 30px; */
  color: var(--meciy-black);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--meciy-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--meciy-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--meciy-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--meciy-base);
}

@media (min-width: 1201px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

@media (max-width: 1200px) {
  .main-menu .main-menu__list {
    display: none !important;
  }

  .main-menu .mobile-nav__toggler {
    display: inline-block !important;
  }

  .main-menu__search-box {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--meciy-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 50%;
  transition: all 0.3s ease;
}

.mobile-nav__wrapper.expanded .mobile-nav__close {
  display: flex;
}

.mobile-nav__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
  color: #fff;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--meciy-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--meciy-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--meciy-primary);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: #236677;
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--meciy-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--meciy-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--meciy-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--meciy-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--meciy-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--meciy-primary);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #236677;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: var(--meciy-black);
  z-index: 1;
}

.main-header-two__top-wrapper {
  position: relative;
  display: block;
  padding: 0px 130px 0px;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header-two__top-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--meciy-white);
  font-family: var(--meciy-font-two);
  position: relative;
  display: inline-block;
  padding: 15px 0;
}

.main-header-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}

.main-header-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li+li {
  margin-left: 60px;
}

.main-header-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li .icon i {
  font-size: 14px;
  color: var(--meciy-white);
}

.main-header-two__contact-list li .text {
  margin-left: 15px;
}

.main-header-two__contact-list li .text p {
  font-size: 18px;
  font-weight: 500;
  color: var(--meciy-white);
  font-family: var(--meciy-font-two);
}

.main-header-two__contact-list li .text p a {
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__contact-list li:hover .text p a {
  color: var(--meciy-primary);
}

.main-header-two__top-btn {
  position: relative;
  display: block;
}

.main-header-two__top-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--meciy-white);
  font-family: var(--meciy-font-two);
  font-weight: 500;
  padding: 15px 30px 15px;
  background-color: rgba(var(--meciy-white-rgb), .15);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-btn a:hover {
  background-color: rgba(var(--meciy-primary-rgb), 1);
}

.main-menu-two {
  background-color: #fff;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  padding: 0 130px 0;
  z-index: 1;
}

.main-menu-two__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(121, 124, 129, .80);
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__logo a {
  position: relative;
  display: inline-block;
  /* background-color: rgba(var(--meciy-white-rgb), .10); */
  /* padding-right: 75px;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  z-index: 1; */
}

.main-menu-two__logo a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000000px;
  right: 100%;
  /* background-color: rgba(var(--meciy-white-rgb), .10); */
  z-index: -1;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__search-call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
  padding: 38px 0;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--meciy-primary);
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 100px;
  padding: 29.5px 0;
}

.main-menu-two__call:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: 1px;
  /* background-color: rgba(121, 124, 129, .80); */
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon span {
  font-size: 35px;
  color: #236677;
}

.main-menu-two__call-content {
  margin-left: 20px;
}

.main-menu-two__call-sub-title {
  font-size: 16px;
  color: #236677;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 7px;
}

.main-menu-two__call-number {
  font-size: 18px;
  color: #236677;
  font-weight: 600;
  line-height: 18px;
  font-family: var(--meciy-font);
}

.main-menu-two__call-number a {
  color: #236677;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--meciy-primary);
}

.main-menu-two .main-menu__list>li>a .main-menu-border,
.stricky-header.main-menu-two .main-menu__list>li>a .main-menu-border {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
  margin-left: 50px;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: #236677;
  text-transform: uppercase;
  font-weight: bold;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--meciy-white);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--meciy-white);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: #000;
  /* text-shadow: 1px 0 0 rgb(255 255 255 / 60%); */
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
  background-color: #236677 !important;
}

.main-header-three__top-wrapper {
  position: relative;
  display: block;
  padding: 0px 200px 0px;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header-three__top-left {
  position: relative;
  display: block;
  background-color: #5cb57c;
  padding: 15px 0;
  padding-right: 145px;
  z-index: 1;
}

.main-header-three__top-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -68px;
  border-top: 30px solid transparent;
  border-left: 34px solid #5cb57c;
  border-right: 34px solid transparent;
  border-bottom: 30px solid transparent;
}

.main-header-three__top-left:after {
  position: absolute;
  top: 0;
  left: -100000px;
  right: 100%;
  bottom: 0;
  content: "";
  background-color: #5cb57c;
  z-index: -1;
}

.main-header-three__top-text {
  font-size: 17px;
  color: var(--meciy-white);
  font-weight: 300;
}

.main-header-three__top-right {
  position: relative;
  display: block;
  padding: 4px 0 4px;
}

.main-header-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: -50px;
  width: 1px;
  background-color: rgba(var(--meciy-white-rgb), .15);
}

.main-header-three__contact-list li:last-child:before {
  display: none;
}

.main-header-three__contact-list li+li {
  margin-left: 100px;
}

.main-header-three__contact-list li .text {
  position: relative;
  display: block;
}

.main-header-three__contact-list li .text p {
  font-size: 14px;
  color: var(--meciy-white);
  font-weight: 300;
}

.main-header-three__contact-list li .text p a {
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__contact-list li:hover .text p a {
  color: var(--meciy-primary);
}

.main-header-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  background-color: #5cb57c;
  font-size: 25px;
  color: var(--meciy-white);
  margin-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__contact-list li:hover .icon {
  background-color: #5cb57c;
}

.main-menu-three {
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  padding: 0 100px 0;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}
.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__logo {
  position: relative;
  display: block;
}

.main-menu-three__logo a {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.main-menu-three__logo a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -35px;
  border-radius: 50%;
  /* background-color: var(--meciy-white); */
  z-index: -1;
}

.main-menu-three__right {
  position: relative;
  display: block;
}

.main-menu-three__search-side-content-login-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--meciy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: var(--meciy-font);
  padding-left: 10px;
}

.main-menu-three__search:hover {
  color: var(--meciy-extra);
}

.main-menu-three__side-content-icon {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 30px;
}

.main-menu-three__side-content-icon:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -35px;
  width: 1px;
  background-color: #ededed;
}

.main-menu-three__side-content-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: var(--meciy-white);
  box-shadow: 0px 0px 45px 0px rgba(215, 13, 56, 0.15);
  font-size: 25px;
  color: var(--meciy-extra);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__side-content-icon a:hover {
  background-color: var(--meciy-extra);
  color: var(--meciy-white);
}

.main-menu-three__get-estimate-and-login {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: var(--meciy-extra);
  padding: 10px 20px 10px;
}

.main-menu-three__get-estimate {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--meciy-white);
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__get-estimate span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-right: 8px;
}

.main-menu-three__get-estimate:hover {
  color: var(--meciy-primary);
}

.main-menu-three__get-estimate:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(var(--meciy-white-rgb), .15);
}

.main-menu-three__login {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--meciy-white);
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__login span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-right: 8px;
}

.main-menu-three__login:hover {
  color: var(--meciy-primary);
}






.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-menu-three .main-menu__list>li+li,
.stricky-header.main-menu-three .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: #236677;
  text-transform: uppercase;font-weight: 700;
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: #236677;
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  /* color: #236677; */
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: #236677;
  /* text-shadow: 1px 0 0 rgb(0 0 0 / 60%); */
}

.main-menu-three .main-menu__list>li>a .main-menu-border,
.stricky-header.main-menu-three .main-menu__list>li>a .main-menu-border {
  bottom: -25px;
}

.stricky-header.main-menu-three {
  background-color: var(--meciy-white);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--meciy-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 68px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0px;
  background-color: #246677;
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
  background-color: var(--meciy-black);
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--meciy-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--meciy-white);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: #fff;
}

.main-slider-two .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.main-slider-two__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.main-slider-two__sub-title {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  /* line-height: 20px; */
  text-transform: capitalize;
  /* letter-spacing: 0.1em; */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__title {
  position: relative;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-one {
  padding: 10px 40px 10px;
  background-color: var(--meciy-black);
}

.main-slider-two__btn-two {
  margin-left: 10px;
  padding: 10px 40px 10px;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 60px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(var(--meciy-white-rgb), .50);
  border: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 3px;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: var(--meciy-white);
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
  z-index: 5;
  height: 7px;
  width: 7px;
  transform: scale(0) translateX(-50%) translateY(-50%);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 20px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1) translateX(-50%) translateY(-50%);
}


/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 165px 0 143px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-right: 25px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-box:before {
  content: "";
  position: absolute;
  bottom: 246px;
  left: -17px;
  height: 300px;
  width: 17px;
  background-color: var(--meciy-primary);
}

.about-one__img-box:after {
  content: "";
  position: absolute;
  bottom: 85px;
  left: -17px;
  height: 150px;
  width: 17px;
  background-color: var(--meciy-base);
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.about-one__img-box:hover .about-one__img:before {
  opacity: 1;
}

.about-one__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-one__img-box:hover .about-one__img img {
  transform: scale(1);
}

.about-one__img-two {
  position: absolute;
  right: -102px;
  bottom: -60px;
  z-index: 2;
}

.about-one__img-two:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--meciy-white-rgb), .60);
}

.about-one__img-two img {
  width: auto;
}

.about-one__experience {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background-color: var(--meciy-base);
  text-align: center;
  padding: 33px 30px 30px;
  overflow: hidden;
  z-index: 1;
}

.about-one__icon-like {
  position: absolute;
  top: -8px;
  left: -14px;
  opacity: 0.04;
  z-index: -1;
}

.about-one__icon-like img {
  width: auto;
}

.about-one__icon-like-2 {
  position: absolute;
  bottom: 5px;
  right: -18px;
  opacity: 0.04;
  z-index: -1;
}

.about-one__icon-like-2 img {
  width: auto;
}

.about-one__experience-year {
  position: relative;
  display: block;
}

.about-one__experience-year h3 {
  font-size: 61px;
  color: var(--meciy-white);
  font-weight: 600;
  font-family: var(--meciy-font) !important;
  line-height: 60px !important;
  letter-spacing: -0.08em;
}

.about-one__experience-year-plus {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--meciy-white);
  top: -8px;
}

.about-one__experience-text-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(230, 230, 230, .10);
  margin-top: 12px;
  padding-top: 13px;
}

.about-one__experience-text {
  font-size: 27px;
  font-weight: 600;
  color: var(--meciy-white);
  line-height: 40px;
}

.about-one__video-link {
  position: absolute;
  top: -25px;
  left: -20px;
  z-index: 2;
}

.about-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: var(--meciy-white);
  background-color: var(--meciy-base);
  border-radius: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
  background-color: var(--meciy-white);
  color: var(--meciy-base);
}

.about-one__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border: 20px solid rgba(var(--meciy-primary-rgb), .60);
  border-radius: 0;
  z-index: 1;
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-one__big-text {
  position: absolute;
  top: 310px;
  left: -526px;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--meciy-font-two);
  letter-spacing: 0.205em;
  color: transparent;
  -webkit-text-stroke: 1px #fcbba4;
  transform: rotate(-90deg);
  opacity: .18;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 92px;
}

.about-one__right .section-title {
  margin-bottom: 28px;
}

.about-one__right .section-title .section-title__title span {
  color: var(--meciy-primary);
}

.about-one__text-1 {
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
  color: #727272;
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 40px;
}

.about-one__points li {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(var(--meciy-bdr-color-rgb), .60);
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.about-one__points li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--meciy-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-one__points li:hover .icon span {
  transform: scale(.9);
}

.about-one__points li .content {
  position: relative;
  display: block;
  max-width: 325px;
  margin-left: 24px;
  margin-top: -10px;
}

.about-one__points li .content h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 11px;
}

.about-one__points li .content p {
  font-size: 14px;
  line-height: 26px;
}

.about-one__btn-box {
  position: relative;
  display: block;
  margin-top: 52px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: #fefaf9;
  overflow: hidden;
  padding: 250px 0 180px;
  margin-top: -150px;
  z-index: 1;
}

.services-one__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.06;
  z-index: -1;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__content {
  position: relative;
  display: block;
  background-color: var(--meciy-white);
  padding: 40px 35px 132px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 82%);
  z-index: 1;
}

.services-one__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 5px;
}

.services-one__title a {
  color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__title a:hover {
  color: var(--meciy-base);
}

.services-one__img-box {
  position: relative;
  display: block;
  margin-top: -95px;
  margin-left: 15px;
  margin-right: 15px;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%);
  background-color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.05);
  opacity: .5;
}

.services-one__icon {
  position: absolute;
  top: 0;
  right: 30px;
  height: 57px;
  width: 57px;
  background-color: var(--meciy-base);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--meciy-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  transform: scale(.9);
}

/*--------------------------------------------------------------
# Appointments One
--------------------------------------------------------------*/
.appointments-one {
  position: relative;
  display: block;
  margin-top: -90px;
  z-index: 1;
}

.appointments-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-left: 340px; */
  padding: 50px;
  /* padding-bottom: 60px; */
  flex-wrap: wrap;
  background-color: var(--meciy-base);
  z-index: 1;
}

.appointments-one__big-text {
  position: absolute;
  bottom: 50px;
  right: 315px;
  font-size: 52px;
  color: rgba(32, 48, 33, .26);
  font-family: var(--meciy-font-two);
  font-weight: 600;
  line-height: 52px;
  transform: rotate(-5deg);
  z-index: -1;
}

.appointments-one__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.appointments-one__img img {
  width: auto;
}

.appointments-one__left {
  position: relative;
  display: flex;
  align-items: center;
}

.appointments-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  background-color: var(--meciy-white);
}

.appointments-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--meciy-primary);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.appointments-one__left:hover .appointments-one__icon span {
  transform: scale(.9);
}

.appointments-one__content {
  margin-left: 25px;
}

.appointments-one__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.appointments-one__title a {
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.appointments-one__left:hover .appointments-one__title a {
  color: var(--meciy-primary);
}

.appointments-one__btn-box {
  position: relative;
  display: block;
}

.appointments-one__btn {
  padding: 25px 50px 25px;
  font-size: 28px;
  font-weight: 600;
  font-family: var(--meciy-font-two);
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  padding-top: 65px;
  background-color: var(--meciy-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 4px;
}

.footer-widget__logo {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.footer-widget__logo a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 10px;
}

.footer-widget__about-text {
  font-size: 15px;
  color: #97a2b7;
}

.footer-widget__social-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(151, 162, 183, .10);
  padding-top: 18px;
  margin-top: 10px;
}

.footer-widget__social-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--meciy-white);
  line-height: 26px;
  margin-bottom: 25px;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--meciy-white);
  background-color: rgba(var(--meciy-white-rgb), .20);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: #19776b;
  background-color: var(--meciy-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--meciy-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}


.footer-widget__title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
}

.footer-widget__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  color: var(--meciy-white);
  letter-spacing: -0.02em;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
}

.footer-widget__contact-list li+li {
  margin-top: 18px;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.footer-widget__contact-list li .icon i {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #19776b;
}

.footer-widget__contact-list li .text {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .text p {
  font-size: 15px;
  line-height: 25px;
  color: #97a2b7;
}

.footer-widget__contact-list li .text p a {
  color: #97a2b7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: var(--meciy-primary);
}

.footer-widget__open-hours {
  position: relative;
  display: block;
  margin-top: 30px;
}

.footer-widget__open-hours h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--meciy-white);
  line-height: 18px;
  margin-bottom: 13px;
}

.footer-widget__open-hours p {
  font-size: 14px;
  color: #97a2b7;
}

.footer-widget__instagram {
  position: relative;
  display: block;
}

.footer-widget__instagram-list {
  position: relative;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 8px;
  padding-bottom: 20px;
}

.footer-widget__instagram-list li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.footer-widget__instagram-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  width: 70px;
  z-index: 1;
}

.footer-widget__instagram-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  content: "";
  background-color: rgba(var(--meciy-black-rgb), .30);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img:before {
  transform: translateY(0%);
}

.footer-widget__instagram-img img {
  width: 100%;
  border-radius: 5px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget__instagram-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--meciy-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__instagram-list li .footer-widget__instagram-img a:hover {
  color: var(--meciy-primary);
}

.footer-widget__call {
  position: relative;
  display: flex;
  align-items: center;
  /* background-color: rgba(var(--meciy-white-rgb), .10); */
  /* padding: 17px 35px 10px; */
}

.footer-widget__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--meciy-primary);
}

.footer-widget__call-content {
  margin-left: 15px;
}

.footer-widget__call-number {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
}

.footer-widget__call-number a {
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__call-number a:hover {
  color: var(--meciy-primary);
}

.footer-widget__call-sub-title {
  font-size: 12px;
  color: #97a2b7;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.footer-widget__appointment {
  position: relative;
  display: block;
  margin-top: 4px;
}

.footer-widget__appointment-box {
  position: relative;
  display: block;
  background-color: var(--meciy-base);
  padding: 25px 25px 30px;
}

.footer-widget__appointment-sub-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--meciy-white);
  line-height: 20px;
}

.footer-widget__appointment-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--meciy-white);
  line-height: 30px;
}

.footer-widget__appointment-form {
  position: relative;
  display: block;
  margin-top: 16px;
}

.footer-widget__appointment-input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer-widget__appointment-input-box input[type="text"] {
  height: 35px;
  width: 100%;
  border: 1px solid rgba(var(--meciy-white-rgb), .10);
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  font-size: 10px;
  color: rgba(var(--meciy-white-rgb), .80);
  display: block;
  font-weight: 400;
}

.footer-widget__appointment-input-box .select-box .nice-select {
  height: 35px;
  width: 100%;
  border: 1px solid rgba(var(--meciy-white-rgb), .10);
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  font-size: 10px;
  color: rgba(var(--meciy-white-rgb), .80);
  display: block;
  font-weight: 400;
  line-height: 35px;
  float: none;
}

.footer-widget__appointment-input-box .select-box .nice-select:after {
  position: absolute;
  right: 10px;
  opacity: .80;
}

.footer-widget__appointment-input-box textarea {
  font-size: 10px;
  color: rgba(var(--meciy-white-rgb), .80);
  height: 65px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px 5px;
  border: 1px solid rgba(var(--meciy-white-rgb), .10);
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.footer-widget__appointment-input-box.text-message-box {
  height: 65px;
}

.footer-widget__appointment-btn {
  border: none;
  text-transform: capitalize;
  width: 100%;
  font-size: 10px;
  padding: 1px 0 1px;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 32px 0px 32px;
  /* border-top: 1px solid rgba(var(--meciy-white-rgb), .06); */
}

.site-footer__bottom-text {
  font-size: 14px;
  line-height: 30px;
  color: #97a2b7;
}

.site-footer__bottom-text a {
  color: #97a2b7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--meciy-white);
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer__bottom-menu li:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -7px;
  width: 1px;
  background-color: #7b8495;
}

.site-footer__bottom-menu li:first-child:before {
  display: none;
}

.site-footer__bottom-menu li+li {
  margin-left: 15px;
}

.site-footer__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #97a2b7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--meciy-white);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 80px 0 147px;
  z-index: 1;
}

.about-two__left {
  position: relative;
  display: block;
  margin-left: -165px;
  margin-right: 355px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
}

.about-two__img img {
  width: 100%;
}

.about-two__img-two {
  position: absolute;
  bottom: -73px;
  right: -328px;
  z-index: 2;
}

.about-two__img-two img {
  width: auto;
  border: 18px solid var(--meciy-white);
}

.about-two__tretments {
  position: absolute;
  top: 0;
  right: -310px;
  background-color: var(--meciy-base);
  overflow: hidden;
  padding: 59px 29px 49px;
  width: 100%;
  max-width: 290px;
  z-index: 2;
}

.about-two__tretments-icon {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.about-two__tretments-icon span {
  position: relative;
  display: inline-block;
  font-size: 110px;
  color: var(--meciy-white);
  opacity: .30;
}

.about-two__tretments-title {
  font-size: 34px;
  color: var(--meciy-white);
  font-weight: 700;
  line-height: 40px;
  position: relative;
  display: inline-block;
}

.about-two__tretments-title:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: var(--meciy-white);
}

.about-two__tretments-big-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 358px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .10;
  z-index: 1;
}

.about-two__tretments-shape-1 {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #238478;
  z-index: -1;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: -30px;
}

.about-two__right .section-title-two {
  margin-bottom: 28px;
}

.about-two__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 36px;
}

.about-two__points {
  position: relative;
  display: block;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li+li {
  margin-top: 31px;
}

.about-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #236677;
}

.about-two__points li .text {
  margin-left: 15px;
}

.about-two__points li .text h5 {
  font-size: 30px;
  color: #246677;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
}

.about-two__points--two {
  margin-left: 100px;
}

.about-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(var(--meciy-black-rgb), .10);
  padding-top: 25px;
  margin-top: 50px;
}

.about-two__bottom-text-box {
  position: relative;
  display: block;
  max-width: 245px;
  width: 100%;
}

.about-two__bottom-text-box p {
  font-size: 14px;
  line-height: 26px;
}

.about-two__user-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 70px;
}

.about-two__user-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  width: 1px;
  background-color: rgba(var(--meciy-black-rgb), .10);
}

.about-two__user-img {
  position: relative;
  display: block;
  width: 60px;
}

.about-two__user-img img {
  width: 100%;
  border-radius: 50%;
}

.about-two__user-content {
  margin-left: 15px;
}

.about-two__user-name {
  font-size: 26px;
  font-weight: 700;
  color: var(--meciy-base);
  line-height: 26px;
  margin-bottom: 7px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: var(--meciy-base);
  padding: 280px 0 90px;
  margin-top: -160px;
  z-index: 1;
}

.services-two__left {
  position: relative;
  display: block;
}

.services-two__left .section-title-two {
  margin-bottom: 28px;
}

.services-two__left .section-title-two .section-title__title {
  color: var(--meciy-white);
}

.services-two__text-1 {
  color: #cdc7c7;
  font-weight: 300;
  padding-bottom: 47px;
}

.services-two__single {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

.services-two__img {
  position: relative;
  display: block;
  width: 190px;
  overflow: hidden;
  z-index: 1;
}

.services-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--meciy-black-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.services-two__single:hover .services-two__img:before {
  opacity: 1;
}

.services-two__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.services-two__single:hover .services-two__img img {
  transform: scale(1);
}

.services-two__content {
  position: relative;
  display: block;
  background-color: var(--meciy-white);
  max-width: 380px;
  width: 100%;
  padding: 30px 35px 25px;
  margin-top: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.services-two__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.services-two__title a {
  color: var(--meciy-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--meciy-base);
}

.services-two__text-2 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.services-two__read-more {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--meciy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__read-more:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -40px;
  width: 30px;
  height: 2px;
  background-color: var(--meciy-primary);
}

.services-two__read-more:hover {
  color: var(--meciy-primary);
}

/*--------------------------------------------------------------
# Testimonial Two 
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  /* margin-top: -243px; */
  z-index: 1;
}

.testimonial-two__wrap {
  position: relative;
  display: block;
  /* max-width: 1500px; */
  width: 100%;
  /* margin: 0 auto; */
  padding: 50px;
  background-color: #dff4f9;
}

.testimonial-two__top {
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.testimonial-two__top-left {
  position: relative;
  display: block;
}

.testimonial-two__top-left .section-title-two {
  margin-bottom: 0;
}

.testimonial-two__top-right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 70px;
  margin-top: 27px;
}

.testimonial-two__top-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  width: 1px;
  background-color: rgba(var(--meciy-gray-rgb), .18);
}

.testimonial-two__bottom {
  position: relative;
  display: block;
}

.testimonial-two__bottom-left {
  position: relative;
  display: block;
  margin-right: -165px;
  margin-top: 28px;
  z-index: 2;
}

.testimonial-two__bottom-content-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(135, 143, 140, 0.05);
  padding: 40px 60px 105px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
}

.testimonial-two__quote {
  position: absolute;
  top: 55px;
  right: 0;
}

.testimonial-two__quote span {
  font-size: 30px;
  color: var(--meciy-base);
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  height: 144px;
  width: 144px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-two__client-img:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px dashed var(--meciy-white);
  border-radius: 50%;
}

.testimonial-two__client-img>img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__client-small-img {
  position: absolute;
  bottom: -6px;
  right: -10px;
}

.testimonial-two__client-small-img>img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid var(--meciy-white);
}

.testimonial-two__client-content {
  margin-left: 45px;
}

.testimonial-two__client-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 13px;
}

.testimonial-two__client-sub-title {
  font-size: 16px;
  color: var(--meciy-primary);
  line-height: 16px;
}

.testimonial-two__text {
  padding-top: 33px;
  padding-bottom: 26px;
}

.testimonial-two__rating-and-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonial-two__rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__rating span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--meciy-base);
}

.testimonial-two__rating span+span {
  margin-left: 4px;
}

.testimonial-two__date {
  position: relative;
  display: block;
}

.testimonial-two__date {
  font-size: 18px;
  color: var(--meciy-primary);
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: -65px;
  left: 0;
  margin-top: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: rgba(var(--meciy-gray-rgb), .20);
  border: 1px solid rgba(var(--meciy-gray-rgb), .20);
  background-color: transparent;
  font-size: 13px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: rgba(var(--meciy-gray-rgb), .20);
  border: 1px solid rgba(var(--meciy-gray-rgb), .20);
  background-color: transparent;
  font-size: 13px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 45px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 45px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: rgba(var(--meciy-black-rgb), 1);
  border: 1px solid rgba(var(--meciy-primary-rgb), 1);
}

.testimonial-two__bottom-right {
  position: relative;
  display: block;
}

.testimonial-two__bottom-img {
  position: relative;
  display: block;
}

.testimonial-two__bottom-img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Blog Two 
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--meciy-black-rgb), 0.8);
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-two__single:hover .blog-two__img:before {
  opacity: 1;
  opacity: 0.8;
}

.blog-two__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1);
}

.blog-two__content-box {
  position: relative;
  display: block;
}

.blog-two__content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  background-color: #f8f4f3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  z-index: 1;
}

.blog-two__single:hover .blog-two__content-box::before {
  opacity: 1;
}

.blog-two__content-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 47px;
  bottom: 0;
  width: 1px;
  opacity: 1;
  background-color: rgba(135, 143, 140, .10);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-two__single:hover .blog-two__content-box::after {
  opacity: 0;
}

.blog-two__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 40px 24px 24px;
  padding-left: 65px;
  line-height:25px;
}

.blog-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.blog-two__title a {
  color: #236677 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Cormorant Garamond', serif;
}

.blog-two__title a:hover {
  color: #5cb57c;
}

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
  margin-top: 21px;
  border-top: 1px solid rgba(135, 143, 140, .10);
}

.blog-two__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__meta li+li {
  margin-left: 30px;
}

.blog-two__meta li a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: var(--meciy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__meta li a:hover {
  color: var(--meciy-base);
}

.blog-two__meta li a i {
  position: relative;
  font-size: 15px;
  color: var(--meciy-primary);
  margin-right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__meta li a:hover i {
  color: var(--meciy-base);
}

.blog-two__date {
  position: absolute;
  top: 72px;
  left: -21px;
  z-index: 2;
}

.blog-two__date p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--meciy-font-two);
  color: #236677;
  letter-spacing: 0.18em;
  transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  background-color: var(--meciy-base);
  padding: 100px;
  z-index: 1;
}

.about-three .container {
  max-width: 1330px;
}

.about-three__counter-box {
  position: relative;
  display: block;
  margin-top: 52px;
  margin-right: 70px;
}

.about-three__counter {
  position: relative;
  display: block;
}

.about-three__counter li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--meciy-black-rgb), .10);
  padding-bottom: 22px;
  margin-bottom: 17px;
}

.about-three__counter li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.about-three__counter li h3 {
  font-size: 60px;
  color: var(--meciy-white);
  font-family: var(--meciy-font-two) !important;
  font-weight: 600;
  line-height: 60px !important;
  letter-spacing: -0.02em;
}

.about-three__counter-title {
  font-size: 30px;
  font-weight: 700;
  color: #e0dbdb;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-top: 9px;
  margin-bottom: 2px;
}

.about-three__counter-text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color:#fff;
}

.about-three__img-box {
  position: relative;
  display: block;
  margin-left: -32px;
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img img {
  width: 100%;
  border-radius: 20px;
}

.about-three__video-link {
  position: absolute;
  top: 140px;
  right: -40px;
  z-index: 2;
}

.about-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: var(--meciy-white);
  background-color: var(--meciy-extra);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-three__video-icon:hover {
  background-color: var(--meciy-white);
  color: var(--meciy-extra);
}

.about-three__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border: 20px solid rgba(var(--meciy-white-rgb), .60);
  border-radius: 50%;
  z-index: 1;
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-three__experience-box {
  position: absolute;
  bottom: 0;
  right: -195px;
  background-color: var(--meciy-white);
  padding: 18px;
  border-radius: 35px;
  z-index: 1;
}

.about-three__experience {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #141623;
  padding: 35px 30px 35px;
  border-radius: 20px;
  z-index: 1;
}

.about-three__experience-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  z-index: -1;
}

.about-three__experience-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__experience-icon span {
  position: relative;
  display: inline-block;
  font-size: 70px;
  color: var(--meciy-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-three__experience-box:hover .about-three__experience-icon span {
  transform: scale(.9);
}

.about-three__experience-content {
  margin-left: 20px;
}

.about-three__experience-text {
  font-size: 22px;
  color: var(--meciy-white);
  line-height: 32px;
  font-weight: 500;
}

.about-three__right {
  position: relative;
  display: block;
  /* margin-left: 40px; */
}

.about-three__right .section-title-three {
  margin-bottom: 20px;
}

.about-three__right .section-title-three__tagline {
  color: #e0dbdb;
  opacity: .90;
}

.about-three__right .section-title-three__title {
  color: var(--meciy-white);
}

.about-three__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  /* flex-wrap: wrap; */
}

.about-three__points {
  position: relative;
  display: block;
}

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points li+li {
  margin-top: 33px;
}

.about-three__points li .icon {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgb(215, 13, 56);
  box-shadow: 0px 5px 5px 0px rgba(215, 13, 56, 0.75);
}

.about-three__points li .text {
  margin-left: 15px;
}

.about-three__points li .text p {
  font-size: 16px;
  color: #fff;
}

.about-three__points--two {
  margin-left: 50px;
}

.about-three__bottom {
  position: relative;
  display: block;
  margin-top: 20px;
  /* margin-left: 154px; */
}
h2.section-title-three__title.depression{
  font-size: 40px;
}
.about-three__bottom-text {
  font-weight: 300;
  padding-bottom: 12px;
  color:#fff;
  font-weight: 400;
}

.about-three__read-more {
  font-size: 16px;
  color: var(--meciy-white);
  line-height: 28px;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-three__read-more:hover {
  color: var(--meciy-primary);
}

/*--------------------------------------------------------------
# Feature Five
--------------------------------------------------------------*/
.feature-five {
  position: relative;
  display: block;
  margin-top: -96px;
  z-index: 1;
}

.feature-five .container {
  max-width: 1530px;
}

.feature-five__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(135, 140, 143, 0.08);
  padding: 50px 0 20px;
  z-index: 1;
}

.feature-five__list li {
  position: relative;
  display: block;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.feature-five__list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: rgba(var(--meciy-gray-rgb), .50);
}

.feature-five__list li:first-child:before {
  display: none;
}

.feature-five__single {
  position: relative;
  display: block;
}

.feature-five__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.feature-five__icon:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}

.feature-five__list li:hover .feature-five__icon:before {
  transform: scale(1.2);
}

.feature-five__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--meciy-gray);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-five__list li:hover .feature-five__icon span {
  transform: scale(.9);
}

.feature-five__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding: 50px;
  background: #d9f5dc;
}

.services-three .row {
  --bs-gutter-x: 22px;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.services-three__content-box {
  position: relative;
  display: block;
  background-color: #246677;
  padding: 40px;
}

.services-three__icon {
  position: relative;
  display: flex;
  margin-bottom: 21px;
  justify-content: center;
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 70px;
  color: var(--meciy-white);
  opacity: .25;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon span {
  transform: scale(.9);
}

.services-three__title {
  font-size: 22px;
  /* line-height: 38px; */
  font-weight: 600;
  margin-bottom: 13px;
  color:#fff;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
}

.services-three__title a {
  color: var(--meciy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--meciy-black);
}

.services-three__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color:#fff;
  font-style: italic;
  text-align: center;
}

.services-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.05);
  opacity: .5;
}

.services-three__single-three .services-three__content-box {
  background-color: #009688;
}

.services-three__single-three .services-three__icon span {
  opacity: .35;
}

.services-three__single-three .services-three__text {
  color: var(--meciy-white);
}

.services-three__single-six .services-three__content-box {
  background-color:#009688;
}

.services-three__single-six .services-three__icon span {
  opacity: .35;
}

.services-three__single-six .services-three__text {
  color: var(--meciy-white);
}

.services-three__single-five {
  margin-top: -30px;
}

.services-three__single-seven {
  margin-top: -30px;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  background-color: #141623;
}

.site-footer-two .footer-widget__logo a {
  background-color: #1e2031;
}

.site-footer-two .footer-widget__contact-list li .icon i {
  color: #f0eaea;
}

.site-footer-two .footer-widget__call {
  background-color: rgba(80, 84, 105, .10);
}

.site-footer-two .footer-widget__call-icon span {
  color: var(--meciy-white);
}

.site-footer-two .footer-widget__appointment-box {
  background-color: #181b2a;
}

.site-footer-two .footer-widget__appointment-btn {
  background-color: var(--meciy-extra);
}

.site-footer-two .footer-widget__appointment-btn:after {
  background-color: rgba(var(--meciy-white-rgb), .10);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 229px 0 123px;
  overflow: hidden;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  /* background-image: url("../images/backgrounds/abtt_banner.jpg"); */
  /* height:60vh; */
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 90px;
  color: var(--meciy-white);
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 8px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--meciy-white);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 4px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--meciy-white);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--meciy-primary);
}


/*--------------------------------------------------------------
# BLog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img-box {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
}

.blog-details__date {
  position: absolute;
  right: 70px;
  bottom: -20px;
  background-color: var(--meciy-base);
  padding: 14px 17px 12px;
  border-radius: 5px;
}

.blog-details__date p {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--meciy-white);
  text-align: center;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 14px;
}

.blog-details__meta li+li {
  margin-left: 35px;
}

.blog-details__meta li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: var(--meciy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--meciy-base);
}

.blog-details__meta li a i {
  color: var(--meciy-base);
  position: relative;
  margin-right: 7px;
}

.blog-details__title-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.blog-details__text-1 {
  font-size: 18px;
  line-height: 35px;
  margin-top: 17px;
  margin-bottom: 3px;
}

.blog-details__text-2 {
  font-size: 18px;
  line-height: 35px;
}

.blog-details__btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 33px;
}

.blog-details__btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--meciy-black);
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__btn:hover {
  color: var(--meciy-base);
}

.blog-details__btn i {
  font-size: 18px;
  color: var(--meciy-black);
  margin-left: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__btn:hover i {
  color: var(--meciy-base);
}

.blog-details__img-2 {
  position: relative;
  display: block;
}

.blog-details__img-2 img {
  width: 100%;
}

.blog-details__text-3 {
  margin-top: 31px;
  margin-bottom: 23px;
  color: #555;
}

.blog-details__quote-and-text {
  position: relative;
  display: flex;
}

.blog-details__quote {
  position: relative;
  display: inline-block;
  top: 6px;
  margin-right: 20px;
}

.blog-details__quote span {
  position: relative;
  display: inline-block;
  font-size: 41px;
  color: var(--meciy-black);
}

.blog-details__quote-text p {
  color: #666;
  font-style: italic;
}

.blog-details__text-4 {
  margin-top: 23px;
  margin-bottom: 29px;
  color: #555;
}

.blog-details__points {
  position: relative;
  display: block;
}

.blog-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__points li+li {
  margin-top: 14px;
}

.blog-details__points-shape {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bfc2c3;
  border-radius: 50%;
}

.blog-details__points-text {
  margin-left: 14px;
  color: #555;
}

.blog-details__main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  color: #236677;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-details__text-5 {
  margin-top: 36px;
  margin-bottom: 20px;
  color: #555;
}

.blog-details__text-6 {
  color: #555;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 52px;
  margin-bottom: 50px;
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags a {
  position: relative;
  color: var(--meciy-gray);
  font-size: 14px;
  border: 1px solid #dcdfe2;
  display: inline-block;
  padding: 2px 29px 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  color: var(--meciy-white);
  border: 1px solid transparent;
  background-color: var(--meciy-base);
}

.blog-details__tags a+a {
  margin-left: 5px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--meciy-black);
  background-color: #f2f2f2;
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--meciy-white);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--meciy-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.author {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 160px;
  padding-right: 30px;
  background-color: #f2f7f7;
}

.author__img {
  position: absolute;
  width: 100px;
  top: 39px;
  left: 30px;
}

.author__img img {
  width: 100%;
  border-radius: 50%;
}

.author__content {
  position: relative;
  display: block;
}

.author__content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.author__content p {
  font-size: 15px;
  color: var(--meciy-gray);
  line-height: 27px;
  padding: 8px 0 23px;
}

.author__social {
  position: relative;
  display: flex;
  align-items: center;
}

.author__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.author__social a:hover {
  color: var(--meciy-primary);
}

.author__social a+a {
  margin-left: 20px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 51px;
}

.comment-one__title {
  margin: 0;
  color: var(--meciy-black);
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.comment-one__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.comment-one__single+.comment-one__single {
  margin-top: 50px;
}

.comment-one__content {
  position: relative;
  margin-left: 30px;
}

.comment-one__content h3 {
  font-size: 22px;
  color: var(--meciy-black);
  margin-bottom: 11px;
  font-weight: 600;
}

.comment-one__content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.comment-one__content p {
  font-size: 15px;
  line-height: 27px;
}

.comment-one__btn {
  position: relative;
  font-size: 15px;
  line-height: 23px;
  color: var(--meciy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
}

.comment-one__btn:hover {
  color: var(--meciy-primary);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  margin-top: 16px;
}

.comment-one__image img {
  width: auto;
  border-radius: 50%;
}

.comment-form {
  position: relative;
  display: block;
  margin-top: 57px;
}

.comment-form__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 40px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid var(--meciy-bdr-color);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 12px;
  color: var(--meciy-gray);
  display: block;
  text-transform: uppercase;
  border-radius: 3px;
}

.comment-form__input-box textarea {
  font-size: 12px;
  color: var(--meciy-gray);
  height: 200px;
  width: 100%;
  border: 1px solid var(--meciy-bdr-color);
  padding: 25px 20px 30px;
  outline: none;
  margin-bottom: 0px;
  text-transform: uppercase;
  border-radius: 3px;
}

.comment-form__btn-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.comment-form__btn {
  font-size: 15px;
  border: none;
  background-color: var(--meciy-base);
  padding: 15px 44px 14px;
  color: var(--meciy-white);
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--meciy-primary);
}

.comment-form__input-box.text-message-box {
  height: 200px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar {
  position: relative;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sideber {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 50px 30px 50px;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--meciy-white);
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 100px;
  border: 1px solid #e7e7e7;
  color: var(--meciy-gray);
  border-radius: 3px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--meciy-white);
  font-size: 19px;
  position: absolute;
  top: 5px;
  right: 5px;
  max-width: 50px;
  width: 100%;
  bottom: 5px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  background-color: var(--meciy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--meciy-black);
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 31px 30px 40px;
}

.sidebar__title-box {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 30px;
}

.sidebar__title-box::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--meciy-primary);
}

.sidebar__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.sidebar__category-list {
  position: relative;
  display: block;
}

.sidebar__category-list li {
  position: relative;
  display: block;
}

.sidebar__category-list li+Li {
  margin-top: 15px;
}

.sidebar__category-list li a {
  position: relative;
  display: block;
  background-color: var(--meciy-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--meciy-black);
  padding: 17px 20px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li:hover a {
  background-color: var(--meciy-black);
  color: var(--meciy-white);
}

.sidebar__category-list li a span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: #dcdde0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li a:hover span {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

.sidebar__post {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 31px 30px 25px;
}

.sidebar__post .sidebar__title-box {
  margin-bottom: 20px;
}

.sidebar__post-list {
  position: relative;
  display: block;
}

.sidebar__post-list li+li {
  margin-top: 15px;
}

.sidebar__post-image {
  position: relative;
  display: block;
}

.sidebar__post-image img {
  width: 100%;
}

.sidebar__post-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 9px;
}

.sidebar__post-title a {
  color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-title a:hover {
  color: var(--meciy-primary);
}

.sidebar__tag {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 31px 30px 40px;
}

.sidebar__tag .sidebar__title-box {
  margin-bottom: 17px;
}

.sidebar__tag-list a {
  font-size: 15px;
  color: var(--meciy-gray);
  background-color: var(--meciy-white);
  display: inline-block;
  padding: 9px 23px 12px;
  margin-left: 7px;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 3px;
}

.sidebar__tag-list a+a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tag-list a:hover {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.services-details__left {
  position: relative;
  display: block;
}

.services-details__img {
  position: relative;
  display: block;
}

.services-details__img img {
  width: 100%;
}

.services-details__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 38px;
  margin-bottom: 19px;
}

.services-details__text-2 {
  margin-top: 16px;
  margin-bottom: 30px;
}

.services-details__points {
  position: relative;
  display: block;
}

.services-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points li+li {
  margin-top: 20px;
}

.services-details__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.services-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--meciy-gray);
}

.services-details__points li .text {
  margin-left: 16px;
}

.services-details__img-2 {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.services-details__img-2 img {
  width: 100%;
}

.services-details__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.services-details__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  color: var(--meciy-white);
  background-color: var(--meciy-primary);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.services-details__video-icon:hover {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

.services-details__video-link .ripple,
.services-details__video-icon .ripple:before,
.services-details__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.services-details__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.services-details__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.services-details__tab-box {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-details__tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.services-details__tab-box .tab-buttons .tab-btn {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.services-details__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0px;
}

.services-details__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 20px;
  line-height: 20px;
  color: var(--meciy-gray);
  background-color: #f1f3f2;
  padding: 23px 0px 19px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--meciy-font-two);
  transition: all 0.3s ease;
  z-index: 1;
  border: 1px solid #e6e7e9;
}

.services-details__tab-box .tab-buttons .tab-btn:nth-child(2) span {
  border-left: 0;
}

.services-details__tab-box .tab-buttons .tab-btn:nth-child(3) span {
  border-left: 0;
}

.services-details__tab-box .tab-buttons .tab-btn:nth-child(4) span {
  border-left: 0;
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--meciy-white);
  border: 1px solid var(--meciy-base);
}

.services-details__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--meciy-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.services-details__tab-box .tabs-content {
  position: relative;
  display: block;
  margin-top: -1px;
  border: 1px solid #e6e7e9;
  padding: 36px 40px 50px;
}

.services-details__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.services-details__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);

}

.services-details__tab-content-box {
  position: relative;
  display: block;
}

.services-details__tab-content-text {
  position: relative;
  display: block;
}

.services-details__points-two {
  position: relative;
  display: block;
  margin-top: 27px;
}

.services-details__points-two li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-two li+li {
  margin-top: 14px;
}

.services-details__points-two-shape-1 {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bfc2c3;
  border-radius: 50%;
}

.services-details__points-two-text {
  margin-left: 14px;
}


.services-details__title-two {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.services-details__text-5 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.services-details__points-three {
  position: relative;
  display: block;
}

.services-details__points-three li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-three li+li {
  margin-top: 20px;
}

.services-details__points-three li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.services-details__points-three li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--meciy-gray);
}

.services-details__points-three li .text {
  margin-left: 16px;
}

/*--------------------------------------------------------------
# Services Details Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .services-details__sidebar {
    margin-top: 50px;
  }
}

.services-details__sidebar-single+.services-details__sidebar-single {
  margin-top: 30px;
}

.services-details__sidebar {
  position: relative;
  display: block;
  z-index: 1;
}

.services-details__sidebar-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 19px;
}

.services-details__sidebar-search {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 43px 35px 50px;
}

.services-details__sidebar-search-form {
  position: relative;
  display: block;
}

.services-details__sidebar-search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--meciy-white);
  font-size: 15px;
  padding-left: 20px;
  height: 65px;
  width: 100%;
  padding-right: 60px;
  color: var(--meciy-gray);
  border: none;
}

.services-details__sidebar-search-form button[type="submit"] {
  color: var(--meciy-gray);
  font-size: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-category {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 43px 35px 50px;
}

.services-details__sidebar-category .services-details__sidebar-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 27px;
}

.services-details__sidebar-category-list {
  position: relative;
  display: block;
}

.services-details__sidebar-category-list li {
  position: relative;
  display: block;
}

.services-details__sidebar-category-list li+li {
  margin-top: 10px;
}

.services-details__sidebar-category-list li a {
  position: relative;
  display: block;
  background-color: var(--meciy-white);
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: var(--meciy-black);
  font-family: var(--meciy-font-two);
  padding: 20px 25px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-category-list li:hover a {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

.services-details__sidebar-category-list li.active a {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

.services-details__sidebar-category-list li a span {
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 17px;
  color: var(--meciy-black);
  font-weight: 600;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-category-list li a:hover span {
  color: var(--meciy-white);
}

.services-details__sidebar-category-list li.active a span {
  color: var(--meciy-white);
}

.services-details__have-your-question {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 43px 35px 50px;
}

.services-details__comment-form {
  position: relative;
  display: block;
}

.services-details__input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.services-details__input-box input[type="text"],
.services-details__input-box input[type="email"] {
  height: 65px;
  width: 100%;
  border: none;
  padding-left: 20px;
  padding-right: 45px;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--meciy-gray);
  display: block;
  border-radius: 5px;
}

.services-details__input-box textarea {
  font-size: 15px;
  font-weight: 500;
  color: var(--meciy-gray);
  height: 122px;
  width: 100%;
  border: none;
  padding: 19px 20px 30px;
  padding-right: 40px;
  outline: none;
  margin-bottom: 0px;
  border-radius: 5px;
}

.services-details__btn-box {
  position: relative;
  display: block;
  padding-top: 5px;
}

.services-details__btn {
  font-size: 15px;
  border: none;
  background-color: var(--meciy-base);
  padding: 16px 44px 14px;
  color: var(--meciy-white);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 27px;
}

.services-details__btn:hover {
  background-color: var(--meciy-primary);
}

.services-details__input-box.text-message-box {
  height: 122px;
}

.services-details__input-box-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.services-details__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--meciy-primary);
}

.services-details__input-box-icon-2 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.services-details__input-box-icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--meciy-primary);
}

.services-details__btn span {
  font-size: 15px;
  color: var(--meciy-white);
  position: relative;
  top: 2px;
  left: 10px;
}

.services-details__sidebar-download {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 50px 35px 50px;
}

.services-details__sidebar-download-list {
  position: relative;
  display: block;
}

.services-details__sidebar-download-list li {
  position: relative;
  display: block;
}

.services-details__sidebar-download-list li+li {
  margin-top: 20px;
}

.services-details__sidebar-download-list li a {
  position: relative;
  display: block;
  background-color: var(--meciy-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--meciy-font-two);
  color: var(--meciy-black);
  padding: 19px 25px 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-download-list li:hover a {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

.services-details__sidebar-download-list li a span {
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 17px;
  color: var(--meciy-primary);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-download-list li:hover span {
  color: var(--meciy-white);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}

.contact-page__left {
  position: relative;
  display: block;
  margin-top: -10px;
}

.contact-page__contact-list-box {
  position: relative;
  display: block;
}

.contact-page__contact-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 36px;
  color: #19776b;
}

.contact-page__contact-list {
  position: relative;
  display: block;
}

.contact-page__contact-list li {
  position: relative;
  display: flex;
}

.contact-page__contact-list li+li {
  margin-top: 28px;
}

.contact-page__contact-list-icon {
  position: relative;
  display: inline-block;
}

.contact-page__contact-list-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--meciy-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__contact-list li:hover .contact-page__contact-list-icon span {
  transform: scale(.9);
}

.contact-page__contact-list-content {
  margin-left: 25px;
}

.contact-page__contact-list-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

.contact-page__contact-list-text a {
  color: var(--meciy-gray);
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__contact-list-text a:hover {
  color: var(--meciy-primary);
}

.contact-page__right {
  position: relative;
  display: block;
}

.contact-page-form__form-box {
  position: relative;
  display: block;
}

.contact-page-form__form-box .row {
  --bs-gutter-x: 20px;
}

.contact-page-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-page-form__input-box input[type="text"],
.contact-page-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid #dfe0e5;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 15px;
  color: var(--meciy-gray);
  display: block;
  font-weight: 400;
  border-radius: 10px;
}

.contact-page-form__input-box textarea {
  font-size: 15px;
  color: var(--meciy-gray);
  height: 200px;
  width: 100%;
  background-color: transparent;
  padding: 15px 30px 30px;
  border: 1px solid #dfe0e5;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
  border-radius: 10px;
}

.contact-page-form__input-box.text-message-box {
  height: 200px;
}

.contact-page-form__btn {
  display: block;
  border: none;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
  position: relative;
  display: block;
  z-index: 1;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 660px;
  width: 100%;
}

/*--------------------------------------------------------------
# Responsibilites
--------------------------------------------------------------*/
.responsibilites {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.responsibilites__single {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 59px 35px 50px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.responsibilites__qualification {
  position: relative;
  display: block;
}

.responsibilites__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 36px;
}

.responsibilites__qualification-content-box {
  position: relative;
  display: block;
}

.responsibilites__qualification-content {
  position: relative;
  display: block;
}

.responsibilites__qualification-content+.responsibilites__qualification-content {
  margin-top: 45px;
}

.responsibilites__qualification-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}

.responsibilites__qualification-content p {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 30px;
}

.responsibilites__skill-box {
  position: relative;
  display: block;
}

.responsibilites__skill-list {
  position: relative;
  display: block;
}

.responsibilites__skill-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.responsibilites__skill-list li+li {
  margin-top: 19px;
}

.responsibilites__skill-list .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.responsibilites__skill-list .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--meciy-black);
}

.responsibilites__skill-list .text {
  margin-left: 20px;
}

.responsibilites__skill-list .text p {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.responsibilites__img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.responsibilites__img img {
  width: 100%;
}


/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 220px;
  margin-top: 0;
  background-color: #f2f7f7;
}

.services-page .services-one__bg {
  opacity: 0.03;
}

/*--------------------------------------------------------------
# Services Page Feature
--------------------------------------------------------------*/
.services-page-feature {
  padding: 0 0 0;
  background-color: transparent;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-four__left {
  position: relative;
  display: block;
  z-index: 1;
}

.about-four__left:before {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 285px;
  left: -1000000px;
  background-color: rgba(243, 244, 243, .50);
  z-index: -1;
}

.about-four__left-top {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.about-four__left-top .row {
  --bs-gutter-x: 20px;
}

.about-four__left-top-single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 26px;
}

.about-four__left-top-img {
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 10px;
  z-index: 1;
}

.about-four__left-top-img img {
  width: 100%;
  border-radius: 10px;
}

.about-four__left-top-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 17px;
}

.about-four__left-bottom {
  position: relative;
  display: block;
}

.about-four__left-bottom-img {
  position: relative;
  display: block;
  border-radius: 20px;
}

.about-four__left-bottom-img img {
  width: 100%;
  border-radius: 20px;
}

.about-four__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-four__right .section-title-two {
  margin-bottom: 31px;
}

/*--------------------------------------------------------------
# About Page Testimonial
--------------------------------------------------------------*/
.about-page-testimonial {
  margin-top: 0;
}


/*--------------------------------------------------------------
# About Page Feature
--------------------------------------------------------------*/
.about-page-feature {
  background-color: #f2f7f7;
}

/*--------------------------------------------------------------
# About Five
--------------------------------------------------------------*/
.about-five {
  position: relative;
  display: block;
  padding: 80px 0 80px;
  background: #d9f5dc;
}

.about-five__left {
  position: relative;
  display: block;
}

.about-five__left .section-title .section-title__title span {
  color: #246677;
}

.about-five__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-five__img-box {
  position: relative;
  display: block;
}

.about-five__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.about-five__img img {
  width: 100%;
  border-radius: 10px;
}

.about-five__img-two {
  position: absolute;
  bottom: -115px;
  left: -100px;
  z-index: 2;
  background-color: var(--meciy-white);
  border-radius: 40px;
  padding: 30px;
}

.about-five__img-two-box {
  position: relative;
  display: block;
  background-color: var(--meciy-black);
  border-radius: 10px;
}

.about-five__img-two-box img {
  width: 100%;
  border-radius: 10px;
  opacity: .70;
}

.about-five__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.about-five__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 15px;
  color: var(--meciy-white);
  background-color: var(--meciy-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.about-five__video-icon span {
  position: relative;
  top: 3px;
  left: 3px;
}

.about-five__video-icon:hover {
  background-color: var(--meciy-primary);
  color: var(--meciy-primary);
}

.about-five__video-icon:before {
  position: absolute;
  top: 7px;
  left: 7px;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--meciy-primary);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

.about-five__video-icon:hover:before {
  background-color: var(--meciy-white);
}

.about-five__video-link .ripple,
.about-five__video-icon .ripple:before,
.about-five__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-five__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-five__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-page__left {
  position: relative;
  display: block;
}

.blog-page__single {
  position: relative;
  display: block;
}

.blog-page__single+.blog-page__single {
  margin-top: 23px;
}

.blog-page__img-box {
  position: relative;
  display: block;
}

.blog-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-page__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--meciy-black-rgb), 0.8);
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-page__single:hover .blog-page__img:before {
  opacity: 1;
  opacity: 0.8;
}

.blog-page__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.blog-page__single:hover .blog-page__img img {
  transform: scale(1);
}

.blog-page__date {
  position: absolute;
  right: 70px;
  bottom: -20px;
  background-color: var(--meciy-base);
  padding: 14px 17px 12px;
  border-radius: 5px;
  z-index: 2;
}

.blog-page__date p {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--meciy-white);
  text-align: center;
}

.blog-page__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 14px;
}

.blog-page__meta li+li {
  margin-left: 35px;
}

.blog-page__meta li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: var(--meciy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__meta li a:hover {
  color: var(--meciy-base);
}

.blog-page__meta li a i {
  color: var(--meciy-base);
  position: relative;
  margin-right: 7px;
}

.blog-page__title-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.blog-page__title-1 a {
  color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__title-1 a:hover {
  color: var(--meciy-base);
}

.blog-page__text-1 {
  font-size: 18px;
  line-height: 35px;
  margin-top: 17px;
  margin-bottom: 3px;
}

.blog-page__text-2 {
  font-size: 18px;
  line-height: 35px;
}

.blog-page__btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-page__btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--meciy-black);
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__btn:hover {
  color: var(--meciy-base);
}

.blog-page__btn i {
  font-size: 18px;
  color: var(--meciy-black);
  margin-left: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__btn:hover i {
  color: var(--meciy-base);
}

.blog-page__pagination {
  position: relative;
  display: block;
  margin-top: 53px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 7px;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination .prev a {
  width: 83px;
}

.blog-page__pagination .pg-pagination .next a {
  width: 83px;
}

.blog-page__pagination .pg-pagination li a {
  height: 55px;
  width: 50px;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  color: var(--meciy-black);
  background-color: #f2f7f7;
  border-top-right-radius: 1px;
  font-weight: 500;
  font-size: 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--meciy-base);
  color: var(--meciy-white);
}

/* custom css */
.img-fluid.logo{
  height: 100px;
  width: auto;
}
.main-menu-two__logo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 190px;
    width: 1px;
    /* background-color: rgba(121, 124, 129, .80) !important; */
}

/* Fix for Swiper fade effect */
.swiper-container-fade .swiper-slide {
    opacity: 0;
    transition-property: opacity;
    transform: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1;
    position: relative;
    z-index: 2;
}
/* custom services section */

/* General Styles */
.services-section {
  padding: 50px !important;
  background-color: #dff4f9;
}


.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}

.section-header p {
  color: #777;
  font-size: 1.1rem;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.3s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 2.5rem;
  color: #246677;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.service-card h3 {
  font-size: 23px;
  margin-bottom: 15px;
  color: #246677;
  font-family: 'Cormorant Garamond', serif;
  font-weight:700;
}

.service-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more {
  color: #246677;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #fff;
}

.read-more i {
  font-size: 0.9rem;
}
.container.services{
  max-width: 1400px;
}

/* end services section */

h2.section-title__title.h2{
  font-size: 40px;
}
/* testimonial css cuatom */
.testimonial-slider {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }

    .slides-container {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .testimonial-card {
      flex: 0 0 33.3333%;
      background: white;
      margin: 10px;
      border-radius: 12px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      padding: 30px;
      text-align: center;
    }

    .quote-icon {
      color: #246677;
      font-size: 24px;
      margin-bottom: 15px;
    }

    .testimonial-text {
      color: #555;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .divider {
      height: 1px;
      background: linear-gradient(to right, transparent, #eee, transparent);
      margin: 20px auto;
      width: 100px;
    }

    .rating {
      color: #246677;
      margin-bottom: 15px;
    }

    .client-info {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .client-details h4 {
      margin: 0;
      color: #333;
      font-weight: 600;
      font-size: 16px;
    }

    .client-details p {
      margin: 5px 0 0;
      color: #777;
      font-size: 13px;
    }

    .slider-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      z-index: 2;
    }

    .nav-arrow {
      background: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      border: none;
    }

    .nav-arrow:hover {
      background: #236677;
      color: white;
    }

    .dots-container {
      display: flex;
      justify-content: center;
      margin-top: 30px;
    }

    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #ccc;
      margin: 0 5px;
      cursor: pointer;
    }

    .dot.active {
      background: #246677;
    }

    /* Responsive: 1 slide at a time */
    @media (max-width: 768px) {
      .testimonial-card {
        flex: 0 0 100%;
      }
    }
    /* testimonial slider css end */

    p.testimonial-two__top-text{
      color: #424141;
      text-align: justify;
    }
    /* Book a Session Css Start */
    .therapy-cta {
        padding: 60px 20px;
        background: linear-gradient(135deg, #f8f4ff 0%, #f0f9ff 100%);
        font-family: 'Poppins', sans-serif;
    }
    
    .therapy-cta__card {
        max-width: 800px;
        margin: 0 auto;
        /* background: white; */
        border-radius: 16px;
        /* padding: 50px; */
        /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .therapy-cta__headline {
        font-size: 2.2rem;
        color: #fff;
        margin-bottom: 15px;
        line-height: 1.3;
        font-weight: 600;
        text-align: center;
    }
    
    .therapy-cta__subtext {
        font-size: 1.1rem;
        color: #fff;
        line-height: 1.6;
        max-width: 600px;
        text-align: center;
    }
    
    .therapy-cta__actions {
        display: flex;
        gap: 15px;
        justify-content: center;
    }
    
    .therapy-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 25px;
        border-radius: 50px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        text-align: center;
    }
    
    .therapy-btn--primary {
        background: #fff;
        color: #246677;
    }
    
    .therapy-btn--secondary {
        background: transparent;
        color: #fff;
        border: 2px solid #e0d8f7;
    }
    
    .therapy-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .therapy-cta__quick-contact {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
        color: #666;
        justify-content: center;
    }
    
    .contact-icons {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 15px;
    }
    
    .contact-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        /* background: #f5f2ff; */
        color: #fff;
        transition: all 0.3s ease;
        font-size: 40px;
    }
    
    .contact-icons a:hover {
        background: #246677;
        color: #fff;
        transform: scale(1.1);
    }
    a.therapy-btn.therapy-btn--primary:hover{
      color:#246677;
    }
    a.therapy-btn.therapy-btn--secondary:hover{
      color:#fff;
    }
    @media (max-width: 768px) {
        .therapy-cta__card {
            padding: 30px;
        }
        
        .therapy-cta__headline {
            font-size: 1.8rem;
        }
        
        .therapy-cta__subtext {
            font-size: 1rem;
        }
        
        .therapy-cta__quick-contact {
            flex-direction: column;
            align-items: flex-start;
        }
    }
    /* End Book a Session Css End */


    .container-fluid.session{
      padding-left: 0px;
      padding-right: 0px;
    }

    @media (max-width: 991px) {
      .container-fluid.session {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }

      .appointments-one__inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
      }
    }

    .footer_widget{
      list-style-type: none;
      line-height: 40px;
    }
    a.abt_widget{
      color: #8c97aa;
    }
.contact-title{
  color:#fff;
  font-size: 20px;
}
  /* Custom Nav Css Start  */
   nav {
      background: var(--bg);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 100;
    }
    
    .nav-container {
      max-width: 1200px;
      margin: 0px auto;
      padding: 5px;
    }
    
    .nav-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 72px;
    }
    
    .logo {
      display: flex;
      align-items: center;
    }
    
    .logo img {
      /* height: 120px; */
    }
    
    .nav-links {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    
    .nav-links a {
      color: #236677;
      text-decoration: none;
      font-weight: 500;
      font-size: 17px;
      padding: 10px 16px;
      /* border-radius: 8px; */
      transition: all 0.2s ease;
      /* text-transform: uppercase; */
      font-weight: bold;

    }
    ul.ul_dropdown{
      max-height: 300px;
      overflow: scroll;
    }
    
    .nav-links a:hover {
      color: var(--primary);
    }
    
    .nav-links a.active {
      color: var(--primary);
      background: #f5f3ff;
    }
    
    .book-btn {
      padding: 10px 20px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--primary);
      color: white;
      border: none;
    }
    
    .book-btn:hover {
      background: var(--primary-light);
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
    }
    
    .mobile-menu-btn {
      display: none;
      background: none;
      border: none;
      font-size: 20px;
      color: var(--text);
      cursor: pointer;
      padding: 8px;
      border-radius: 8px;
    }
    
    .mobile-menu-btn:hover {
      background: #f3f4f6;
    }
    
    @media (max-width: 992px) {
      .nav-links {
        display: none;
      }
      
      .mobile-menu-btn {
        display: block;
      }
      
      .nav-wrapper {
        height: 64px;
      }
    }
    
    /* Mobile menu */
    .mobile-menu {
      position: fixed;
      top: 72px;
      left: 0;
      width: 100%;
      background: var(--bg);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 16px 24px;
      transform: translateY(-100%);
      opacity: 0;
      transition: all 0.3s ease;
      z-index: 99;
      pointer-events: none;
    }
    
    .mobile-menu.open {
      transform: translateY(0);
      opacity: 1;
      pointer-events: all;
    }
    
    .mobile-links {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    
    .mobile-links a {
      color: var(--text);
      text-decoration: none;
      font-weight: 500;
      padding: 12px 16px;
      border-radius: 8px;
      transition: all 0.2s ease;
    }
    
    .mobile-links a:hover, .mobile-links a.active {
      background: #f5f3ff;
      color: var(--primary);
    }
    
    .mobile-book-btn {
      width: 100%;
      margin-top: 16px;
    }
    /* End Custom Nav Css */
    .therapy-btn--primary.session{
      background: #236677;
      color:#fff;
    }
    a.therapy-btn.therapy-btn--primary.session:hover{
      color:#fff;
    }
    .nav-links a:hover{
      color:#236677;
    }
    .therapy-cta__headline.h2{
      font-size: 24px;
    }
    .main-slider-two__sub-title {
      font-family: 'Dancing Script', cursive;
      font-size: 1.5rem;
      color: #fff !important;
    }

    /* services internal pages css */
    .mt-2.p_txt{
      font-family: 'Segoe UI', sans-serif;
    }
    .p_txt{
      font-family: 'Segoe UI', sans-serif;
    }
     .inner-management-section {
          padding: 60px 20px;
          background-color: #dff4f9;
        }
    
        .container.service {
          max-width: 1200px;
          margin: auto;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          gap: 40px;
        }

        .content-box {
          flex: 1 1 500px;
        }

        .image-box {
          flex: 1 1 400px;
        }
    
        .content-box h2 {
          font-size: 32px;
          margin-bottom: 20px;
          color: #236677;
        }
    
        .tagline {
          color: #7f8c8d;
          font-size: 16px;
          text-transform: uppercase;
          margin-bottom: 10px;
          font-weight: 600;
        }
    
        .quote {
          font-style: italic;
          color: #12813a;
          margin-bottom: 20px;
          border-left: 4px solid #6ab04c;
          padding-left: 15px;
          font-size:20px;
        }
    
        .text-content {
          line-height: 1.7;
          font-size: 16px;
          color: #444;
          /* margin-bottom: 30px; */
        }
    
        
    
        .image-box {
          /* flex: 1 1 400px; */
          position: relative;
        }
    
        .image-box img {
          max-width: 100%;
          border-radius: 10px;
          box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
    
        .keypoints {
          margin-top: 30px;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
        }
    
        .keypoint {
          display: flex;
          align-items: flex-start;
          gap: 15px;
        }
    
        .keypoint i {
          font-size: 32px;
          color: #6ab04c;
          margin-top: 3px;
          min-width: 24px;
        }
    
        .keypoint p {
          margin: 0;
          font-size: 15px;
          color: #333;
        }
    
        @media (max-width: 768px) {
          .container {
            flex-direction: column;
          }
    
          .keypoints {
            grid-template-columns: 1fr;
          }
        }
        /* slider css start */
        .slider-container {
                width: 100%;
                position: relative;
                overflow: hidden;
            }
    
            .slider-title {
                text-align: center;
                margin-bottom: 30px;
                color: #333;
                font-size: 1.8rem;
                font-weight: 600;
            }
    
            .slider-wrapper {
                position: relative;
                padding: 40px;
            }
    
            .emotion-track {
                display: flex;
                gap: 20px;
                transition: transform 0.5s ease;
            }
    
            .emotion-card {
                min-width: 160px;
                background: white;
                border-radius: 12px;
                padding: 20px;
                display: flex;
                flex-direction: column;
                align-items: center;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
                transition: transform 0.3s;
                flex-shrink: 0;
            }
    
            .emotion-card:hover {
                transform: translateY(-5px);
            }
    
            .emotion-icon {
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.8rem;
                margin-bottom: 15px;
                border-radius: 50%;
            }
    
            .emotion-name {
                font-size: 20px;
                font-weight: 900;
                color: #135f72;
                text-align: center;
                font-family: 'Cormorant Garamond', serif;
            }
    
            /* Navigation arrows */
            .slider-arrow {
                position: absolute;
                top: 67%;
                transform: translateY(-50%);
                width: 40px;
                height: 40px;
                background: white;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
                z-index: 10;
                transition: all 0.3s;
                border: none;
                color: #333;
            }
    
            .slider-arrow:hover {
                background: #4361ee;
                color: white;
            }
    
            .slider-arrow.left {
                left: 0;
            }
    
            .slider-arrow.right {
                right: 0;
            }
    
            /* Color variations */
            .emotion-card:nth-child(10n+1) .emotion-icon { background: #ffe0e6; color: #ff6b8b; }
            .emotion-card:nth-child(10n+2) .emotion-icon { background: #fff2d5; color: #ff9e3d; }
            .emotion-card:nth-child(10n+3) .emotion-icon { background: #e0f7fa; color: #26c6da; }
            .emotion-card:nth-child(10n+4) .emotion-icon { background: #e8f5e9; color: #66bb6a; }
            .emotion-card:nth-child(10n+5) .emotion-icon { background: #f3e5f5; color: #ab47bc; }
            .emotion-card:nth-child(10n+6) .emotion-icon { background: #e8eaf6; color: #5c6bc0; }
            .emotion-card:nth-child(10n+7) .emotion-icon { background: #ffebee; color: #ef5350; }
            .emotion-card:nth-child(10n+8) .emotion-icon { background: #e0f2f1; color: #26a69a; }
            .emotion-card:nth-child(10n+9) .emotion-icon { background: #fff8e1; color: #ffca28; }
            .emotion-card:nth-child(10n+10) .emotion-icon { background: #f1f8e9; color: #9ccc65; }
    
            @media (max-width: 1200px) {
                .slider-wrapper {
                    padding: 35px 25px;
                }
                .emotion-card {
                    min-width: 150px;
                    padding: 18px;
                }
            }

            @media (max-width: 992px) {
                .slider-wrapper {
                    padding: 30px 20px;
                }
                .emotion-card {
                    min-width: 140px;
                    padding: 16px;
                }
            }

            @media (max-width: 768px) {
                .slider-wrapper {
                    padding: 25px 15px;
                }
                .emotion-card {
                    min-width: 130px;
                    padding: 15px;
                }
                .emotion-icon {
                    width: 50px;
                    height: 50px;
                    font-size: 1.5rem;
                }
                .emotion-name {
                    font-size: 18px;
                }
                .slider-arrow {
                    width: 35px;
                    height: 35px;
                }
                .subtitle h3.fw-bold {
                    font-size: 32px;
                }
            }

            @media (max-width: 576px) {
                .slider-wrapper {
                    padding: 20px 10px;
                }
                .emotion-card {
                    min-width: 110px;
                    padding: 12px;
                }
                .emotion-icon {
                    width: 45px;
                    height: 45px;
                    font-size: 1.3rem;
                    margin-bottom: 10px;
                }
                .emotion-name {
                    font-size: 16px;
                }
                .slider-arrow {
                    width: 32px;
                    height: 32px;
                    font-size: 14px;
                }
                .slider-arrow.left {
                    left: 5px;
                }
                .slider-arrow.right {
                    right: 5px;
                }
                .subtitle h3.fw-bold {
                    font-size: 28px;
                }
                .subtitle p.text-muted {
                    font-size: 14px;
                }
            }

            @media (max-width: 375px) {
                .slider-wrapper {
                    padding: 15px 5px;
                }
                .emotion-card {
                    min-width: 95px;
                    padding: 10px;
                }
                .emotion-icon {
                    width: 40px;
                    height: 40px;
                    font-size: 1.1rem;
                    margin-bottom: 8px;
                }
                .emotion-name {
                    font-size: 14px;
                }
                .slider-arrow {
                    width: 28px;
                    height: 28px;
                    font-size: 12px;
                }
                .subtitle h3.fw-bold {
                    font-size: 24px;
                }
                .subtitle p.text-muted {
                    font-size: 13px;
                }
            }
                
            h3.text-center.mb-4.fw-bold{
                color:#236677;
            }
            i.fas.fa-heart.fa-2x.text-danger.mb-3{
                font-size:40px;
            }
            i.fas.fa-brain.fa-2x.text-primary.mb-3{
                font-size:40px;
            }
            i.fas.fa-balance-scale.fa-2x.text-warning.mb-3{
                font-size:40px;
            }
            i.fas.fa-seedling.fa-2x.text-success.mb-3{
                font-size:40px;
            }
            .card-body.cards_inner{
                box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                padding:30px;
            }
                
            /* slider css end */
          
            .subtitle{
              text-align:center;
            }
          

              h3.fw-bold{
              color:#236677;
              font-family:'Cormorant Garamond', serif;
              font-size:45px;
            }
            .card{
              background-color:unset;
            }  
            a.btn.btn-inner-ease{
              background:#236677;
              padding: 10px;
              color:#fff;
              margin-top:15px;
              font-weight:600;
            }  
            h6.card-title.fw-semibold{
                color:#236677;
                font-weight:800;
                font-size:24px;
                text-align:center;
                font-family:'Cormorant Garamond', serif;
            }
            p.card-text.small{
                font-style:italic;
                font-weight:500;
                text-align:center;
            }
            p.text-muted.fst-italic.mt-2{
                font-weight:600;
                font-size:15px;
            }
            /* keypoints css */

            .key-points {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
        }
        
            .point {
                flex: 1 1 calc(25% - 25px);
                min-width: 250px;
                background: white;
                padding: 30px;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                border-top: 4px solid #4a89dc;
                transition: all 0.3s ease;
            }
            .point:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            }
        
            .point-icon {
                font-size: 25px;
                margin-bottom: 20px;
                color: #236677;
                text-align:center;
            }
                
            .point h3 {
                color: #236677;
                font-size: 18px;
                margin-top: 0;
                margin-bottom: 15px;
                font-weight:600;
            }
            
            .point p {
                color: #3d3d3d;
                margin: 0;
            }
                
            @media (max-width: 768px) {
                .point {
                    flex: 1 1 100%;
                }
            }
        /* end keypoints css */
           
            .text__p{
                font-weight:700;
                font-size:18px;
                color:#236677;
                font-style:italic;
            }
            .container-fluid.p-5{
                background:#d9f5dc;
            }
            i.fa-solid.fa-dove.fa-2x{
                color:#48cfad;
            }
            i.fa-solid.fa-retweet.fa-2x{
                color:#48cfad;
            }
            img.img-fluid.inner{
                /* height:442px; */
            }
             i.fa-solid.fa-puzzle-piece.fa-2x{
                color:#48cfad;
            }
            i.fa-solid.fa-spa.fa-2x{
                color:#48cfad;
            }
            i.fa-solid.fa-spa.fa-2x.icon{
              color:#236677;
            }
            i.fa-solid.fa-scale-balanced.fa-2x{
               color:#48cfad;
            }
            i.fa-solid.fa-wind.fa-2x{
              color:#48cfad;
            }
            img.img-fluid.inner.mediatation{
              /* height:380px; */
            }
            i.fas.fa-sync-alt.fa-2x.mb-3{
              color:#48cfad;
            }
            i.fas.fa-walking.fa-2x.mb-3{
              color:#48cfad;
            }
            i.fa-solid.fa-rotate.fa-2x{
              color:#48cfad;
            }
            i.fa-solid.fa-solid.fa-shield-heart.fa-2x{
              color:#48cfad;
            }
           
            i.fas.fa-spa.fa-2x.wisdom{
              color:#48cfad;
            }
            i.fas.fa-leaf.fa-2x.mb-3.wisdom{
              color:#48cfad;
            }
            i.fas.fa-bullseye.fa-2x{
              color:#48cfad;
            }
            i.fas.fa-hamsa.fa-2x{
              color:#48cfad;
            }
            i.fa-solid.fa-pen-nib.fa-2x{
              color:#48cfad;
            }
            i.fa-solid.fa-splotch.fa-2x{
              color:#48cfad;
            }
            .container.servicequit-emotional{
                display:flex;
                gap:2%;
            }
            i.fa-solid.fa-handshake.fa-2x{
              color:#48cfad;
            }
            i.fa-solid.fa-shuffle.fa-2x{
              color:#48cfad;
            }
            img.img-fluid.inner.relationship-mgt{
              /* height:375px; */
            }
            i.fas.fa-seedling.fa-2x.self-worth{
              color:#48cfad;
            }
            i.fas.fa-infinity.fa-2x{
              color:#48cfad;
            }
            i.fas.fa-dove.fa-2x.confession{
              color:#48cfad;
            }
            i.fas.fa-users.fa-2x{
              color:#48cfad;
            }
            i.fa-solid.fa-hourglass-half.fa-2x.skill{
              color:#48cfad; 
            }
            i.fa-solid.fa-shield-heart.fa-2x.skill{
              color:#236677;
            }
            i.fa-solid.fa-handshake-angle.fa-2x.skill{
               color:#48cfad; 
            }
            h6.card-title.fw-semibold.relation-mgt{
              color:#236677;
              font-size: 26px;
              text-align: left;
              margin-bottom: 20px;
            }
            section.blog-two.blogs{
              padding: 0 50px 50px 50px;
              background: #d9f5dc;
            }   

            h2.section-title__title.blogss{
                color:#236677;
                font-family:'Cormorant Garamond';
                font-size: 60px !important;
            }

             /* Blog title responsive for small mobile */
            @media (max-width: 421px) {
                h2.section-title__title.blogss {
                    font-size: 41px !important;
                }
            }

             /* Tabs Section Css Start */
             :root {
            --primary: #4A6FA5;
            --secondary: #6B8CAB;
            --accent: #FF7E5F;
            --light: #F8F9FA;
            --dark: #2B3A4A;
            --text: #3E4C59;
            --text-light: #6B7B8C;
            --white: #FFFFFF;
            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
             .tabs-header {
            display: flex;
            overflow-x: auto;
            padding: 0;
            background: var(--white);
            scrollbar-width: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
           .subheadline {
            font-size: 1.3rem;
            max-width: 800px;
            margin: 0 auto 20px;
            opacity: 0.9;
            position: relative;
            font-style: italic;
        }

        .intro-text {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
            position: relative;
            opacity: 0.95;
        }

        .relationship-explorer {
            background: var(--white);
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin-bottom: 60px;
        }
        .tabs-header::-webkit-scrollbar {
            display: none;
        }

        .tab-button {
            padding: 18px 25px;
            background: transparent;
            border: none;
            border-bottom: 3px solid transparent;
            cursor: pointer;
            font-weight: 600;
            color: #236677;
            transition: var(--transition);
            white-space: nowrap;
            font-size: 0.95rem;
            position: relative;
            display: flex;
            align-items: center;
        }

        .tab-button:hover {
            color: #236677;
            background: rgba(74, 111, 165, 0.05);
        }

        .tab-button.active {
            color: #fff;
            border-bottom-color: #236677;
            background: #236677;
        }

        .tab-button .icon {
            margin-right: 10px;
            font-size: 1rem;
            opacity: 0.8;
        }

        .tab-content {
            padding: 40px;
        }

        .tab-pane {
            display: none;
            animation: fadeIn 0.4s ease-out;
        }

        .tab-pane.active {
            display: block;
        }

        .relationship-card {
            display: flex;
            gap: 50px;
            align-items: center;
        }

        .relationship-image {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            min-height: 350px;
            background: var(--light);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .relationship-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .relationship-image:hover img {
            transform: scale(1.03);
        }

        .relationship-details {
            flex: 1;
        }

        .relationship-text {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 25px;
            color: var(--text);
            position: relative;
            padding-left: 20px;
            text-align: justify;
        }

        .relationship-text::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: #11af69;
            border-radius: 2px;
        }

        .themes-container {
            margin-bottom: 25px;
        }

        .themes-title {
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--primary);
            display: flex;
            align-items: center;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .themes-title i {
            margin-right: 8px;
            opacity: 0.7;
        }

        .themes-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .theme-tag {
            background: rgba(74, 111, 165, 0.1);
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 0.9rem;
            color: var(--primary);
        }
         .section-cta {
            text-align: center;
            margin-top: 40px;
        }

        .section-cta .cta-button {
            font-size: 1rem;
            padding: 12px 28px;
            background: var(--primary);
            color: var(--white);
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
        }

        .section-cta .cta-button:hover {
            background: var(--secondary);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
        }
         .section-cta .cta-button i {
            margin-left: 8px;
            font-size: 0.9rem;
        }

        .main-cta {
            text-align: center;
            margin: 60px 0;
        }

        .main-cta .cta-button {
            background: var(--accent);
            color: var(--white);
            border: none;
            padding: 16px 36px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            cursor: pointer;
            transition: var(--transition);
            box-shadow: 0 4px 15px rgba(255, 126, 95, 0.3);
            display: inline-flex;
            align-items: center;
        }

        .main-cta .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 126, 95, 0.4);
            background: #FF6B4D;
        }

        .main-cta .cta-button i {
            margin-left: 10px;
        }
         @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @media (max-width: 992px) {
            .relationship-card {
                flex-direction: column;
            }
            
            .relationship-image {
                width: 100%;
                max-width: 600px;
                margin: 0 auto 30px;
            }
        }

        @media (max-width: 768px) {
            header {
                /* padding: 30px 0 30px; */
            }
            
            .subheadline {
                font-size: 1.1rem;
            }
            
            .tab-content {
                padding: 30px 20px;
            }
            
            .tab-button {
                padding: 15px 20px;
                font-size: 0.9rem;
            }
            
            .tab-button .icon {
                margin-right: 6px;
                font-size: 0.9rem;
            }
        }

             /* Tabs Section Css End */


             /* Services Page css start */
              
    
        .container.inner-management {
          max-width: 1200px;
          margin: auto;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          gap: 10px;
        }
    
        .content-box {
          flex: 1 1 500px;
        }
    
        .content-box h2 {
          font-size: 32px;
          margin-bottom: 20px;
          color: #19776b;
        }
    
        .tagline {
          color: #7f8c8d;
          font-size: 16px;
          text-transform: uppercase;
          margin-bottom: 10px;
          font-weight: 600;
        }
    
        .quote {
          font-style: italic;
          color: #555;
          margin-bottom: 20px;
          border-left: 4px solid #6ab04c;
          padding-left: 15px;
        }
    
        .text-content {
          line-height: 1.7;
          font-size: 16px;
          color: #444;
          margin-bottom: 30px;
        }
    
        .read-more {
          display: inline-block;
          margin-top: 25px;
          padding: 10px 20px;
          background-color: #236677;
          color: #fff;
          text-decoration: none;
          border-radius: 5px;
          font-weight: bold;
        }
    
        .image-box {
          flex: 1 1 400px;
          position: relative;
        }
    
        .image-box img {
          max-width: 100%;
          border-radius: 10px;
          box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
    
        .keypoints {
          margin-top: 30px;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
        }
    
        .keypoint {
          display: flex;
          align-items: flex-start;
          gap: 15px;
        }
    
        .keypoint i {
          font-size: 32px;
          color: #6ab04c;
          margin-top: 3px;
          min-width: 24px;
        }
    
        .keypoint p {
          margin: 0;
          font-size: 15px;
          color: #333;
        }
    
        @media (max-width: 768px) {
          .container {
            flex-direction: column;
          }
    
          .keypoints {
            grid-template-columns: 1fr;
          }
        }
         .subtitle{
              text-align:center;
            }
            h3.fw-bold{
              color:#236677;
              font-family:'Cormorant Garamond', serif;
            }
            .card{
              background-color:unset;
            }  
            a.btn.btn-inner-ease{
              background:#236677;
              padding: 10px;
              color:#fff;
              margin-top:15px;
            } 
            img.img-fluid.inner{
              /* height:550px; */
            } 
            h2.section-title__title.inner{
                color:#19776b;
                font-size:41px !important;
                font-family:'Cormorant Garamond', serif;
            }
            .section-title__tagline{
                color:#009688;
            }
            .services-one__title{
                font-size:21px;
                font-family:'Cormorant Garamond', serif;
            }
            .services-one__content{
              height:290px;
              background:#fff;
            }
            .services-page{
                padding:70px;
                background:#d9f5dc;
            }
            section.services-one.services-page.cbt{
                padding:60px;
                background:#dff4f9;
            }
            .services-one__title a{
                color:#076257;
            }
            .services-one__img{
                background-color:#fff;
            }
            p.services-one__text{
              color:#484242;
            }
            .container.blogss{
              padding: 50px;
            }
            h2.section-title__title.abt{
              font-size: 50px !important;
            }
             /* Services Page css End */


             /* services cards section css start*/
             .healing-wrapper {
              justify-content: center;
              align-items: center;
              width: 100%;
              margin-top: -120px;
              position: relative;
              padding: 80px 20px;
            }
            .healing-services {
              display: flex;
              flex-wrap: wrap;
              gap: 24px;
              justify-content: center;
              max-width: 1400px;
              margin: 0 auto;
            }

            .healing-card {
              flex: 0 0 250px;
            }
            .healing-card {
              border-radius: 20px;
              text-align: center;
              padding: 30px 20px;
              box-shadow: 0 4px 12px rgba(0,0,0,0.08);
              transition: transform 0.3s ease, box-shadow 0.3s ease;
              border: none;
              color: #333;
              background: #fff;
              position: relative;
              overflow: hidden;
            }
            .healing-card:hover {
              transform: scale(1.05);
              box-shadow: 0 12px 30px rgba(0,0,0,0.15);
            }
            .healing-card img {
              width: 70px;
              height: 70px;
              margin-bottom: 16px;
              background: white;
              border-radius: 50%;
              padding: 10px;
            }
            .healing-title {
              font-size: 25px;
              font-weight: 600;
              margin-bottom: 8px;
              font-family: 'Cormorant Garamond', serif;
              color: #236677;
            }
            .healing-subtitle {
              font-size: 17px;
              color: #323232;
              font-family: 'Cormorant Garamond', serif;
              font-weight: 700;
            }
          /* Background gradients */
          .relationship-bg {
            background: linear-gradient(135deg, #ffd6e7, #fcbad3);
          }
          .emotional-bg {
            background: linear-gradient(135deg, #c8f4f9, #97e5ef);
          }
          .meditation-bg {
            background: linear-gradient(135deg, #d0f5d8, #baf7cb);
          }
          .art-therapy-bg {
            background: linear-gradient(135deg, #ffe0f0, #ffcad4);
          }
          .behavioral-bg {
            background: linear-gradient(135deg, #c6ecf9, #9ed9f7);
          }

             /* services cards section css end */

              /* hero section css start */
              .hero-section {
                background-size: cover;
                background-position: center;
                height: 600px;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                text-align: center;
              }

              .hero-section h5 {
                font-size: 1.5rem;
                margin-bottom: 10px;
                font-family: 'Dancing Script', cursive;
                color:#fff;
              }

            .hero-section h1 {
              font-size: 70px;
              margin-bottom: 20px;
              color:#fff;
              font-family: 'Poppins', sans-serif;
              font-weight: 700;
              text-transform: uppercase;
            }

            .thm-btn {
              display: inline-block;
              padding: 10px 20px;
              margin: 0 10px;
              background: #000;
              color: #fff;
              text-decoration: none;
              border-radius: 5px;
            }
            a.thm-btn.main-slider-two__btn-two{
              background: #236677;
            }

          .thm-btn:hover {
            background: #236677;
          }

          .emotion-icon-img {
              width: 50px;
              height: 50px;
              object-fit: contain;
              display: block;
              margin: 0 auto;
          }
              /* hero section css end */

              /* tips mental health css start */

            :root {
            --bg-color: #f1fdfb;
            --card-peach: #ffe8d6;
            --card-lavender: #e9d5ff;
            --card-mint: #d1f2eb;
            --card-sky: #d6eaff;
            --card-blush: #ffd6da;
            --card-grey: #f0f0f0;
            --text-dark: #333;
            --text-soft: #555;
            --shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.08);
            --shadow-hover: 0 10px 25px rgba(0, 0, 0, 0.12);
        }
          .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        
        .wellness-card {
            background: white;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: var(--shadow-soft);
            min-height: 300px;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .wellness-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
        
        /* Alternate card colors */
        .wellness-card:nth-child(6n+1) { background: #236677;}
        .wellness-card:nth-child(6n+2) { background: #009688;}
        .wellness-card:nth-child(6n+3) { background: #236677; }
        .wellness-card:nth-child(6n+4) { background: #009688; }
        .wellness-card:nth-child(6n+5) { background:#236677; }
        .wellness-card:nth-child(6n+6) { background: #009688; }
        
        .card-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 32px auto 24px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            font-size: 32px;
        }
        
        .card-content {
            padding: 0 32px 32px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            height:170px;
        }
        
        .card-title {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 20px;
            color: var(--text-dark);
            margin-bottom: 16px;
            text-align: center;
        }
        
        .card-text {
            font-size: 15px;
            margin-bottom: 20px;
            text-align: center;
            flex-grow: 1;
        }
        
        .card-author {
            font-family: 'Dancing Script', cursive;
            font-size: 16px;
            color: var(--text-soft);
            text-align: center;
            opacity: 0.8;
            margin-top: auto;
        }
        
        .section-subtitle {
            font-family: 'Dancing Script', cursive;
            font-size: 22px;
            text-align: center;
            margin-bottom: 50px;
            color: #8a6b5f;
        }
        
        @media (min-width: 530px) and (max-width: 992px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 529px) {
            .mental_health .cards-grid,
            .tips_mentalhealth .cards-grid,
            .cards-grid {
                grid-template-columns: 1fr !important;
                display: grid !important;
            }

            .mental_health .wellness-card,
            .tips_mentalhealth .wellness-card,
            .wellness-card {
                min-height: 280px;
                width: 100% !important;
                max-width: 100% !important;
                flex: 0 0 100% !important;
            }

            .card-content {
                padding: 0 24px 24px;
            }

            .tips_mentalhealth {
                padding: 0 10px !important;
            }

            .container-fluid {
                padding-left: 10px !important;
                padding-right: 10px !important;
            }

            section.mental_health .cards-grid {
                grid-template-columns: 1fr !important;
            }
        }
        h6.card-title.fw-semibold.tip_1{
          color:#fff;
        }
         .container.tips_mentalhealth{
          max-width:1500px;
         }
         p.card-text.small.tip{
          color:#fff;
         }
         section.mental_health.p-5{
          background: #dff4f9;
         }
        /* End mental health css */

        /* four stages of relationship css start */

        /* Relationship Cycle */
         :root {
            --euphoric: #fd79a8;
            --early: #74b9ff;
            --conflict: #fdcb6e;
            --attachment: #00b894;
            --dark: #2d3436;
            --light: #f9f9f9;
            --gray: #dfe6e9;
            --card-shadow: 0 10px 30px rgba(0,0,0,0.08);
            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        .relationship-cycle {
            position: relative;
            width: 100%;
            min-height: 600px;
            margin-bottom: 4rem;
        }
        
        .cycle-visual {
            position: relative;
            width: 100%;
            height: 500px;
            margin: 0 auto;
        }
        
        .cycle-circle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            height: 400px;
            border-radius: 50%;
            border: 2px dashed var(--gray);
        }
        
        .cycle-path {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 380px;
            height: 380px;
            border-radius: 50%;
        }
        
        .stage-point {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            cursor: pointer;
            transform: translate(-50%, -50%);
            transition: var(--transition);
            z-index: 3;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .stage-point:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }
        
        .stage-point.euphoric {
            background-color: var(--euphoric);
            top: 20%;
            left: 50%;
        }
        
        .stage-point.early {
            background-color: var(--early);
            top: 50%;
            left: 80%;
        }
        
        .stage-point.conflict {
            background-color: var(--conflict);
            top: 80%;
            left: 50%;
        }
        
        .stage-point.attachment {
            background-color: var(--attachment);
            top: 50%;
            left: 20%;
        }
        
        .stage-point.active {
            transform: translate(-50%, -50%) scale(1.2);
            box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
        }
        
        .stage-label {
            position: absolute;
            font-weight: 600;
            font-size: 1.1rem;
            white-space: nowrap;
            transform: translate(-50%, -50%);
        }
        
        .stage-point.euphoric .stage-label {
            top: -40px;
            left: 50%;
            color: var(--euphoric);
        }
        
        .stage-point.early .stage-label {
            top: 50%;
            left: calc(100% + 130px);
            color: var(--early);
        }
        
        .stage-point.conflict .stage-label {
            bottom: -73px;
            left: 50%;
            color: var(--conflict);
        }
        
        .stage-point.attachment .stage-label {
            top: 50%;
            right: calc(100% + 30px);
            color: var(--attachment);
        }
        
        /* Stage Cards */
        .stage-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            /* margin-top: 2rem; */
        }
        .cards.relation_mgt{
          display: flex;
        }
        
        .stage-card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: var(--card-shadow);
            transition: var(--transition);
            opacity: 0.6;
            transform: scale(0.95);
        }
        
        .stage-card.active {
            opacity: 1;
            transform: scale(1);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .stage-card h2 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }
        
        .stage-card h2 i {
            margin-right: 10px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }
        
        .euphoric-card h2 {
            color: var(--euphoric);
        }
        
        .euphoric-card h2 i {
            background-color: rgba(253, 121, 168, 0.1);
            color: var(--euphoric);
        }
        
        .early-card h2 {
            color: var(--early);
        }
        
        .early-card h2 i {
            background-color: rgba(116, 185, 255, 0.1);
            color: var(--early);
        }
        
        .conflict-card h2 {
            color: var(--conflict);
        }
        
        .conflict-card h2 i {
            background-color: rgba(253, 203, 110, 0.1);
            color: var(--conflict);
        }
        
        .attachment-card h2 {
            color: var(--attachment);
        }
        
        .attachment-card h2 i {
            background-color: rgba(0, 184, 148, 0.1);
            color: var(--attachment);
        }
        
        .stage-card p {
            color: #666;
            margin-bottom: 1rem;
        }
        
        .stage-card ul {
            list-style-position: inside;
            color: #666;
            padding-left: 5px;
        }
        
        .stage-card li {
            margin-bottom: 0.5rem;
        }
        
        /* Connection Arrows */
        .arrow {
            position: absolute;
            width: 100px;
            height: 30px;
            top: 50%;
            left: 50%;
            transform-origin: left center;
        }
        
        .arrow::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: var(--gray);
            top: 50%;
            transform: translateY(-50%);
        }
        
        .arrow::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 10px;
            height: 10px;
            border-right: 2px solid var(--gray);
            border-top: 2px solid var(--gray);
            transform: translateY(-50%) rotate(45deg);
        }
        
        .arrow-1 {
            transform: translate(90px, -90px) rotate(45deg);
        }
        
        .arrow-2 {
            transform: translate(90px, 90px) rotate(135deg);
        }
        
        .arrow-3 {
            transform: translate(-90px, 90px) rotate(225deg);
        }
        
        .arrow-4 {
            transform: translate(-90px, -90px) rotate(315deg);
        }
        
        /* Responsive */
        @media (max-width: 992px) {
            .cycle-circle {
                width: 300px;
                height: 300px;
            }
            
            .cycle-path {
                width: 280px;
                height: 280px;
            }
            
            .stage-point {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }
            
            .arrow {
                width: 70px;
            }
        }
        
        @media (max-width: 768px) {
            .relationship-cycle {
                min-height: 400px;
            }
            
            .cycle-visual {
                height: 300px;
            }
            
            .cycle-circle {
                width: 250px;
                height: 250px;
            }
            
            .cycle-path {
                width: 230px;
                height: 230px;
            }
            
            .stage-point {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
            
            .stage-label {
                font-size: 0.9rem;
            }
            
            .stage-point.euphoric .stage-label {
                top: -30px;
            }
            
            .stage-point.conflict .stage-label {
                bottom: -50px;
            }
            
            .arrow {
                display: none;
            }
        }    
        /* stages of relationnship end */




        /* end services internal pages css */


/* ====================================
   INDEX.PHP RESPONSIVE CSS - START
   ==================================== */

/* Hero Section - Base Desktop Styles */
.hero-section h5 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Hero Section Responsive - Increase font size on all screens */
/* Tablet and larger */
@media (min-width: 768px) {
    .hero-section h5 {
        font-size: 18px !important;
        line-height: 1.7 !important;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .hero-section h5 {
        font-size: 20px !important;
        line-height: 1.7 !important;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .hero-section h5 {
        font-size: 22px !important;
        line-height: 1.8 !important;
    }
}

/* Hero Section Responsive Fix for Mobile (320px - 991px) */
@media (max-width: 991px) {
    .hero-section {
        margin-top: 25px;
    }
}

@media (max-width: 765px) {
    .hero-section {
        height: auto !important;
        min-height: 500px !important;
        padding: 60px 20px !important;
    }

    .hero-section .container {
        padding: 0 15px;
    }

    .hero-section h5 {
        font-size: 18px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
        padding: 0 10px;
    }

    .hero-section h1 {
        font-size: 24px !important;
        line-height: 1.4 !important;
        margin-bottom: 25px !important;
        padding: 0 5px;
    }

    .hero-section div[style*="margin-top"] {
        margin-top: 30px !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 15px !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }

    .hero-section .thm-btn {
        flex: 0 1 auto !important;
        min-width: 150px !important;
        max-width: 48% !important;
        padding: 14px 15px !important;
        font-size: 14px !important;
        display: inline-block !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
}

/* Extra small screens (320px - 480px) */
@media (max-width: 480px) {
    .hero-section {
        min-height: 450px !important;
        padding: 50px 15px !important;
    }

    .hero-section h5 {
        font-size: 16px !important;
    }

    .hero-section h1 {
        font-size: 22px !important;
    }

    .hero-section .thm-btn {
        max-width: 260px !important;
        padding: 12px 18px !important;
        font-size: 14px !important;
    }
}

/* Services Section - Center Last Two Cards on All Screens */
.services-section .row {
    justify-content: center;
}

/* Services Section - Align All Buttons at Bottom */
.services-section .service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-section .service-card p {
    flex-grow: 1;
    margin-bottom: 20px;
}

.services-section .service-card .read-more {
    margin-top: auto;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    align-self: center;
}

/* Healing Cards Section - Responsive for all screen sizes */
/* Large screens: All 5 cards in one row */
@media (min-width: 1370px) {
    .healing-services {
        flex-wrap: nowrap !important;
    }
}

/* Medium-Large screens: Allow wrapping but optimize spacing */
@media (min-width: 839px) and (max-width: 1369px) {
    .healing-services {
        flex-wrap: wrap !important;
        max-width: 850px;
    }
}

/* Tablet screens: 2 cards per row */
@media (min-width: 576px) and (max-width: 838px) {
    .healing-services {
        flex-wrap: wrap !important;
        max-width: 550px;
    }

    .healing-card {
        flex: 0 0 250px;
    }
}

/* Mobile screens: 1 card per row */
@media (max-width: 575px) {
    .healing-services {
        flex-wrap: wrap !important;
    }

    .healing-card {
        flex: 0 0 250px;
        max-width: 100%;
    }
}

/* ====================================
   INDEX.PHP RESPONSIVE CSS - END
   ==================================== */



/* ====================================
   ABOUT PAGE CSS - START
   ==================================== */

h2.section-title__title.certified {
    font-size: 20px !important;
    line-height: 32px !important;
    margin-bottom: 0px !important;
}

.founder-quote {
    /* margin: 1.5rem 0; */
    padding-left: 1.5rem;
    border-left: 3px solid #E07A5F;
}

.founder-quote blockquote {
    font-family: 'Lora', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #6D6D6D;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.founder-quote cite {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    color: #8A9B68;
    font-style: normal;
    font-weight: 600;
}

.healer-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6D6D6D;
    margin-bottom: 2rem;
}

span.section-title__tagline {
    font-weight: bold;
}

/*Tabs Section Start About*/

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 45px;
    color: #246677;
    margin-bottom: 15px;
    font-weight:700;
}

.section-title p {
    /* max-width: 600px; */
    margin: 0 auto;
    color: #666666;
    opacity: 0.8;
}

.tabs-container {
    background-color: var(--light);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tabs-header {
    display: flex;
    border-bottom: 1px solid rgba(90, 143, 123, 0.2);
    flex-wrap: wrap;
}

.tab-btn {
    padding: 18px 25px;
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #246677;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tab-btn i {
    font-size: 1.2rem;
    color: #246677 !important;
}

.tab-btn:hover {
    color: var(--primary);
}

.tab-btn.active {
    color: #246677;
    font-weight: 600;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary);
}

.tabs-content {
    padding: 40px;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-pane.active {
    display: block;
}

.credential-card {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.credential-icon {
    font-size: 2.2rem;
    color: #246677;
    margin-top: 5px;
}

.credential-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #4c4c4c;
    margin-bottom: 15px;
    font-weight: bold;
}

.credential-text p {
    color: #666666;
    margin-bottom: 20px;
}

.credential-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tabs_blockquote {
    color: #666666;
}

.tab-btn.active:hover {
    background-color: #246677;
    color: #fff;
}


.tab-btn.active {
    background-color: #fff;
    border-color: #c8b6ff;
}

.tab-btn:hover {
    background-color: #246677;
    color: #fff;
}


.tab-btn {
    background-color: #fff;
    border-color: #c8b6ff;
}

/* Hover effect */
.tab-btn:hover {
    background-color: #246677;
    color: #fff;
}

.tab-btn:hover i {
    color: #fff !important;
}

section.tabs {
    background-color: #fff;
    padding: 50px;
}

.meta-item {
    background-color: rgba(90, 143, 123, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: var(--primary);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tabs-header {
        flex-direction: column;
    }

    .tab-btn {
        justify-content: flex-start;
        padding: 15px 25px;
        border-bottom: 1px solid rgba(90, 143, 123, 0.1);
    }

    .tab-btn.active::after {
        width: 3px;
        height: 100%;
        bottom: auto;
        left: 0;
    }

    .tabs-content {
        padding: 30px 20px;
    }

    .credential-card {
        flex-direction: column;
        gap: 15px;
    }

    .credential-icon {
        margin-top: 0;
    }
}

/*End tabs Section Css*/

/* About Vanya Section */
.about-vanya-section {
    padding: 60px;
    position: relative;
    background-color: #f8f5f2;
    overflow: hidden;
}

.about-vanya-container {
    display: block;
}

.about-content-col {
    max-width: 100%;
}

/* Header Styles */
.about-header {
    margin-bottom: 40px;
}

.section-subtitle {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5a8f7b;
    margin-bottom: 15px;
    font-weight: 600;
}

.credential-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.badge {
    background-color: #e8f1ed;
    color: #5a8f7b;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.badge:hover {
    background-color: #d4e8df;
}

/* Quote Card */
.quote-card {
    background-color: white;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.quote-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.1;
    color: #5a8f7b;
}

.quote-icon svg {
    width: 60px;
    height: 60px;
}

.founder-quote {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #555;
    line-height: 1.4;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    border-left: 3px solid #d4b483;
}

.founder-title {
    text-align: right;
}

.founder-title h5 {
    font-size: 1.1rem;
    color: #5a8f7b;
    margin-bottom: 5px;
}

.tagline {
    font-style: italic;
    color: #666;
}

/* Content Styles */
.philosophy-statement {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #444;
}

/* Image with Wrapped Text */
.image-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

.wrapped-image {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.wrapped-image img {
    /* width: 100%; */
    display: block;
    transition: transform 0.5s ease;
}

.wrapped-image:hover img {
    transform: scale(1.03);
}

.wrapped-text {
    flex: 2;
    min-width: 300px;
}

.wrapped-text p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
}

/* Expertise Grid */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.expertise-card {
    background-color: var(--light);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.expertise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.expertise-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(90, 143, 123, 0.1);
    border-radius: 50%;
    padding: 12px;
    color: #5a8f7b;
}

.expertise-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--primary);
}

.expertise-card h5 {
    font-size: 1.1rem;
    color: var(--dark);
    margin: 0 0 10px 0;
    font-weight: 600;
}

.expertise-card p {
    font-size: 0.9rem;
    color: var(--text);
    margin: 0;
    line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .image-text-wrapper {
        gap: 25px;
    }

    .wrapped-image {
        max-width: 380px;
    }

    .wrapped-text p {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 992px) {
    .image-text-wrapper {
        gap: 20px;
    }

    .wrapped-image {
        min-width: 280px;
        max-width: 350px;
    }

    .wrapped-text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .founder-quote {
        font-size: 1.5rem;
    }
}

@media (max-width: 951px) {
    .quote-card {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .quote-icon {
        top: 15px;
        left: 15px;
    }

    .quote-icon svg {
        width: 50px;
        height: 50px;
    }

    .founder-quote {
        font-size: 1.3rem;
        line-height: 1.5;
        padding-left: 20px;
    }

    .founder-title h5 {
        font-size: 1rem;
    }

    .image-text-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .wrapped-image {
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }

    .wrapped-image img {
        width: 100%;
        height: auto;
    }

    .wrapped-text {
        min-width: 100%;
    }

    .wrapped-text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .about-vanya-section {
        padding: 40px 20px;
    }

    .quote-card {
        padding: 25px;
    }

    .image-text-wrapper {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 25px;
    }

    .wrapped-image {
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }

    .wrapped-image img {
        width: 100%;
        height: auto;
    }

    .wrapped-text {
        min-width: 100%;
    }

    .wrapped-text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .expertise-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .about-vanya-section {
        padding: 30px 15px;
    }

    .section-title h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .about-content {
        margin-bottom: 20px;
    }

    .image-text-wrapper {
        gap: 15px;
        margin-bottom: 20px;
    }

    .wrapped-image {
        border-radius: 6px;
    }

    .wrapped-image img {
        width: 100%;
        height: auto;
    }

    .wrapped-text p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .founder-quote {
        font-size: 1.1rem;
        padding-left: 15px;
    }

    .credential-badges {
        flex-direction: column;
        align-items: flex-start;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .quote-card {
        padding: 20px;
    }
}

@media (max-width: 375px) {
    .about-vanya-section {
        padding: 25px 12px;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .image-text-wrapper {
        gap: 12px;
    }

    .wrapped-text p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .quote-card {
        padding: 18px;
    }
}

/* flex css cards about */
.feature-item {
    padding: 12px 15px;
    background-color: rgba(90, 143, 123, 0.1);
    border-radius: 30px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.feature-item:hover {
    background-color: rgba(90, 143, 123, 0.2);
}

.feature-icon svg {
    fill: #5a8f7b;
    width: 24px;
    height: 24px;
}

.feature-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-item {
        padding: 10px 12px;
    }

    .feature-title {
        font-size: 0.9rem;
    }
}

/* end flex css cards */

/* expertise css */
.feature-five {
    margin-top: 0px;
}

.feature-five__title {
    font-size: 16px;
    color: #000;
}

ul.list-unstyled.feature-five__list {
    margin-bottom: 30px;
}

/* end expertise css */

.feature-five__icon:before {
    background-color: unset;
}

i.fas.fa-award {
    color: #447c8b;
    font-size: 50px;
}

i.fas.fa-puzzle-piece {
    color: #447c8b;
    font-size: 50px;
}

i.fas.fa-seedling{
    color: #447c8b;
    font-size: 50px;
}

i.fas.fa-spa{
    color: #447c8b;
    /* font-size: 50px; */
}

i.fas.fa-paint-brush{
    color: #447c8b;
    font-size: 50px;
}

/* ====================================
   ABOUT PAGE CSS - END
   ==================================== */

/* TESTIMONIAL MOBILE FIX - HIGHEST PRIORITY */
@media (max-width: 768px) {
    .testimonial-two .testimonial-slider {
        padding: 0 45px !important;
        overflow: hidden !important;
    }
    
    .testimonial-two .testimonial-slider .slides-container {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    
    .testimonial-two .testimonial-slider .testimonial-card {
        flex: 0 0 calc(100% - 10px) !important;
        min-width: calc(100% - 10px) !important;
        max-width: calc(100% - 10px) !important;
        width: calc(100% - 10px) !important;
        margin: 0 5px !important;
    }
}

@media (max-width: 576px) {
    .testimonial-two .testimonial-slider {
        padding: 0 40px !important;
    }
    
    .testimonial-two .testimonial-slider .testimonial-card {
        flex: 0 0 calc(100% - 10px) !important;
        min-width: calc(100% - 10px) !important;
        max-width: calc(100% - 10px) !important;
        width: calc(100% - 10px) !important;
    }
}

@media (max-width: 375px) {
    .testimonial-two .testimonial-slider {
        padding: 0 35px !important;
    }
}

/* ====================================
   BLOG SECTION RESPONSIVE - START
   ==================================== */

/* Tablet View */
/* Large Desktop */
@media (min-width: 1501px) {
    /* .blog-two.blogs {
        padding: 120px 0 90px;
    } */

    .blog-two .container {
        max-width: 1400px;
        margin: 0 auto;
    }

    .blog-two .row {
        display: flex;
        justify-content: left;
        gap: 30px;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }

    .blog-two__single {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .blog-two__content-box {
        flex: 1;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .blog-two__content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .blog-two__date {
        position: absolute;
        top: 50%;
        left: -18px;
        transform: translateY(-50%);
        z-index: 10;
    }

    .blog-two__date p {
        transform: rotate(-90deg);
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        letter-spacing: 0.15em;
    }
}

/* Large Desktop and Tablets */
@media (min-width: 993px) and (max-width: 1500px) {
    .blog-two.blogs {
        padding: 100px 0 70px;
    }

    .blog-two .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .blog-two .row {
        display: flex;
        gap: 25px;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        flex: 0 0 calc(33.333% - 17px);
        max-width: calc(33.333% - 17px);
    }

    .blog-two .section-title__title {
        font-size: 40px;
    }

    .blog-two__single {
        margin-bottom: 35px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .blog-two__content-box {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .blog-two__content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .blog-two__title {
        font-size: 22px;
        line-height: 1.4;
    }

    .blog-two__content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .blog-two__date {
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translateY(-50%);
        z-index: 10;
    }

    .blog-two__date p {
        transform: rotate(-90deg);
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        letter-spacing: 0.12em;
    }
}

@media (min-width: 801px) and (max-width: 992px) {
    .blog-two.blogs {
        padding: 60px 0;
    }

    .blog-two .container {
        padding: 0 20px;
    }

    .blog-two .section-title__title {
        font-size: 36px;
    }

    .blog-two__single {
        margin-bottom: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .blog-two__content-box {
        /* padding: 25px 20px 25px 35px; */
        flex: 1;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .blog-two__content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .blog-two__date {
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        z-index: 10;
        width: auto;
        height: auto;
    }

    .blog-two__date p {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        letter-spacing: 0.1em;
        color: #236677;
        margin: 0;
        transform: rotate(-90deg);
        transform-origin: center center;
    }
}

/* Tablet View - Vertical Date */
@media (min-width: 601px) and (max-width: 800px) {
    .blog-two.blogs {
        padding: 50px 0;
    }

    .blog-two .container.blogss {
        padding: 0 15px;
    }

    .blog-two .section-title__title {
        font-size: 32px;
        line-height: 1.3;
    }

    .blog-two .section-title__tagline {
        font-size: 14px;
    }

    .blog-two .row {
        display: flex;
        flex-direction: column;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .blog-two__single {
        margin-bottom: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .blog-two__img-box {
        width: 100%;
    }

    .blog-two__img img {
        width: 100%;
        height: auto;
    }

    .blog-two__content-box {
        /* padding: 25px 20px 25px 30px; */
        flex: 1;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .blog-two__content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .blog-two__title {
        font-size: 20px;
        line-height: 1.4;
    }

    .blog-two__content p {
        font-size: 0.9rem !important;
        line-height: 1.6;
    }

    .blog-two__date {
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        z-index: 10;
        width: auto;
        height: auto;
    }

    .blog-two__date p {
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        letter-spacing: 0.1em;
        color: #236677;
        margin: 0;
        transform: rotate(-90deg);
        transform-origin: center center;
    }
}

/* Large Tablet to Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-two.blogs {
        padding: 60px 30px !important;
        background: #d9f5dc;
    }

    .blog-two .container.blogss {
        padding: 30px !important;
        max-width: 100%;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .blog-two.blogs {
        padding: 50px 0 !important;
        background: #d9f5dc;
    }

    .blog-two .container.blogss {
        padding: 30px !important;
        max-width: 100%;
    }

    .blog-two .row {
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0 15px !important;
        margin-bottom: 30px;
    }

    .blog-two__single {
        height: 100%;
    }

    .blog-two__title {
        font-size: 20px;
        line-height: 1.4;
    }

    .blog-two__content p {
        font-size: 0.9rem;
    }
}

/* Small Tablet (600px - 767px) */
@media (min-width: 600px) and (max-width: 767px) {
    .blog-two.blogs {
        padding: 50px 20px !important;
        background: #d9f5dc;
    }

    .blog-two .container.blogss {
        padding: 0 !important;
        max-width: 100%;
    }

    .blog-two .row {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 500px !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 25px;
    }

    .blog-two__single {
        width: 100%;
    }

    .blog-two__title {
        font-size: 20px;
        line-height: 1.4;
    }

    .blog-two__content p {
        font-size: 0.9rem;
    }
}

/* Mobile View - Horizontal Date */
@media (max-width: 600px) {
    .blog-two.blogs {
        padding: 40px 20px !important;
        background: #d9f5dc;
    }

    .blog-two .container,
    .blog-two .container.blogss {
        padding: 0 !important;
        max-width: 100%;
    }

    .blog-two .row {
        display: flex;
        flex-direction: column;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .blog-two__single {
        margin-bottom: 25px;
    }

    .blog-two__content-box {
        padding: 0;
        position: relative;
    }

    .blog-two__content {
        padding: 25px 20px 20px 20px !important;
        position: relative;
    }

    .blog-two__title {
        font-size: 20px;
        line-height: 1.4;
    }

    .blog-two__content p {
        font-size: 0.9rem !important;
        line-height: 1.6;
    }

    .blog-two__date {
        position: static !important;
        margin-top: 15px !important;
        left: auto !important;
        top: auto !important;
    }

    .blog-two__date p {
        transform: none !important;
        writing-mode: horizontal-tb !important;
        text-align: left !important;
        font-size: 13px !important;
        line-height: normal !important;
        letter-spacing: normal !important;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .blog-two.blogs {
        padding: 30px 15px !important;
        background: #d9f5dc;
    }

    .blog-two .container,
    .blog-two .container.blogss {
        padding: 0 !important;
    }

    .blog-two .section-title__title {
        font-size: 28px;
    }

    .blog-two .section-title__tagline {
        font-size: 13px;
    }

    .blog-two__single {
        margin-bottom: 25px;
    }

    .blog-two__content-box {
        padding: 0;
    }

    .blog-two__content {
        padding: 20px 15px 15px 15px !important;
    }

    .blog-two__title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .blog-two__content p {
        font-size: 0.85rem !important;
        line-height: 1.5;
    }

    .blog-two__date p {
        font-size: 18px;
    }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
    .blog-two.blogs {
        padding: 30px 0;
    }

    .blog-two .container {
        padding: 0 10px;
        max-width: 100%;
    }

    .blog-two .row {
        margin: 0;
    }

    .blog-two .section-title__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .blog-two .section-title__tagline {
        font-size: 12px;
    }

    .blog-two .col-xl-4,
    .blog-two .col-lg-4 {
        padding: 0 5px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-two__single {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }

    .blog-two__img-box {
        width: 100%;
    }

    .blog-two__img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-two__content-box {
        padding: 0;
        width: 100%;
    }

    .blog-two__content-box::before,
    .blog-two__content-box::after {
        display: none;
    }

    .blog-two__content {
        padding: 20px 15px 15px 15px !important;
        margin: 0;
        width: 100%;
    }

    .blog-two__title {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .blog-two__content p {
        font-size: 0.8rem !important;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .blog-two__date {
        margin-top: 10px;
    }

    .blog-two__date p {
        font-size: 11px;
    }
}

/* ====================================
   BLOG SECTION RESPONSIVE - END
   ==================================== */

/* Additional mobile adjustments */
@media (max-width: 576px) {
    .blog-two__date {
        margin-top: 12px !important;
    }

    .blog-two__date p {
        font-size: 18px !important;
    }
}

@media (max-width: 375px) {
    .blog-two__date {
        margin-top: 10px !important;
    }

    .blog-two__date p {
        font-size: 11px !important;
    }
}

/* ====================================
   BOOK A SESSION SECTION RESPONSIVE - START
   ==================================== */

/* Tablet View */
@media (max-width: 992px) {
    .appointments-one {
        /* padding: 60px 0; */
    }

    .appointments-one__inner {
        padding: 50px 30px;
    }

    .therapy-cta__card {
        padding: 40px;
    }

    .therapy-cta__headline {
        font-size: 2rem;
    }

    .section-title__title {
        font-size: 38px;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .appointments-one {
        /* padding: 50px 0; */
    }

    .appointments-one__inner {
        padding: 40px 20px;
    }

    .therapy-cta__card {
        padding: 35px 20px;
        gap: 25px;
    }

    .section-title__title.text-white {
        font-size: 32px;
        line-height: 1.3;
    }

    .therapy-cta__headline {
        font-size: 1.8rem;
        line-height: 1.3;
        text-align: center;
    }

    .therapy-cta__subtext {
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
    }

    .therapy-cta__actions {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .therapy-btn {
        width: 100%;
        padding: 14px 25px;
        font-size: 15px;
        justify-content: center;
    }

    .therapy-cta__quick-contact {
        margin-top: 20px;
    }

    .contact-title {
        font-size: 14px;
    }

    .contact-icons a i {
        font-size: 35px;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .appointments-one {
        /* padding: 40px 0; */
    }

    .appointments-one__inner {
        padding: 30px 15px;
    }

    .therapy-cta__card {
        padding: 30px 15px;
        gap: 20px;
    }

    .section-title__title.text-white {
        font-size: 28px;
    }

    .therapy-cta__headline {
        font-size: 1.6rem;
    }

    .therapy-cta__subtext {
        font-size: 0.95rem;
    }

    .therapy-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .therapy-btn i {
        font-size: 16px;
    }

    .contact-title {
        font-size: 13px;
    }

    .contact-icons a i {
        font-size: 32px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .appointments-one {
        /* padding: 30px 0; */
    }

    .appointments-one__inner {
        padding: 25px 12px;
    }

    .therapy-cta__card {
        padding: 25px 12px;
    }

    .section-title__title.text-white {
        font-size: 26px;
    }

    .therapy-cta__headline {
        font-size: 1.4rem;
    }

    .therapy-cta__subtext {
        font-size: 0.9rem;
    }

    .therapy-btn {
        padding: 11px 18px;
        font-size: 13px;
    }

    .contact-title {
        font-size: 12px;
    }

    .contact-icons a i {
        font-size: 30px;
    }
}

/* ====================================
   BOOK A SESSION SECTION RESPONSIVE - END
   ==================================== */

/* FIX GET IN TOUCH SECTION CENTERING */
.therapy-cta__quick-contact {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-methods {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-title {
    text-align: center !important;
    margin-bottom: 15px;
}

.contact-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.contact-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .therapy-cta__quick-contact {
        width: 100%;
        margin-top: 25px;
    }

    .contact-methods {
        width: 100%;
    }

    .contact-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .therapy-cta__quick-contact {
        margin-top: 20px;
    }

    .contact-title {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .contact-title {
        font-size: 12px;
    }
  }

/* ====================================
   NEW SERVICES THREE DESIGN - START
   ==================================== */

.services-three-new {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f5f0 100%);
    position: relative;
    overflow: hidden;
}

.services-three-new::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(36, 102, 119, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.services-three-new::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(90, 143, 123, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.services-three-new .container {
    position: relative;
    z-index: 1;
}

.services-three-new .section-title-three {
    margin-bottom: 60px;
}

.services-three-new .section-title__tagline {
    font-size: 16px;
    font-weight: 600;
    color: #5a8f7b;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
}

.services-three-new .section-title-three__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    color: #246677;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.services-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-card-new {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(90, 143, 123, 0.1);
}

.service-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #5a8f7b 0%, #246677 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card-new:hover::before {
    transform: scaleX(1);
}

.service-card-new:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 60px rgba(36, 102, 119, 0.15);
    border-color: rgba(90, 143, 123, 0.3);
}

.service-icon-new {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #5a8f7b 0%, #246677 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.service-icon-new::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #5a8f7b 0%, #246677 100%);
    opacity: 0.3;
    transform: scale(1.3);
    transition: all 0.4s ease;
}

.service-card-new:hover .service-icon-new {
    transform: rotateY(360deg) scale(1.1);
}

.service-card-new:hover .service-icon-new::after {
    transform: scale(1.6);
    opacity: 0;
}

.service-icon-new span,
.service-icon-new i {
    font-size: 36px;
    color: white;
    z-index: 1;
}

.service-image-new {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.service-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card-new:hover .service-image-new img {
    transform: scale(1.1);
}

.service-title-new {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #246677;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-text-new {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-grid-new {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .services-three-new {
        padding: 60px 0;
    }

    .services-three-new .section-title-three__title {
        font-size: 40px;
    }

    .services-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .service-card-new {
        padding: 35px 25px;
    }
}

@media (max-width: 768px) {
    .services-three-new {
        padding: 50px 0;
    }

    .services-three-new .section-title-three__title {
        font-size: 34px;
        padding: 0 15px;
    }

    .services-three-new .section-title__tagline {
        font-size: 14px;
    }

    .services-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 15px;
    }

    .service-card-new {
        padding: 30px 20px;
    }

    .service-icon-new {
        width: 70px;
        height: 70px;
    }

    .service-icon-new span,
    .service-icon-new i {
        font-size: 32px;
    }

    .service-image-new {
        height: 180px;
    }

    .service-title-new {
        font-size: 18px;
        min-height: auto;
    }

    .service-text-new {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .services-three-new {
        padding: 40px 0;
    }

    .services-three-new .section-title-three__title {
        font-size: 28px;
    }

    .services-grid-new {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card-new {
        padding: 35px 25px;
    }

    .service-icon-new {
        width: 75px;
        height: 75px;
    }

    .service-icon-new span,
    .service-icon-new i {
        font-size: 34px;
    }

    .service-image-new {
        height: 220px;
    }

    .service-title-new {
        font-size: 19px;
    }

    .service-text-new {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .services-three-new .section-title-three__title {
        font-size: 24px;
    }

    .service-card-new {
        padding: 30px 20px;
    }

    .service-image-new {
        height: 200px;
    }
}

/* Decorative Gradient Cards */
.service-card-decorative {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #5a8f7b 0%, #246677 50%, #3d5a80 100%);
    min-height: 250px;
}

.service-card-decorative-alt {
    background: linear-gradient(135deg, #246677 0%, #5a8f7b 50%, #8ab4a5 100%);
}

.service-card-decorative-third {
    background: linear-gradient(135deg, #3d5a80 0%, #5a8f7b 50%, #246677 100%);
}

.service-card-decorative-fourth {
    background: linear-gradient(135deg, #5a8f7b 0%, #3d5a80 50%, #246677 100%);
}

.decorative-pattern {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Circle Pattern */
.pattern-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: float 6s ease-in-out infinite;
}

.circle-1 {
    width: 120px;
    height: 120px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.circle-3 {
    width: 60px;
    height: 60px;
    bottom: 15%;
    left: 50%;
    animation-delay: 4s;
}

/* Wave Pattern */
.pattern-wave {
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: wave 8s ease-in-out infinite;
}

.wave-1 {
    top: 20%;
    animation-delay: 0s;
}

.wave-2 {
    top: 50%;
    animation-delay: 2s;
}

.wave-3 {
    top: 80%;
    animation-delay: 4s;
}

/* Dot Pattern */
.pattern-dot {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    animation: pulse 3s ease-in-out infinite;
}

.dot-1 {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.dot-2 {
    top: 30%;
    right: 25%;
    animation-delay: 0.5s;
}

.dot-3 {
    bottom: 30%;
    left: 30%;
    animation-delay: 1s;
}

.dot-4 {
    bottom: 25%;
    right: 20%;
    animation-delay: 1.5s;
}

/* Square Pattern */
.pattern-square {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    animation: rotate 10s linear infinite;
}

.square-1 {
    top: 15%;
    left: 15%;
}

.square-2 {
    top: 50%;
    right: 20%;
    animation-delay: 3s;
}

.square-3 {
    bottom: 20%;
    left: 40%;
    animation-delay: 6s;
}

/* Icon Card Enhancements */
.service-card-icon {
    position: relative;
    overflow: hidden;
}

.service-icon-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.card-gradient-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #5a8f7b 0%, #246677 50%, #3d5a80 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.service-card-icon:hover .card-gradient-border {
    transform: scaleX(1);
}

.service-card-icon:hover .service-icon-wrapper {
    animation: iconPulse 0.6s ease;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px) scale(1.1);
        opacity: 0.5;
    }
}

@keyframes wave {
    0%, 100% {
        transform: translateX(-100%) skewY(3deg);
    }
    50% {
        transform: translateX(100%) skewY(-3deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Hover Effects for Decorative Cards */
.service-card-decorative:hover {
    transform: translateY(-10px) scale(1.02);
}

.service-card-decorative:hover .pattern-circle {
    animation-duration: 3s;
}

.service-card-decorative:hover .pattern-dot {
    animation-duration: 1.5s;
}

/* ====================================
   NEW SERVICES THREE DESIGN - END
   ==================================== */

/* ====================================
   SERVICES THREE RESPONSIVE
   ==================================== */

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .services-three {
        padding: 60px 40px;
    }

    .services-three__content-box {
        padding: 35px 25px;
    }

    .services-three__icon span {
        font-size: 60px;
    }

    .services-three__title {
        font-size: 20px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .services-three {
        padding: 50px 30px;
    }

    .services-three__single {
        margin-bottom: 20px;
    }

    .services-three__content-box {
        padding: 30px 20px;
    }

    .services-three__icon span {
        font-size: 55px;
    }

    .services-three__title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .services-three__text {
        font-size: 13px;
        line-height: 22px;
    }

    .services-three__single-five {
        margin-top: 0;
    }

    .services-three__single-seven {
        margin-top: 0;
    }
}

/* Mobile Landscape and Small Tablets */
@media (max-width: 768px) {
    .services-three {
        padding: 40px 20px;
    }

    .services-three .row {
        --bs-gutter-x: 15px;
    }

    .services-three__single {
        margin-bottom: 15px;
    }

    .services-three__content-box {
        padding: 25px 20px;
    }

    .services-three__icon {
        margin-bottom: 15px;
    }

    .services-three__icon span {
        font-size: 50px;
    }

    .services-three__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-three__text {
        font-size: 13px;
        line-height: 21px;
    }

    .services-three__img {
        min-height: 250px;
    }

    .services-three__img img {
        height: 100%;
        object-fit: cover;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .services-three {
        padding: 30px 15px;
    }

    .services-three .section-title__tagline {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .services-three .section-title-three__title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .services-three__content-box {
        padding: 25px 18px;
    }

    .services-three__icon span {
        font-size: 45px;
    }

    .services-three__title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .services-three__text {
        font-size: 12px;
        line-height: 20px;
    }

    .services-three__img {
        min-height: 220px;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .services-three {
        padding: 25px 12px;
    }

    .services-three .section-title-three__title {
        font-size: 22px;
        line-height: 32px;
    }

    .services-three__content-box {
        padding: 20px 15px;
    }

    .services-three__icon span {
        font-size: 40px;
    }

    .services-three__title {
        font-size: 16px;
    }

    .services-three__text {
        font-size: 12px;
        line-height: 19px;
    }

    .services-three__img {
        min-height: 200px;
    }
}

/* ====================================
   SERVICES THREE RESPONSIVE - END
   ==================================== */

/* ====================================
   SERVICES SECTION RESPONSIVE
   ==================================== */

/* Services Section Button Layout */
/* Mobile: Center Button Below Title */
@media (max-width: 768px) {
    .services-section .section-title .d-flex {
        justify-content: center !important;
        text-align: center;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px;
    }

    .services-section .section-title__title {
        text-align: center;
        margin-bottom: 0;
    }
}

/* Desktop: Button on Right Side */
@media (min-width: 769px) {
    .services-section .section-title .d-flex {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    .services-section .section-title__title {
        text-align: left;
        margin-bottom: 0;
    }

    .services-section .thm-btn {
        margin-top: 0 !important;
        white-space: nowrap;
    }
}

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .services-section {
        padding: 60px 40px !important;
    }

    .container.services {
        max-width: 1140px;
    }

    .service-card {
        padding: 25px;
    }

    .service-card h3 {
        font-size: 21px;
    }

    .service-icon {
        font-size: 2.2rem;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .services-section {
        padding: 50px 30px !important;
    }

    .container.services {
        max-width: 960px;
    }

    .services-section .section-title__tagline {
        font-size: 15px;
    }

    .services-section .section-title__title {
        font-size: 32px;
        line-height: 42px;
    }

    .service-card {
        padding: 20px;
    }

    .service-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .service-card p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .service-icon {
        font-size: 2rem;
        margin-bottom: 15px;
    }
}

/* Mobile Landscape and Small Tablets */
@media (max-width: 768px) {
    .services-section {
        padding: 40px 20px !important;
    }

    .services-section .section-title {
        margin-bottom: 30px !important;
    }

    .services-section .section-title__tagline {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .services-section .section-title__title {
        font-size: 28px;
        line-height: 38px;
    }

    .services-section .thm-btn {
        padding: 12px 30px;
        font-size: 15px;
    }

    .service-card {
        padding: 25px 20px;
    }

    .service-card h3 {
        font-size: 19px;
    }

    .service-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .service-icon {
        font-size: 1.8rem;
    }

    .read-more {
        font-size: 14px;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .services-section {
        padding: 30px 15px !important;
    }

    .services-section .section-title {
        margin-bottom: 25px !important;
    }

    .services-section .section-title__tagline {
        font-size: 13px;
    }

    .services-section .section-title__title {
        font-size: 24px;
        line-height: 34px;
    }

    .services-section .thm-btn {
        padding: 10px 25px;
        font-size: 14px;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .services-section .d-flex {
        gap: 12px;
    }

    .service-card {
        padding: 20px 18px;
    }

    .service-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .service-icon {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }

    .read-more {
        font-size: 13px;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .services-section {
        padding: 25px 12px !important;
    }

    .services-section .section-title__title {
        font-size: 22px;
        line-height: 32px;
    }

    .services-section .thm-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .service-card {
        padding: 18px 15px;
    }

    .service-card h3 {
        font-size: 17px;
    }

    .service-card p {
        font-size: 12px;
    }

    .service-icon {
        font-size: 1.5rem;
    }
}

/* ====================================
   SERVICES SECTION RESPONSIVE - END
   ==================================== */

/* ====================================
   ABOUT PAGE RESPONSIVE
   ==================================== */

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .about-vanya-section {
        padding: 50px 40px;
    }

    .founder-quote {
        font-size: 1.4rem;
    }

    .wrapped-image {
        max-width: 350px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .about-vanya-section {
        padding: 40px 30px;
    }

    .about-header {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .philosophy-statement {
        font-size: 1rem;
    }

    .quote-card {
        padding: 25px;
        margin-bottom: 30px;
    }

    .founder-quote {
        font-size: 1.3rem;
        padding-left: 25px;
    }

    .wrapped-image {
        min-width: 100%;
        max-width: 100%;
    }

    .wrapped-image img {
        height: auto;
        /* min-height: 300px; */
        object-fit: cover;
    }

    .wrapped-text {
        min-width: 100%;
    }

    .feature-five__title {
        font-size: 15px;
    }

    .feature-five__icon i {
        font-size: 45px !important;
    }
}

/* Mobile Landscape and Small Tablets */
@media (max-width: 768px) {
    .about-vanya-section {
        padding: 40px 20px;
    }

    .about-header {
        margin-bottom: 25px;
    }

    .section-title h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .philosophy-statement {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .quote-card {
        padding: 20px;
        margin-bottom: 25px;
    }

    .quote-icon {
        top: 15px;
        left: 15px;
    }

    .quote-icon svg {
        width: 50px;
        height: 50px;
    }

    .founder-quote {
        font-size: 1.2rem;
        padding-left: 20px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .founder-title h5 {
        font-size: 1rem;
    }

    .image-text-wrapper {
        gap: 20px;
        margin-bottom: 25px;
    }

    .wrapped-image {
        min-width: 100%;
    }

    .wrapped-image img {
        height: auto;
        /* min-height: 280px; */
    }

    .wrapped-text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .feature-five {
        padding: 40px 0;
    }

    .feature-five__list li {
        margin-bottom: 20px;
    }

    .feature-five__single {
        padding: 20px 15px;
    }

    .feature-five__title {
        font-size: 14px;
        line-height: 1.4;
    }

    .feature-five__icon i {
        font-size: 40px !important;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .about-vanya-section {
        padding: 30px 15px;
    }

    .about-header {
        margin-bottom: 20px;
    }

    .section-title h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .philosophy-statement {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .quote-card {
        padding: 18px;
        margin-bottom: 20px;
    }

    .quote-icon {
        top: 12px;
        left: 12px;
    }

    .quote-icon svg {
        width: 40px;
        height: 40px;
    }

    .founder-quote {
        font-size: 1.1rem;
        padding-left: 15px;
        line-height: 1.4;
        border-left-width: 2px;
    }

    .founder-title h5 {
        font-size: 0.95rem;
    }

    .image-text-wrapper {
        gap: 15px;
        margin-bottom: 20px;
    }

    .wrapped-image img {
        /* min-height: 250px; */
    }

    .wrapped-text p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .feature-five {
        padding: 30px 0;
    }

    .feature-five__list li {
        margin-bottom: 15px;
    }

    .feature-five__single {
        padding: 18px 12px;
    }

    .feature-five__title {
        font-size: 13px;
        line-height: 1.3;
    }

    .feature-five__icon i {
        font-size: 36px !important;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .about-vanya-section {
        padding: 25px 12px;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .philosophy-statement {
        font-size: 0.85rem;
    }

    .quote-card {
        padding: 15px;
    }

    .founder-quote {
        font-size: 1rem;
        padding-left: 12px;
    }

    .founder-title h5 {
        font-size: 0.9rem;
    }

    .wrapped-image img {
        /* min-height: 220px; */
    }

    .wrapped-text p {
        font-size: 13px;
    }

    .feature-five__single {
        padding: 15px 10px;
    }

    .feature-five__title {
        font-size: 12px;
    }

    .feature-five__icon i {
        font-size: 32px !important;
    }
}

/* ====================================
   ABOUT PAGE RESPONSIVE - END
   ==================================== */

/* ====================================
   SERVICES PAGE RESPONSIVE
   ==================================== */

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .services-page {
        padding: 60px 40px !important;
    }

    section.services-one.services-page.cbt {
        padding: 50px 40px !important;
    }

    .services-one__content {
        height: 280px;
    }

    .services-one__title {
        font-size: 20px;
    }

    .services-one__text {
        font-size: 14px;
    }
}

/* Tablets - 2 Cards Per Row */
@media (min-width: 987px) and (max-width: 1199px) {
    .services-page .col-xl-4,
    section.services-one.services-page.cbt .col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* 2 Cards Per Row for 500px to 986px */
@media (min-width: 500px) and (max-width: 986px) {
    .services-page .col-xl-4,
    .services-page .col-lg-4,
    .services-page .col-md-6,
    section.services-one.services-page.cbt .col-xl-4,
    section.services-one.services-page.cbt .col-lg-4,
    section.services-one.services-page.cbt .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .services-page {
        padding: 50px 30px !important;
    }

    section.services-one.services-page.cbt {
        padding: 40px 30px !important;
    }

    .services-one__content {
        height: 260px;
        padding: 25px 20px;
    }

    .services-one__title {
        font-size: 19px;
    }

    .services-one__text {
        font-size: 13px;
        line-height: 1.5;
    }

    .services-one__img-box {
        height: auto;
    }

    .services-one__img img {
        height: 250px;
        object-fit: cover;
    }
}

/* Mobile Landscape and Small Tablets */
@media (max-width: 768px) {
    .services-page {
        padding: 40px 20px !important;
    }

    section.services-one.services-page.cbt {
        padding: 35px 20px !important;
    }

    .section-title__tagline {
        font-size: 14px;
    }

    .section-title__title.inner {
        font-size: 28px;
        line-height: 1.3;
    }

    .services-one .row {
        --bs-gutter-x: 20px;
    }

    .services-one__single {
        margin-bottom: 25px;
    }

    .services-one__content {
        height: auto;
        min-height: 240px;
        padding: 20px 18px;
    }

    .services-one__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-one__text {
        font-size: 13px;
        line-height: 1.5;
    }

    .services-one__img-box {
        height: auto;
    }

    .services-one__img img {
        height: 230px;
        width: 100%;
        object-fit: cover;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .services-page {
        padding: 30px 15px !important;
    }

    section.services-one.services-page.cbt {
        padding: 30px 15px !important;
    }

    .section-title__tagline {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .section-title__title.inner {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .services-one .row {
        --bs-gutter-x: 15px;
    }

    .services-one__single {
        margin-bottom: 20px;
    }

    .services-one__content {
        height: auto;
        min-height: 220px;
        padding: 18px 15px;
    }

    .services-one__title {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .services-one__text {
        font-size: 12px;
        line-height: 1.5;
    }

    .services-one__img img {
        height: 210px;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .services-page {
        padding: 25px 12px !important;
    }

    section.services-one.services-page.cbt {
        padding: 25px 12px !important;
    }

    .section-title__tagline {
        font-size: 12px;
    }

    .section-title__title.inner {
        font-size: 22px;
        line-height: 1.3;
    }

    .services-one__single {
        margin-bottom: 18px;
    }

    .services-one__content {
        min-height: 200px;
        padding: 15px 12px;
    }

    .services-one__title {
        font-size: 16px;
    }

    .services-one__text {
        font-size: 12px;
    }

    .services-one__img img {
        height: 190px;
    }
}

/* ====================================
   SERVICES PAGE RESPONSIVE - END
   ==================================== */

/* ====================================
   PAGE HEADER/BANNER RESPONSIVE
   ==================================== */

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .page-header {
        padding: 200px 0 110px;
    }

    .page-header__inner h2 {
        font-size: 80px;
        line-height: 90px;
    }

    .thm-breadcrumb li {
        font-size: 13px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .page-header {
        padding: 180px 0 100px;
    }

    .page-header__inner h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .thm-breadcrumb li {
        font-size: 12px;
    }
}

/* Mobile Landscape and Small Tablets */
@media (max-width: 768px) {
    .page-header {
        padding: 150px 0 80px;
    }

    .page-header__inner h2 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 6px;
    }

    .thm-breadcrumb li {
        font-size: 12px;
        letter-spacing: 0.05em;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .page-header {
        padding: 120px 0 60px;
    }

    .page-header__inner h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 5px;
    }

    .thm-breadcrumb li {
        font-size: 11px;
        letter-spacing: 0.05em;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .page-header {
        padding: 100px 0 50px;
    }

    .page-header__inner h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .thm-breadcrumb li {
        font-size: 10px;
    }
}

/* ====================================
   PAGE HEADER/BANNER RESPONSIVE - END
   ==================================== */

/* ====================================
   HEADER CONTAINER FIX FOR 1189px
   ==================================== */

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-header__top-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-header__logo {
        padding: 15px 0;
    }

    /* Fix navigation menu to show all items */
    .main-menu__wrapper {
        margin-left: 40px;
        margin-right: 40px;
        padding: 0 40px;
    }

    .main-menu__search-box {
        margin-right: 40px;
    }

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 20px;
    }

    .main-menu .main-menu__list>li>a,
    .stricky-header .main-menu__list>li>a {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .main-menu__wrapper {
        margin-left: 20px;
        margin-right: 20px;
        padding: 0 20px;
    }

    .main-menu__search-box {
        margin-right: 20px;
    }

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 15px;
    }

    .main-menu .main-menu__list>li>a,
    .stricky-header .main-menu__list>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1070px) {
    .main-menu__wrapper {
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding: 0 5px !important;
    }

    .main-menu__search-box {
        margin-right: 5px !important;
    }

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 8px !important;
    }

    .main-menu .main-menu__list>li>a,
    .stricky-header .main-menu__list>li>a {
        font-size: 13px !important;
        padding: 10px 5px !important;
    }

    .main-header__logo {
        padding: 15px 5px !important;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-header__top-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ====================================
   HEADER CONTAINER FIX - END
   ==================================== */

/* ====================================
   WISDOM GROOMING PAGE RESPONSIVE
   ==================================== */

@media (min-width: 1201px) and (max-width: 1500px) {
    .inner-management-section {
        padding: 50px 20px;
    }

    .container.service {
        gap: 35px;
    }

    .content-box {
        flex: 1 1 48%;
    }

    .image-box {
        flex: 1 1 48%;
    }

    .section-title__title {
        font-size: 60px !important;
        line-height: 70px;
    }

    .quote {
        font-size: 17px;
    }

    .text-content {
        font-size: 15px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .inner-management-section {
        padding: 50px 20px;
    }

    .container.service {
        gap: 30px;
        flex-direction: row;
    }

    .content-box {
        flex: 1 1 48%;
        order: 1;
    }

    .image-box {
        flex: 1 1 48%;
        order: 2;
        text-align: right;
    }

    .image-box img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }

    .section-title__title {
        font-size: 32px !important;
        line-height: 44px;
    }

    .section-title__tagline {
        font-size: 16px;
    }

    .quote {
        font-size: 16px;
    }

    .text-content {
        font-size: 14px;
    }
}

@media (max-width: 899px) {
    .inner-management-section {
        padding: 50px 15px;
    }

    .container.service {
        gap: 30px;
        flex-direction: column;
    }

    .content-box {
        flex: 1 1 100%;
        order: 1;
    }

    .image-box {
        flex: 1 1 100%;
        text-align: center;
        order: 2;
        max-width: 600px;
        margin: 0 auto;
    }

    .section-title__title {
        font-size: 36px !important;
        line-height: 48px;
    }

    .quote {
        font-size: 18px;
    }

    .text-content {
        font-size: 15px;
    }

    h3.fw-bold {
        font-size: 38px;
    }

    .key-points {
        gap: 15px;
    }

    .point {
        flex: 1 1 calc(25% - 15px);
        min-width: 200px;
        padding: 25px;
    }
}

@media (min-width: 1000px) and (max-width: 1150px) {
    .key-points {
        gap: 12px;
    }

    .point {
        flex: 1 1 calc(25% - 12px);
        min-width: 180px;
        padding: 20px;
    }

    h6.card-title.fw-semibold {
        font-size: 20px;
    }

    p.card-text.small {
        font-size: 14px;
    }
}

@media (min-width: 530px) and (max-width: 991px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }
}

@media (max-width: 529px) {
    .mental_health .cards-grid,
    .tips_mentalhealth .cards-grid,
    .cards-grid {
        grid-template-columns: 1fr !important;
        display: grid !important;
        gap: 15px;
    }

    .mental_health .wellness-card,
    .tips_mentalhealth .wellness-card,
    .wellness-card {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .tips_mentalhealth {
        padding: 0 10px !important;
    }

    section.mental_health .cards-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 992px) {
    .slider-wrapper {
        padding: 30px 20px;
    }

    .key-points {
        gap: 20px;
    }

    .point {
        flex: 1 1 calc(50% - 20px);
        min-width: 200px;
        padding: 25px;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }

    h3.fw-bold {
        font-size: 35px;
    }

    .section-title__title {
        font-size: 36px !important;
    }
}

@media (max-width: 899px) {
    .inner-management-section {
        padding: 45px 20px;
    }

    .container.service {
        gap: 25px;
        flex-direction: column;
    }

    .content-box {
        order: 1;
    }

    .image-box {
        order: 2;
        text-align: center;
    }

    .section-title__title {
        font-size: 32px !important;
        line-height: 44px;
    }

    .quote {
        font-size: 17px;
    }

    .text-content {
        font-size: 15px;
    }

    .image-box {
        max-width: 100%;
        margin: 0 auto;
    }

    .image-box img {
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .inner-management-section {
        padding: 40px 15px;
    }

    .container.service {
        gap: 20px;
    }

    .section-title__title {
        font-size: 28px !important;
        line-height: 38px;
    }

    .section-title__tagline {
        font-size: 15px;
    }

    .quote {
        font-size: 15px;
        padding-left: 10px;
    }

    .text-content {
        font-size: 14px;
    }

    .text__p {
        font-size: 15px;
    }

    .p_txt {
        font-size: 14px;
    }

    .image-box {
        max-width: 100%;
        margin: 0 auto;
    }

    .image-box img {
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .slider-wrapper {
        padding: 20px 10px;
    }

    .emotion-card {
        min-width: 120px;
        padding: 12px;
    }

    .emotion-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .emotion-name {
        font-size: 16px;
    }

    .slider-arrow {
        width: 32px;
        height: 32px;
    }

    .slider-arrow.left {
        left: 5px;
    }

    .slider-arrow.right {
        right: 5px;
    }

    .key-points {
        gap: 15px;
    }

    .point {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 20px;
    }

    h3.fw-bold {
        font-size: 30px;
    }

    h6.card-title.fw-semibold {
        font-size: 20px;
    }

    p.text-muted.fst-italic.mt-2 {
        font-size: 14px;
    }

    .wellness-card {
        min-height: 260px;
    }

    .card-content {
        padding: 0 20px 20px;
        height: auto;
    }

    .section-title__title {
        font-size: 28px !important;
        line-height: 1.3;
    }

    .section-title__tagline {
        font-size: 14px;
    }

    .mental_health {
        padding: 30px 15px !important;
    }

    .tips_mentalhealth {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .inner-management-section {
        padding: 30px 10px;
    }

    .container.service {
        gap: 15px;
    }

    .section-title__title {
        font-size: 24px !important;
        line-height: 34px;
    }

    .section-title__tagline {
        font-size: 13px;
        letter-spacing: 0.15em;
    }

    .content-box h2 {
        font-size: 24px;
    }

    .quote {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .text-content {
        font-size: 14px;
    }

    .text__p {
        font-size: 15px;
    }

    .p_txt {
        font-size: 14px;
    }

    .content-box {
        padding: 0 10px;
    }

    .image-box {
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .image-box img {
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 8px;
    }

    .slider-wrapper {
        padding: 15px 5px;
    }

    .emotion-card {
        min-width: 100px;
        padding: 10px;
    }

    .emotion-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .emotion-name {
        font-size: 14px;
    }

    h3.fw-bold {
        font-size: 26px;
    }

    .point {
        padding: 15px;
    }

    h6.card-title.fw-semibold {
        font-size: 18px;
    }

    .point-icon i {
        font-size: 1.5rem !important;
    }

    .wellness-card {
        min-height: 240px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin: 24px auto 20px;
    }

    h6.card-title.fw-semibold.tip_1 {
        font-size: 18px;
    }

    p.card-text.small.tip {
        font-size: 13px;
    }

    .section-title__title {
        font-size: 37px !important;
    }
}

@media (max-width: 375px) {
    h3.fw-bold {
        font-size: 22px;
    }

    .content-box h2 {
        font-size: 20px;
    }

    .section-title__title {
        font-size: 20px !important;
    }

    .emotion-card {
        min-width: 90px;
    }

    .point {
        padding: 12px;
    }

    h6.card-title.fw-semibold {
        font-size: 16px;
    }

    .text__p {
        font-size: 14px;
    }

    .p_txt {
        font-size: 13px;
    }

    .quote {
        font-size: 13px;
    }

    .inner-management-section {
        padding: 20px 10px;
    }
}

/* ====================================
   WISDOM GROOMING PAGE RESPONSIVE - END
   ==================================== */

/* ====================================
   FOOTER RESPONSIVE
   ==================================== */

@media (max-width: 1200px) {
    .site-footer {
        /* padding: 60px 0 30px; */
    }

    .footer-widget__logo img {
        max-width: 150px;
    }

    .footer-widget__about-text {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .site-footer {
        padding: 50px 0 25px;
    }

    .site-footer__top .row {
        gap: 30px 0;
    }

    .footer-widget__column {
        margin-bottom: 30px;
    }

    .footer-widget__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-widget__logo img {
        max-width: 140px;
    }

    .footer-widget__about-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .footer-widget__contact-list li {
        margin-bottom: 15px;
    }

    .site-footer__bottom-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
    }

    .container.footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-widget__column {
        margin-bottom: 35px;
        text-align: center;
    }

    .footer-widget__logo {
        margin-bottom: 20px;
    }

    .footer-widget__logo img {
        max-width: 130px;
    }

    .footer-widget__about-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer-widget__title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-widget__call ul.footer_widget {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-widget__contact-list {
        text-align: center;
    }

    .footer-widget__contact-list li {
        justify-content: center;
        margin-bottom: 12px;
    }

    .footer-widget__social-box {
        margin-top: 20px;
    }

    .footer-widget__social-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__social a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .site-footer__bottom {
        padding-top: 20px;
        margin-top: 20px;
    }

    .site-footer__bottom-text {
        font-size: 13px;
        text-align: center;
    }

    .col-xl-4, .col-lg-6, .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 30px 0 15px;
    }

    .container.footer {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-widget__column {
        margin-bottom: 30px;
    }

    .footer-widget__logo img {
        max-width: 120px;
    }

    .footer-widget__about-text {
        font-size: 13px;
        padding: 0 10px;
    }

    .footer-widget__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer-widget__call ul.footer_widget li {
        margin-bottom: 8px;
    }

    .footer-widget__call ul.footer_widget li a {
        font-size: 14px;
    }

    .footer-widget__social-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .site-footer__social a {
        width: 38px;
        height: 38px;
        font-size: 15px;
        line-height: 38px;
    }

    .site-footer__social a + a {
        margin-left: 8px;
    }

    .site-footer__bottom {
        padding-top: 15px;
        margin-top: 15px;
    }

    .site-footer__bottom-text {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (max-width: 375px) {
    .site-footer {
        padding: 25px 0 10px;
    }

    .container.footer {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-widget__logo img {
        max-width: 110px;
    }

    .footer-widget__about-text {
        font-size: 12px;
        padding: 0 5px;
    }

    .footer-widget__title {
        font-size: 15px;
    }

    .footer-widget__call ul.footer_widget li a {
        font-size: 13px;
    }

    .site-footer__social a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    .site-footer__bottom-text {
        font-size: 11px;
        padding: 0 10px;
    }
}

/* ====================================
   FOOTER RESPONSIVE - END
   ==================================== */

/* ====================================
   QUIT EMOTIONAL PAGE RESPONSIVE
   ==================================== */

@media (max-width: 1200px) {
    .container.servicequit-emotional {
        max-width: 100%;
        padding: 0 30px;
    }

    .inner-management-section .content-box,
    .inner-management-section .image-box {
        flex: 1 1 100%;
    }

    .inner-management-section .content-box {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .inner-management-section .section-title__tagline {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .inner-management-section .section-title__title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .inner-management-section .quote {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .inner-management-section .text-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        hyphens: auto;
    }

    .inner-management-section .text__p,
    .inner-management-section .p_txt {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .inner-management-section .image-box {
        /* margin-top: 30px; */
        text-align: center;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .container.servicequit-emotional {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .inner-management-section .content-box {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        order: 1;
    }

    .inner-management-section .image-box {
        flex: 1 1 100%;
        max-width: 100%;
        margin-top: 0;
        order: 2;
    }
}

@media (max-width: 992px) {
    .container.servicequit-emotional {
        padding: 0 25px;
        display: flex;
        flex-direction: column;
    }

    .inner-management-section {
        padding: 50px 20px;
    }

    .inner-management-section .content-box {
        order: 1;
        width: 100%;
    }

    .inner-management-section .image-box {
        order: 2;
        width: 100%;
        /* margin-top: 30px; */
    }

    .section-title__title {
        font-size: 32px;
    }

    .quote {
        font-size: 17px;
    }
}

@media (min-width: 800px) and (max-width: 992px) {
    .container.servicequit-emotional {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .inner-management-section .content-box {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        order: 1;
    }

    .inner-management-section .content-box .section-title__tagline {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .inner-management-section .content-box .section-title__title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .inner-management-section .content-box .quote {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .inner-management-section .content-box .text-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        hyphens: auto;
    }

    .inner-management-section .content-box .text__p,
    .inner-management-section .content-box .p_txt {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .inner-management-section .image-box {
        flex: 1 1 100%;
        max-width: 100%;
        margin-top: 0;
        order: 2;
    }

    .image-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .container.servicequit-emotional {
        padding: 0 20px;
    }

    .inner-management-section {
        padding: 40px 15px;
    }

    .section-title__tagline {
        font-size: 14px;
        word-wrap: break-word;
    }

    .section-title__title {
        font-size: 28px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .quote {
        font-size: 16px;
        padding-left: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .text-content {
        font-size: 15px;
    }

    .text-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .text__p {
        font-size: 16px;
        word-wrap: break-word;
    }

    .p_txt {
        font-size: 15px;
        word-wrap: break-word;
    }

    .image-box img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
}

/* 2 Columns for 500px to 768px */
@media (min-width: 500px) and (max-width: 768px) {
    .key-points {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .key-points .point {
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important;
        min-width: auto !important;
    }

    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 576px) {
    .container.servicequit-emotional {
        padding: 0 15px;
    }

    .inner-management-section {
        padding: 30px 10px;
    }

    .section-title__tagline {
        font-size: 13px;
    }

    .section-title__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .quote {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .text-content {
        font-size: 14px;
    }

    .text__p {
        font-size: 15px;
    }

    .p_txt {
        font-size: 14px;
    }

    .image-box {
        /* margin-top: 25px; */
    }

    .image-box img {
        border-radius: 6px;
    }
}

/* Single column for screens below 500px */
@media (max-width: 499px) {
    .key-points .point {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .container.servicequit-emotional {
        padding: 0 10px;
    }
}

@media (max-width: 375px) {
    .inner-management-section {
        padding: 25px 10px;
    }

    .section-title__title {
        font-size: 22px;
    }

    .quote {
        font-size: 13px;
    }

    .text-content {
        font-size: 13px;
    }

    .text__p {
        font-size: 14px;
    }

    .p_txt {
        font-size: 13px;
    }
}

/* ====================================
   QUIT EMOTIONAL PAGE RESPONSIVE - END
   ==================================== */

/* ====================================
   UNVEILING ANXIETY & DEPRESSION PAGE RESPONSIVE
   ==================================== */

@media (max-width: 1200px) {
    .container.service {
        max-width: 100%;
        padding: 0 30px;
    }

    .inner-management-section .content-box,
    .inner-management-section .image-box {
        flex: 1 1 100%;
    }

    .inner-management-section .content-box {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        /* margin-bottom: 30px; */
    }

    .inner-management-section .image-box {
        /* margin-top: 30px; */
    }

    .inner-management-section .section-title__tagline {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .inner-management-section .section-title__title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .inner-management-section .quote {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .inner-management-section .text-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        hyphens: auto;
    }

    .inner-management-section .text__p,
    .inner-management-section .p_txt {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .inner-management-section .image-box {
        /* margin-top: 30px; */
        text-align: center;
    }
}

@media (max-width: 992px) {
    .container.service {
        padding: 0 25px;
        display: flex;
        flex-direction: column;
    }

    .inner-management-section {
        padding: 50px 20px;
    }

    .inner-management-section .content-box {
        order: 1;
        width: 100%;
    }

    .inner-management-section .image-box {
        order: 2;
        width: 100%;
        /* margin-top: 30px; */
    }

    .section-title__title {
        font-size: 32px;
    }

    .quote {
        font-size: 17px;
    }
}

@media (min-width: 800px) and (max-width: 992px) {
    .container.service {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .inner-management-section .content-box {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        order: 1;
    }

    .inner-management-section .content-box .section-title__tagline {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .inner-management-section .content-box .section-title__title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .inner-management-section .content-box .quote {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .inner-management-section .content-box .text-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        hyphens: auto;
    }

    .inner-management-section .content-box .text__p,
    .inner-management-section .content-box .p_txt {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .inner-management-section .image-box {
        flex: 1 1 100%;
        max-width: 100%;
        margin-top: 0;
        order: 2;
    }

    .image-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .container.service {
        padding: 0 20px;
    }

    .inner-management-section {
        padding: 40px 15px;
    }

    .section-title__tagline {
        font-size: 14px;
        word-wrap: break-word;
    }

    .section-title__title {
        font-size: 28px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .quote {
        font-size: 16px;
        padding-left: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .text-content {
        font-size: 15px;
    }

    .text-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .text__p {
        font-size: 16px;
    }

    .p_txt {
        font-size: 15px;
    }

    .image-box img {
        border-radius: 8px;
    }

    .slider-container {
        padding: 30px 15px;
    }

    .slider-wrapper {
        padding: 0 40px;
    }

    .emotion-track {
        gap: 10px;
    }

    .key-points {
        gap: 15px;
    }

    .point {
        flex: 1 1 calc(50% - 15px);
        padding: 20px 15px;
    }

    .point h6 {
        font-size: 16px;
    }

    .point p {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .key-points {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 576px) {
    .container.service {
        padding: 0 15px;
    }

    .inner-management-section {
        padding: 30px 10px;
    }

    .section-title__tagline {
        font-size: 13px;
    }

    .section-title__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .quote {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .text-content {
        font-size: 14px;
    }

    .text__p {
        font-size: 15px;
    }

    .p_txt {
        font-size: 14px;
    }

    .image-box {
        margin-top: 20px;
    }

    .image-box img {
        border-radius: 6px;
    }

    .slider-wrapper {
        padding: 0 35px;
    }

    .key-points {
        /* flex-direction: column; */
        gap: 15px;
    }

    .point {
        flex: 1 1 100%;
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .content-box,
    .image-box {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .container.service {
        padding: 0 10px;
    }
}

@media (max-width: 375px) {
    .inner-management-section {
        padding: 25px 10px;
    }

    .section-title__title {
        font-size: 22px;
    }

    .quote {
        font-size: 13px;
    }

    .text-content {
        font-size: 13px;
    }

    .text__p {
        font-size: 14px;
    }

    .p_txt {
        font-size: 13px;
    }
}

/* Fix for screens below 500px - ensure cards display properly */
@media (max-width: 500px) {
    .key-points {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 15px !important;
        padding: 0 10px !important;
        width: 100% !important;
        align-items: stretch !important;
    }

    .key-points .point,
    .point {
        flex: 0 0 auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 20px 15px !important;
        margin: 0 0 15px 0 !important;
        box-sizing: border-box !important;
    }

    .key-points .point:last-child {
        margin-bottom: 0 !important;
    }

    .subtitle {
        padding: 0 10px;
        width: 100%;
    }

    .subtitle h3.fw-bold,
    h3.fw-bold {
        font-size: 24px !important;
        line-height: 1.3;
    }

    .subtitle p.text-muted,
    p.text-muted.fst-italic {
        font-size: 14px !important;
    }

    .point-icon i {
        font-size: 1.5rem !important;
    }

    .point h6.card-title,
    h6.card-title.fw-semibold {
        font-size: 18px !important;
    }

    .point p.card-text,
    p.card-text.small {
        font-size: 14px !important;
    }

    .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .container-fluid .row {
        margin: 0 !important;
    }
}

/* Reduce card height for screens between 500px and 576px */
@media (min-width: 501px) and (max-width: 576px) {
    .key-points .point,
    .point {
        padding: 6px 8px !important;
        max-height: 122px !important;
    }

    .point-icon {
        margin-bottom: 2px !important;
    }

    .point-icon i {
        font-size: 0.9rem !important;
    }

    .point h6.card-title,
    h6.card-title.fw-semibold {
        font-size: 12px !important;
        margin-bottom: 2px !important;
        line-height: 1.1 !important;
    }

    .point p.card-text,
    p.card-text.small {
        font-size: 10px !important;
        line-height: 2 !important;
        margin-bottom: 0 !important;
    }
}

/* ====================================
   UNVEILING ANXIETY & DEPRESSION PAGE RESPONSIVE - END
   ==================================== */

/* ====================================
   DEPRESSION SECTION (ABOUT-THREE) RESPONSIVE
   ==================================== */

/* Remove mt-5 spacing on smaller screens */
@media (max-width: 1199px) {
    .about-three .col-xl-4.mt-5,
    .about-three .col-xl-5.mt-5 {
        margin-top: 2rem !important;
    }

    .about-three {
        padding: 60px 40px !important;
    }

    .about-three__counter-box {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about-three__points li + li {
        margin-top: 20px !important;
    }
}

/* Responsive for 800px to 1000px */
@media (min-width: 800px) and (max-width: 1000px) {
    .about-three {
        padding: 50px 25px !important;
    }

    .about-three .col-xl-3,
    .about-three .col-xl-4,
    .about-three .col-xl-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-three .col-xl-4.mt-5,
    .about-three .col-xl-5.mt-5 {
        margin-top: 25px !important;
    }

    .about-three__counter-box {
        margin-bottom: 25px;
        text-align: left;
    }

    .about-three__counter li h3 {
        font-size: 48px;
        line-height: 48px !important;
    }

    .about-three__counter-title {
        font-size: 24px;
        line-height: 34px;
    }

    .about-three__counter-text {
        font-size: 14px;
    }

    .about-three__img-box {
        text-align: center !important;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-three__img img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .about-three__right {
        margin-left: 0 !important;
    }

    .section-title-three__tagline {
        font-size: 16px;
    }

    .section-title-three__title.depression {
        font-size: 28px;
        line-height: 38px;
    }

    .about-three__points-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-three__points--two {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-three__bottom-text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .about-three {
        padding: 50px 30px !important;
    }

    .about-three .col-xl-3,
    .about-three .col-xl-4,
    .about-three .col-xl-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-three .col-xl-4.mt-5,
    .about-three .col-xl-5.mt-5 {
        margin-top: 15px !important;
    }

    .about-three__counter-box {
        margin-bottom: 20px;
        text-align: left;
    }

    .about-three__counter li h3 {
        font-size: 50px;
        line-height: 50px !important;
    }

    .about-three__counter-title {
        font-size: 26px;
        line-height: 36px;
    }

    .about-three__counter-text {
        font-size: 15px;
    }

    .about-three__img-box {
        text-align: center !important;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-three__img img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .about-three__right {
        margin-left: 0 !important;
        margin-top: 0 !important;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .about-three {
        padding: 40px 20px !important;
    }

    .about-three .col-xl-4.mt-5,
    .about-three .col-xl-5.mt-5 {
        margin-top: 20px !important;
    }

    .about-three__counter-box {
        text-align: left;
    }

    .about-three__counter li h3 {
        font-size: 40px;
        line-height: 40px !important;
    }

    .about-three__counter-title {
        font-size: 22px;
        line-height: 30px;
    }

    .about-three__counter-text {
        font-size: 14px;
    }

    .about-three__img-box {
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .about-three__img img {
        display: block;
        margin: 0 auto;
    }

    .about-three__right {
        text-align: left;
    }

    .section-title-three__tagline {
        font-size: 14px;
    }

    .section-title-three__title.depression {
        font-size: 24px;
        line-height: 40px;
    }

    .about-three__points-box {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .about-three__points li {
        margin-bottom: 10px;
    }

    .about-three__points li + li {
        margin-top: 10px;
    }

    .about-three__bottom {
        margin-top: 15px;
    }

    .about-three__bottom-text {
        font-size: 14px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .about-three {
        padding: 30px 15px !important;
    }

    .about-three .col-xl-4.mt-5,
    .about-three .col-xl-5.mt-5 {
        margin-top: 15px !important;
    }

    .about-three__counter li h3 {
        font-size: 36px;
        line-height: 36px !important;
    }

    .about-three__counter-title {
        font-size: 20px;
        line-height: 28px;
    }

    .about-three__counter-text {
        font-size: 13px;
    }

    .section-title-three__title.depression {
        font-size: 22px;
        line-height: 40px;
    }

    .about-three__points-box {
        margin-bottom: 12px;
    }

    .about-three__points-box ul {
        margin-bottom: 12px;
    }

    .about-three__bottom {
        margin-top: 12px;
    }

    .about-three__bottom-text {
        font-size: 13px;
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    .about-three {
        padding: 20px 10px !important;
    }

    .about-three__counter li h3 {
        font-size: 32px;
        line-height: 32px !important;
    }

    .about-three__counter-title {
        font-size: 18px;
        line-height: 26px;
    }

    .section-title-three__title.depression {
        font-size: 20px;
        line-height: 45px;
    }
}

/* ====================================
   DEPRESSION SECTION (ABOUT-THREE) RESPONSIVE - END
   ==================================== */

/* ====================================
   RELATIONSHIP MANAGEMENT PAGE RESPONSIVE
   ==================================== */

/* Large desktop */
@media (min-width: 1500px) {
    .relationship-card {
        gap: 60px;
        max-width: 1600px;
        margin: 0 auto;
    }

    .relationship-image {
        flex: 0 0 48%;
        max-width: 700px;
        min-height: 450px;
    }

    .relationship-details {
        flex: 0 0 48%;
    }
}

/* Desktop medium range */
@media (min-width: 992px) and (max-width: 1499px) {
    .relationship-card {
        gap: 30px;
    }

    .relationship-image {
        flex: 0 0 45%;
        min-height: 300px;
    }

    .relationship-details {
        flex: 0 0 50%;
    }

    .relationship-details h6 {
        font-size: 20px;
    }

    .relationship-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .theme-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* Tablets and below */
@media (max-width: 991px) {
    .tabs_relation-mgt {
        padding: 30px 20px;
    }

    .tabs-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .tab-button {
        flex: 1 1 calc(50% - 10px);
        min-width: 0;
        font-size: 14px;
        padding: 10px 15px;
    }

    .relationship-card {
        flex-direction: column;
    }

    .relationship-image {
        width: 100%;
        max-width: 100%;
    }

    .relationship-details {
        width: 100%;
        padding: 20px;
    }

    .relationship-cycle {
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cycle-visual {
        width: 300px;
        height: 300px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .cards.relation_mgt {
        flex-direction: column;
        gap: 20px;
    }

    .cards.relation_mgt > div {
        width: 100%;
    }

    .stage-card {
        width: 100%;
    }
}

/* Mobile landscape and below */
@media (max-width: 767px) {
    .tabs_relation-mgt {
        padding: 20px 15px;
    }

    .subtitle h3.fw-bold {
        font-size: 24px;
    }

    .subtitle p {
        font-size: 14px;
    }

    .tab-button {
        flex: 1 1 100%;
        font-size: 13px;
        padding: 8px 12px;
    }

    .tab-button .icon {
        font-size: 16px;
    }

    .relationship-details h6 {
        font-size: 18px;
    }

    .relationship-text {
        font-size: 14px;
    }

    .theme-tag {
        font-size: 11px;
        padding: 5px 10px;
    }

    .cycle-visual {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .relationship-cycle {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
    }

    .stage-point {
        width: 50px;
        height: 50px;
    }

    .stage-label {
        font-size: 11px !important;
        white-space: normal !important;
        word-wrap: break-word;
        max-width: 75px;
        text-align: center;
        line-height: 1.3;
        font-weight: 600;
    }

    .relationship-cycle {
        padding-bottom: 70px !important;
        margin-bottom: 30px !important;
    }

    .cycle-visual {
        margin-bottom: 60px !important;
    }

    .stage-card h2 {
        font-size: 18px;
    }

    .stage-card p {
        font-size: 13px;
    }

    .stage-card ul li {
        font-size: 12px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .tabs_relation-mgt {
        padding: 15px 10px;
    }

    .subtitle h3.fw-bold {
        font-size: 20px;
    }

    .subtitle p {
        font-size: 13px;
    }

    .tab-button {
        font-size: 12px;
        padding: 8px 10px;
    }

    .relationship-details {
        padding: 15px;
    }

    .relationship-details h6 {
        font-size: 16px;
    }

    .relationship-text {
        font-size: 13px;
    }

    .themes-title {
        font-size: 13px;
    }

    .theme-tag {
        font-size: 10px;
        padding: 4px 8px;
    }

    .relationship-cycle {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 8px;
    }

    .cycle-visual {
        width: 280px;
        height: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .stage-point {
        width: 60px;
        height: 60px;
    }

    .stage-point i {
        font-size: 26px;
    }

    .stage-label {
        font-size: 9px !important;
        font-weight: 700;
        white-space: normal !important;
        word-wrap: break-word;
        max-width: 55px;
        text-align: center;
        line-height: 1.3;
    }

    .stage-point.early .stage-label {
        left: calc(100% + 35px) !important;
    }

    .stage-point.attachment .stage-label {
        right: calc(100% + 5px) !important;
    }

    .stage-point.euphoric .stage-label {
        top: -30px !important;
    }

    .stage-point.conflict .stage-label {
        bottom: -52px !important;
    }

    .stage-card {
        padding: 15px;
    }

    .stage-card h2 {
        font-size: 16px;
    }

    .stage-card p {
        font-size: 12px;
    }

    .stage-card ul li {
        font-size: 11px;
    }
}

/* Extra small mobile */
@media (max-width: 400px) {
    .tabs_relation-mgt {
        padding: 10px 8px;
    }

    .subtitle h3.fw-bold {
        font-size: 18px;
    }

    .tab-button {
        font-size: 11px;
        padding: 6px 8px;
    }

    .relationship-cycle {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
    }

    .cycle-visual {
        width: 260px;
        height: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .stage-point {
        width: 55px;
        height: 55px;
    }

    .stage-point i {
        font-size: 24px;
    }

    .stage-label {
        font-size: 8px !important;
        font-weight: 700;
        white-space: normal !important;
        word-wrap: break-word;
        max-width: 50px;
        text-align: center;
        line-height: 1.3;
    }

    .stage-point.early .stage-label {
        left: calc(100% + 30px) !important;
    }

    .stage-point.attachment .stage-label {
        right: calc(100% + 3px) !important;
    }

    .stage-point.euphoric .stage-label {
        top: -28px !important;
    }

    .stage-point.conflict .stage-label {
        bottom: -48px !important;
    }

    .stage-card h2 {
        font-size: 15px;
    }
}

/* ====================================
   RELATIONSHIP MANAGEMENT PAGE RESPONSIVE - END
   ==================================== */

/* ====================================
   TESTIMONIAL SECTION RESPONSIVE
   ==================================== */

/* Fix for navigation arrows positioning */
.testimonial-slider .slider-nav {
    pointer-events: none;
}

.testimonial-slider .nav-arrow {
    pointer-events: auto;
    transition: all 0.3s ease;
}

.testimonial-slider .prev-arrow {
    position: absolute;
    left: 0;
    top:-36px;
}

.testimonial-slider .next-arrow {
    position: absolute;
    right: 0;
    top:-36px;
}

/* Large Desktop - 3 cards (default) */
@media (min-width: 1025px) {
    .testimonial-card {
        flex: 0 0 33.3333%;
    }
}

/* Handle very wide screens */
@media (min-width: 1400px) {
    .testimonial-slider {
        max-width: 1400px;
    }
}

/* Tablet View - 2 cards */
@media (max-width: 1024px) and (min-width: 769px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 20px) !important;
        margin: 10px;
    }

    .testimonial-slider {
        padding: 0 10px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}

/* Mobile View - 1 card */
@media (max-width: 768px) {
    .testimonial-two__wrap {
        padding: 20px 0;
    }

    .testimonial-two__top {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .testimonial-two__top .row {
        flex-direction: column;
    }

    .testimonial-two__top .col-xl-5,
    .testimonial-two__top .col-xl-7,
    .testimonial-two__top .col-lg-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .testimonial-two__top-left,
    .testimonial-two__top-right {
        text-align: center;
        width: 100%;
    }

    .testimonial-two__top-left {
        margin-bottom: 20px;
    }

    section.testimonial-two .section-title__title {
        font-size: 32px;
    }

    .section-title__tagline {
        font-size: 14px;
    }

    .testimonial-two__top-text {
        text-align: center !important;
        font-size: 15px;
        padding: 0 10px;
    }

    .testimonial-slider {
        padding: 0 45px !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    .testimonial-slider .slides-container {
        width: 100% !important;
        flex-wrap: nowrap !important;
    }

    .testimonial-slider .testimonial-card {
        flex: 0 0 calc(100% - 20px) !important;
        min-width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 25px 20px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.7;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .client-details h4 {
        font-size: 16px;
        word-wrap: break-word;
    }

    .testimonial-slider .slider-nav {
        padding: 0;
        width: 100%;
        left: 0;
        right: 0;
    }

    .testimonial-slider .nav-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .testimonial-slider .prev-arrow {
        left: 5px;
    }

    .testimonial-slider .next-arrow {
        right: 5px;
    }

    .dots-container {
        margin-top: 25px;
    }
}

/* Small Mobile - Extra adjustments */
@media (max-width: 576px) {
    .testimonial-two__wrap {
        padding: 15px 0;
    }

    .testimonial-two__top {
        margin-bottom: 25px;
    }

    section.testimonial-two .section-title__title {
        font-size: 26px;
        line-height: 1.3;
    }

    .section-title__tagline {
        font-size: 13px;
    }

    .testimonial-two__top-text {
        font-size: 14px;
        padding: 0 5px;
        line-height: 1.6;
    }

    .testimonial-slider {
        max-width: 100% !important;
        padding: 0 40px !important;
        overflow: hidden;
    }

    .testimonial-slider .slides-container {
        width: 100% !important;
        flex-wrap: nowrap !important;
    }

    .testimonial-slider .testimonial-card {
        flex: 0 0 calc(100% - 20px) !important;
        min-width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 20px 15px;
        border-radius: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .testimonial-text {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .quote-icon {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .divider {
        width: 80px;
        margin: 15px auto;
    }

    .client-details h4 {
        font-size: 15px;
    }

    .client-details p {
        font-size: 12px;
    }

    .testimonial-slider .nav-arrow {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .testimonial-slider .prev-arrow {
        left: 3px;
    }

    .testimonial-slider .next-arrow {
        right: 3px;
    }

    .dots-container {
        margin-top: 20px;
    }

    .dot {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}

/* Extra Small Devices */
@media (max-width: 375px) {
    section.testimonial-two .section-title__title {
        font-size: 24px;
    }

    .testimonial-two__top-text {
        font-size: 13px;
    }

    .testimonial-slider {
        padding: 0 35px !important;
        overflow: hidden;
    }

    .testimonial-slider .slides-container {
        flex-wrap: nowrap !important;
    }

    .testimonial-slider .testimonial-card {
        flex: 0 0 calc(100% - 20px) !important;
        min-width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 18px 12px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .testimonial-text {
        font-size: 12px;
        line-height: 1.6;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .quote-icon {
        font-size: 18px;
    }

    .client-details h4 {
        font-size: 13px;
        word-wrap: break-word;
    }

    .testimonial-slider .nav-arrow {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .testimonial-slider .prev-arrow {
        left: 2px;
    }

    .testimonial-slider .next-arrow {
        right: 2px;
    }

    .dots-container {
        margin-top: 15px;
    }

    .dot {
        width: 7px;
        height: 7px;
        margin: 0 3px;
    }
}

/* ====================================
   TESTIMONIAL SECTION RESPONSIVE - END
   ==================================== */
i.fas.fa-hand-holding-heart.unveling.fa-2x{
  color:#48cfad;
}
i.fa-solid.fa-shield-heart.fa-2x.skill_orientation{
  color: #236677;
}
/* ====================================
   CONTACT PAGE RESPONSIVE - START
   ==================================== */

/* Desktop - 1200px and above */
@media (min-width: 1200px) {
    .contact-page-sec .container {
        max-width: 1200px;
    }

    button.submit-btn {
        min-width: 200px;
    }
}

/* Large Tablet - 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .contact-info-text h2 {
        font-size: 26px;
    }

    .contact-info-text span {
        font-size: 15px;
    }

    button.submit-btn {
        min-width: 190px;
    }

    .row.form {
        padding: 35px;
    }
}

/* Tablet - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .contact-info-text h2 {
        font-size: 24px;
    }

    .contact-info-text span {
        font-size: 14px;
    }

    .contact-info-icon i {
        font-size: 40px;
    }

    .contact-info-item {
        padding: 25px 10px;
    }

    .section-title__title {
        font-size: 32px;
    }

    .row.form {
        padding: 30px 25px;
    }

    button.submit-btn {
        min-width: 180px;
        padding: 12px 25px;
        font-size: 15px;
    }

    .checkbox-group.checkbox {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 10px 15px;
    }

    .checkbox-option {
        width: calc(50% - 8px) !important;
        flex: 0 0 calc(50% - 8px);
        margin: 0 !important;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        min-height: 24px;
    }

    .checkbox-option input[type="checkbox"] {
        margin-top: 3px;
        flex-shrink: 0;
        width: 16px;
        height: 16px;
    }

    .checkbox-option label {
        flex: 1;
        line-height: 1.4;
        word-break: break-word;
        white-space: normal;
        font-size: 13px;
    }
}

/* Mobile Landscape - 601px to 767px */
@media (min-width: 601px) and (max-width: 767px) {
    .contact-page-sec .mt-5 {
        margin-top: 2rem !important;
    }
    
    .contact-info-text h2 {
        font-size: 22px;
    }
    
    .contact-info-text span {
        font-size: 13px;
    }
    
    .contact-info-icon i {
        font-size: 36px;
    }
    
    .contact-info-item {
        padding: 20px 10px;
    }
    
    .section-title__title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .section-title__tagline {
        font-size: 14px;
    }
    
    .row.form {
        padding: 25px 20px;
    }
    
    button.submit-btn {
        width: auto;
        min-width: 160px;
        padding: 12px 20px;
        font-size: 15px;
    }
    
    .form-label {
        font-size: 1rem;
    }
    
    .checkbox-group.checkbox {
        flex-direction: column;
    }
}

/* Mobile - 480px to 600px */
@media (min-width: 480px) and (max-width: 600px) {
    .contact-page-sec {
        padding: 30px 0;
    }
    
    .contact-page-sec .mt-5 {
        margin-top: 1.5rem !important;
    }
    
    .col-md-4 {
        margin-bottom: 20px;
    }
    
    .contact-info-text h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .contact-info-text span {
        font-size: 13px;
    }
    
    .contact-info-icon i {
        font-size: 32px;
    }
    
    .contact-info-icon {
        margin-bottom: 12px;
    }
    
    .contact-info-item {
        padding: 20px 15px;
    }
    
    .section-title__title {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .section-title__tagline {
        font-size: 13px;
    }
    
    .row.form {
        padding: 20px 15px;
    }
    
    .contact-page-form form {
        padding: 15px 10px 0;
    }
    
    button.submit-btn {
        width: auto;
        min-width: 150px;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .form-label {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
    
    .checkbox-group.checkbox {
        flex-direction: column;
        gap: 8px;
    }
    
    .checkbox-option {
        font-size: 0.9rem;
    }
}

/* Mobile - Below 600px */
@media (max-width: 600px) {
    .checkbox-group.checkbox {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 10px;
    }

    .checkbox-option {
        width: 100% !important;
        margin: 0 !important;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .checkbox-option input[type="checkbox"] {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .checkbox-option label {
        flex: 1;
        line-height: 1.4;
    }
}

/* Small Mobile - 320px to 479px */
@media (max-width: 479px) {
    .contact-page-sec {
        padding: 20px 0;
    }

    .contact-page-sec .mt-5 {
        margin-top: 1rem !important;
    }

    .col-md-4 {
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .contact-info-text h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .contact-info-text span {
        font-size: 12px;
    }

    .contact-info-icon i {
        font-size: 28px;
    }

    .contact-info-icon {
        margin-bottom: 10px;
    }

    .contact-info-item {
        padding: 18px 10px;
    }

    .section-title__title {
        font-size: 20px;
        line-height: 1.3;
    }

    .section-title__tagline {
        font-size: 12px;
    }

    .row.form {
        padding: 15px 10px;
        box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 20px 0px;
    }

    .contact-page-form form {
        padding: 10px 5px 0;
    }

    button.submit-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .form-label {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .single-input-field input,
    .single-input-field textarea {
        padding: 10px 12px;
        font-size: 14px;
    }

    .checkbox-group.checkbox {
        flex-direction: column !important;
        gap: 8px;
    }

    .checkbox-option {
        font-size: 0.85rem;
    }

    .checkbox-option input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .select-header {
        padding: 0.75rem 0.85rem;
        font-size: 14px;
    }

    .option {
        padding: 0.75rem 0.85rem;
        font-size: 14px;
    }
}

/* Extra Small Mobile - Below 375px */
@media (max-width: 374px) {
    .contact-info-text h2 {
        font-size: 16px;
    }
    
    .contact-info-text span {
        font-size: 11px;
    }
    
    .contact-info-icon i {
        font-size: 24px;
    }
    
    .section-title__title {
        font-size: 18px;
    }
    
    .section-title__tagline {
        font-size: 11px;
    }
    
    button.submit-btn {
        font-size: 13px;
        padding: 10px;
    }
    
    .form-label {
        font-size: 0.85rem;
    }
    
    .checkbox-option {
        font-size: 0.8rem;
    }
}

/* ====================================
   CONTACT PAGE RESPONSIVE - END
   ==================================== */

/* ====================================
   SHOW/HIDE DESKTOP AND MOBILE SECTIONS
   ==================================== */

/* Desktop Section - Show on desktop, hide on mobile */
.services-three.desktop {
    display: block;
}

.services-three.mobile {
    display: none;
}

/* Mobile/Tablet - Hide desktop, show mobile */
@media (max-width: 991px) {
    .services-three.desktop {
        display: none !important;
    }

    .services-three.mobile {
        display: block !important;
    }
}

/* ====================================
   END SHOW/HIDE SECTIONS
   ==================================== */

/* ====================================
   HEADER SPACING FIX
   ==================================== */

.main-menu__wrapper,
.main-menu-three__wrapper {
    /* margin-top: 20px !important; */
    /* margin-bottom: 20px !important; */
}

/* Responsive header spacing */
@media (max-width: 1200px) {
    .main-menu__wrapper,
    .main-menu-three__wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .main-menu__wrapper,
    .main-menu-three__wrapper {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    .main-menu__wrapper,
    .main-menu-three__wrapper {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
}

/* ====================================
   END HEADER SPACING FIX
   ==================================== */

/* ====================================
   FOOTER RESPONSIVE - START
   ==================================== */

/* Base Footer Styles */
.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-widget__column {
    text-align: center;
    margin-bottom: 30px;
}

.footer-widget__logo {
    margin-bottom: 20px;
}

.footer-widget__logo img {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
}

.footer-widget__about-text {
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
    margin: 0 auto;
    max-width: 350px;
}

.footer-widget__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_widget li.abt-widget {
    margin-bottom: 12px;
}

.footer_widget li.abt-widget a {
    color: #ccc;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_widget li.abt-widget a:hover {
    color: #19776b;
}

.footer-widget__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget__social-box {
    margin-top: 25px;
}

.footer-widget__social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.site-footer__social {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.site-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.site-footer__social a:hover {
    background: #19776b;
    transform: translateY(-3px);
}

.site-footer__bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.site-footer__bottom-text {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 0;
}

.site-footer__bottom-text a {
    color: #19776b;
    text-decoration: none;
}

.site-footer__bottom-text a:hover {
    color: #236677;
}

/* Desktop - 1200px and above */
@media (min-width: 1200px) {
    .site-footer {
        /* padding: 80px 0 30px; */
    }

    .footer-widget__column {
        text-align: left;
    }

    .footer-widget__logo img {
        margin: 0;
    }

    .footer-widget__about-text {
        text-align: left;
        margin: 0;
    }

    .footer-widget__title {
        text-align: left;
    }

    .site-footer__social {
        justify-content: flex-start;
    }

    .footer_widget {
        text-align: left;
    }
}

/* Large Desktop - 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .site-footer {
        padding: 70px 0 25px;
    }

    .footer-widget__column {
        text-align: left;
    }

    .footer-widget__logo img {
        margin: 0;
        max-width: 160px;
    }

    .footer-widget__about-text {
        text-align: left;
        margin: 0;
        font-size: 14px;
    }

    .footer-widget__title {
        text-align: left;
        font-size: 18px;
    }

    .site-footer__social {
        justify-content: flex-start;
    }
}

/* Tablet - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .site-footer {
        padding: 60px 0 20px;
    }

    .footer-widget__column {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-widget__logo img {
        margin: 0 auto;
        max-width: 150px;
    }

    .footer-widget__about-text {
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        max-width: 300px;
    }

    .footer-widget__title {
        text-align: center;
        font-size: 18px;
    }

    .site-footer__social {
        justify-content: center;
    }

    .footer_widget {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_widget li.abt-widget {
        text-align: center;
    }

    .col-xl-4.col-lg-6.col-md-6 {
        margin-bottom: 30px;
    }
}

/* Mobile - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .site-footer {
        padding: 50px 0 20px;
    }

    .footer-widget__column {
        text-align: center;
        margin-bottom: 35px;
    }

    .footer-widget__logo img {
        margin: 0 auto;
        max-width: 140px;
    }

    .footer-widget__about-text {
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        max-width: 280px;
    }

    .footer-widget__title {
        text-align: center;
        font-size: 17px;
    }

    .footer-widget__social-title {
        font-size: 16px;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__social a {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .footer_widget {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_widget li.abt-widget {
        text-align: center;
    }

    .footer_widget li.abt-widget a {
        font-size: 14px;
    }

    .site-footer__bottom-text {
        font-size: 13px;
    }
}

/* Small Mobile - 320px to 575px */
@media (max-width: 575px) {
    .site-footer {
        padding: 40px 0 15px;
    }

    .container.footer {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .footer-widget__column {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-widget__logo img {
        margin: 0 auto;
        max-width: 130px;
    }

    .footer-widget__about-text {
        text-align: center;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.5;
        max-width: 260px;
    }

    .footer-widget__title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-widget__social-title {
        font-size: 15px;
    }

    .site-footer__social {
        justify-content: center;
        gap: 12px;
    }

    .site-footer__social a {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .footer_widget {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_widget li.abt-widget {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer_widget li.abt-widget a {
        font-size: 13px;
    }

    .site-footer__bottom {
        margin-top: 30px;
        padding-top: 15px;
    }

    .site-footer__bottom-text {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Extra Small Mobile - Below 375px */
@media (max-width: 374px) {
    .site-footer {
        padding: 35px 0 15px;
    }

    .footer-widget__logo img {
        max-width: 120px;
    }

    .footer-widget__about-text {
        font-size: 12px;
        max-width: 240px;
    }

    .footer-widget__title {
        font-size: 15px;
    }

    .footer-widget__social-title {
        font-size: 14px;
    }

    .site-footer__social a {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .footer_widget li.abt-widget a {
        font-size: 12px;
    }

    .site-footer__bottom-text {
        font-size: 11px;
    }
}

/* Fix column stacking on mobile */
@media (max-width: 767px) {
    .site-footer__top .row {
        display: flex;
        flex-direction: column;
    }

    .site-footer__top .col-xl-4,
    .site-footer__top .col-lg-6,
    .site-footer__top .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* ====================================
   FOOTER RESPONSIVE - END
   ==================================== */

/* ====================================
   FOOTER MORE SERVICES CENTER FIX
   ==================================== */

/* Override for mobile - center the More Services menu */
@media (max-width: 767px) {
    .footer-widget__call {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-widget__call ul.footer_widget {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .footer-widget__call ul.footer_widget li.abt-widget {
        text-align: center !important;
        width: 100%;
        display: block;
    }

    .footer-widget__call ul.footer_widget li.abt-widget a {
        display: inline-block;
        text-align: center;
    }
}

/* ====================================
   END FOOTER MORE SERVICES CENTER FIX
   ==================================== */

/* ====================================
   FOOTER CONTACT ICON CENTER FIX
   ==================================== */

/* Center email icon on tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-widget__contact-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-widget__contact-list li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer-widget__contact-list li .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-widget__contact-list li .icon i {
        font-size: 24px;
        color: #19776b;
    }
}

/* Center email icon on mobile */
@media (max-width: 767px) {
    .footer-widget__contact-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-widget__contact-list li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer-widget__contact-list li .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-widget__contact-list li .icon i {
        font-size: 24px;
        color: #19776b;
    }
}

/* ====================================
   END FOOTER CONTACT ICON CENTER FIX
   ==================================== */

/* ====================================
   FOOTER MORE SERVICES COMPLETE CENTER FIX FOR TABLET
   ==================================== */

/* Force center alignment for More Services section on tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-widget__instagram {
        text-align: center !important;
    }

    .footer-widget__instagram .footer-widget__title-box {
        text-align: center !important;
    }

    .footer-widget__instagram .footer-widget__title {
        text-align: center !important;
    }

    .footer-widget__instagram .footer-widget__call {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .footer-widget__instagram .footer-widget__call ul.footer_widget {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .footer-widget__instagram .footer-widget__call ul.footer_widget li.abt-widget {
        text-align: center !important;
        display: block !important;
        width: auto !important;
    }

    .footer-widget__instagram .footer-widget__call ul.footer_widget li.abt-widget a.abt_widget {
        display: inline-block !important;
        text-align: center !important;
    }
}

/* ====================================
   END FOOTER MORE SERVICES COMPLETE CENTER FIX FOR TABLET
   ==================================== */

/* ====================================
   FIX BOOK A SESSION OVERLAP ISSUE
   ==================================== */

/* Prevent overlap by adding proper margins */
.appointments-one {
    /* margin-top: 60px; */
    /* margin-bottom: 60px; */
    position: relative;
    z-index: 1;
}

/* Desktop */
@media (min-width: 992px) {
    .appointments-one {
        /* margin-top: 80px; */
        /* margin-bottom: 80px; */
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .appointments-one {
        /* margin-top: 50px; */
        /* margin-bottom: 50px; */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .appointments-one {
        margin-top: -46px;
        /* margin-bottom: 40px; */
    }

    .therapy-cta__card {
        padding: 30px 20px !important;
    }
}

/* Extra spacing for blog section before Book a Session */
.blog-two.blogs {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-two.blogs {
        margin-bottom: 40px;
    }
}

/* ====================================
   END FIX BOOK A SESSION OVERLAP ISSUE
   ==================================== */

/* ====================================
   FIX SERVICES THREE SECTION EQUAL HEIGHT - TABLET
   ==================================== */

/* Make text and image boxes equal height on tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .services-three .row {
        display: flex;
        flex-wrap: wrap;
    }

    .services-three .col-xl-3,
    .services-three .col-lg-6,
    .services-three .col-md-6 {
        display: flex;
        margin-bottom: 30px;
    }

    .services-three__single {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 350px;
    }

    .services-three__content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        height: 100%;
        padding: 30px 25px;
    }

    .services-three__img {
        width: 100%;
        height: 100%;
        min-height: 350px;
        overflow: hidden;
    }

    .services-three__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .services-three__icon {
        margin-bottom: 20px;
    }

    .services-three__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .services-three__text {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Also fix for mobile landscape */
@media (min-width: 576px) and (max-width: 767px) {
    .services-three .row {
        display: flex;
        flex-wrap: wrap;
    }

    .services-three .col-xl-3,
    .services-three .col-lg-6,
    .services-three .col-md-6 {
        display: flex;
        margin-bottom: 25px;
    }

    .services-three__single {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 320px;
    }

    .services-three__content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        height: 100%;
        padding: 25px 20px;
    }

    .services-three__img {
        width: 100%;
        height: 100%;
        min-height: 320px;
        overflow: hidden;
    }

    .services-three__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* ====================================
   END FIX SERVICES THREE SECTION EQUAL HEIGHT - TABLET
   ==================================== */

/* ====================================
   REVERSE SERVICES THREE SECTION ORDER - TABLET
   ==================================== */

/* Reverse the order to show image first on tablet */
@media (min-width: 768px) and (max-width: 991px) {
    /* First row - reverse so image comes first */
    .services-three .row .col-xl-3:nth-child(1) {
        order: 2;
    }

    .services-three .row .col-xl-3:nth-child(2) {
        order: 1;
    }

    /* Second row - reverse so image comes first */
    .services-three .row .col-xl-3:nth-child(3) {
        order: 4;
    }

    .services-three .row .col-xl-3:nth-child(4) {
        order: 3;
    }

    /* Third row - reverse so image comes first */
    .services-three .row .col-xl-3:nth-child(5) {
        order: 5;
    }

    .services-three .row .col-xl-3:nth-child(6) {
        order: 6;
    }

    /* Fourth row - reverse so image comes first */
    .services-three .row .col-xl-3:nth-child(7) {
        order: 8;
    }

    .services-three .row .col-xl-3:nth-child(8) {
        order: 7;
    }

    /* Apply flex to row to enable ordering */
    .services-three .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Each column takes 50% width on tablet */
    .services-three .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ====================================
   END REVERSE SERVICES THREE SECTION ORDER - TABLET
   ==================================== */

/* ====================================
   FIX SERVICES THREE SECTION - 1000px to 1200px
   ==================================== */

/* Fix equal height and reverse order for medium desktop */
@media (min-width: 1000px) and (max-width: 1200px) {
    /* Apply flex to row to enable ordering and equal heights */
    .services-three .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Each column takes 50% width */
    .services-three .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        margin-bottom: 30px;
    }

    /* Equal height for all boxes */
    .services-three__single {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 380px;
    }

    .services-three__content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        height: 100%;
        padding: 35px 30px;
    }

    .services-three__img {
        width: 100%;
        height: 100%;
        min-height: 380px;
        overflow: hidden;
    }

    .services-three__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Reverse order - Row 1: Text first, Image second */
    .services-three .row .col-xl-3:nth-child(1) {
        order: 1;
    }

    .services-three .row .col-xl-3:nth-child(2) {
        order: 2;
    }

    /* Reverse order - Row 2: Text first, Image second */
    .services-three .row .col-xl-3:nth-child(3) {
        order: 3;
    }

    .services-three .row .col-xl-3:nth-child(4) {
        order: 4;
    }

    /* Reverse order - Row 3: Image first, Text second */
    .services-three .row .col-xl-3:nth-child(5) {
        order: 6;
    }

    .services-three .row .col-xl-3:nth-child(6) {
        order: 5;
    }

    /* Reverse order - Row 4: Image first, Text second */
    .services-three .row .col-xl-3:nth-child(7) {
        order: 8;
    }

    .services-three .row .col-xl-3:nth-child(8) {
        order: 7;
    }

    .services-three__icon {
        margin-bottom: 20px;
    }

    .services-three__title {
        font-size: 22px;
        margin-bottom: 18px;
        line-height: 1.3;
    }

    .services-three__text {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ====================================
   END FIX SERVICES THREE SECTION - 1000px to 1200px
   ==================================== */

/* ====================================
   FIX SERVICES THREE SECTION EQUAL HEIGHT - MOBILE
   ==================================== */

/* Make text and image boxes equal height on mobile */
@media (max-width: 767px) {
    .services-three .row {
        display: flex;
        flex-direction: column;
    }

    .services-three .col-xl-3,
    .services-three .col-lg-6,
    .services-three .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
    }

    .services-three__single {
        width: 100%;
        height: 100%;
        min-height: 280px;
        max-height: 280px;
        overflow: hidden;
    }

    .services-three__content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 280px;
        padding: 25px 20px;
    }

    .services-three__img {
        width: 100%;
        height: 280px;
        max-height: 280px;
        overflow: hidden;
    }

    .services-three__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .services-three__icon {
        margin-bottom: 15px;
    }

    .services-three__icon span {
        font-size: 40px;
    }

    .services-three__title {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .services-three__text {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    /* Reset order for mobile - stack naturally */
    .services-three .row .col-xl-3 {
        order: unset !important;
    }
}

/* Extra small mobile */
@media (max-width: 480px) {
    .services-three__single {
        min-height: 250px;
        max-height: 250px;
    }

    .services-three__content-box {
        height: 250px;
        padding: 20px 15px;
    }

    .services-three__img {
        height: 250px;
        max-height: 250px;
    }

    .services-three__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .services-three__text {
        font-size: 12px;
    }

    .services-three__icon span {
        font-size: 36px;
    }
}

/* ====================================
   END FIX SERVICES THREE SECTION EQUAL HEIGHT - MOBILE
   ==================================== */


/* ====================================
   SECONDARY FOOTER (VLIIF STYLE)
   ==================================== */

.secondary-footer {
    background: #1a1a1a;
    border-top: 1px solid #333;
    padding: 30px 0 0;
}

.secondary-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 30px;
    flex-wrap: wrap;
}

.secondary-footer__logo {
    flex: 0 0 auto;
}

.secondary-footer__logo img.footer-logo-img {
    max-width: 120px;
    height: auto;
}

.secondary-footer__menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.secondary-footer__nav {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.secondary-footer__nav li {
    position: relative;
}

.secondary-footer__nav li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #555;
}

.secondary-footer__nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.secondary-footer__nav li a:hover {
    color: #19776b;
}

.secondary-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.secondary-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #19776b;
}

.secondary-footer__contact-item i {
    font-size: 16px;
    color: #19776b;
}

.secondary-footer__contact-item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.secondary-footer__contact-item a:hover {
    color: #19776b;
}

.secondary-footer__social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.secondary-footer__social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #3b5998;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.secondary-footer__social .social-icon:nth-child(1) {
    background: #3b5998; /* Facebook */
}

.secondary-footer__social .social-icon:nth-child(2) {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); /* Instagram gradient */
}

.secondary-footer__social .social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.secondary-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid #333;
    flex-wrap: wrap;
    gap: 15px;
}

.secondary-footer__copyright p {
    margin: 0;
    color: #999;
    font-size: 14px;
}

.secondary-footer__copyright p a {
    color: #19776b;
    text-decoration: none;
    font-weight: 500;
}

.secondary-footer__copyright p a:hover {
    text-decoration: underline;
    color: #236677;
}

.secondary-footer__terms a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.secondary-footer__terms a:hover {
    color: #19776b;
}

@media (max-width: 991px) {
    .secondary-footer__inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .secondary-footer__nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .secondary-footer__nav li:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .secondary-footer {
        padding: 20px 0 0;
    }

    .secondary-footer__inner {
        padding: 15px 0;
    }

    .secondary-footer__nav {
        gap: 15px;
        flex-direction: column;
    }

    .secondary-footer__nav li a {
        font-size: 14px;
    }

    .secondary-footer__social {
        gap: 12px;
    }

    .secondary-footer__social .social-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .secondary-footer__bottom {
        flex-direction: column;
        text-align: center;
        padding: 12px 0;
    }

    .secondary-footer__copyright p,
    .secondary-footer__terms a {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .secondary-footer__logo img.footer-logo-img {
        max-width: 100px;
    }

    .secondary-footer__nav li a {
        font-size: 13px;
    }

    .secondary-footer__social .social-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .secondary-footer__copyright p,
    .secondary-footer__terms a {
        font-size: 12px;
    }
}

/* ====================================
   END SECONDARY FOOTER
   ==================================== */



/* Hide old main footer */
.site-footer {
    display: none !important;
}
