@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Slab', serif;
}

body {
  background-color: #fff8f5 !important;
}

/* Navbar css start */
.navbar-collapse {
  justify-content: end;
}

a.nav-link:hover {
  color: #fff;
}

/* a.navbar-brand img {
  width: 100%;
} */

a.navbar-brand {
  max-width: 140px;
}

li.nav-item {
  padding: 0 10px;
}

ul.navbar-nav {
  margin-right: 55px;
}

li.nav-item a {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

nav.navbar.navbar-expand-lg {
    position: relative;
    z-index: 2000;
    padding: 8px 25px;
    background-color: #fff8f5;
}

h2.logo-one {
  color: white;
  font-size: 28px;
}
h2.logo-two {
  font-size: 28px;
}

nav.scrolled .logo-scroll-down {
  display: block;
}

.logo-scroll-down {
  display: none;
}

nav.scrolled .logo-scroll {
  display: none;
}

.logo-scroll {
  display: block;
}

.logo-scroll img {
    max-width: 150px;
}
.logo-scroll-down img {
    max-width: 150px;
}
nav {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

nav.scrolled {
  background-color: #fff8f5 !important;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  padding: 8px 50px;
  transition: top 0.8s;
}

nav.scrolled .nav-item .nav-link {
  color: #000 !important;
}



/* end navbar css */
/* slider  start */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*height: 700px;*/
}

button.carousel-control-next {
  z-index: 99 !important;
}

.swiper-slide-overlay {
  background-color: transparent;
  background-image: linear-gradient(359deg, rgba(255, 255, 255, 0) 0%, #f59b90 100%);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin-top: -250px;
  margin-bottom: 0;
  z-index: 1;
  top: 65px;
  position: relative;
  box-shadow: 86px 94px 119px 79px #f59b90;
  filter: blur(2px);
}

section.slider {
  position: relative;
  /* margin-top: -90px; */
}

.carousel-caption {
  position: absolute;
  top: 230px;
  z-index: 20;
}

.carousel-caption.d-none.d-md-block h1 {
  font-size: 28px;
}

.carousel-caption::after {
  content: '';
  background-image: url(../images/huge_banner_logo.webp);
  width: 100%;
  position: absolute;
  height: 600px;
  top: -190px;
  background-repeat: no-repeat;
  z-index: 65;
  background-size: 710px;
  left: 90px;
  display: none;
}

.video-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-img img {
  width: 100%;
  max-width: 995px;
  padding: 10px 0px;
  position: relative;
  z-index: 200;
}

section.video {
  position: relative;
}

.video-description {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
  left: -10px;
  transform: translateY(-50%);
}

.video-description h1 {
  font-size: 50px;
  color: #fff;
}




.video-link {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 315px;
  margin: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #a87e72;
}

#video-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
}

.close-button {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}


/* slider  css end*/



/* section massage-info css start */
.massage-info-box {
  display: flex;
  align-items: center;
}

section.massage-info {
  background-color: #fff8f5;
  padding: 70px 0px 0;
  position: relative;
  z-index: 9;
}

.massage-info-img {
  position: relative;
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.massage-info-img img {
  height: auto;
  max-width: 60%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.massage-info-description {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* section.massage-info .container {
  max-width: 1200px !important;
} */

.massage-info-description h2 {
  font-size: 20px;
}

.massage-info-description p {
  font-size: 15px;
}

section.massage-info::after {
  content: '';
  background-image: url(../images/rela-2.png);
  width: 565px;
  position: absolute;
  height: 553px;
  top: -330px;
  background-repeat: no-repeat;
  background-size: 455px;
  z-index: -4;
  right: 0px;
}

section.massage-info::before {
  content: "";
  background-image: url(../images/rela-3.png);
  width: 100%;
  position: absolute;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 462px;
  z-index: -4;
  left: 0px;
  top: 84px;
}



/* section massage-info css end */

/* testimonail css start */
#testimonials-section {
  padding: 80px 0;

  background-size: cover;
  background-attachment: fixed;
  color: #a1aaad;
}

#testimonial {
  padding: 30px 0;
  text-align: center;
}

#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}

#testimonial .item p {
  font-weight: 400;
  margin: 0 0 30px 0;
}

hr {
  height: 3px;
  width: 60px;
  position: relative;
  background: #a5a5a5;
  border: 0;
  margin-bottom: 30px;
}

.section-title h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 32px;
}

