:root {
  --brand-color-1: #ff3131;
  --brand-color-2: #ff5f59;
  --brand-color-gradient: linear-gradient(to right, #ff3131, #ff914d);
  --brand-text-color: #373737;
  --brand-main-font: lato
}

@font-face {
  font-family: "BrittanySignature";
  src: url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/BrittanySignature.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "The Season Bold";
  src: url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/theseasons-bd.woff2")
    format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "The Season Italic";
  src: url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/theseasons-it.woff2")
    format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "The Season Light";
  src: url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/theseasons-lt.woff2")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "The Season Regular";
  src: url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/theseasons-reg.woff2")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Caramello Free";
  src: url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/caramello-free.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kinghood";
  src: url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/kinghood.woff2")
      format("woff2"),
    url("https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/kinghood.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('https://nailsdixie.com/wp-content/themes/woolilcasoft/fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}


.brittany-font p,
.brittany-font h1,
.brittany-font h2,
.brittany-font h3,
.brittany-font h4,
.brittany-font h5,
.brittany-font h6 {
  font-family: 'BrittanySignature' !important;
  font-weight: normal !important;
}

.the-season-bold-font p,
.the-season-bold-font h1,
.the-season-bold-font h2,
.the-season-bold-font h3,
.the-season-bold-font h4,
.the-season-bold-font h5,
.the-season-bold-font h6 {
  font-family: "The Season Bold" !important;
}

.glacial-font-regular p,
.glacial-font-regular h1,
.glacial-font-regular h2,
.glacial-font-regular h3,
.glacial-font-regular h4,
.glacial-font-regular h5,
.glacial-font-regular h6 {
  font-family: 'Glacial Indifference' !important;
  font-weight: normal !important;
}

.glacial-font-bold p,
.glacial-font-bold h1,
.glacial-font-bold h2,
.glacial-font-bold h3,
.glacial-font-bold h4,
.glacial-font-bold h5,
.glacial-font-bold h6 {
  font-family: 'Glacial Indifference' !important;
  font-weight: bold !important;
}

.quick-links-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.glass-box {
    padding: 2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #333;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.btn-ns {
  all: unset;
  background-color: transparent !important;
  border: none;
  border-radius: unset !important;
  box-shadow: none !important;
  display: block;
}

.modal-dialog .card-header {
  background-color: var(--color-brand);
}

#siteNotificationModal h1,
#siteNotificationModal h2,
#siteNotificationModal h3,
#siteNotificationModal h4,
#siteNotificationModal h5,
#siteNotificationModal h6,
#siteNotificationModal p,
#siteNotificationModal a {
  color: #fff;
}

.caramello-font {
  font-family: "Caramello Free";
}

.kinghood-font {
  font-family: "Kinghood";
}

.kinghood-font h1,
.kinghood-font h2,
.kinghood-font h3,
.kinghood-font h4,
.kinghood-font h5,
.kinghood-font h6,
.kinghood-font p {
  font-family: "Kinghood" !important;
}

.header-social-nav-wrp {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-self: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-social-nav-wrp li a {
  font-size: 1.2rem;
  line-height: normal;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: #fff !important;
}

.top-header-wrapper {
  background-color: var(--brand-color-1);
  color: #fff;
  padding: 10px 25px;
}

.top-header-wrapper-list {
  display: flex;
  flex-flow: row wrap;
  gap: 100px;
  align-items: center;
  max-width: 1400px;
  margin-inline: auto;
  list-style: none;
  padding: 0;
}

.top-header-wrapper-list li {
  font-weight: bold;
}

.top-header-wrapper-list li a {
  color: #fff;
}

.top-header-wrapper-list li:last-child {
  flex: 2;
  text-align: right;
}

.header-wrp-logo {
  width: 150px;
}

.shape-nail-lounge-svg {
  fill: #fff;
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 9;
  width: 250px;
  height: 250px;
  animation: 12s linear 0s infinite normal none running beautium-rotation;
}

@keyframes beautium-rotation {
  100% {
    transform: rotate(360deg);
  }
}

.shape-nail-lounge-svg path {
  fill: none;
}

.shape-nail-lounge-svg text {
  fill: #000;
  transform-origin: 0px 0px;
}

.preloader-wrp {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--color-brand);
  z-index: 99999;
  display: grid;
  place-content: center;
  place-items: center;
}

.preloader-wrp img {
  width: 80px;
  filter: invert(1);
  position: relative;
}

.preloader-icon-wrp {
  position: relative;
  padding: 60px;
}

.preloader-icon-wrp svg {
  position: absolute;
  left: 0;
  top: 0;
}

.preloader-icon-wrp svg circle {
  stroke-dasharray: 220;
  stroke: #000;
  stroke-width: 4px;
  animation: circleLoading 1000ms alternate infinite;
}

@keyframes circleLoading {
  from {
    stroke-dasharray: 220;
  }

  to {
    stroke-dasharray: 0;
  }
}

.bb-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.bb-block a {
  color: #373737;
}

.contact-social-icons {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  gap: 15px;
}

.contact-social-icons li a {
  display: block;
  font-size: 1.4rem;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: var(--brand-color-1);
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 500ms ease;
}

.contact-social-icons li a:hover {
  background-color: #373737;
}

.post-container {
  background-color: #fff;
  padding: 50px 15px;
  border: none;
  margin: 0;
}

.post-container > h1 {
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 600 !important;
}

.archive-post-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 30px;
  padding: 50px 15px;
  background-color: var(--brand-text-color);
  color: var(--theme-color-white);
}

.archive-post-item {
  display: flex;
  flex-flow: column;
  gap: 15px;
  flex: 0 1 calc(100% / 3 - 30px);
  color: var(--theme-color-white);
}

.archive-post-item:hover {
  color: var(--theme-color-white);
}

.archive-post-item p {
  color: var(--theme-color-white);
}

.archive-post-item > img {
  border-radius: 25px;
  width: 100%;
  object-fit: cover;
}

.site-header {
  background-color: var(--color-white);
  color: var(--color-black);
  width: 100%;
  padding: 0 15px;
  top: 0;
}

.site-header-wrp {
  display: flex;
  flex-flow: column;
  max-width: 1400px;
  margin-inline: auto;
  padding: 21px 16px;
  align-items: center;
  gap: 30px;
}

.logo-lg-link {
  width: 80px;
}

.logo-sm-link {
  display: none;
}

.site-header-logo {
  width: 150px;
}

.menu-main-menu-container {
  display: block;
  width: 100%;
}

.main-menu-container {
  display: flex;
  flex-flow: row;
  gap: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu-container li {
  font-weight: bold;
  position: relative;
}

.main-menu-container li a {
  color: var(--brand-text-color);
  font-family: "The Season Bold";
  font-size: 1.5rem;
  line-height: 2rem;
}

.book-now-menu-item a {
  display: block;
  background-color: var(--brand-color-1);
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 25px;
  font-family: 'Lato' !important;
  font-weight: bold !important;
}

.main-menu-container li:not(:has(.logo-lg-link)) a::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  height: 2px;
  background-color: var(--brand-text-color);
  border-radius: 0 50% 50% 0;
  bottom: -10px;
  transition: width 500ms ease;
}

.main-menu-container li.current-menu-item a::after {
  content: "";
  width: 80%;
}

.main-menu-container li.book-now-menu-item a::after {
  content: none;
}

.main-menu-toggle-btn {
  position: relative;
  display: none;
  height: 60px;
  width: 60px;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  color: var(--brand-text-color);
  top: 5px;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.main-menu-toggle-btn .line {
  width: 60px;
  height: 2px;
  background: var(--brand-text-color);
  display: block;
  position: relative;
  transform-origin: center;
  transition: transform 500ms ease;
  will-change: transform;
}

.main-menu-toggle-btn .line:first-child {
  transform: translateX(10px);
}

.main-menu-toggle-btn:hover .line:first-child {
  transform: translateX(0);
}

.main-menu-toggle-btn:hover .line:last-child {
  transform: translateX(10px);
}

.main-menu-toggle-btn.open .line:first-child {
  transform: rotate(45deg);
}

.main-menu-toggle-btn.open .line:last-child {
  transform: translateY(-10px) rotate(-45deg);
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 100;
  background: var(--brand-text-color);
  color: #fff;
  display: none;
}

.icon-scrollup {
  height: 60px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  position: relative;
}

#contactUsForm {
  background: transparent;
  border-radius: 15px;
  border: 1px solid #ddd;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.nice-input-group {
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.nice-input-group label {
  color: var(--brand-text-color);
}

.nice-input-group input,
.nice-input-group textarea {
  padding: 15px 15px 15px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  color: #333;
  width: 100%;
}

.footer-social-nav-wrp {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-nav-wrp li a {
  font-size: 2rem;
  line-height: normal;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: var(--color-black) !important;
}


footer {
  position: relative;
  background-color: var(--brand-color-1);
  color: #fff;
  padding: 0;
}

footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('https://nailsdixie.com/wp-content/uploads/2025/07/background_pattern.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

footer .footer-logo {
  width: 100px;
}

footer p {
  color: #fff !important;
  font-weight: normal;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

footer h2 {
  font-family: "The Season Bold";
  line-height: normal;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.5rem;
}

footer a,
footer a:hover {
  color: #fff !important;
  line-height: 1.5rem !important;
  font-size: 1.2rem !important;
}

.footer-row-wrp {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 15px;
  z-index: 2;
  position: relative;
}

.footer-row-wrp .footer-row-col {
  margin-bottom: 25px;
}

.footer-logo-text {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 2rem;
}

.footer-copyright-wrp {
  background-color: var(--theme-color-white);
  color: var(--color-charcoal);
  padding: 15px;
  margin: 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.price-col {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}

.price-col-item {
  width: calc(50% - 25px);
  border-bottom: 1px dashed #ddd;
  padding: 20px 0 5px 0px;
}

.price-col-item.full-col {
  width: calc(100% - 25px);
  border-bottom: 1px dashed #ddd;
  padding: 20px 0 5px 0px;
}

.price-col-item .price-tag {
  display: block;
  text-align: right;
}

.price-col-item p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
}

@media (max-width: 1200px) {
  .top-header-wrapper {
    display: none;
  }
  .shape-nail-lounge-svg {
    width: 150px;
    height: 150px;
    right: 0px;
  }

  .main-menu-toggle-btn {
    display: flex;
  }
  .site-header-wrp {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .main-menu-container {
    display: flex;
    flex-flow: column;
  }

  .menu-main-menu-container {
    flex: 1 1 100%;
    display: none;
  }

  .logo-sm-link {
    display: block;
  }

  .main-menu-container li:has(.logo-lg-link) {
    display: none;
  }

  .logo-lg-link {
    display: none;
  }

  .price-col {
    flex-flow: column;
  }

  .price-col-item {
    width: 100%;
  }

  .archive-post-item {
    flex: 1 1 100%;
  }
}