/* ==========================================================================
   Custom Styles for Kenzi Beauty Theme
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap");
:root {
  --kenzi-primary: #94113d;
  --kenzi-secondary: #b8415c;
  --kenzi-accent: #d4a5a5;
  --kenzi-background: #fff8f8;
  --kenzi-comp-alt: #003227;
  --kenzi-comp: #2a080f;
  --kenzi-transition: all 0.3s ease;
  --kenzi-white-90: #f0e8e8;
  --kenzi-white-80: #d8d0d0;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* General Body Styles */
body {
  font-family: "Montserrat", sans-serif;
  color: var(--kenzi-white-90);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Soft Background */
.has-background-background-color,
.soft-background {
  background-color: var(--kenzi-background) !important;
}

/* Container Improvements */
.wp-block-group,
.wp-block-cover {
  position: relative;
}

/* Header Styles */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(148, 17, 61, 0.05);
  transition: var(--kenzi-transition);
}

.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(148, 17, 61, 0.1);
}

#header_nav nav {
  color: var(--kenzi-white-90) !important;
}

#top_bar,
#top_bar_small {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  z-index: 9999;
}

#top_bar .has-text-color,
#top_bar_small .has-text-color {
  color: var(--kenzi-white-90) !important; /* change to your desired color */
}

#top_bar .wp-block-group.is-layout-flex {
  gap: 6px;
  height: 40px;
}

#top_bar > div > .wp-block-group.is-layout-flex:not(:last-child) {
  border-right: 2px solid var(--kenzi-secondary);
}

#top_bar .top_bar_right {
  justify-content: right;
  align-items: center;
  height: 60px;
}

#top_bar .top_bar_right .wp-block-button {
  /* height: 50%; */
  /* height: 40px; */
  display: flex;
  align-items: center;
}

.top_bar_right > div {
  margin-left: 1rem;
  padding-right: 2rem;
}

#top_bar figure,
#top_bar_small figure {
  margin: 0;
  display: flex;
  align-items: center;
}

#top_bar figure img,
#top_bar_small figure img {
  display: block;
}

#top_bar .social img {
  width: 30px;
}
/* Logo Styles */
.custom-logo {
  /* max-height: 80px; */
  height: 120px !important;
  width: auto !important;
  transition: var(--kenzi-transition);
}

/* @media (max-width: 768px) {
  .custom-logo {
    max-height: 60px;
  }
} */

/* Navigation Styles */
.main_nav_menu {
  margin-right: auto !important;
  margin-left: auto !important;
}

.wp-block-navigation {
  gap: 2.2rem;
}

.wp-block-navigation-item a {
  position: relative;
  padding: 0.5rem 0;
  transition: var(--kenzi-transition);
}

.wp-block-navigation-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--kenzi-primary);
  transition: width 0.3s ease;
}

.wp-block-navigation-item a:hover::after,
.wp-block-navigation-item.current-menu-item a::after {
  width: 100%;
}

#header_nav .has-large-font-size {
  font-size: 1.3rem !important;
  letter-spacing: 1px;
}

#hero_heading h1 {
  color: var(--kenzi-white-90);
  text-align: center;

  margin: 8rem auto 0;
}

#hero_heading p {
  color: var(--kenzi-white-80);
  text-align: center;
  /* width: 100%; */
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/* :root :where(.wp-element-button, .wp-block-button__link) {
  background: #e2e2e2;
} */

.header_buttons {
  /* width: 300px; */
}
/* Button Styles */
.wp-block-button__link,
.wp-element-button {
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: var(--kenzi-transition);
  border: 2px solid transparent;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
}

.wp-block-button__link:hover,
.wp-element-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(148, 17, 61, 0.3);
  background: var(--kenzi-secondary) !important;
  color: #ffffff !important;
}

/* Outline Button Style */
.is-style-kenzi-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid var(--kenzi-primary);
  color: var(--kenzi-primary) !important;
  box-shadow: none;
}