.item p {
  color: #000;
  font-size: 17px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #000 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

/* testimonail css end */






















/* ............ lakshman........... */
/* ..gallay... */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 30px 0px 0px 0px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 430px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.gallery_fist {
  background-color: #fff8f5;
}


.gallery_fist::before {
  background-image: url(../images/huge_banner_logo.webp);
  width: 100%;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
}

.main_text {
  text-align: center;
}

h2.home {
  font-size: 45px;
  line-height: 1.2;
}

h2.respite {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 0px;
}

.main_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
  color: rgba(67, 72, 78, .7);
  font-style: normal;
  padding: 0px 140px 0px 140px;
}


.main_five_about {
  margin-bottom: 25px;
}

.about-address ul {
  padding: 0;
  list-style: none;
}

.about-address ul li {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.about-address ul li i::before {
  width: 30px;
  height: 30px;
  background-color: #a87e72;
  border-radius: 53%;
  color: #fff;
  line-height: 1.8;
}

.about-address ul li i {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}



.about-address ul li span {
  margin-left: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.social-links ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
  align-items: center;
}

.social-links ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links ul li i {
  color: #a87e72;
  font-size: 20px;
}

.social-links ul li span {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}


.video-img video {
  width: 100%;
  max-width: 995px;
  padding: 10px 0px;
  position: relative;
  z-index: 200;
}



.under_hadding a {
  background-color: #a87e72;
  color: #fff;
  padding: 12px 40px;
  border-radius: 1px 15px;
}






/* .............text .gallery_fist........... */
.main_potf {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0px 20px 0px 0px;
}

div#bath {
  background-color: white;
  padding: 40px 18px 25px;


}

h5.aheto-pricing__box-title {


  font-size: 20px;
  line-height: 1.35;
  color: #43484e;
}

h5.aheto-pricing__box-price {
  font-size: 20px;
  line-height: 1.35;
  color: #43484e;
}

p.aheto-pricing__box-descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.86;
  color: rgba(67, 72, 78, .7);
  font-style: normal;
}

/* .............text .gallery_fist..... end...... */



#text_two {
  margin-bottom: 20px;
}



/* ................three.......... */


.main_three {
  text-align: center;
}

.main-description {
  position: absolute;
  bottom: 0px;
  z-index: 15;
}

h4.aheto-heading__title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}



section.about_three- {
  padding: 60px 0;
}


