:root {
  --color-brand: #E1D9C5;
  --color-secondary: #B2A79A;
  --color-section: #796A5B;
  --color-black: #333;
  --color-white: #fff;
  --color-blush: #f7dad9;
  --color-dusty: #d8a7b1;
  --color-coral: #f6b8a3;
  --color-ivory: #fdfbf7;
  --color-grayish: #d9d9d9;
  --color-charcoal: #3e3e3e;
  --color-lavender: #cabbe9;
  --color-champagne: #f0e2bd;
  --color-light-gold: #faf4e4;
  --color-medium-gold: #fec526;
  --color-dark-gold: #cc9902;
}

@font-face {
  font-family: "Caramello Free";
  src: url("https://trspagroup.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://trspagroup.com/wp-content/themes/woolilcasoft/fonts/kinghood.woff2")
      format("woff2"),
    url("https://trspagroup.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://trspagroup.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://trspagroup.com/wp-content/themes/woolilcasoft/fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

.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;
}

.top-header-wrapper {
  background-color: var(--color-medium-gold);
  color: var(--color-charcoal);
  padding: 10px 25px;
}

.top-header-wrapper-list {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
}

.top-header-wrapper-list li {
  border-right: 1px solid var(--color-charcoal);
  padding-right: 10px;
}

.top-header-wrapper-list li:first-child {
  border-right: none;
}

.top-header-wrapper-list li:last-child {
  border-right: none;
}

.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;
}

@media (max-width: 991px) {
  .shape-nail-lounge-svg {
    width: 150px;
    height: 150px;
    right: 0px;
  }
}

@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;
}

.contact-social-icons li a {
  display: block;
  font-size: 1.4rem;
  color: #373737;
  padding: 15px;
  text-align: center;
}

.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(--theme-color-black);
  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: 1200px;
  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: 80px;
  filter: invert(1);
}

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

.main-menu-container {
  display: flex;
  flex-flow: row;
  gap: 50px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

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

.main-menu-container li a {
  color: var(--color-section);
}

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

.main-menu-container li:not(:has(.logo-lg-link)):hover a::after,
.main-menu-container li.current-menu-item a::after {
  content: "";
  width: 80%;
}

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

.main-menu-toggle-btn .line {
  width: 60px;
  height: 2px;
  background: var(--color-section);
  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(--color-brand);
  color: var(--color-black);
  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(--theme-color-black);
}

.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;
}

.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 {
  background-color: var(--color-white);
  color: var(--color-black);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

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

footer p {
  color: var(--color-black) !important;
  font-weight: normal;
  line-height: 2rem;
  font-size: 1.2rem;
}

footer h5 {
  line-height: normal;
  color: var(--color-black) !important;
  font-weight: bold;
}

footer .header-wrp-logo {
  width: 100px;
  filter: invert(1);
}

footer a,
footer a:hover {
  color: var(--color-black) !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;
}

.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 {
  color: var(--theme-color-black);
  width: calc(50% - 25px);
  border-bottom: 1px dashed #ddd;
  padding: 20px 0 5px 0px;
}

.price-col-item .price-tag {
  color: var(--theme-color-black);
  text-align: right;
}

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

@media (max-width: 768px) {
  .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%;
  }
}