* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
    font-family: "Merriweather", serif;
    font-family: "Noto Sans Georgian", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans Georgian", sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", serif;
    font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #141414;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 15px 40px;
  display: inline-block;
  color: var(--s-white);
  transition: all ease 0.5s;
  background-color: var(--s-third);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.site-btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  color: var(--s-third);
  /* transform: translateY(-5px); */
}
.site-btn::before {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--s-secondary);
  transition: all ease 0.5s;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.site-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn span {
  color: var(--s-primary);
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 30px;
  position: relative !important;
}
.titleBar span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--s-primary);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: block;
}
.titleBar h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 20px;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #741c47;
  --s-secondary: #FEEEF6;
  --s-third: #b17719;
  --s-white: #ffffff;
  --s-black: #414141;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.bg-s-third {
  background-color: var(--s-third) !important;
}
.text-s-third {
  color: var(--s-third) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
                        HOME PAGE CSS START HERE 
                ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-primary);
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li:first-child
{
  margin-left: 0;
}
.top-location ul li a {
  color: var(--s-white);
  font-weight: 300;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-third);
  background-color: var(--s-secondary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: #fff;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  text-transform: capitalize;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/* BANNER */
#banner {
  position: relative;
  width: 100%;
  display: block;
  padding: 212px 0;
}
/* #banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #0000004f;
} */
.banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.banner-text h5{
    color: var(--s-primary);
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "Noto Sans Georgian", sans-serif;
}
.banner-text h2 {
  font-size: 60px;
  display: block;
  margin-bottom: 25px;
  color: var(--s-primary);
  font-weight: 600;
}
.banner-text h2 span {
  color: var(--s-primary);
}
.banner-text p{
    color: var(--s-primary);
}

/* About US Section */
.aboutSection{
    background-image: url(https://bodyessencesoul.com/wp-content/uploads/2025/06/bg_img1.png);
    position: relative;
}
.aboutSection::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent;
    background-image: radial-gradient(at center center, #FFFFFF1A 0%, #ffffff 80%);
}
.about_image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}
.aboutSection hr
{
    margin: 2rem 0;
    color: var(--s-primary);
    border: 0;
    border-top: 1px solid var(--s-primary);
    opacity: 1;
}

/* Free CAll Section Start Here */
.freeCAllSection {
  background-image: url(https://bodyessencesoul.com/wp-content/uploads/2025/06/bg.jpg);
  background-color: var(--s-black);
  background-position: center center;
  background-attachment: fixed;
}
.freeCAllSection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--s-primary);
  opacity: 0.6;
}

/* Services Section */
.list li {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
  color: var(--s-black);
}
.list li i {
  color: var(--s-primary);
}

/* servicesBox Section */
.servicesBoxsSection{
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: var(--s-secondary);
}
.servicesBox{
  overflow: hidden;
  height: 450px;
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  border-radius: 15px;
  transition: all .6s ease-in-out;
}
.servicesBox:hover .servicesBox-overlay{
  transform: none;
  transition: all .6s ease-in-out;
}
.servicesfront{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 2em 2em 2em 2em;
  background-image: url(https://bodyessencesoul.com/wp-content/uploads/2025/06/services-image-1.webp);
}
.servicesfront::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000052;
  z-index: 0;
}
.services-icon
{
  width: 70px;
  height: 70px;
  background-color: var(--s-third);
  border-radius: 100px;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.services-content
{
  position: relative;
  z-index: 1;
}
.services-content h3
{
  font-size: 25px;
  color: var(--s-white);
  margin-bottom: 15px;
  font-weight: 500;
}
.services-content p{
  color: var(--s-white);
  margin: 0;
  font-size: 14px;
}
.servicesBox-overlay{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2em 2em 2em 2em;
  background-color: var(--s-white);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  transform: translateX(100%) translateY(0);
  transition: all .6s ease-in-out;
}
.servicesBox-overlay::after{
  position: absolute;
  content: "";
  right: -50px;
  bottom: -50px;
  height: 150px;
  width: 150px;
  background-color: var(--s-primary);
  border-radius: 100px;
}

/* Value Section */
.valueSection{
  overflow: visible;
}
.value-image img{
  border-radius: 25px;
  margin-bottom: -180px;
  height: 700PX;
  width: 100%;
  object-fit: cover;
}
.progress-section {
  margin-bottom: 15px;
}
.progress-title {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--s-white);
}
.progress-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 25px;
  height: 11px;
  position: relative;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--s-third);
  border-radius: 25px 25px;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.2s ease-in-out;
}
.progress-percentage {
  position: absolute;
  left: 10px;
  top: -15px;
  transform: translateY(-50%);
  transition: left 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--s-white);
}