.main_three {
  background-image: url(../images/new-img/img8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}



.main_thr {
  background-image: url(../images/new-img/img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}

.aheto-btn.aheto-btn--dark.aheto-btn--reverse,
.aheto-form-btn.aheto-btn--dark.aheto-btn--reverse input[type=submit] {
  background: #fff;
  color: #000;
  border-color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}


.main_thre::before {
  content: '';
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #000000 100%);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  z-index: 9;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
}

.main_thre {

  background-image: url(../images/new-img/img14.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}
















/* ................three.....end..... */
/* ............four........... */

.main_new_four {
  text-align: center;
}





.aheto-features--rela-packages .aheto-features-block__image {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  margin: 0 auto;
  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-transition: ease-in .2s;
  -o-transition: ease-in .2s;
  transition: ease-in .2s;
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: center center;
}

img.content-image {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 5px solid rgb(246 155 143 / 74%);
}

.main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}




.under_text {
  position: relative;
  bottom: 100px;
}

.container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  bottom: 100px;
}

.content .content-overlay {
  background: rgb(246 155 143 / 42%);
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  left: 17px;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border: none;
}

.content:hover .content-overlay {
  opacity: 1;
}



.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.under_text {
  text-align: center;
}

.main_icon {
  background: white;
  height: 390px;
  border-radius: 10px;
}

p.aheto-features-block__description {
  padding: 10px 48px;
  color: rgb(67 72 78 / 70%);
}

.aheto-features-block__link {
  padding: 20px 0px;
}

a.aheto-lin {
  color: rgb(67 72 78 / 70%);
  font-size: 11px;
  letter-spacing: 3.3px;
  font-weight: 400;
  text-decoration: none;
}

.under_text {
  padding-top: 20px;
}

a.aheto-lin:hover {
  text-decoration: none;
  border: none;
}

h4.aheto-features-block__title {
  font-size: 25px;
  line-height: 1.28;
}

.main_icon {
  text-align: center;
}


img.content-image:hover {
  border: none !important;

}

.content-details.fadeIn-right h3 {
  font-size: 45px;
  line-height: 1.2;

}

.main_new_four {
  margin-bottom: 144px;
}

section.four {
  padding-top: 50px;
  padding-bottom: 50px;
}


/* ............five....... */
section.five {
  background: #4e3c30;
  padding: 30px 0px;
}

ul.client {
  display: flex;
  justify-content: space-around;
}

ul.client li {
  list-style: none;
}

/* ............five... end.... */

/* ............six............... */
.six {
  background-image: url(../images/bg-home2.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 80px;
}

.main_six {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.under_hadding a {
  color: #ffffff;
  text-decoration: none;
}

.under_hadding a:hover {
  text-decoration: none;
}

.under_hadding {
  text-align: center;
}

p.aheto-heading__des a {
  color: #fff;
  text-decoration: none;
}









.footer {
  background-color: #a87e72;
}

.fadedd {
  display: flex;
  gap: 25px;
  list-style: none;
  padding-left: 0px;
}


ul.fadedd li i {
  color: #fff;
  font-size: 25px;
}

.main_main {
  margin-top: 30px;
}

p.aheto-heading__des {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  padding: 0 5px;
  letter-spacing: 1px;
}

.icon_fb {
  margin-top: 50px;
  margin-bottom: 10px;
}

ul.message {
  list-style: none;
  padding-left: 0px;
}

ul.message li a {
  color: #fff;
  text-decoration: none;
}

ul.message li {
  padding: 10px 0px;
}

ul.message li a:hover {
  text-decoration: none;
}

.main_main p {
  text-align: left;
}

.main_secd h5 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}

footer {
  transition: .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 60px 0 40px 0;
  background: #000000;
}

.main_pic img {
  filter: brightness(0)invert(1);
  display: none;
}

ul.fadedd li i:hover {
  color: #f59b90;
}

/* ......................about_one.......... page........... */
/* ......................about_one............page......... */

.about_one {
  background-image: url(../images/our-spa_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  margin-top: -82px;
}

.main_one_fist-a {
  text-align: center;
}

.main_pic {
  text-align: center;
}

.main_pic {
  text-align: center;
  margin-top: 300px;
}

h1.aheto-heading__title {
  font-size: 45px;
  color: #fff;
}

h5.aheto-heading__title {
  color: #43484e;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.main_two_about {
  text-align: center;
  background-color: white;
}

p.aheto-heading__desc {
  color: #a87e72;
  line-height: 14px;
}

section.about_two {
  padding-bottom: 70px;
}

.main_two_about img {
  width: 100%;
  height: 283px;
}

section.about_two {
  padding-bottom: 70px;
  margin-top: -100px;
}





.main_hedding {
  padding-bottom: 10px;
}








h5.aheto-team-memb {
  font-size: 20px;
  line-height: 1.35;
  color: #43484e;

}



p.aheto-team-member__pos {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.32;

}

.main_three-h {
  text-align: center;
  padding: 0px 140px;
}

.main_three-h h3 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #000000;
}

i.widget_aheto__icon.el.icon_phone.widget_aheto__icon.el.icon_phone {
  color: black !important;
}

a.aheto-contact__link {
  color: rgb(67 72 78 / 70%) !important;
}

.aheto-contact__info p {
  color: rgb(67 72 78 / 70%) !important;
}

h3.uk-heading-bullet {
  color: #43484e !important;
}

.uk-section-secondary {
  background: #feede8 !important;
}

.five_about {
  position: relative;
}

.five_about::before {
  content: '';
  background-image: url(../images/rela_bg-9.png);
  background-repeat: no-repeat;
  background-color: #fff8f5;
  padding-top: 60px;
  width: 100%;
  position: absolute;
  left: 0px;
  background-position: 40%;
  right: 0px;
  top: 17px;
  height: 100%;
  background-size: 413px;
  z-index: -10;
}

h2.Need {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
















form.submit-form {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}


label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

input,
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}


.btn-submit {
  background-color: #a87e72;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  text-align: center;
}

.main-skin-slider {
  position: relative;
}


.form-group input {
  background: #f7efec;
}

textarea.message-text {
  background: #f7efec;
}

.main_form-w {
  display: flex;
  padding: 2px;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
}



/* .............slider........... */

.slid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  margin: 0;
  opacity: 0;
  transition: 1s ease-in-out;
  overflow: hidden;
}

.slid img {
  width: 100%;
}


.prev {
  left: 0;
}

.next {
  right: 0;
}

.Skin_Care_container {
  height: 430px;
}

.dots_container {
  display: flex;
  margin: 5px auto;
  width: 100%;
  gap: 15px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dots {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #bdbdbd;
  margin: 4px;
}

.dots:hover {
  background: #696969 !important;
}

@media screen and (max-width:600px) {
  .slid {
    height: fit-content;
  }

  .Skin_Care_container {
    height: 200px;
  }

  button {
    top: 50%;
  }
}



section.six_about {
  padding-top: 60px;
  position: relative;
}

.main_box {
  padding: 0 25px;
}

.main_box::before {
  content: '';
  background-image: url(../images/bg_home4.png);
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 600px;
  z-index: -3;
}

.main_hadd {
  margin-bottom: 20px;
}

.main_hadd h2 {
  margin: 0px;
  font-size: 45px;
  line-height: 1.2;
}

a.LEARN- {
  color: #ffffff !important;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #a87e72;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
}

p.aheto-heading__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.86;
  color: rgba(67, 72, 78, .7);
  margin-bottom: 25px;
}

.btn-appointment a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}

