::-webkit-scrollbar {
  display: none;
}

html,
body {
  padding: 0%;
  margin: 0%;
  font-family: "Cormorant Garamond", serif;
  /* font-display: swap; */
  font-variant-numeric: lining-nums;
  font-size: 16px;
}

.innovative-text {
  display: flex;
  border-bottom: 1px solid #d4d3d3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 1.5vw 0px 5vw;
}

.innovative-text p {
  color: #48596d;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 3px;
}

.location-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.location-text {
  color: #959aa0;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 400;
}

.hr-divider,
.hr-divider2 {
  background-color: #d4d3d3;
  height: 55px;
  width: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.time-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-icons img {
  margin-left: 5px;
  color: #9ba3ac;
}

.container {
  display: flex;
  justify-content: space-between;
  color: #534d45;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  border-radius: 10px;
}

.left-column,
.right-column {
  flex: 1;
  margin: 20px;
  text-align: center;
}

h1,
h2 {
  font-size: 36px;
  text-align: center;
}

.foter-title {
  margin-bottom: 25px;
  font-size: 36px;
  text-align: center;
  color: #534d45;
}

.para {
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0;
  color: #534d45;
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons img {
  margin: 0 10px;
  width: 30px;
  height: 30px;
}

footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  max-height: 580;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);

  margin-top: auto;
}

footer p {
  margin: 0;
}

footer a {
  color: #0000ff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  h1,
  h2 {
    font-size: 24px;
  }

  footer p {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  .copyright {
    text-align: center;
    visibility: hidden;
  }

  .left-padding {
    margin-left: 50px;
  }

  .social-margin {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .copyright-text {
    visibility: hidden;
  }

  .left-padding {
    margin-left: 0px;
  }

  .left-column,
  .right-column {
    margin: 0%;
  }

  .social-margin {
    margin-top: 0px;
  }
}

@media (max-width: 1255px) {
  .innovative-text {
    padding: 0px 10px;
  }
}

@media (max-width: 1140px) {
  .social-icons {
    /* display: none; */
    display: flex;
  }

  .hr-divider2 {
    display: none;
  }
}

.set-max-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 720px) {
  .location-container {
    display: none;
  }

  .hr-divider {
    display: none;
  }

  .innovative-text {
    display: none;
  }
}

.faq-section {
  margin: 0px 18vw;
}

.faq-section h1 {
  text-align: center;
  font-size: 40px;
  color: #2c3e50;

  margin-top: 80px;
  margin-bottom: 50px;
}

details {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

summary {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 25px;
  position: relative;
  list-style: none;
}

summary::after {
  content: "\002B";
  font-size: 24px;
  position: absolute;
  line-height: 0px;
  right: 20px;
  transition: transform 0.5s ease, color 0.5s ease;
}

details[open] summary::after {
  content: "\2212";
}

.container-que {
  border: 1px solid #ddd;
}

.faq-answer {
  padding: 0 15px;
  border-top: 1px solid #ddd;
  color: #555;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  overflow: hidden;
}

details[open] .faq-answer {
  opacity: 1;
  max-height: 200px;
  padding: 15px;
}

.container-treatment {
  margin: 80px 18vw 0px 18vw;

  padding: 30px;
  border: 1px solid #48596d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1077px) {

  .faq-section,
  .container-treatment {
    margin: 0px 50px;
  }
}

@media (max-width: 760px) {

  .faq-section,
  .container-treatment {
    margin: 0px 30px;
  }
}

.section h2 {
  font-size: 30px;
  font-weight: 600;
  color: #48596d;
  margin-bottom: 15px;
  text-align: center;
}

.treatment-list {
  list-style-type: none;
  font-size: 16px;
  color: #656565;
  margin-bottom: 20px;
  text-align: center;
}

.treatment-list li {
  margin-bottom: 10px;
}

.divider {
  border: none;
  border-top: 1px solid #333;
  margin: 50px 0;
}

.section p {
  font-size: 18px;
  line-height: 1.6;
  color: #5d6369;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .container-treatment {
    padding: 15px;
  }

  .container-treatment h2 {
    font-size: 22px;
  }

  .treatment-list li {
    font-size: 14px;
  }

  .section p {
    font-size: 14px;
  }
}

.tratment-duration-text {
  font-size: 18px;
  color: #48596d;
  text-align: center;
  font-weight: 300;
  margin: 0%;
}

.self-care-section {
  margin-top: 70px;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  justify-content: center;

  align-items: center;
  position: relative;
}

.self-care-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 127, 127, 0.3);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 50px;
  font-weight: lighter;
  color: white;
}

