html, body {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
  font-weight: 400; 
  line-height: 1.4;
  font-size: 14px;
  color: #2c2c2c;
}
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
img, textarea {
  width: 100%;
  display: block;
  border-radius: 5px;
}
a {
  text-decoration: none;
  color: #00796b; /* Teal color for links */
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
iframe {
  display: block;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}
.menu-logo__main {
  text-align: center;
  font-size: 30px;
  padding: 15px 0px;
  background: #37474f; /* Dark gray background for the main logo */
  position: relative;
}
.menu-logo__main a {
  color: #00796b; /* Teal color for logo text */
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.menu-logo {
  display: none!important;
  text-transform: uppercase;
}
.container__menu {
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.header-area {
  width: 100%;
  z-index: 19;
  position: absolute;
}
.site-navbar {
  display: flex;
  align-items: center;
}
a.site-logo {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fa5a7e; /* Updated to the new color */
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.site-navbar ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar ul li a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  margin: 0px 15px;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 600;
}
.site-navbar ul li a:hover {
  color: #fa5a7e; /* Updated to the new color */
}
.nav-toggler {
  border: 3px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #2c2c2c; /* Dark color for the toggler */
  display: block;
  transition: .3s;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
.menu__phone {
    position: absolute;
    right: 10%;
}
.menu__phone a {
  background: #004d40; /* Dark teal for phone button */
  font-size: 16px;
  border-radius: 40px;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 600;
}
.menu-logo {
  color: #fff;
  display: flex;
  align-items: center;
}
.menu-logo img {
  width: 40px;
  margin-right: 10px;
}
.logo__image {
  width: 50px;
  position: absolute;
  right: 0;
  left: 0;
  transform: translate(0%, -30%);
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0px;
  color: #fa5a7e; /* Updated to the new color */
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}
.container__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
.container__wrapper_2 {
  width: 49%;
  margin: 20px 0px;
  position: relative;
}
.container__wrapper_3 {
  width: 32%;
  margin: 20px 0px;
  position: relative;
}
.container__wrapper_4 {
  width: 24%;
  margin: 20px 0px;
}
.hero {
  position: relative;
}
.hero > .container {
  padding-bottom: 0px;
}
.hero__circle {
  position: absolute;
  background: #b2dfdb; /* Light teal for the circle */
  width: 900px;
  height: 800px;
  border-radius: 50%;
  left: -300px;
  top: -300px
}
.hero__title {
  font-size: 50px;
  font-weight: 800;
  padding-top: 50px;
  color: #fa5a7e; /* Updated to the new color */
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.hero_margin_none {
  margin: 0;
}
.button {
  margin: 30px 0px;
}
.button a {
  background: #fa5a7e; /* Updated to the new color */
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 600;
}
.benefit {
  background: #eceff1; /* Light gray for benefit background */
}
.benefit__title {
  font-size: 20px;
    padding: 10px 0px;
    color: #fa5a7e;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.benefit__wrapper {
  padding: 50px 30px 30px 30px;
  border-radius: 5px;
  color: #fff;
}
.benefit__wrapper:first-child,
.prices__wrapper:first-child {
  background: #00796b; /* Teal for the first benefit */
}
.benefit__wrapper:nth-of-type(2),
.prices__wrapper:nth-of-type(2) {
  background: #004d40; /* Dark teal for the second benefit */
}
.benefit__wrapper:nth-of-type(3),
.prices__wrapper:nth-of-type(3)  {
  background: #009688; /* Lighter teal for the third benefit */
}
.benefit__image {
  width: 120px;
  background: #b2dfdb; /* Light teal for benefit icons */
  position: absolute;
  display: flex;
  left: 35%;
  top: -75px;
  border-radius: 50%;
  padding: 20px;
}
.container_center {
  align-items: center;
}
.reviews {
  background: #b2dfdb29; /* Semi-transparent light teal for reviews background */
}
.reviews__image {
  z-index: 2;
  width: 90%;
  margin: 10px auto;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  position: relative;
}
.reviews__circle {
  position: absolute;
  background: #00796b91; /* Teal with transparency */
  width: 300px;
  height: 300px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
}
.reviews__text {
  width: 90%;
  text-align: justify;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.reviews__name {
  background: #004d40; /* Dark teal for name background */
  width: 90%;
  margin: 10px auto;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
}
.services__text {
  text-align: center;
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.prices {
  background: #004d4030; /* Semi-transparent dark teal for prices background */
}
.prices__wrapper {
  border-radius: 5px;
  padding: 20px;
}
.prices__title {
  color: #fa5a7e; /* Updated to the new color */
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
  padding: 10px 0px;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.prices__item {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.prices__price {
  text-align: right;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  right: 20px;
  bottom: 40px;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.prices__button, .prices__price {
  display: inline-block;
}
.prices__button a {
  border: 1px solid #c4c4c4;
}
.container_nowrap {
  flex-wrap: nowrap;
}
.gallery img {
  border-radius: 0;
}
.check-form {
  display: flex;
  align-items: center;
}
.checkbox {
  width: 10px!important;
  height: 10px;
}
.check-form input[type=checkbox] {
  display: none;
}
.check-form input[type=checkbox] + label:before {
  content: '\2713';
  font-family: FontAwesome;
  color: transparent;
  display: inline-block; 
  line-height: 22px;
  margin: -5px 10px 0 0;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  transition: color ease .3s;
  border-radius: 3px;
  background: #fff;
  font-style: normal;
  background: #FFFFFF;
  border: 0.5px solid #141414;
}
.check-form>label {
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
  font-style: italic;
  font-weight: normal;
  font-size: 16px!important;
  line-height: 22px;
  margin: 10px;
}
.check-form input[type=checkbox]:checked + label:before {
  color: #fff;
  background: #2c2c2c;
  border: 1px solid #353535;
}
.cookies-eu-banner {
  background: #00796b;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.cookies-eu-banner button {
  text-decoration: none;
  background: #004d40;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
}
.cookies-eu-banner button:hover {
  background: #fff;
  color: #004d40;
}
.hidden {
  display: none;
}
.block-thanks {
  background-image: url(../images/thanks.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.header-thanks {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: #202020ba;
  text-align: center;
  flex-direction: column;
}
.header-thanks h1 {
  font-size: 50px;
  padding: 20px 0px;
  color: #fa5a7e; /* Updated to the new color */
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.header-2-thanks {
  color: #004d40;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
}
.popup {
  display: none;
}
.footer {
  background: #263238;
  color: #fff;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.footer__social {
  text-align: center;
  margin: 15px 0px;
}
.book-form {
  text-align: center;
}
.book-form input, .book-form select, 
.form-popup input {
  width: 95%;
  padding: 15px;
  margin: 10px;
  border: none;
  outline: none;
  color: grey;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.book-form textarea, .form-popup textarea {
  width: 95%;
  padding: 15px;
  margin: 10px 0px;
  margin: 10px auto;
  border-radius: 0;
  outline: none;
  border: 0;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.book-form_submit {
  background: #fa5a7e; /* Updated to the new color */
  color: #fff!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 600;
  cursor: pointer;
}
.fancybox-skin {
  background: #e3e3e3;
}
.footer__social_wrapper {
  display: inline-block;
  margin: 5px 10px;
}
.footer__social-image {
  width: 35px;
}
.footer__title {
  text-align: center;
  font-size: 25px;
  color: #fa5a7e; /* Updated to the new color */
  font-family: 'Poppins', sans-serif; /* Updated to Poppins */
  font-weight: 700;
}
.footer__link a, .footer__link {
  color: #e9e9e9;
  padding: 15px 0px;
  text-align: center;
  font-size: 17px;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.policy-link {
  padding: 15px;
}
.policy-link a {
  color: grey;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}
.container_center {
  align-items: center;
}
footer {
  text-align: center;
  font-size: 13px;
  padding: 10px;
  font-family: 'Roboto', sans-serif; /* Updated to Roboto */
}

.faq {
    background-color: #eceff1; /* Light gray background */
    padding: 50px 20px;
}
.faq__content {
    padding: 20px;
}
.faq__item {
    margin-bottom: 20px;
}
.faq__question {
   font-size: 20px;
    font-weight: 600;
    color: #fa5a7e;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    border: 1px solid #009688;
    padding: 5px;
    border-radius: 5px;
}
.faq__answer {
    font-size: 16px;
    color: #2c2c2c;
    display: none; /* Hidden by default */
    padding-left: 15px;
    border-left: 3px solid #fa5a7e;
}
.faq__image img {
    border-radius: 5px;
}
.faq__question.open + .faq__answer {
    display: block; /* Show answer when question is clicked */
}
.services {
    background-color: #eceff1; /* Light gray background */
    padding: 50px 20px;
}
.service__item {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service__icon img {
    margin-bottom: 15px;
}
.service__title {
    font-size: 22px;
    font-weight: 700;
    color: #fa5a7e; /* Using the preferred color for titles */
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif; /* Using Poppins for consistency */
}
.service__text {
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Roboto', sans-serif; /* Using Roboto for body text */
}