.seven {
  background-image: url(../images/bg-home2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff8f5;
  padding: 60px 0 115px;
  text-align: center;
}

h2.aheto-heading__title {
  margin-bottom: 15px;
  font-size: 42px;
}

/* ......................about_one............page...end...... */
/* ......................about_one.............page..end....... */
/* ......................servies............page......... */
/* ......................servies.............page......... */

.servies-one {
  background-image: url(../images/lotus-spa-template-services-header-img-bg.jpg);

  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  overflow: hidden;
  margin-top: -82px;
}

h1.aheto-heading__ti {
  font-size: 88px;
  font-weight: 500;
  color: white;
}

p.aheto-heading__d {
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 130px;
}

.box_img img {
  width: 100%;
  height: 320px;

}


.fuul h2 {
  font-size: 27px;
  font-weight: 500;
}

.fuul p {
  font-weight: 500;
  margin-bottom: 10px;
}

.fuul p {
  margin-top: 28px;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 16px;
  color: #43484e;

}

section.servies-two {

  background-color: #ffffff;
}

a.element {
  text-decoration: none;
}

.main_card-box {
  border-radius: 35px;
  margin-bottom: 40px;
}

.fuul {
  background: rgba(231, 222, 222, 0.2);
  height: 260px;
  padding: 10px;
  text-align: inherit;
}


div#dry {
  padding-top: 50px;
}

section.servies-two {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

span.elementor-button-text {
  margin-left: 11px;
  font-size: 16px;
}

.elementor-button-wrapper {
  margin-top: 20px;
}

span.elementor-button-text {
  color: #205b4f;
  font-size: 15px;
  text-transform: uppercase;

}

.work a {
  text-decoration: none;
  color: #205b4f;
  font-size: 15px;
  font-weight: 600;
}

a.element:hover {
  text-decoration: none;
  list-style: none;
}

section.servies_three {
  text-align: center;
}

.main_bigg.box h6 {
  color: #FA036B;
  text-transform: uppercase;
  letter-spacing: 3px;

  font-weight: 700;

}

.main_bigg.box h2 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
}

.main_bigg.box p {
  padding: 0% 29% 0% 29%;
  font-weight: 500;
  font-size: 16px;
}

section.servies_three {
  text-align: center;
  padding-top: 111px;
  padding-bottom: 110px;
}

.main_box-img img {
  width: 100%;
}

.main_box-pix p {
  font-size: 16px;
  text-align: justify;
}


.main_box-pix {
  text-align: initial;
  margin-left: 75px;
  width: 75%;
  margin-top: 150px;
}