.content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: normal;
}

.button-container {
  display: flex;
  gap: 20px;

  margin-top: 20px;
  justify-content: center;
}

.btn {
  text-decoration: none;
  padding: 15px 32px;
  background-color: #adadad;
  color: #fff;
  font-size: 12px;

  text-transform: uppercase;
  transition: backgroud 0.3s, color 0.3s;
}

.btn:hover {
  background-color: rgb(158, 158, 158);
}

@media (max-width: 768px) {
  .content h1 {
    font-size: 28px;
  }

  .btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: rgb(249, 247, 247);
  border-bottom: 1px solid #e1e1e1;

  top: 0;
  z-index: 100;
}

.left-view-header {
  display: flex;
  align-items: center;
}

.nav-logo {
  margin-left: 30px;
  height: 94px;
}

.nav-links {
  flex-wrap: wrap;
  display: flex;
  list-style: none;
}

.nav-links li {
  position: relative;
  margin-left: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #808080;
  font-size: 12px;
  padding: 5px 0;
  white-space: nowrap;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;

  padding: 20px;
  z-index: 999;
  min-width: 150px;
  padding: 45px 0px 0px 0px;
}

.dropdown ul {
  left: 0;
  background-color: #ffffff;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 4px 12px rgba(142, 139, 139, 0.1);
  border-top: 4px solid #959697;
}

.dropdown li {
  padding: 10px 20px;
  margin: 0;
  list-style-type: none;
}

.nav-links li:hover svg path {
  stroke: #333;
}

.dropdown a {
  color: #808080;
  font-size: 15px;
  text-decoration: none;
}

.dropdown a:hover {
  color: #333;
}

.nav-links li:hover .dropdown {
  display: block;
}

.nav-links li:hover>a {
  color: #333;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
}

.nav-contact {
  display: flex;
  align-items: center;
}

.nav-contact .phone-link {
  color: #48596d;
  margin-right: 20px;
  font-size: 24px;
}

.contact-btn {
  padding: 13px 35px;
  border: 1px solid #c3c3c3;
  text-decoration: none;
  color: #333;
  background-color: white;
  border-radius: 25px;
  font-size: 13px;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #f5f5f5;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger-menu .line {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
}

.arrow-down {
  transition: transform 0.3s ease;
}

.has-submenu.open .arrow-down {
  transform: rotate(180deg);
}

.has-submenu.open .submenu {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: auto;
  margin: 10px;
  padding: 20px 40px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: right 0.3s ease;
  z-index: 200;
  overflow-y: auto;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.mobile-menu ul {
  list-style: none;
  text-align: start;
  overflow-x: scroll;
  padding: 0;
}

.mobile-menu ul li {
  margin: 10px 0px;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #808080;
  font-size: 14px;
  display: block;
  padding: 5px;
  transition: background-color 0.3s ease;
}

.mobile-menu ul li:hover>a {
  color: #333;
}

.has-submenu:hover>a svg path {
  stroke: #333;
}

.submenu {
  display: none;
  padding-left: 20px;
}

.submenu li a {
  font-size: 12px;
  color: #666;
}

.submenu li:hover>a {
  color: #333;
}

.has-submenu {
  position: relative;
}

.close-menu {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    padding: 10px;
  }

  .nav-links,
  .nav-contact {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #b3b3b3;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.scroll-to-top.show {
  opacity: 1;
}

.scroll-to-top i {
  color: white;
}

@media (max-width: 1240px) {
  .nav-contact {
    flex-direction: column;
  }

  .phone-link {
    margin-bottom: 10px;
  }
}

/* barbeauty.ca page */

.divider-review {
  background-color: #4a4747;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 35px;
}

.hero-section {
  background-color: white;
  background-size: cover;
  background-position: top right;
  height: 678px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
}

.hero-desc {
  font-size: 22px;
  color: white;
}

.hero-content {
  z-index: 1;
  text-align: center;
}

.hero-content h1 {
  font-weight: normal;
  color: white;
  margin: 10px 10px;
  font-size: 60px;
  height: auto;
  text-align: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

@media (max-width: 770px) {
  .hero-content h1 {
    font-size: 50px;
    height: auto;
  }

  .hero-section {
    height: 700px;
  }
}

.booknow {
  margin-top: 50px;
  justify-content: center;
}

.booknow-btn {
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 32px;
  background-color: #b6b6b6;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  transition: backgroud 0.3s, color 0.3s;
}

.booknow-btn:hover {
  background-color: rgb(158, 158, 158);
}

.phylosofy-section {
  background-size: cover;
  background-position: center;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 30px;
  box-sizing: border-box;
}

.phylosofy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(198, 198, 198, 0.3);
  z-index: 1;
}

.policy-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin: 0 18vw;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}

