/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* --- A-Z Nails Spa: Premium Aesthetic Base --- */

/* Smooth, sweeping transitions for all interactive elements */
:root {
  --luxury-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --accent-green: #7CB342; /* Softened logo green */
  --accent-red: #E53935;   /* Refined logo red */
  --text-dark: #1A1A1A;
  --cream: #fffaf0;
	--warm-cream: #f8efe2;
	--deep-green: #062c24;
	--brand-green: #7db43f;
	--brand-red: #ed1c24;
	--luxury-gold: #c79a4c;
	--dark-text: #1f1408;
	/*--main-background:radial-gradient(circle at top left, rgba(255, 231, 159, 0.32), transparent 32%),
  radial-gradient(circle at bottom right, rgba(126, 180, 62, 0.12), transparent 30%),
  linear-gradient(180deg, #fffaf0, #f8efe2);
	*/
	--main-background: #fffaf0;
}

body {
    color: var(--text-dark);
    font-family: 'Inter', sans-serif; /* Clean body text */
}

h1, h2, h3, .menu-item {
    font-family: 'Playfair Display', serif; /* Sophisticated Headers */
    letter-spacing: 0.05em;
}

/* =========================
   Global Utility
========================= */

:root {
  --gold-dark: #8c6034;
  --gold-light: #ffe79f;
  --gold-mid: #a67033;
  --gold-soft: #f2d599;
  --gold-border: #e5cf8d;
  --gold-shadow: #fde59e;
  --dark-brown: #312110;
}

.uppercase {
  text-transform: uppercase;
}