h3.elementor-heading-title.elementor-size-default {
  font-size: 32px;
  font-weight: 700;
}

div#head_one {
  margin-top: 80px;
}




.servies_four {
  background-image: url(../images/lotus-spa-template888-img-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.main_bg {
  text-align: center;
  color: white;
  margin-top: 170px;
}

span.elementor-button-conpper {
  color: white;
}

.main_bg h5 {
  margin-bottom: 20px;
}

.main_bg h2 {
  font-size: 48px;
  line-height: 1.2;
}

.main_bg p {
  padding: 16px 255px;
  font-size: 16px;
  font-weight: 400;
}

a.elemen {
  border-radius: 0px;
  padding-top: 16px;
  padding-right: 31px;
  padding-bottom: 16px;
  padding-left: 31px;
  color: #161513;


  border-color: #FFFFFF;
}

a.elemen {
  border: 1px solid #FFFFFF;
  background-color: white;
  color: black;
  text-decoration: none;
}

a.elemen:hover {
  text-decoration: none;
  list-style: none;

}

span.elementor-bu {
  color: black;
}

a.elemen:hover {
  background-color: transparent;
  color: white !important;

}

span.elementor-bu:hover {
  color: white;
}





/* ......................servies............page... end...... */
/* ......................servies.............page....end..... */

/* ......................contact_one............page... ...... */
/* ......................contact_one.............page......... */

.contact_one {
  background-image: url(../images/F.A.Q._banner_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: -89px;
}

.main_pic h5 {
  color: white;
}

.elementor-icon-bo {
  display: flex;
  gap: 7px;

}

.elementor-icon-box-wrapper {
  display: flex;
  gap: 7px;
}

.widget_one {
  display: flex;
  gap: 5px;
  margin-top: 40px;
}


section.contact_two {
  padding-top: 70px;
  padding-bottom: 70px;
}

h2.elementor-heading-title.elem {
  margin-top: 10px;
}



div#page_off {
  padding: 0px;
}




/* ......................contact_one............page... end...... */
/* ......................contact_one.............page....end..... */


/* .....................blog_one............page... ...... */
/* ......................blog_one.............page......... */

.blog_one {
  background-image: url(../images/F.A.Q._banner_bg-blog.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: -89px;

}

.aheto-cpt-article__img {
  background-image: url(../images/blog-rooms2x2.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}

.aheto-cpt-article--skin-1 .aheto-cpt-article__terms {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.aheto-cpt-article--skin-1 .aheto-cpt-article__content {
  padding: 32px 30px 40px;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  flex-direction: column;

  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.aheto-cpt-article--skin-1 .aheto-cpt-article__date {
  display: block;
  margin-bottom: 16px;
  font-size: 87.5%;
}

.aheto-cpt-article--skin-1 .aheto-cpt-article__title {
  padding-top: 0;
  margin-bottom: 19px;
  word-break: break-word;
  font-size: 25px;
  margin-top: 0px;
}

.aheto-cpt-article__excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
  color: rgba(67, 72, 78, .7);
  font-style: normal;
}

.aheto-cpt-article__content {
  background: white;
}

h4.aheto-cpt-article__title a {
  line-height: 1.1;
  color: #000;
  text-decoration: none;
}

.aheto-cpt-article__btn-wrap a {
  color: black;
}

a.aheto-cpt-article__btn.aheto-link.aheto-btn--primary {
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-size: 11px;
  letter-spacing: 3.3px;
  font-weight: 400;
  padding-bottom: 10px;
  text-decoration: none;
}

.aheto-cpt-article--skin-1 .aheto-cpt-article__terms {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
  z-index: 1;
}

h4.aheto-cpt-article__title a:hover {
  text-decoration: none;

}

a.aheto-cpt-article__btn.aheto-link.aheto-btn--primary:hover {
  text-decoration: none;
  color: black;

}

.aheto-cpt-article--skin-1 .aheto-cpt-article__terms a {
  background-color: #a87e72;
  color: white;
  font-size: 13px;
  line-height: 26px;
  display: inline-block;
  border-radius: 3px;
  padding: 0 10px;
  margin-right: 3px;
}

section.blog_two {
  padding-top: 70px;
  padding-bottom: 70px;
}



#how_one {
  background-image: url(../images/Etiquette_4.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}

#how_two {
  background-image: url(../images/packages_1.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}

#how_three {
  background-image: url(../images/Etiquette_444.jpg);
  /* height: 300px; */
  background-size: cover;
  background-position: center;
}

#how_four {
  background-image: url(../images/SaRooms55.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}

#how_five {
  background-image: url(../images/Etiquette_66.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}


#how_six {
  background-image: url(../images/sauna-rooms77.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}

#how_seven {
  background-image: url(../images/packages-item_3.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}

#how_seven {
  background-image: url(../images/home3_qq.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
}

div#fist_number {
  margin-top: 35px;
}

/* ......................blog_one............page... end...... */
.main_thr h4 {
  padding-top: 290px;
  text-align: center;
  color: white;
}

.main_thre h4 {
  padding-top: 290px;
  text-align: center;
  color: white;
}

.aheto-btn-container.t-center.tablet-.mobile- {
  text-align: center;
}

ul.spa a:hover {
  text-decoration: none;
}

ul.spa span {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.main_item {
  background: #a87e72;
}

ul.spa li {

  list-style: none;
}

.spa {
  display: flex;
  gap: 75px;
  justify-content: center;
  margin-bottom: 28px;
  padding: 20px 20px 20px;
}


section.text {
  padding: 50px 0 30px;
}




































/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events * {
  outline: 0;
}

.h--timeline-container,
.h--timeline-events {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.h--timeline-navigation-container ul,
.h--timeline-navigation-container li,
.h--timeline-events ol,
.h--timeline-events li,
.h--timeline-line ol,
.h--timeline-line li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h--timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.h--timeline--loaded {
  opacity: 1;
}

.h--timeline-container {
  height: 100px;
}

.h--timeline-dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after,
.h--timeline-dates::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 50px;
}

.h--timeline-dates::before {
  left: 0;
  /* background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); */
}

.h--timeline-dates::after {
  right: 0;
  /* background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); */
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 49px;
  height: 2px;
  background-color: #d4d1d1;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #6e1e46;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.h--timeline-date:hover {
  font-weight: 600;
}

.h--timeline-date::after,
.h--timeline-date::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #6e1e46;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date::before {
  bottom: -3px;
  height: 9px;
  width: 9px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  z-index: 2;
}

.h--timeline-date:hover::before,
.h--timeline-date:hover::after {
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date:hover::after {
  background-color: #f7f7f7;
  border-color: #6e1e46;
}

.h--timeline-date--selected {
  pointer-events: none;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #6e1e46;
}

.h--timeline-date--selected::before {
  background-color: #6e1e46;
}

.h--timeline-date--older-event::after {
  background-color: #6e1e46;
  border-color: #6e1e46;
}

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  transition: border-color 0.3s;
}

.h--timeline-navigation::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
  filter: brightness(2)invert(1);
}

.h--timeline-navigation:hover {
  border-color: #6e1e46;
}

.h--timeline-navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.h--timeline-navigation--next {
  right: 0;
}

.h--timeline-navigation--inactive {
  cursor: not-allowed;
}

.h--timeline-navigation--inactive::after {
  background-position: 0 -16px;
}



/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
  overflow: hidden;
  transition: height 0.4s;
}

section.h--timeline.js-h--timeline.h--timeline--loaded {
  padding: 50px 0 0;
}

.h--timeline-event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 2rem;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
}