/* Why CHoose US Section */
.whySection{
  padding-top: 150px;
}
.why-box{
  background-color: var(--s-secondary);
  border-radius: 25px;
  overflow: hidden;
  padding: 40px;
  padding-top: 20px;
}
.why-list li{
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #4865735d;
}
.why-list li:last-child{
  padding-bottom: 0px;
  border-bottom: none;
}
.why-number-count h1{
  font-size: 94px;
  font-weight: 400;
  color: #4865735d;
  margin: 0;
}
.why-content h3{
  font-size: 25px;
  color: var(--s-primary);
}
.why-image img{
  height: 150px;
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
}

/* Contact Section Start Here */
.contactSection{
  background-image: url(https://bodyessencesoul.com/wp-content/uploads/2025/06/health-bg.jpg);
  overflow: visible;
}
.overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #486573a4;
}

/* Testimonial Section */
.testimonialSection{
  padding-top: 150px;
}
.td-single-testimonial-item {
  background: var(--s-white);
  padding: 40px;
  transition: 0.8s;
  border-radius: 0px;
  border: 1px solid #eaeaea;
}
.td-testimonial-rating {
  color: #fdcc0d;
}
.td-testimonial-rating ul li {
  margin: 0 1px;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
}
.td-testimonial-image h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--s-white);
}
.td-name-designation h6 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-primary);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-black);
  font-weight: 300;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 20px 0 30px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-black);
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-primary);
  position: relative;
  padding-top: 25px;
}
/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-secondary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-secondary);
  color: var(--s-third);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-third);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-third);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-third);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}







/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: var(--s-black);
  background-image: url(https://bodyessencesoul.com/wp-content/uploads/2025/06/view-bg.jpg);
  background-position: 0% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000094;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
/* Mission Section Start here */
.ourMission {
  background-image: url(https://bodyessencesoul.com/wp-content/uploads/2025/06/mind-bg.png);
  position: relative;
  background-attachment: fixed;
}
.ourMission::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b7;
  z-index: 0;
}
.valueBox {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* margin: 10px 10px 10px 10px; */
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 3em 1em 3em 1em;
  background-color: var(--s-secondary);
}
.valueBox h4 {
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
  margin-top: 25px;
  letter-spacing: 1px;
}
/* FAQs  Section */
.accordion-item {
  background-color: #f3f3f3;
}
.accordion-header .accordion-button {
  font-size: 20px;
  background-color: #f3f3f3;
  color: var(--black);
  padding: 20px 30px 20px 34px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  font-weight: 700;
}
.faq-image {
  height: 550px;
  object-fit: cover;
  /* object-position: left; */
}
.accordion-button:not(.collapsed) {
  color: var(--s-white);
  background-color: var(--s-primary);
}
.faq-image {
  height: 550px;
  object-fit: cover;
  object-position: right;
}
.contactIcon h5 {
  font-size: 17px;
  font-weight: 600;
}


/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p {
  margin-bottom: 20px;
}
.innerServicesImage img {
  height: 430px;
  object-fit: cover;
}
.innerServices-overlay {
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}







/* WebSites Responsive  */
@media (max-width: 991px){
  section{
    padding: 50px 0;
  }
  .top-section 
  {
    display: none;
  }
  .bottom-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #bc8f8f;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-btn
  {
    margin-top: 20px;
  }
  .bottom-header .navbar-brand img {
    width: 90px !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 24px; 
  }
  .titleBar span{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }
 /* Banner */
 .Mainbanner
 {
   padding: 0;
 }
 #banner{
   border-radius: 0;
 }
 #banner .banner-text h2{
   font-size: 40px;
 }
 #banner .banner-text h5{
   font-size: 12px;
 }
 #banner .banner-text p{
   font-size: 15px;
 }
 #banner{
  min-height: 500px;
  height: 500px;
  background-position: -200px 0px;
  padding: 0;
  background-size: 400%;
 }
 #banner .container .row {
   min-height: 500px;
   height: 500px;
 }

 /* Value */
 .value-image img {
    margin-bottom: 0;
    height: 400PX;
  }
  /* WHy CHoose Us */
  .whySection {
    padding-top: 50px;
  }
  .why-box {
    padding: 40px 15px;
    padding-top: 20px;
  }
  .why-number-count h1 {
    font-size: 55px;
  }
  .why-content h3 {
    font-size: 18px;
  }
  .why-content p {
    font-size: 13px;
  }

  /* Map */
  .value-image iframe{
    margin-bottom: 0 !important;
    height: 450px;
  }
  /* TEstimonial */
  .testimonialSection {
    padding-top: 50px;
  }
  /* Inner Services */
  .innerPagesBanner {
    height: 180px;
    padding-bottom: 30px;
  }
  .innerpage-title h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .innerpage-title{
    margin-top: 0;
  }
  .listTwo li {
    font-size: 13px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 8px !important; 
    border-radius: 15px;
    margin: 0;
    border-radius: 10px !important;
  }
  /* FAqs */
  .accordion-header .accordion-button{
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
}