.ui {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gradient-text {
  background: linear-gradient(190deg, var(--gold-dark), var(--gold-light), var(--gold-mid));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* =========================
   Gradient Titles
========================= */

.gradient-title {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.25;
}

.store-name h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(32px, 5vw, 45px);
  line-height: 1.15;
  margin-bottom: clamp(14px, 2vw, 20px);
  letter-spacing: clamp(0.5px, 0.15vw, 1px);
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffd400, #f1da81, #c79a4c, #f1da81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* =========================
   Section Name Label
========================= */

.section-name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;

  margin: 0 auto 16px;
  padding: 7px 24px;

  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: clamp(0.5px, 0.4vw, 1.4px);
  text-transform: uppercase;
  white-space: nowrap;

  color: #111;
  background: linear-gradient(201deg, #8c6034, #ffe79f, #a67033);
  border: 1px solid #e5cf8d;
  border-radius: 999px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -1px 0 rgba(92,55,20,0.25),
    0 5px 14px rgba(140,96,52,0.28);

  overflow: visible;
}

/* Extra small mobile: hide side lines completely */
@media (max-width: 360px) {
  .section-name::before,
  .section-name::after {
    display: none;
  }
}

/* Side lines */
.section-name::before,
.section-name::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(22px, 8vw, 60px);
  height: 1px;
  transform: translateY(-50%);
  pointer-events: none;
}

.section-name::before {
  right: calc(100% + 10px);
  background: linear-gradient(90deg, transparent, #c79a4c);
}

.section-name::after {
  left: calc(100% + 10px);
  background: linear-gradient(90deg, #c79a4c, transparent);
}


/* =========================
   Images / Radius
========================= */

.radius-3,
.radius-3 div > img,
.radius-3 img {
  border-radius: 20px;
}

.radius-3 img {
  overflow: hidden;
}


/* =========================
   Width Utility
========================= */

.w-100 {
  width: 100px !important;
  max-width: 100%;
}


/* =========================
   Luxury Gold Buttons
========================= */

.btn-hover.color-1,
.appointment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-weight: 600;
  color: #000 !important;
  font-size: clamp(14px, 1.8vw, 18px);
  letter-spacing: clamp(1px, 0.2vw, 2px);
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
  text-decoration: none !important;
  text-transform: uppercase;

  padding: clamp(8px, 1vw, 10px) clamp(24px, 4vw, 39px);
  min-height: 44px;

  border: 1px solid #a17847 !important;
  border-radius: 50px !important;
  background: linear-gradient(201deg, var(--gold-dark), var(--gold-light), var(--gold-mid));
  box-shadow: 0 0 3px 1px var(--gold-shadow);

  position: relative;
  transition: all 0.3s ease-in-out !important;
}

.btn-hover.color-1:hover,
.appointment-btn:hover {
  color: #000 !important;
  background: linear-gradient(90deg, #ffe8a0, #ffe8a0);
  transform: translateY(-2px);
  transition: all 0.5s ease-in-out !important;
}


/* =========================
   Location Button Support
   Use this if your location buttons use .loc-btn
========================= */

.location-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.location-btn-group .loc-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-weight: 600;
  color: #000 !important;
  font-size: clamp(12px, 1.4vw, 14px);
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;

  min-height: 44px;
  padding: 0 24px;

  border: 1px solid #a17847 !important;
  border-radius: 50px !important;
  background: linear-gradient(201deg, var(--gold-dark), var(--gold-light), var(--gold-mid));
  box-shadow: 0 0 3px 1px var(--gold-shadow);

  transition: all 0.3s ease-in-out !important;
}

.location-btn-group .loc-btn:hover {
  color: #000 !important;
  background: linear-gradient(90deg, #ffe8a0, #ffe8a0);
  transform: translateY(-2px);
}

.location-btn-group .icon-btn {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.location-btn-group .icon-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
  margin: 0;
  flex-shrink: 0;
}

.location-btn-group .book-btn {
  min-width: 135px;
}


/* =========================
   Tablet
========================= */

@media (max-width: 768px) {
  .section-name {
    padding: 6px 20px;
    font-size: 14px;
    letter-spacing: 0.8px;
  }

  .section-name::before,
  .section-name::after {
    width: 34px;
  }

  .btn-hover.color-1,
  .appointment-btn {
    padding: 9px 28px;
    min-height: 44px;
  }

  .location-btn-group {
    gap: 10px;
  }

  .location-btn-group .icon-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .location-btn-group .book-btn {
    min-width: 130px;
    padding: 0 20px;
  }
}


/* =========================
   Mobile
========================= */

@media (max-width: 480px) {
  .store-name h1 {
    font-size: clamp(28px, 9vw, 34px);
    letter-spacing: 0.5px;
  }

  .gradient-title {
    font-size: clamp(22px, 7vw, 26px);
  }

  .section-name {
    padding: 6px 18px;
    font-size: 13px;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
  }

  .section-name::before,
  .section-name::after {
    width: 22px;
  }

  .section-name::before {
    right: calc(100% + 7px);
  }

  .section-name::after {
    left: calc(100% + 7px);
  }

  .btn-hover.color-1,
  .appointment-btn {
    width: auto;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 9px 24px;
  }

  .location-btn-group {
    flex-direction: row;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
  }

  .location-btn-group .icon-btn {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  .location-btn-group .icon-btn svg {
    width: 18px;
    height: 18px;
  }

  .location-btn-group .book-btn {
    min-width: 120px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}


/* =========================
   Accessibility
========================= */

@media (prefers-reduced-motion: reduce) {
  .btn-hover.color-1,
  .appointment-btn,
  .location-btn-group .loc-btn {
    transition: none !important;
  }

  .btn-hover.color-1:hover,
  .appointment-btn:hover,
  .location-btn-group .loc-btn:hover {
    transform: none;
  }
}

/* Our Locations Buttons - Luxury Gold Style */
.location-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.loc-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 600;
  color: #000 !important;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: .3s ease-in-out !important;
  border: 1px solid #a17847 !important;
  background: linear-gradient(201deg, #8c6034, #ffe79f, #a67033);
  border-radius: 50px !important;
  position: relative;
  box-shadow: 0px 0px 3px 1px #fde59e;
  line-height: 1 !important;
}

.loc-btn:hover {
  transition: .5s ease-in-out !important;
  background: linear-gradient(90deg, #ffe8a0, #ffe8a0);
  color: #000 !important;
  transform: translateY(-2px);
}

/* Icon Buttons */
.icon-btn {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.icon-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
  margin: 0;
  flex-shrink: 0;
}

/* Book Now Button */
.book-btn {
  min-width: 140px;
  min-height: 46px;
  padding: 0 28px;
}

/* Optional: slightly stronger Book Now hover */
.book-btn:hover {
  background: linear-gradient(90deg, #ffe8a0, #fff1b8);
  color: #000 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .location-btn-group {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  .icon-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .book-btn {
    width: auto;
    min-width: 135px;
    min-height: 44px;
    padding: 0 22px;
  }
}

/* Main Footer */

.lux-nails-footer {
  background: #111111;
  color: #f7f2ea;
  font-family: inherit;
}

.lux-footer-top {
  padding: 70px 20px 45px;
  background:
    radial-gradient(circle at top left, rgba(126, 180, 62, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(220, 38, 38, 0.12), transparent 30%),
    #111111;
}

.lux-footer-container {
  max-width: 1220px;
  margin: 0 auto;
}

.lux-footer-top .lux-footer-container {
  display: grid;
  grid-template-columns: 1.35fr 1.15fr 0.8fr 1fr;
  gap: 45px;
}

.lux-footer-logo {
  max-width: 135px;
  margin-bottom: 24px;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.25));
}

.lux-footer-desc {
  color: rgba(247, 242, 234, 0.78);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 360px;
}

.lux-footer-desc strong {
  color: #ffffff;
  font-weight: 600;
}
.lux-footer-brand {
	text-align:center;
}
.lux-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7db43f, #9acb5a);
  color: #111111 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(126, 180, 62, 0.22);
  transition: all 0.3s ease;
}

.lux-footer-btn:hover {
  background: linear-gradient(135deg, #d72828, #f05252);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(215, 40, 40, 0.28);
}

.lux-footer-col h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
}

.lux-footer-col h4:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #7db43f;
  margin-top: 10px;
}

.lux-location {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.lux-location strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 6px;
}

.lux-location span {
  display: block;
  color: rgba(247, 242, 234, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.lux-location a {
  color: #9acb5a;
  font-size: 14px;
  text-decoration: none;
}

.lux-location a:hover {
  color: #f05252;
}

.lux-footer-links,
.lux-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lux-footer-links li {
  margin-bottom: 12px;
}

.lux-footer-links a {
  color: rgba(247, 242, 234, 0.72);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.lux-footer-links a:hover {
  color: #9acb5a;
  padding-left: 5px;
}

.lux-hours li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.lux-hours span {
  color: rgba(247, 242, 234, 0.62);
  font-size: 13px;
}

.lux-hours strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.lux-social-title {
  margin-top: 28px;
}

.lux-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.lux-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(247, 242, 234, 0.78);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.lux-social a:hover {
  border-color: #7db43f;
  color: #ffffff;
  background: rgba(126, 180, 62, 0.12);
}

.lux-footer-bottom {
  padding: 20px;
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.lux-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.lux-footer-bottom p {
  margin: 0;
  color: rgba(247, 242, 234, 0.58);
  font-size: 13px;
}

.lux-footer-bottom a,
.lux-footer-bottom span {
  color: rgba(247, 242, 234, 0.58);
  font-size: 13px;
  text-decoration: none;
}

.lux-footer-bottom a:hover {
  color: #9acb5a;
}

@media (max-width: 1024px) {
  .lux-footer-top .lux-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
}

@media (max-width: 640px) {
  .lux-footer-top {
    padding: 50px 18px 35px;
  }

  .lux-footer-top .lux-footer-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lux-footer-logo {
    max-width: 115px;
  }

  .lux-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
.nails-footer h4 {
  color: #9acd32;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 15px;
}

.footer-about {
  color: #ddd;
  line-height: 1.7;
}

.footer-list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li,
.footer-links li {
  margin-bottom: 12px;
  color: #ddd;
  line-height: 1.6;
}

.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-social a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #9acd32;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #e53935;
  color: #fff;
  border-color: #e53935;
}

.mt-20 {
  margin-top: 20px;
}

.nails-footer-bottom {
  max-width: 1200px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  color: #ccc;
  font-size: 13px;
}

.nails-footer-bottom a {
  color: #9acd32;
}

@media (max-width: 991px) {
  .nails-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .nails-footer-inner {
    grid-template-columns: 1fr;
  }

  .nails-footer {
    padding: 40px 15px 20px;
  }

  .footer-logo {
    max-width: 120px;
  }
}


/* =========================
   Privacy Policy + Terms Pages
   Amazing Nails Spa
========================= */

.ans-policy-page {
  background:
    radial-gradient(circle at top left, rgba(255, 231, 159, 0.38), transparent 32%),
    radial-gradient(circle at bottom right, rgba(166, 112, 51, 0.16), transparent 30%),
    linear-gradient(180deg, #fffaf0, #f8efe2);
  color: #1f1408;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ans-policy-container {
  max-width: 1050px;
  margin: 0 auto;
}

.ans-policy-hero {
  padding: 90px 18px 55px;
  text-align: center;
}

.ans-policy-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 7px 24px;
  color: #1f1408;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(201deg, #8c6034, #ffe79f, #a67033);
  border: 1px solid #e5cf8d;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(140,96,52,0.22);
}

.ans-policy-hero h1 {
  margin: 0 auto 18px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(180deg, #8c6034, #c79a4c, #f1da81, #8c6034);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ans-policy-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #6d5a43;
  font-size: 17px;
  line-height: 1.8;
}

.ans-policy-content {
  padding: 35px 18px 90px;
}

.ans-policy-card {
  padding: clamp(28px, 5vw, 56px);
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(199,154,76,0.25);
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(140,96,52,0.12);
}

.ans-policy-date {
  margin: 0 0 28px;
  padding: 15px 18px;
  color: #4d3a25;
  background: #fff8e7;
  border: 1px solid rgba(199,154,76,0.25);
  border-radius: 16px;
}

.ans-policy-card h2 {
  margin: 34px 0 12px;
  color: #7a4e21;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.ans-policy-card h2:first-of-type {
  margin-top: 0;
}

.ans-policy-card h3 {
  margin: 0 0 14px;
  color: #7a4e21;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.ans-policy-card p {
  margin: 0 0 16px;
  color: #5f4d38;
  font-size: 16px;
  line-height: 1.8;
}

.ans-policy-card ul {
  margin: 0 0 20px;
  padding-left: 0;
  list-style: none;
}

.ans-policy-card li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 25px;
  color: #5f4d38;
  font-size: 16px;
  line-height: 1.7;
}

.ans-policy-card li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #a67033;
  font-size: 14px;
}

.ans-policy-card a {
  color: #8c6034 !important;
  font-weight: 800;
  text-decoration: none;
}

.ans-policy-card a:hover {
  color: #5f3c18 !important;
  text-decoration: underline;
}

.ans-policy-location-box {
  margin: 24px 0;
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(255,231,159,0.35), transparent 45%),
    #fffdf8;
  border: 1px solid rgba(199,154,76,0.25);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(140,96,52,0.08);
}

.ans-policy-location-box ul {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 600px) {
  .ans-policy-hero {
    padding: 65px 16px 40px;
  }

  .ans-policy-hero h1 {
    font-size: 34px;
  }

  .ans-policy-hero p {
    font-size: 15px;
  }

  .ans-policy-content {
    padding: 28px 16px 70px;
  }

  .ans-policy-card {
    border-radius: 24px;
    padding: 26px 20px;
  }

  .ans-policy-card p,
  .ans-policy-card li {
    font-size: 15px;
  }

  .ans-policy-location-box {
    padding: 20px 16px;
    border-radius: 18px;
  }
}