.h--timeline-event-content.container {
  max-width: 800px;
}

.h--timeline-event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,
.h--timeline-event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.h--timeline-event--enter-left,
.h--timeline-event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.h--timeline-event--leave-right,
.h--timeline-event--leave-left {
  animation-direction: reverse;
}

.h--timeline-event-title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.h--timeline-event-date {
  display: block;
  font-style: italic;
  margin: 0.5rem auto;
  margin: 1rem auto;
}

.h--timeline-event-date::before {
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */


.h--timeline-date--older-event::after {
  background-color: #6e1e46;
  border-color: #6e1e46;
}

.h--timeline-line li:nth-child(even) .h--timeline-date {
  bottom: -48px;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after {
  width: 21px;
  height: 21px;
  bottom: -11px;
  background-color: #f7f7f7;
  border-color: #6e1e46;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
  bottom: 40px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
  bottom: 37px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::before {
  bottom: 43px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
  bottom: -5px;
}



.main_footer_logo img {
  width: 100%;
  max-width: 230px;
}


.h--timeline-line {
  width: 100% !important;
}

.main_icon a {
  text-decoration: none;
  color: #000;
}

.form-group select {
  background-color: #f7efec;
  color: #666;
  outline: none !important;
  box-shadow: none !important;
  padding: 10px;
  border: 1px solid rgb(204, 204, 204) !important;
  border-radius: 5px;
  font-size: 16px;
}

form.quote-form {
  box-shadow: 0px 0px 10px 3px #aeacac;
  padding: 25px;
  border-radius: 5px;
}

section.blog_two {
  background-color: #fff8f5;
  padding: 70px 0px 0;
  position: relative;
  z-index: 9;
}

section.blog_two::before {
  content: "";
  background-image: url(../images/rela-3.png);
  width: 100%;
  position: absolute;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 462px;
  z-index: -4;
  left: 0px;
  top: 84px;
}

section.blog_two::after {
  content: '';
  background-image: url(../images/rela-2.png);
  width: 565px;
  position: absolute;
  height: 553px;
  top: -330px;
  background-repeat: no-repeat;
  background-size: 455px;
  z-index: -4;
  right: 0px;
}

.blog-page-start img {
  width: 100%;
  margin-bottom: 30px;
}

.blog-page-start p {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.6px;
  color: #333;
}

.main_card-box a {
  text-decoration: none;
  color: #000;
}

.right-blog h1 {
  background: #a87e72 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}


.right-blog ul {
  border: 1px solid #ddd;
  list-style: none;
  padding-left: 0px;
}

.right-blog ul li {
  padding: 10px 20px;
  border-top: 1px dashed #ddd;
  display: block;
  margin-top: -1px;
}

.right-blog ul li a {
  text-decoration: none;
  color: #333;
}

.blog-right-form form {
  padding: 10px;
}

h2.Needs {
  color: #000;
  font-size: 25px;
  text-align: center;
  padding: 12px 0;
}

.right-blog {
  margin-bottom: 45px;
}

section.blog_one {
  position: relative;
  z-index: 999;
}

.pricing-head {
  padding: 18px 50px;
  background: #a87e72;
  border-radius: 20px 20px 0px 0px;
}

.pricing-head .title {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

.pricing-body {
  padding: 35px 50px;
}

.pricing-body p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  text-align: justify;
}

.pricing-body .title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-left: -10px;
}

.pricing-body .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

h3.title.animated.fadeIn {
  text-align: left;
  margin-bottom: 20px;
}


.membership-card {
  background: #FFFFFF;
  box-shadow: 0px 8px 37px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}


input.rts-btn.btn-secondary {
  background-color: #a87e72;
  color: #fff;
  font-size: 18px;
  border-radius: 0px 25px;
}



.single-feature span {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #111A2E;
  margin-left: 10px;
}

.single-feature {
  display: flex;
  align-items: center;
}

.membership-title h1 {
  text-align: center;
  color: #000;
  font-size: 45px;
  font-weight: 600;
}

.membership-title {
  padding: 40px 0;
}








.Branch {
  background-color: #fff8f5;
  padding: 15px;
  border-radius: 10px;
}

.Branch p {
  color: #000;
}


.Branch p a {
  color: #000;
}

.Branch h1 {
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

/*  */
.messagee{
  border-radius: 10px;
  background-color: blanchedalmond;
  padding: 15px
}

.outer-container {
  display: flex;
  flex-direction: column;
  gap: 10px; 
}

.inner-container {
  text-align: left;
}

.inner-container a{
  color:black;
  text-decoration: none;
}

.elementor-icon-box-description a {
  color: #000; 
  text-decoration: none;
}

.elementor-icon-box-description a:hover {
  text-decoration: underline;
}

.copyright-text{
  display:flex;
  justify-content: center;
  align-items: center;
  color:white;
  flex-wrap:wrap;
}

.copyright-text a{
color:white;
text-decoration: none;
}

.copyright-text a:hover{
  text-decoration: underline;
}

.nav-item a:hover{
color: black !important;
}