/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
@import url("https://use.typekit.net/ncu6pgz.css");
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
:root {
  --nq-gold: #AD833C;
  --nq-nude: #D6BD93;
  --nq-black: #000000;
  --nq-white: #FFFFFF;
  --nq-nude-light: rgba(214, 189, 147, 0.50);
  --nq-gray: rgba(0, 0, 0, 0.5);
}

body {
  margin: 0;
  background-color: var(--nq-white);
  font-family: "laca", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

a {
  color: var(--nq-gold);
}

main {
  margin-top: 6.25rem;
}

@media (max-width: 768px) {
  main {
    margin-top: 4.0625rem;
  }
}
body {
  font-family: "laca", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}

h1 {
  font-family: "egizio-urw", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-family: "egizio-urw", serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-family: "egizio-urw", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-family: "egizio-urw", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}

h5 {
  font-family: "egizio-urw", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

h6 {
  font-family: "egizio-urw", serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 769px) {
  h1 {
    font-family: "egizio-urw", serif;
    font-size: 3rem;
    line-height: 3.625rem;
    font-weight: 700;
  }
  h2 {
    font-family: "egizio-urw", serif;
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 700;
  }
  h3 {
    font-family: "egizio-urw", serif;
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 700;
  }
  h4 {
    font-family: "egizio-urw", serif;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 700;
  }
  h5 {
    font-family: "egizio-urw", serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
  }
  h6 {
    font-family: "egizio-urw", serif;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 700;
  }
}
.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 8px;
  padding-top: 8px;
}
.check-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 0;
  color: var(--nq-gold);
}

section {
  padding: 5rem 8rem;
}