.button-policy {
  height: fit-content;
  font-size: 38px;
  white-space: nowrap;
  padding: 10px 50px;
  border: none;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: normal;
  background-color: #efefef;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.policy-content {
  font-size: 18px;
  margin-left: 100px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 25;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: lighter;
  color: #48596d;
  max-width: 600px;
}

.process-section {
  height: auto;
  padding: 10px;
  background-color: #fff;
}

.section-title {
  text-align: start;
  font-size: 38px;
  color: #48596d;
  max-width: 1200px;
  margin: 30px auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.process-item,
.process-item1 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 450px;
}

.process-item img,
.process-item1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-grow: 1;
}

.overlay {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 10px;
  right: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  transition: opacity 0.3s ease;
  height: auto;
}

.overlay h3 {
  font-size: 38px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #000;
}

.overlay p {
  font-size: 18px;
  text-align: center;
  max-width: 80%;
  margin: 10px 0px 0px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1250px) {
  .process-item {
    height: 500px;
  }
}

@media (max-width: 910px) {
  .process-item {
    height: 550px;
  }
}

@media (max-width: 850px) {
  .process-item {
    height: 600px;
  }
}

@media (min-width: 1250px) {
  .process-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 0;
    max-width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .process-item {
    height: 100px;
  }

  .process-item1 {
    height: 50px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }
}

.logos-section {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  overflow: hidden;
}

.logos-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.logo-slide {
  display: flex;
  gap: 20px;
}

.logo-slide img {
  height: 100px;
  flex-shrink: 0;
  width: calc(25% - 20px);
  object-fit: contain;
}

.logos-container::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .logo-slide img {
    width: calc(50% - 20px);
    height: 60px;
  }
}

.client-info {
  margin-left: 20px;
  margin-top: 0px;
}

.stars {
  font-size: 16px;
  color: #ffcc00;
}