.is-style-kenzi-outline .wp-block-button__link:hover {
  background: var(--kenzi-primary) !important;
  color: white !important;
}

/* Ghost Button Style */
.is-style-kenzi-ghost .wp-block-button__link {
  background: transparent !important;
  border: 2px solid white;
  color: white !important;
  box-shadow: none;
}

.is-style-kenzi-ghost .wp-block-button__link:hover {
  background: white !important;
  color: var(--kenzi-primary) !important;
}

/* Center Button */
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

/* Hero Section */
.hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(148, 17, 61, 0.1) 0%,
    rgba(255, 248, 248, 0.5) 100%
  );
  z-index: 1;
}

.hero-section > * {
  position: relative;
  z-index: 2;
}
/* FOUNDER */
.founder .wp-block-image img {
  width: 90%;
}
/* Image Styles */
.wp-block-image img {
  transition: var(--kenzi-transition);
}

.wp-block-image.is-style-kenzi-rounded img {
  border-radius: 20px;
}

.wp-block-image.is-style-kenzi-shadow img {
  box-shadow: 0 10px 40px rgba(148, 17, 61, 0.15);
}

.wp-block-image:hover img {
  transform: scale(1.02);
}

/* Video Embed Styles */
.wp-block-embed {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.wp-block-embed iframe {
  border-radius: 15px;
}

/* Section Spacing */
.wp-block-group.section-spacing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .wp-block-group.section-spacing {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Testimonial Slider */
.reviews-section {
  background-image:
    linear-gradient(
      to bottom right,
      rgba(255, 254, 254, 0.8) 30%,
      rgba(20, 19, 19, 0.8)
    ),
    url(../images/about_bkgrd.jpg);
  background-blend-mode: screen;
  /* normal       |
  darken       |
  multiply     |
  color-burn   |
  lighten      |
  screen       |
  color-dodge  |
  overlay      |
  soft-light   |
  hard-light   |
  difference   |
  exclusion    |
  hue          |
  saturation   |
  color        |
  luminosity */
  background-size: cover;
  background-position: center;
  box-shadow: 4px 4px 8px #aaa;
  border-radius: 5px;
  margin: 8rem 0;
  padding: 80px 20px;
  /* background: linear-gradient(135deg, #eae9e9 0%, #aeadad 100%); */
}

.reviews-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: rgb(242, 242, 242);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  padding: 40px 40px;
  position: relative;
  opacity: 0.8;
}

.reviews-header {
  text-align: center;
  margin-bottom: 40px;
}

.reviews-header h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
  font-family: "Great Vibes", cursive;
  letter-spacing: 3px;
}

.reviews-header p {
  color: #666;
  font-size: 1.1rem;
}

.reviews-slider {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  width: 100%;
}

.reviews-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.review-card {
  flex: 0 0 100%;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.review-text {
  font-style: italic;
  font-size: 1.2rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
  padding: 0 2rem;
}

.review-text::before {
  content: '"';
  font-size: 4rem;
  color: var(--kenzi-primary);
  position: absolute;
  left: 0px;
  top: -40px;
  font-family: Georgia, serif;
}

.review-text::after {
  content: '"';
  font-size: 4rem;
  color: var(--kenzi-primary);
  position: absolute;
  right: 0;
  top: -40px;
  font-family: Georgia, serif;
}

.star-rating {
  color: #ffc107;
  font-size: 1.5rem;
  margin-top: 10px;
}

.reviewer-name {
  font-size: 1rem;
  color: #888;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
}

.navigation-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.arrow-btn {
  background: var(--kenzi-primary);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--kenzi-accent);
}

.arrow-btn:hover {
  background: var(--kenzi-comp-alt);
  transform: scale(1.1);
  box-shadow: 0 6px 20px #00322767;
}

.arrow-btn:active {
  transform: scale(0.95);
}

.arrow-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  box-shadow: none;
}