@media screen and (max-width: 1351px) {
  section {
    padding: 4.375rem 6rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 3.75rem 1rem;
  }
}
@media screen and (min-width: 1980px) {
  section {
    padding: 5rem 10rem;
  }
}
section .titles {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
section .titles h2 {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .titles {
    width: 65%;
  }
}
.page-classic h1 {
  text-align: center;
}
.page-classic .subtitle {
  text-align: center;
}

/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.about-page .general-about-us {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-page .general-about-us h2 {
  text-align: center;
}
.about-page .general-about-us .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.about-page .general-about-us .content .content-text p {
  font-family: "laca", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.about-page .general-about-us .content .content-images {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.about-page .general-about-us .content .content-images .card-service {
  display: flex;
  width: 50px;
  height: 200px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 40px;
}
.about-page .general-about-us .content .content-images .card-service p {
  color: var(--nq-white);
  font-family: "laca", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.about-page .general-about-us .content .content-images .card-middle {
  margin-top: 50px;
}
.about-page .values {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.about-page .values .card-container-values {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.about-page .values .card-container-values .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--nq-nude-light);
  border-radius: 3.125rem;
  padding: 1.5rem;
  gap: 1rem;
}
.about-page .values .card-container-values .card .card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.about-page .values .card-container-values .card .card-header h4 {
  margin: 0;
}
.about-page .values .card-container-values .card p {
  margin: 0;
}
.about-page .gallery-about-us .titles {
  margin-bottom: 2.5rem;
}
@media (min-width: 375px) {
  .about-page .values .card-container-values .card {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .about-page .general-about-us {
    gap: 64px;
  }
  .about-page .general-about-us .content {
    gap: 48px;
  }
  .about-page .general-about-us .content .content-images {
    gap: 32px;
  }
  .about-page .general-about-us .content .content-images .card-service {
    width: 110px;
    height: 300px;
    padding: 20px 28px;
    border-radius: 45px;
  }
  .about-page .general-about-us .content .content-images .card-middle {
    margin-top: 75px;
  }
  .about-page .values .card-container-values .card {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .about-page .general-about-us {
    gap: 64px;
  }
  .about-page .general-about-us .content {
    flex-direction: row;
    gap: 48px;
  }
  .about-page .general-about-us .content .content-images {
    gap: 32px;
  }
  .about-page .general-about-us .content .content-images .card-service {
    width: 110px;
    height: 300px;
    padding: 20px 28px;
    border-radius: 45px;
  }
  .about-page .general-about-us .content .content-images .card-middle {
    margin-top: 75px;
  }
  .about-page .values .card-container-values {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .about-page .values .card-container-values .card {
    width: inherit;
  }
  .about-page .values .card-container-values .card .card-header {
    gap: 0.25rem;
  }
}
@media (min-width: 1440px) {
  .about-page .general-about-us {
    gap: 80px;
  }
  .about-page .general-about-us .content {
    gap: 64px;
  }
  .about-page .general-about-us .content .content-images {
    gap: 48px;
  }
  .about-page .general-about-us .content .content-images .card-service {
    width: 120px;
    height: 382px;
    padding: 24px 32px;
    border-radius: 50px;
  }
  .about-page .general-about-us .content .content-images .card-middle {
    margin-top: 100px;
  }
  .about-page .values {
    gap: 5rem;
  }
  .about-page .values .card-container-values {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .about-page .values .card-container-values .card {
    width: inherit;
  }
  .about-page .values .card-container-values .card .card-header {
    gap: 0.5rem;
  }
  .about-page .gallery-about-us .titles {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1600px) {
  .about-page .general-about-us .content {
    justify-content: center;
  }
  .about-page .general-about-us .content .content-text {
    width: 500px;
  }
  .about-page .values .card-container-values {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
  .about-page .values .card-container-values .card {
    width: 30%;
    padding: 2rem;
  }
  .about-page .values .card-container-values .card .card-header {
    gap: 0.5rem;
  }
}

/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.contact-page section {
  padding: 0;
}
.contact-page section .contact-form-title {
  text-align: center;
}
.contact-page section .contact-form-title h1 {
  margin: 0;
}
.contact-page section .form-map {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  position: relative;
}
.contact-page section .form-map .contact-form {
  padding: 3.75rem 2rem;
}
.contact-page section .form-map .contact-form form {
  margin-top: 3rem;
}
.contact-page section .form-map .contact-form form input {
  height: 35px;
}
.contact-page section .form-map .contact-form form textarea {
  height: 100px;
}
.contact-page section .form-map .contact-form form input[type=text],
.contact-page section .form-map .contact-form form input[type=email],
.contact-page section .form-map .contact-form form input[type=tel],
.contact-page section .form-map .contact-form form textarea {
  font-family: "laca", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  width: 100%;
  padding: 0.5rem 0;
  border: none;
  border-bottom: 1px solid var(--nq-gray);
  font-size: 1rem;
  font-family: inherit;
  color: #333;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}
.contact-page section .form-map .contact-form form input[type=text]::placeholder,
.contact-page section .form-map .contact-form form input[type=email]::placeholder,
.contact-page section .form-map .contact-form form input[type=tel]::placeholder,
.contact-page section .form-map .contact-form form textarea::placeholder {
  color: var(--nq-gray);
}
.contact-page section .form-map .contact-form form input[type=text]:focus,
.contact-page section .form-map .contact-form form input[type=email]:focus,
.contact-page section .form-map .contact-form form input[type=tel]:focus,
.contact-page section .form-map .contact-form form textarea:focus {
  border-bottom-color: var(--nq-gold);
}
.contact-page section .form-map .contact-form form input[type=submit] {
  font-family: "laca", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  background: var(--nq-gold);
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 50px;
  line-height: 1;
}
.contact-page section .form-map .contact-form form .row {
  display: flex;
  flex-direction: column;
}
.contact-page section .form-map .contact-form form .row p {
  margin-top: 1.5rem;
  width: 100%;
}
.contact-page section .form-map .contact-form .center-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-page section .form-map .contact-form .center-mobile .socials {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
}
.contact-page section .form-map .contact-form .center-mobile .socials div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-page section .form-map .contact-form .center-mobile .socials div a {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem 0rem 0.5rem;
  color: var(--nq-black);
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-page section .form-map .contact-form .center-mobile .socials div a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: var(--nq-gold);
  transition: width 0.3s ease;
}
.contact-page section .form-map .contact-form .center-mobile .socials div a:hover {
  color: var(--nq-gold);
}
.contact-page section .form-map .contact-form .center-mobile .socials div a:hover::after {
  width: 100%;
}
.contact-page section .form-map .map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
@media (min-width: 768px) {
  .contact-page section .form-map .contact-form {
    padding: 3.75rem 4.5rem;
  }
  .contact-page section .form-map .contact-form form {
    margin-top: 3rem;
  }
  .contact-page section .form-map .contact-form form .row {
    flex-direction: row;
    gap: 1.5rem;
  }
  .contact-page section .form-map .contact-form .center-mobile {
    display: block;
  }
  .contact-page section .form-map .contact-form .center-mobile .socials {
    flex-direction: row;
    gap: 0.5rem;
  }
  .contact-page section .form-map .contact-form .center-mobile .socials div {
    gap: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .contact-page section .form-map .contact-form {
    padding: 3.75rem 8rem;
  }
}
@media (min-width: 1440px) {
  .contact-page section {
    padding: 1.5rem 0;
  }
  .contact-page section .contact-form-title {
    text-align: left;
  }
  .contact-page section .form-map {
    flex-direction: row;
    margin: 5rem 0rem 5rem 8rem;
  }
  .contact-page section .form-map::before, .contact-page section .form-map::after {
    content: "";
    position: absolute;
    background-color: var(--nq-gold);
  }
  .contact-page section .form-map::before {
    top: 0;
    left: 0;
    width: 2px;
    height: 50%;
  }
  .contact-page section .form-map::after {
    top: 0;
    left: 0;
    height: 2px;
    width: 30%;
  }
  .contact-page section .form-map .contact-form {
    padding: 3.5rem 5rem;
  }
  .contact-page section .form-map .contact-form form .row {
    gap: 1rem;
  }
  .contact-page section .form-map .map {
    flex: 1;
  }
  .contact-page section .form-map .map iframe {
    width: 100%;
    height: 100%;
  }
}

/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404 .error-container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.page-404 .error-container .error-title {
  color: #e63946;
  margin-bottom: 0;
}
.page-404 .error-container .error-message {
  margin-bottom: 30px;
  color: #333;
  font-family: "laca", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.page-404 .error-container .small-text {
  font-family: "laca", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .page-404 .error-container {
    gap: 1.5rem;
  }
  .page-404 .error-container .error-message {
    font-family: "laca", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
  .page-404 .error-container .small-text {
    font-family: "laca", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.primary-button {
  color: inherit;
  text-decoration: none;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--nq-gold);
  box-shadow: 0px 2px 4px 0px rgba(173, 131, 60, 0.2), 0px 5px 15px 0px rgba(214, 189, 147, 0.15);
  color: var(--nq-white);
}
@media (max-width: 768px) {
  .primary-button {
    padding: 0.5rem 1rem;
    align-items: center;
    flex-shrink: 0;
  }
}

/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.hidden {
  display: none;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

nav {
  padding: 1rem 6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--nq-white);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
nav .nav-toggle {
  display: none;
}
nav .nav-toggle button {
  background: none;
  border: none;
  cursor: pointer;
}
nav .nav-logo img {
  width: 13.6875rem;
  height: 3.875rem;
  flex-shrink: 0;
}
nav .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  font-family: "laca", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
nav .nav-links .primary-menu {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  list-style: none;
  padding: 0;
}
nav .nav-links .primary-menu a {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem 0rem 0.5rem;
  color: var(--nq-black);
  text-decoration: none;
  transition: color 0.3s ease;
}
nav .nav-links .primary-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: var(--nq-gold);
  transition: width 0.3s ease;
}
nav .nav-links .primary-menu a:hover {
  color: var(--nq-gold);
}
nav .nav-links .primary-menu a:hover::after {
  width: 100%;
}
nav .nav-overlay {
  display: none;
}

@media (max-width: 1024px) {
  nav {
    padding: 1rem 4rem;
  }
  nav .nav-links .primary-menu {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  nav {
    padding: 1rem 2rem;
  }
  nav .nav-toggle {
    display: block;
  }
  nav .nav-logo img {
    width: 6rem;
    height: 1.6875rem;
  }
  nav .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--nq-white);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem 2rem 2rem;
    gap: 1rem;
    opacity: 0;
    transform: translateY(-20px);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    z-index: 10;
    pointer-events: none;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    font-family: "laca", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  nav .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  nav .nav-links .primary-menu {
    flex-direction: column;
    gap: 1rem;
  }
  nav .nav-links .nav-cta {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  nav .nav-overlay {
    display: block;
    position: fixed;
    top: 4.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    z-index: 5;
  }
  nav .nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.site-footer {
  background-color: var(--nq-nude-light);
  color: #000;
  padding: 2.875rem 6rem 1.625rem 6rem;
  font-family: "laca", sans-serif;
  font-size: 0.875rem;
}
.site-footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.site-footer .footer-top .footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "laca", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.site-footer .footer-top .footer-links .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5.9375rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-top .footer-links .footer-menu a {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem 0rem 0.5rem;
  color: var(--nq-black);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-top .footer-links .footer-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: var(--nq-gold);
  transition: width 0.3s ease;
}
.site-footer .footer-top .footer-links .footer-menu a:hover {
  color: var(--nq-gold);
}
.site-footer .footer-top .footer-links .footer-menu a:hover::after {
  width: 100%;
}
.site-footer .footer-top .footer-logo img {
  width: 13.6875rem;
  height: auto;
}
.site-footer .footer-separator {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 1.5rem 0;
}
.site-footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.site-footer .footer-bottom p {
  font-family: "laca", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--nq-gray);
  margin: 0;
}
.site-footer .footer-bottom .footer-socials {
  display: flex;
  gap: 3rem;
}
.site-footer .footer-bottom .footer-socials a img {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .site-footer .footer-top {
    gap: 1rem;
  }
  .site-footer .footer-top .footer-links {
    font-family: "laca", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .site-footer .footer-top .footer-links .footer-menu {
    gap: 1rem;
  }
  .site-footer .footer-top .footer-logo img {
    width: 9.375rem;
  }
  .site-footer .footer-separator {
    margin: 1rem 0;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  .site-footer .footer-bottom p {
    font-family: "laca", sans-serif;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
  .site-footer .footer-bottom .footer-socials {
    order: -1;
    gap: 1.5rem;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.testimonials {
  padding: 5rem 8rem;
}
.testimonials .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background: var(--nq-nude-light) !important;
}
.testimonials .ti-widget.ti-goog .ti-widget-container .ti-name {
  font-family: "egizio-urw", serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "egizio-urw", serif !important;
}

@media screen and (max-width: 1351px) {
  .testimonials {
    padding: 4.375rem 6rem;
  }
}
@media screen and (max-width: 480px) {
  .testimonials {
    padding: 3.75rem 1rem;
  }
}
@media screen and (min-width: 1980px) {
  .testimonials {
    padding: 5rem 10rem;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.amelia-v2-booking * {
  font-family: "laca", sans-serif !important;
}

.am-fs__cserv-heading-img,
.amelia-v2-booking #amelia-container .am-fs__main-footer .am-button-cart .am-icon-plus,
.amelia-v2-booking #amelia-container .am-fs__congrats-main .am-fs__congrats-main-heading + span {
  display: none !important;
}

/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.key-elements {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}
.key-elements .key-element {
  border: 1px solid #e0d4ba;
  border-radius: 8px;
  padding: 0.5rem;
  text-align: center;
  width: 100px;
  height: 88px;
  background-color: white;
  transition: transform 0.3s ease;
}
.key-elements .key-element:hover {
  transform: translateY(-5px);
}
.key-elements .key-element .key-icon-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.key-elements .key-element .key-icon-number .key-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.5px solid var(--nq-nude);
  box-shadow: 0px 4px 4px 0px rgba(173, 131, 60, 0.2);
  object-fit: cover;
}
.key-elements .key-element .key-icon-number .key-number {
  margin: 0;
}
.key-elements .key-element .key-label {
  color: var(--nq-black);
  font-family: "laca", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.key-elements .key-element .key-label p {
  margin-bottom: 0;
}

/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.card-container {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  flex-wrap: wrap;
  justify-content: center;
}
.card-container .card {
  width: 218px;
  height: 308px;
  border-radius: 80px 80px 0px 0px;
  border: 2px solid var(--nq-gold);
  display: flex;
  align-items: flex-end;
}
.card-container .card .card-text {
  text-align: center;
  padding: 0 14px;
}
.card-container .card .card-text h5 {
  margin: 0;
}
.card-container .card .card-text p {
  font-family: "laca", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .card-container {
    gap: 5rem;
  }
  .card-container .card {
    width: 284px;
    height: 440px;
  }
  .card-container .card p {
    font-family: "laca", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.hp-specialist {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.hp-specialist .title {
  text-align: center;
}
.hp-specialist .content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.hp-specialist .content .visual-specialist {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 260px;
}
.hp-specialist .content .visual-specialist .elipse {
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 650px;
  background: var(--nq-nude-light);
  position: relative;
  top: 40px;
}
.hp-specialist .content .visual-specialist .specialist-image {
  position: absolute;
  width: auto;
  height: 260px;
}
.hp-specialist .content .text-specialist {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hp-specialist .content .text-specialist .cta {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hp-specialist .content .visual-specialist {
    height: 350px;
  }
  .hp-specialist .content .visual-specialist .elipse {
    width: 400px;
    height: 400px;
    top: 40px;
  }
  .hp-specialist .content .visual-specialist .specialist-image {
    position: absolute;
    width: auto;
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-specialist .content {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    align-items: center;
  }
  .hp-specialist .content .text-specialist {
    width: 40%;
  }
  .hp-specialist .content .text-specialist h3 {
    margin: 0;
  }
  .hp-specialist .content .text-specialist .cta {
    text-align: right;
  }
}
@media screen and (min-width: 1440px) {
  .hp-specialist .content {
    justify-content: center;
    gap: 4.25rem;
    align-items: flex-end;
  }
  .hp-specialist .content .visual-specialist {
    height: 100%;
    position: relative;
  }
  .hp-specialist .content .visual-specialist .elipse {
    width: 600px;
    height: 600px;
    top: 150px;
  }
  .hp-specialist .content .visual-specialist .specialist-image {
    bottom: 0;
    width: auto;
    height: 600px;
    display: block;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.hero-hp {
  display: flex;
  width: 100%;
  height: 696px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: black;
  padding: 0;
}
.hero-hp .overlay {
  background-color: rgba(255, 255, 255, 0.5); /* optional dark overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-hp .overlay .hero-content {
  width: 536px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.hero-hp .overlay .hero-content .hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-hp .overlay .hero-content .hero-text h1 {
  margin-bottom: 1.25rem;
}
.hero-hp .overlay .hero-content .hero-text .subtitle {
  margin-top: 0;
  width: 25rem;
}

@media screen and (max-width: 768px) {
  .hero-hp {
    height: 31.25rem;
  }
  .hero-hp .overlay .hero-content {
    width: 75%;
    margin: 1.5rem;
  }
  .hero-hp .overlay .hero-content .hero-text {
    width: 75%;
  }
  .hero-hp .overlay .hero-content .hero-text .subtitle {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .hero-hp {
    height: 31.25rem;
  }
  .hero-hp .overlay .hero-content {
    width: 100%;
    margin: 1.5rem;
  }
  .hero-hp .overlay .hero-content .hero-text {
    width: 100%;
  }
  .hero-hp .overlay .hero-content .hero-text .subtitle {
    width: 100%;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.hp-about-us {
  padding: 5rem 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 6rem;
}
.hp-about-us .about-images {
  position: relative;
  width: 34.625rem;
  height: 26.5rem;
}
.hp-about-us .about-images .image {
  position: absolute;
  width: 29.43125rem;
  height: 17.225rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  object-fit: cover;
}
.hp-about-us .about-images .img-top {
  top: 0;
  left: 0;
  z-index: 1;
}
.hp-about-us .about-images .img-bottom {
  top: 42%;
  left: 22%;
  z-index: 2;
}
.hp-about-us .about-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.hp-about-us .about-content h2 {
  margin-top: 0;
}

@media screen and (min-width: 1980px) {
  .hp-about-us {
    padding: 5rem 10rem;
    justify-content: space-evenly;
  }
  .hp-about-us .about-content {
    width: 30%;
  }
}
@media screen and (max-width: 1351px) {
  .hp-about-us {
    padding: 4.375rem 6rem;
    justify-content: center;
    align-items: center;
  }
  .hp-about-us .about-images {
    display: none;
  }
  .hp-about-us .about-content {
    width: 100%;
    align-items: center;
  }
  .hp-about-us .about-content h2 {
    text-align: center;
  }
  .hp-about-us .key-elements {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .hp-about-us {
    padding: 3.75rem 1rem;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.hero-simple {
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: black;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%), var(--hero-bg) lightgray;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-simple .hero-content {
  z-index: 1;
  text-align: center;
}
.hero-simple .hero-content h1 {
  font-size: 3rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .hero-simple {
    height: 25rem;
  }
}
/*
Theme Name: Nails Quality
Theme URI: https://nailsquality.fr/
Author: DANILA Catalina
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsquality
*/
.service-page section {
  padding: 3.75rem 1rem;
}
.service-page .service-catalog-amelia .titles {
  margin-bottom: 2.5rem;
}
.service-page .service-details {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
.service-page .service-details .service {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
.service-page .service-details .service.service-middle {
  flex-direction: column;
}
.service-page .service-details .service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--nq-gold);
}
.service-page .service-details .service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 30%;
  background-color: var(--nq-gold);
}
.service-page .service-details .service h3 {
  margin-top: 0;
}
.service-page .service-details .service .service-content {
  width: auto;
  padding: 32px;
  margin: 0;
}
.service-page .service-details .service .service-image {
  display: flex;
  align-items: center;
}
.service-page .service-details .service .service-image img {
  width: 280px;
  height: 280px;
  object-fit: cover;
}

@media screen and (min-width: 481px) {
  .service-page section {
    padding: 4.375rem 6rem;
  }
  .service-page .service-details .service .service-content {
    padding: 48px;
  }
  .service-page .service-details .service .service-image img {
    width: 360px;
    height: 360px;
  }
}
@media screen and (min-width: 961px) {
  .service-page .service-details .service {
    flex-direction: row;
    justify-content: space-between;
    align-items: initial;
  }
  .service-page .service-details .service.service-middle {
    flex-direction: row-reverse;
  }
  .service-page .service-details .service.service-middle::before, .service-page .service-details .service.service-middle::after {
    right: 0;
    left: initial;
  }
  .service-page .service-details .service::after {
    height: 80%;
  }
  .service-page .service-details .service .service-content {
    margin: 32px;
    padding: 0;
  }
}
@media screen and (min-width: 1401px) {
  .service-page section {
    padding: 5rem 8rem;
  }
  .service-page .service-catalog-amelia .titles {
    margin-bottom: 5rem;
  }
  .service-page .service-details .service {
    width: 100%;
  }
  .service-page .service-details .service .service-content {
    margin: 64px;
  }
  .service-page .service-details .service .service-image img {
    width: 560px;
  }
}
@media screen and (min-width: 1600px) {
  .service-page section {
    padding: 5rem 8rem;
  }
  .service-page .service-details .service {
    width: fit-content;
  }
}
.hp-services {
  background: var(--nq-nude-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

@media screen and (min-width: 769px) {
  .hp-services {
    gap: 5rem;
  }
}

/*# sourceMappingURL=style.css.map */