.reviews-section {
  padding: 20px 0px 50px 0px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.reviews-grid {
  display: flex;

  cursor: grab;
  transition: transform 0.5s ease-in-out;
  scroll-behavior: smooth;
}

.review-item {
  background-color: #fdfdfd;
  padding: 20px;
  margin: 0px 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}

.review-header {
  display: flex;
  justify-content: space-between;
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.client-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.client-info h3 {
  font-size: 18px;
  margin-top: 0%;
  margin-bottom: 0px;
}

.google-logo {
  width: 30px;
  height: 30px;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 1090px) {
  .review-item {
    gap: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .reviews-grid {
    gap: 10px;
  }

  .client-photo {
    width: 40px;
    height: 40px;
  }

  .review-text {
    font-size: 14px;
  }
}

.team-section {
  position: relative;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-size: cover;
  background-position: center;
  padding: 20px;
}

.team-content {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px 50px;
  max-width: 660px;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.team-title {
  font-size: 50px;
  margin-bottom: 20px;
  color: #333;
}

.team-text {
  font-size: 18px;
  line-height: 1.6;
  color: #252618;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 16;
  overflow: hidden;
}

/* Responsive design */
@media (max-width: 768px) {
  .team-content {
    max-width: 90%;
    padding: 20px;
  }

  .team-title {
    font-size: 28px;
  }

  .team-text {
    font-size: 16px;
  }
}

.contact-section {
  display: flex;
  justify-content: space-around;

  padding: 20px;
}

.contact-item {
  text-align: center;
  margin: 0px 32px;
}

.contact-icon {
  width: 137px;
  height: 137px;
  margin-bottom: 10px;
}

.contact-section h3 {
  font-size: 12px;
  margin-bottom: 10px;
  color: #48596d;
  font-style: italic;
}

.contact-section p {
  font-size: 18px;
  color: #374759;
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }
}

.info-container {
  position: absolute;
  top: 10px;
  display: flex;
  left: 10px;
  background-color: white;
  padding: 10px;
  width: 300px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.info-container h2 {
  margin-bottom: 10px;
  white-space: nowrap;
  margin-top: 0px;
  overflow: hidden;
  flex-direction: row;
  width: 220px;
  justify-content: space-between;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: start;
  color: #000;
}

.dir-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-container p {
  margin: 5px 10px 0px 0px;

  font-size: 12px;
  color: #5b5b5b;
}

.direction-arrow {
  height: 22px;
  width: 22px;
}

.reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.info-container a {
  color: #1a73e8;

  font-size: 12px;
  text-decoration: none;
}

.info-container a:hover {
  text-decoration: underline;
}

.text {
  font-size: 12px;
  color: #1a73e8;
}

.text:hover {
  text-decoration: underline;
}

.map-container {
  position: relative;
  width: 100%;
  height: 600px;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.info-container.hidden {
  opacity: 0;
  visibility: hidden;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  cursor: pointer;
}

/* add this css */
@media (max-width: 1221px) {
  .policy-main {
    margin: 0 50px;
    flex-direction: column;
    align-items: center;
  }

  .policy-content {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
    max-width: 90%;
  }
}

@media (max-width: 925px) {
  .policy-main {
    margin: 0 30px;
  }

  .policy-content {
    margin-top: 20px;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 470px) {
  .button-policy {
    font-size: 25px;
    padding: 8px 30px;
    width: auto;
    white-space: normal;
  }

  .policy-content {
    margin-top: 15px;
    margin-left: 0;
    font-size: 16px;
    padding: 0 10px;
  }

  .phylosofy-section {
    height: auto;
    padding: 20px 10px;
  }
}

@media (max-width: 512px) {
  .hero-content h1 {
    font-size: 35px;
  }

  .hero-desc {
    font-size: 15px;
  }
}

@media (max-width: 370px) {
  .hero-content h1 {
    font-size: 30px;
  }

  .hero-desc {
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  .foter-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .para {
    font-size: 14px;
    margin: 0px 20px;
  }

  .right-column p {
    font-size: 14px;
  }
}

@media (max-width: 510px) {
  .section-title {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .nav-logo {
    margin-left: 10px;
    height: 55px;
  }

  .policy-content {
    font-size: 14px;
  }

  .button-policy {
    font-size: 18px;
  }
}

@media (max-width: 495px) {
  .overlay h3 {
    font-size: 34px;
  }

  .overlay p {
    font-size: 14px;
  }
}

@media (max-width: 444px) {
  .contact-item {
    margin: 0px 0px;
  }
}

@media (max-width: 380px) {
  .contact-section p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .info-container {
    width: 250px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
  }
}

.booty-section {
  background-color: white;
  background-size: cover;
  background-position: top right;
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
}

.booty-content {
  z-index: 1;
  color: #3c5a72;
  text-align: center;
}

.booty-content h1 {
  font-size: 66px;
  font-weight: normal;
  color: #48596d;
  text-align: center;
}

.booty-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 768px) {
  .booty-content h1 {
    font-size: 50px;
  }

  .booty-section {
    height: 300px;
    margin-bottom: 50px;
  }
}

@media (max-width: 645px) {
  .faq-section h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .content {
    font-size: 35px;
  }

  .booty-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 470px) {
  .faq-section h1 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .content {
    font-size: 25px;
  }

  .booty-content h1 {
    font-size: 35px;
  }

  .faq-section,
  .container-treatment {
    margin: 0px 15px;
  }
}

@media (max-width: 425px) {
  .section h2 {
    font-size: 25px;
  }

  .section p {
    font-size: 12px;
  }

  summary {
    font-size: 14px;
  }
}

.mainbg {
  text-align: center;
  position: relative;
  flex-direction: column;
  top: 20px;
  left: 50%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  max-width: 420px;
  align-items: center;
  transform: translateX(-50%);
}

.background-image {
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  align-items: center;
}

.text-desc {
  font-size: 20px;
  font-weight: 400;
}

.condition-box {
  background-color: #f5f2f1;
  border: 1px solid #bdbdbd;
  border-radius: 26px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.condition-box h3 {
  color: #292929;
  font-family: "Domus Titling";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0px;
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.condition-item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 0;
}

.row1 {
  display: flex;
  justify-content: left;
  text-align: left;
  flex-direction: row;
}

label {
  position: relative;

  cursor: pointer;
  text-wrap: wrap;
  color: #292929;

  font-family: "Domus Titling";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.price-divider {
  background-color: #e6e1e1;
  height: 0.5px;
  width: 100%;
}

.price {
  color: #765d58;
  font-family: "Domus Titling";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.mainbg .pricing-bar .divider {
  background-color: #e6e1e1;
  height: 0.5px;
  width: 100%;
  margin: 10px 0;
  border: none;
}

.process-section .content h1,
h2 {
  text-align: left;
}

@media (max-width: 768px) {
  p {
    font-size: 16px;
  }


  h3 {
    font-size: 20px;
  }
}