.dots-indicator {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--kenzi-primary);
  width: 30px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 40px 20px;
  }

  .reviews-container {
    padding: 40px 20px;
  }

  .reviews-header h2 {
    font-size: 2rem;
  }

  .review-text {
    font-size: 1rem;
    padding: 0 20px;
  }

  .review-text::before,
  .review-text::after {
    font-size: 2rem;
  }

  .arrow-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}
/* .testimonial-slider {
  position: relative;
  overflow: hidden;
} */

/* .testimonial-slide {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(148, 17, 61, 0.1);
  transition: var(--kenzi-transition);
} */

/* .testimonial-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(148, 17, 61, 0.15);
} */

/* Review Card */
/* .review-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(148, 17, 61, 0.08);
  transition: var(--kenzi-transition);
  border-left: 4px solid var(--kenzi-primary);
} */

/* .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(148, 17, 61, 0.15);
} */

/* Service Card */
.service-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: var(--kenzi-transition);
  text-align: center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(148, 17, 61, 0.12);
}

/* About Section */
.about {
  background-image:
    linear-gradient(
      to bottom right,
      rgba(255, 254, 254, 0.8) 30%,
      rgba(20, 19, 19, 0.8)
    ),
    url(../images/about_bkgrd.jpg);
  /* background-blend-mode: overlay; */
  background-size: cover;
  background-position: center;

  box-shadow: 4px 4px 8px #aaa;
  border-radius: 5px;
}

.about_text {
  width: 90%;
}

.about h2.wp-block-heading {
  color: #3d3c3c !important;
  font-weight: bold;
  /* font-size: 2rem !important; */
  letter-spacing: 2px;
}

.about h2 + p {
  width: 60%;
}

.about p.has-text-color {
  color: #3d3c3c !important;

  font-weight: 600;
  letter-spacing: 1px;
  /* text-shadow: 0 0 6px #fff8f8; */
}

.about .is-style-kenzi-outline .wp-block-button__link {
  color: #3d3c3c !important;
  font-size: 1.3rem;
  font-weight: bold;
  box-shadow: 4px 4px 8px #999;
}

.about .is-style-kenzi-outline .wp-block-button__link:hover {
  color: #f8f8f8 !important;
  font-size: 1.5rem;
}

.about-section {
  position: relative;
  background: linear-gradient(180deg, var(--kenzi-background) 0%, white 100%);
}

/* Technology Section */
.venus_epileve h3 {
  margin-top: 0.8rem;
}
.technology-features {
  display: grid;
  gap: 2rem;
}

.tech-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: var(--kenzi-transition);
}

.tech-feature:hover {
  box-shadow: 0 10px 40px rgba(148, 17, 61, 0.1);
}

.tech-icon {
  width: 60px;
  height: 60px;
  background: var(--kenzi-background);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kenzi-primary);
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* MAP */
.map-container iframe {
  filter: grayscale(80%) contrast(1.05) brightness(1.05);
  transition: filter 0.3s ease;
}

.map-container iframe:hover {
  filter: grayscale(0%);
}
/* FOOTER */
footer .wp-block-navigation {
  gap: 0.1rem;
}

.footer_menu_center h2 {
  text-align: center;
}

.footer_menu_center .wp-block-navigation.is-vertical {
  --navigation-layout-align: center;
  align-items: center;
}

footer li {
  list-style: none;
}

.footer_social img {
  width: 35px;
}

#footer .footer_bottom {
  width: 100%;
  background-color: var(--kenzi-primary);
}

.footer_bottom .wp-block-columns {
  width: 80%;
}

