body {
  font-family: "Outfit", sans-serif !important;
}

.hero-sec{
  background: linear-gradient(#7a8696, #00000000);
}

.logo {
  color: transparent;
  background: linear-gradient(#094374, #1e949e);
  -webkit-background-clip: text;
}

.bg-gred {
  background-color: #1e949e;
}

.text-lblue {
  color: #1e949e;
}

.text-blue {
  color: #094374;
}

nav {
  background-color: white;
  z-index: 999 !important;
}

.bg-lblue {
  background-color: #094374 !important;
}

.navbar-nav a {
      font-size: 18px;
    font-weight: 600;
}

.nav-link.active {
  color: #1e949e !important;
}

.bg-secondary-subtle {
  background-color: #e2e3e54a !important;
}


.layer {
  background-color: #0000004f;
}

.gred-area {
  background: linear-gradient(90deg, #094374, #1e949e36)
}


.offcanvas-body a {
  font-size: 26px;
  color: #333;
}

.signature-section {
  background-color: #fff;
}

.signature-card img {
  width: 100%;
  height: auto;
}

.signature-title {
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.signature-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  max-width: 90%;
  margin: 0 auto 15px;
}

.book-link {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}

.book-link:hover {
  color: #c89b3c; /* Mr. Makeover gold */
}

.offcanvas-body a:hover {
  color: #0d6efd;
}

.service-cards {

  .card {
    border-radius: 1rem !important;
  }

  .card-body {
    background-color: #094374;
    color: white;
    border-radius: 1rem !important;

    i {
      color: #094374;
    }

    .card-bottom {
      border-radius: 1rem;
    }
  }

  .card-top {
    background-color: #094374c4;
  }

  .card-body {
    background-image: url("https://web.creativemox.com/nutekno/wp-content/uploads/sites/8/2025/10/bg_img_2.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.rotating-icon {
  width: 50px;
  cursor: pointer;
  transition: transform 1s ease-in-out, opacity 0.5s;
}

.rotating-icon.rotate {
  transform: rotate(360deg);
}

@media(min-width: 320px) and (max-width: 767px){
  nav .col-4:first-child{
    display: none;
  }
  .navbar-brand{
    img.head{
      width: 65px;
    }
    img.text{
      width: 140px;
    }
  }
  .salon-content{
    padding: 20px !important;
  }
}

.salon-section {
  min-height: 100vh;
}

.salon-content {
  background: #9aa3aa;
  padding: 80px;
  color: #fff;
}

.content-box {
  max-width: 520px;
}

.salon-title {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.salon-text {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.95;
}

.salon-btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 26px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0;
}

.salon-btn:hover {
  background: #fff;
  color: #000;
}

.salon-img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
main{
  overflow-x: hidden;
}

.event-hero {
  min-height: 100vh;
  background: #000;
}

/* Left Image */
.event-image {
  background-image: url(https://lh3.googleusercontent.com/p/AF1QipM4yt7dx4sXi0hlHRpPNkcyJ4x5d2hnazIMK2A7=s1360-w1360-h1020-rw);
  background-size: cover;
  background-position: center;
  position: relative;
}

.event-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.6)
  );
}

/* Right Content */
.event-content {
  background: #000;
  color: #fff;
  padding: 80px 70px;
}

.content-wrap {
  max-width: 520px;
}

.event-title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.event-text {
  font-size: 17px;
  line-height: 1.8;
  color: #dcdcdc;
  margin-bottom: 30px;
}

/* Button */
.livestream-btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 16px 32px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0;
}

.livestream-btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 991px) {
  .event-title {
    font-size: 42px;
  }

  .event-content {
    padding: 50px 30px;
  }

  .event-hero {
    min-height: auto;
  }

  .event-image {
    min-height: 350px;
  }
}

.style-section {
  min-height: 100vh;
}

.style-content {
  background: #9aa3aa;
  padding: 80px;
}

.style-box {
  max-width: 520px;
}

.style-title {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.style-text {
  font-size: 18px;
  color: #111;
  max-width: 420px;
}

.style-btn {
  border: 2px solid #000;
  padding: 14px 28px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0;
  background: transparent;
}

.style-btn:hover {
  background: #000;
  color: #fff;
}

/* Image */
.style-image-wrapper {
  overflow: hidden;
}

.style-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease-in-out;
}

/* Responsive */
@media (max-width: 991px) {
  .style-content {
    padding: 50px 30px;
  }

  .style-title {
    font-size: 42px;
  }

  .style-image {
    height: 350px;
  }
}


.mm-footer {
  background: #000;
  padding: 80px 0;
  color: #fff;
}

.footer-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.footer-list,
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li,
.footer-social li {
  margin-bottom: 12px;
}

.footer-list a,
.footer-social a {
  color: #bdbdbd;
  text-decoration: none;
  font-size: 14px;
}

.footer-list a:hover,
.footer-social a:hover {
  color: #fff;
}

.footer-social i {
  margin-right: 10px;
  font-size: 17px;
}

/* .footer-badge {
  max-width: 140px;
} */

/* Responsive */
@media (max-width: 991px) {
  .mm-footer {
    padding: 60px 20px;
  }

  .footer-badge {
    margin-top: 30px;
  }
}

.our-story-section {
  min-height: 80vh;
  background: linear-gradient(
      rgba(0,0,0,0.55),
      rgba(0,0,0,0.55)
    ),
    url("https://lh3.googleusercontent.com/gps-cs-s/AG0ilSzXVNaYHmPADqQod-YUEPvcsROW5u3-bxrvu2i0jOz7ZR7b6YD-zSrcaDgHftb-Rtq5jwtL6_hXHTUAsC9nu0OTf8EL_4A7XVktQaaQRG9iBNd8yHzmXtEErpJPHlT5OIkshfg9=s1360-w1360-h1020-rw") center/cover no-repeat;
}

.story-title {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 2px;
}

.story-text {
  max-width: 650px;
  margin: 20px auto 30px;
  font-size: 16px;
}

.story-btn {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
}

.story-btn:hover {
  background: #c89b3c;
  border-color: #c89b3c;
}
.about-title {
  font-weight: 900;
  letter-spacing: 1px;
}

.about-video {
  max-width: 750px;
  margin: 0 auto;
}

.about-text {
  max-width: 720px;
  margin: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}


.salon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.signature-card img{
  height: 250px;
  object-fit: cover;
}
.menu-cat { margin-bottom: 40px; }
        .menu-cat-title { 
            font-size: 24px; text-transform: uppercase; letter-spacing: 2px; 
            border-bottom: 2px solid #000; padding-bottom: 10px; margin-bottom: 20px; 
        }
        .menu-row { 
            display: grid; grid-template-columns: 1fr 100px 100px; 
            padding: 12px 5px; border-bottom: 1px solid #f0f0f0; transition: 0.3s;
        }
        .menu-row:hover { background: #f9f9f9; }
        .m-head { font-weight: bold; text-transform: uppercase; font-size: 13px; color: #666; }
        .p-val { text-align: right; font-weight: 600; }
        @media (max-width: 500px) {
            .menu-row { grid-template-columns: 1fr 70px 70px; font-size: 14px; }
        }
/* APP THEME */

/* MAIN CONTAINER */
.salon-menu {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

/* HEADER */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.menu-title {
    font-size: 22px;
    font-weight: 700;
}

/* SEARCH */
.menu-search input {
    background: #1b1b1b;
    border: none;
    color: white;
    padding: 10px 14px;
    border-radius: 12px;
    outline: none;
    width: 220px;
}

/* CATEGORY CARD */
.category-card {
    background: #141414;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

/* CATEGORY TITLE */
.category-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #f5c97a;
}

/* TABLE */
.menu-table {
    width: 100%;
    border-collapse: collapse;
}

.menu-table th {
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.7;
    padding-bottom: 8px;
}

.menu-table td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 15px;
}

/* SERVICE NAME */
.service-name {
    font-weight: 500;
}

/* PRICE */
.price {
    font-weight: 600;
    color: #2ed573;
}

/* BADGE */
.badge-gold {
    background: gold;
    color: black;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    margin-left: 6px;
}

/* HOVER EFFECT */
.menu-table tr:hover {
    background: rgba(255,255,255,0.04);
    transition: 0.2s;
}

.lux-salon {
  width: 100%;
  background: radial-gradient(circle at top, #1a1a1a, #000);
  color: white;
  padding: 70px 5%;
  box-sizing: border-box;
}

/* Headings */
.lux-salon h1 {
  font-size: 42px;
  text-align: center;
  font-weight: 800;
  color: white;
  letter-spacing: 2px;
}

.lux-salon p {
  text-align: center;
  color: #bbb;
  font-size: 18px;
  margin-bottom: 40px;
}

/* Category buttons */
.lux-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.lux-btn {
  padding: 14px 28px;
  background: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.lux-btn:hover {
  background: white;
  color: black;
}

.lux-btn.active {
  background: white;
  color: black;
  box-shadow: 0 0 20px rgba(245,194,122,0.6);
}

/* Table */
.lux-table {
  max-width: 1100px;
  margin: auto;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

.lux-head,
.lux-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 22px 30px;
}

.lux-head {
  background: linear-gradient(90deg, white, #e6a85c);
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.lux-row {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 18px;
}

.lux-row span {
  color: #eee;
}

.lux-row:last-child {
  border-bottom: none;
}

/* Mobile */
@media (max-width: 768px) {
  .lux-head,
  .lux-row {
    font-size: 16px;
    padding: 18px;
  }

  .lux-salon h1 {
    font-size: 30px;
  }
}
.img-all{
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
body {
  background: #000;
}

/* Category Card */
.category-card {
  background: white;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  color: black;
  border: 1px solid #222;
}

.category-card:hover {
  background: linear-gradient(#7a8696, #00000000);

  transform: translateY(-5px);
}

/* Modal Full Dark */
.custom-modal {
  background: #111 !important;
  color: #fff;
  border: none;
}

.custom-modal .modal-header {
  border-bottom: 1px solid #222;
}

.custom-modal .modal-body {
  background: #111;
}

/* Close button white */
.btn-close {
  filter: invert(1);
  color: black;
}

/* Service Card */
.price-card {
  background: #1a1a1a;
  border-radius: 15px;
  border: 1px solid #222;
  transition: 0.3s ease;
  height: 100%;
}

.price-card:hover {
  border-color: #444;
  transform: translateY(-4px);
}

/* Image */
.service-img {
  border-radius: 10px;
  object-fit: cover;
}

/* Price alignment */
.price-wrapper {
  margin-top: 10px;
}

.price-box small {
  color: #aaa;
  display: block;
}

.price-box h5 {
  font-weight: 600;
}

/* Vertical divider */
.divider {
  width: 1px;
  height: 40px;
  background: #333;
}

.story-images {
  display: flex;
  gap: 15px;
}

.story-img {
  width: 100%;
  height: 250px; 
  object-fit: cover; 
  border-radius: 10px;
}