#footer .footer_bottom p {
  color: var(--kenzi-white-90) !important;
}
/* Location/Map Section */
.location-section {
  background: var(--kenzi-background);
  padding: 4rem 0;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Contact Info */
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--kenzi-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

/* Footer Styles */
.site-footer {
  background: #1a1a1a;
  color: #ffffff;
  padding: 4rem 0 2rem;
}

.site-footer a {
  color: #ffffff;
  transition: var(--kenzi-transition);
}

.site-footer a:hover {
  color: var(--kenzi-accent);
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: var(--kenzi-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: var(--kenzi-transition);
  text-decoration: none;
}

.social-icon:hover {
  background: var(--kenzi-secondary);
  transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

/* Loading Animation */
.loading-spinner {
  border: 3px solid var(--kenzi-background);
  border-top: 3px solid var(--kenzi-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Video Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/* Accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Focus Styles */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid var(--kenzi-primary);
  outline-offset: 2px;
}

/* Mobile Optimization */
#header_nav .removal_small {
  display: none;
}
@media (max-width: 768px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }

  .wp-block-column {
    flex-basis: 100% !important;
  }

  .hero-section {
    min-height: 70vh;
  }

  .map-container {
    height: 300px;
  }

  .wp-block-navigation {
    gap: 1rem;
  }
}

/* Print Styles */
@media print {
  .site-header,
  .site-footer,
  .wp-block-button {
    display: none;
  }
}

/* PAGES */
/* VENUS EPILEVE */
/* HEADER */
.alternative_bgcolor {
  background-color: #2a080f;
}

#page_content .entry-content {
  max-width: 100vw;
}

.epileve_page_content > p {
  width: 65%;
}

.epileve_page_content .safety {
  width: 80%;
}

.epileve_page_content .safety > div {
  gap: 80px;
}

.epileve_page_content .safety .device {
  position: relative;
}
.epileve_page_content .safety .device::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #003227; /* triangle color */

  z-index: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.epileve_page_content .safety .device img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.epileve_page_content .modes {
  width: 65%;
}

.modes .cards {
  color: var(--kenzi-white-90);
}

.modes .card {
  padding: 1.5rem;
  text-align: center;
  border-radius: 5px;
  box-shadow: 4px 4px 8px #aaa;
}

.modes .card:first-child {
  background-color: #2a080f;
}

.modes .card:last-child {
  background-color: #003227;
}

/* CLINIC */
.epileve_page_content .clinic {
  width: 80%;
  margin: 4rem auto;
}

.epileve_page_content .clinic .text {
  width: 90%;
}

.epileve_page_content .clinic img {
  border-radius: 10px;
  box-shadow: 4px 4px 8px #aaa;
}

/* CHOICE */
.epileve_page_content .choice {
  width: 90%;
  margin: 4rem auto;
}

.epileve_page_content .choice .image {
  width: 30%;
}

.epileve_page_content .choice img {
  border-radius: 10px;
  box-shadow: 4px 4px 8px #aaa;
}

.epileve_page_content .choice .text {
  width: 60%;
  padding-right: 4rem;
  padding-left: 4rem;
}

/* CONSULTATION */
.consultation,
.conclusion {
  /* background-color: rgb(0, 50, 39); */
  background-image:
    linear-gradient(rgba(0, 50, 39, 0.9), rgba(0, 50, 39, 0.8)),
    url("http://kenzi.local/wp-content/uploads/2026/02/about_bkgrd-scaled.jpg");

  background-size: cover;
  background-position: center;
  padding: 2rem;
  align-items: center;
}

.consultation h3 {
  align-self: center;
  color: var(--kenzi-white-90);
}

.consultation p,
.conclusion p {
  max-width: 65%;
  margin: auto;
}

/* EXPERIENCE */
/* .experience h2 {
  text-align: center;
  margin: auto;
} */
.experience .ipl,
.experience .diode {
  width: 85%;
  margin: 2rem auto 3rem;
  /* max-width: 1000px; */
}

.experience p {
  max-width: 1000px;
  margin: auto;
}

.experience p.unique {
  margin: 0;
}
.diode .media_text {
  margin: auto;
}

.experience .kenzi {
  width: 100%;
  background-image:
    linear-gradient(
      to bottom right,
      rgba(255, 254, 254, 0.8) 30%,
      rgba(210, 201, 201, 0.8)
    ),
    url(../images/about_bkgrd.jpg);
  /* background-blend-mode: overlay; */
  background-size: cover;
  background-position: center;

  box-shadow: 4px 4px 8px #aaa;
  border-radius: 5px;
  padding: 4rem 0;
}

.experience .selling_point {
  max-width: 1000px;
  margin: auto;
}

.experience .conclusion {
  margin: 4rem 0;
  width: 100%;
}

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  .founder h2 + div {
    padding: 0 !important;
  }

  #footer .footer_bottom > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .footer_bottom .wp-block-columns {
    width: 100%;
    gap: 10px;
  }
  .footer_bottom .copyright {
    grid-column: 1/3;
  }

  .copyright p {
    text-align: center;
  }

  .terms p {
    text-align: end;
  }

  .venus_epileve .wp-block-columns,
  .venus_epileve .text {
    max-width: 90%;
  }

  .epileve_page_content .clinic,
  .epileve_page_content .choice {
    width: 90%;
    /* margin: 4rem auto; */
  }

  .epileve_page_content .clinic {
    flex-direction: column;
  }

  .epileve_page_content .clinic img {
    max-width: 500px;
  }

  .epileve_page_content .choice {
    flex-direction: column-reverse;
  }

  .epileve_page_content .choice .choice {
    width: 100%;
  }

  .epileve_page_content .choice .text {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .epileve_page_content .choice .image {
    width: 50%;
    max-width: 350%;
  }

  .consultation p,
  .conclusion p {
    max-width: 85%;
  }

  .diode .wp-block-media-text__media {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 960px) {
  #header_nav .has-large-font-size {
    font-size: 1.2rem !important;
    letter-spacing: 1px;
  }

  .wp-block-navigation {
    gap: 1.5rem;
  }

  #hero_heading h1 {
    font-size: 2.4rem;
    padding: 0 6rem;
  }

  .founder figure {
    max-width: 400px;
    margin: auto;
  }

  .founder h2 + div {
    flex-direction: column;
    padding: 0 !important;
  }

  .founder .wp-block-buttons {
    justify-content: center;
  }

  .epileve_page_content p,
  .epileve_page_content .safety,
  .epileve_page_content .modes,
  .experience p,
  .selling_point,
  .diode .wp-block-media-text {
    width: 90%;
    font-size: 1.2rem !important;
  }

  .experience .wp-block-media-text {
    display: flex;
  }

  .epileve_page_content .safety > .wp-block-columns,
  .experience .wp-block-media-text {
    flex-direction: column;
  }

  .safety .device {
    max-width: 400px;
    margin: auto;
  }

  .venus_epileve .wp-block-columns,
  .venus_epileve .text {
    max-width: 95%;
  }

  .epileve_page_content .clinic,
  .epileve_page_content .choice {
    width: 95%;
    /* margin: 4rem auto; */
  }

  .epileve_page_content .choice .choice {
    width: 100%;
  }

  .epileve_page_content .choice .text {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .epileve_page_content .choice .text ul,
  .experience .diode ul {
    font-size: 1.2rem !important;
  }

  .consultation p,
  .conclusion p {
    max-width: 90%;
  }

  .experience .ipl {
    width: 100%;
  }

  .experience .wp-block-media-text {
    padding: 0 !important;
  }

  .epileve_page_content .choice {
    margin: 1rem auto;
  }
  /* .venus_epileve .text {
    max-width: 95%;
  } */
  /* .main_nav_menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
  } */
}

@media screen and (max-width: 850px) {
  #header_nav .has-large-font-size {
    font-size: 1.1rem !important;
  }

  #hero_heading h1 {
    font-size: 2.2rem;
    padding: 0 5rem;
  }

  .about h2 + p {
    width: 80%;
  }

  .about_text {
    flex-direction: column-reverse;
    margin: 0 !important;
    padding: 1rem !important;
  }

  .about_text img {
    height: auto !important;
    margin-bottom: 1rem;
  }

  .founder h2 + div {
    /* flex-direction: column; */
    padding: 2rem !important;
  }

  .founder_text {
    padding-right: 0 !important;
  }

  .venus_epileve .has-global-padding {
    padding: 1rem;
  }

  .venus_epileve .wp-block-cover__inner-container {
    max-width: 90%;
  }

  .venus_epileve .wp-block-cover__inner-container {
    max-width: 100%;
  }

  .venus_epileve .wp-block-columns {
    max-width: 100%;
  }

  .venus_epileve .text {
    max-width: 100%;
  }

  .reviews-container {
    box-sizing: border-box;
    padding: 1rem 1rem;
  }

  .epileve_page_content p,
  .epileve_page_content .safety,
  .epileve_page_content .modes,
  .epileve_page_content .clinic {
    width: 95%;
  }
}
@media screen and (max-width: 782px) {
  .founder h2 + div {
    flex-direction: row;
    padding: 0;
  }

  .epileve_page_content h2,
  .experience h2 {
    font-size: 2rem;
  }

  .consultation p,
  .conclusion p {
    max-width: 95%;
  }

  .experience p {
    width: 95%;
  }

  .experience .diode {
    width: 95%;
  }

  .experience .kenzi {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .selling_point ul {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 760px) {
  #header_nav .has-large-font-size {
    font-size: 0.8rem !important;
  }

  #hero_heading h1 {
    font-size: 2rem;
    padding: 0 3.5rem;
  }

  .about p {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 670px) {
  #header_nav .removal_large {
    display: none;
  }
  #header_nav .removal_small {
    display: flex;
  }

  #hero_heading h1 {
    font-size: 1.9rem;
    padding: 0 1.5rem;
  }

  .experience p {
    width: 100%;
  }
}

@media screen and (max-width: 625px) {
  .wp-block-navigation {
    gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  #top_bar {
    display: none;
  }
  #top_bar_small:where(.wp-block-group.has-background) {
    padding: 0 1rem;
    justify-content: space-between;
  }

  #top_bar_small :where(.is-layout-flex) {
    gap: 0 !important;
  }

  #top_bar_small .has-small-font-size {
    font-size: 0.8rem !important;
    padding: 0 0.5rem !important;
    border-radius: 5px;
  }

  .main_nav_menu {
    margin: 0 !important;
  }

  #hero_heading h1 {
    margin-top: 3rem;
    font-size: 1.8rem;
  }

  #hero_heading p {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .header_buttons {
    flex-direction: column;
    gap: 20px;
  }

  .header_home {
    height: 80vh;
  }

  .header_home .header_buttons {
    margin-top: 3rem !important;
  }

  /* ABOUT */
  .about {
    background-image:
      linear-gradient(
        to bottom right,
        rgba(255, 254, 254, 0.8) 30%,
        rgba(151, 150, 150, 0.8)
      ),
      url(../images/about_bkgrd.jpg);
  }
  .about {
    padding: 1rem;
  }
  .about h2 {
    font-size: 1.8rem !important;
    text-align: center;
  }

  .about h2 + p {
    width: 96%;
  }

  .about_text {
    flex-direction: column-reverse;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .about p {
    font-size: 1rem !important;
  }

  .about p:not(:first-child) {
    margin-top: 1rem !important;
  }

  .about p:first-of-type {
    margin-top: 0 !important;
  }

  .about_text {
    margin-bottom: 1rem !important;
  }

  /* .about_text img {
    height: auto !important;
    margin-bottom: 1rem;
  } */

  /* FOUNDER */
  .founder {
    padding: 2rem 1rem !important;
  }

  .founder > div {
    padding: 0 !important;
  }

  .founder h2 {
    /* line-height: 0 !important; */
  }

  .founder h2 + div {
    margin-top: 0 !important;
  }

  .founder img {
    display: block;
    margin: auto;
  }

  .founder .founder_text {
    padding: 0 !important;
  }

  /* VENUS EPILEVE */
  .venus_epileve
    .wp-container-core-cover-is-layout-8a400663
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
  }

  .venus_epileve h3,
  #page_content h3 + h2 {
    margin-top: 0.2rem;
    font-size: 1.2rem !important;
  }

  .venus_epileve .text {
    padding: 0 !important;
  }

  /* REVIEWS */
  .reviews-section {
    padding: 1rem 0.6rem;
  }

  /* .reviews-container {
    box-sizing: border-box;
    padding: 1rem 1rem;
  } */

  .reviews-section h2 {
    font-size: 32px;
  }

  .reviews-section p {
    margin: 0;
  }

  .reviews-header {
    margin-bottom: 1rem;
  }

  /* FOOTER */
  #footer {
    padding: 1rem;
  }

  #footer .contact_footer {
    margin-bottom: 6rem;
  }
  .contact_footer h2 {
    text-align: center;
  }

  .footer_social {
    justify-content: center;
    margin-bottom: 10rem;
  }

  #footer .footer_bottom {
    width: 100vw;
    position: absolute;
    bottom: 0;
  }

  /* #footer .footer_bottom > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .footer_bottom .wp-block-columns {
    width: 100%;
    gap: 10px;
  }
  .footer_bottom .copyright {
    grid-column: 1/3;
  } */

  /* EPILEVE PAGE */
  #page_content {
    padding: 0;
  }

  #page_content .venus_epileve {
    padding: 2rem 1rem;
  }

  .epileve_page_content {
    padding: 0 1rem;
  }

  .epileve_page_content h2,
  .experience h2 {
    font-size: 1.8rem;
  }

  .epileve_page_content p,
  .experience p {
    width: 100%;
  }

  .epileve_page_content h3 {
    /* font-family: "Great Vibes", cursive !important; */
    font-size: 1.8rem;
    letter-spacing: 3px;
    text-align: center;
  }

  .epileve_page_content .safety,
  .epileve_page_content .modes,
  .epileve_page_content .clinic,
  .epileve_page_content .choice {
    width: 100%;
  }

  .epileve_page_content .clinic img {
    max-width: 400px;
  }

  .epileve_page_content .clinic .text,
  .epileve_page_content .choice .text {
    width: 100%;
  }

  .epileve_page_content .choice .text {
    padding: 0;
  }

  .epileve_page_content .choice .text ul,
  .experience .diode ul,
  .experience .selling_point ul {
    font-size: 1.2rem !important;
  }

  .epileve_page_content .choice .image {
    width: 100%;
  }

  .consultation {
    padding: 2rem 1rem;
    /* width: 100%; */
  }

  .consultation p,
  .conclusion p {
    max-width: 100%;
    /* margin: auto; */
  }

  .experience {
    padding: 0 1rem;
  }

  .experience .ipl,
  .experience .diode {
    width: 100%;
    margin: 0;
  }

  .experience .ipl > div {
    padding: 0 !important;
  }

  .experience .ipl .wp-block-media-text__media,
  .experience .diode .wp-block-media-text__media {
    margin-bottom: 2rem;
  }

  .experience .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }

  .experience .diode .wp-block-list {
    margin: 0;
  }

  .experience .kenzi {
    padding: 4rem 1rem;
  }

  /* FOOTER */
  #footer h2 {
    margin-top: 1rem;
  }
  .footer_menu_center nav {
    align-items: center;
    margin: 0.1rem 0 4rem;
  }

  .contact_footer {
    text-align: center;
  }

  .contact_footer p {
    margin-top: 1rem;
  }

  /* MODAL */
  #modal-3 #modal-3-content {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 450px) {
  .epileve_page_content .clinic img {
    max-width: 360px;
  }

  .experience .conclusion {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 380px) {
  .epileve_page_content .clinic img {
    max-width: 280px;
  }
}

@media screen and (min-width: 500px) {
  #top_bar_small {
    display: none;
  }
}

@media (min-width: 782px) {
  .founder .founder_text {
    padding: 0 !important;
    flex-grow: 2 !important;
  }
}
