      body {
            box-sizing: border-box;
            
            
        }
        
        :root {
            /* --primary-pink: #FFC0CB; */
            --primary-pink: #ff93c0ff;
            --warm-white: #FEFEFE;
            --soft-gray: #F8F9FA;
            --text-dark: #2C2C2C;
            --text-muted: #6C757D;
        }

                #loading-screen {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
       background: linear-gradient(135deg, var(--primary-pink) 0%, #ff93c0ff 100%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        #loading-screen.hidden {
            opacity: 0;
            visibility: hidden;
        }

        .loading-logo {
            font-size: 3rem;
            color: white;
            margin-bottom: 2rem;
            animation: pulse 2s ease-in-out infinite;
        }

        .loading-spinner {
            width: 60px;
            height: 60px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-top: 4px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        .loading-text {
            color: white;
            font-size: 1.2rem;
            margin-top: 2rem;
            font-weight: 500;
            animation: fadeInOut 2s ease-in-out infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.1); opacity: 0.8; }
        }

        @keyframes fadeInOut {
            0%, 100% { opacity: 0.5; }
            50% { opacity: 1; }
        }
        

        .text-primary {
            color: var(--primary-pink) !important;
        }

        .pink-drop-shadow{
              text-shadow: 3px 3px #FED5DD;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text-dark);
            background-color: var(--warm-white);
            line-height: 1.6;
        }

        .serif-heading {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
        }

        .font-playfair, .brand-font {
            font-family: 'Playfair Display', serif;
        }

        .hero-section {
            /* background: linear-gradient(135deg, var(--primary-pink) 0%, #FFE4E6 100%); */
            min-height: 100%;
            background: url(https://westminsterocprinting.com/webtemplates/salon-website-template-054/img/home/banner-home.jpg);
            background-size: cover;
            /* padding: 120px 0 80px; */
        }

        .divider {
  width: 60px;          /* length of the line */
  height: 2px;          /* thickness */
  background-color: #000; /* color of the line */
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover .player {
  position: absolute;
  bottom: -250px;
  width: 100%;
}

.site-blocks-cover, .site-blocks-cover > .container > .row {
  min-height: 600px;
  height: calc(100vh);
}

.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
  min-height: 500px;
  height: calc(30vh);
}

.site-blocks-cover h1 {
  font-size: 4rem;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 2rem;
  }
}

.site-blocks-cover p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.site-blocks-cover p a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-blocks-cover .intro-text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-blocks-cover .display-1 {
    font-size: 3rem;
  }
}
        .btn-primary-custom {
            background-color: var(--text-dark);
            border: none;
            border-radius: 50px;
            padding: 12px 32px;
            font-weight: 500;
            color: var(--warm-white) !important;
            transition: all 0.3s ease;
        }

        .btn-primary-custom:hover {
            background-color: #1a1a1a;
            color: var(--warm-white) !important;
            transform: translateY(-2px);
        }

        .btn-outline-custom {
            border: 2px solid var(--primary-pink);
            color: var(--text-dark) !important;
            border-radius: 50px;
            padding: 12px 32px;
            font-weight: 500;
            background: transparent;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .btn-outline-custom:hover {
            background-color: var(--primary-pink);
            color: var(--text-dark) !important;
            transform: translateY(-2px);
            text-decoration: none;
        }

        .card-custom {
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
        }

        .card-custom:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        }

        .service-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-pink), #FFE4E6);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 24px;
            color: var(--text-dark);
        }

        .pricing-card {
            position: relative;
            overflow: hidden;
        }

        .pricing-card.featured {
            border: 2px solid var(--primary-pink);
            transform: scale(1.05);
        }

        .featured-badge {
            position: absolute;
            top: 20px;
            right: -30px;
            background: var(--primary-pink);
            color: var(--text-dark);
            padding: 5px 40px;
            transform: rotate(45deg);
            font-size: 12px;
            font-weight: 600;
        }

        .testimonial-card {
            background: var(--soft-gray);
            border-radius: 12px;
            padding: 30px;
            margin: 15px;
            position: relative;
        }

        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: -10px;
            left: 20px;
            font-size: 60px;
            color: var(--primary-pink);
            font-family: 'Playfair Display', serif;
        }

          .navbar-glass {
            background: transparent;
            transition: background 0.3s ease;
        }

        .navbar-glass.scrolled {
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .btn-glass {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #2C2C2C;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-glass:hover {
            background: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.5);
            color: #2C2C2C;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .navbar-glass.scrolled .btn-glass {
            background: rgba(0, 0, 0, 0.8);
            border-color: rgba(0, 0, 0, 0.9);
            color: white;
        }

        .navbar-glass.scrolled .btn-glass:hover {
            background: rgba(0, 0, 0, 0.9);
            border-color: rgba(0, 0, 0, 1);
            color: white;
        }

        #aboutCarousel .carousel-item{
          aspect-ratio: 4/5;
        }


        #aboutCarousel .carousel-item img{
          height: 100%;
          object-fit: cover;
        }

        .gallery-img {
            /* height: 250px; */
            object-fit: cover;
            border-radius: 12px;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            background: var(--primary-pink);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--text-dark);
            text-decoration: none;
            margin: 0 10px;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: var(--text-dark);
            color: var(--warm-white);
            transform: translateY(-3px);
        }

        .section-padding {
            padding: 80px 0;
        }

        .modal-content {
            border-radius: 12px;
            border: none;
        }

        .form-control {
            border-radius: 8px;
            border: 1px solid #E9ECEF;
            padding: 12px 16px;
        }

        .form-control:focus {
            border-color: var(--primary-pink);
            box-shadow: 0 0 0 0.2rem rgba(255, 192, 203, 0.25);
        }

        @media (max-width: 768px) {
          .site-blocks-cover {

    background-position: center right;
          }
            .hero-section {
                padding: 80px 0 60px;
            }
            
            .section-padding {
                padding: 60px 0;
            }
            
            .pricing-card.featured {
                transform: none;
                margin-top: 20px;
            }
            
        }

        .service-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* aligns top edges */
    width: 100%;
}

.service-info {
    flex-grow: 1;
    padding-right: 16px; /* space between text and price */
}

.service-price {
    display: inline-block;
    text-align: right;
    white-space: nowrap;
    width: 130px;
}



        
.card-img-cont{
    background-color: #fff;
    border: 4px solid #dddddd;
    transition: all 0.3s;
    z-index: 1;
}

.card-btn-book{
    /* left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    padding: 0;
    padding: 0;
    overflow: hidden;
    border: none; */
  }
  
  .hidden-content{
    overflow: hidden;
    position: absolute;
    bottom: -100%;
    padding-right: 1rem;
    /* -webkit-transform: translateX(-50%); */
    -moz-transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    /* transform: translateX(-50%); */
    height: 0;
  }
  
  .card-border-custom{
    border: 2px solid #dddddd !important;
    height: 500px;
    /* background-image: url('../img/card-bg.png'); */
    /* background-size: cover; */
    /* filter: grayscale(1); */
    transition: all 0.3s;
  }
  
  .card-border-custom::before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    filter: grayscale(100%);
    background-image: url('assets/img/7180382.jpg');
    z-index: 0;
    transition: all 0.3s;
    /* opacity: 0.3; */
  }
  
  .card:hover.card-border-custom::before{
    filter: grayscale(0);
    transition: all 0.3s;
  }
  
  .card:hover.card-border-custom{
    border: 2px solid #FFD7E0 !important;
    transition: all 0.3s;
  }
  .card:hover .card-img-cont{
    border: 4px solid #FFD7E0 !important;
    transition: all 0.3s;
  }
  
  .card:hover .hidden-content{
    /* height:min-content;   */
    transition: all 0.3s;
    bottom: 0;
    height: unset;
  }
  
  .card:hover .card-img-cont{
    margin-top: -70px !important;
    transition: all 0.3s;
  }
  .card:hover .hidden-content{
    /* height: 178px; */
    transition: all 0.3s;
  }
  
  .card:hover .card-see-more{
    display: none;
  }

  .service-info h5{
    font-size: 1rem;
  }

  .nav-link, .navbar-brand, .navbar-nav .nav-link.active{
    color: #fff;
  }
  .nav-link:hover{
    color: var(--primary-pink);
  }

        #cursor {
            animation: blink 0.7s infinite;
        }

        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

  .navbar-glass.scrolled .nav-link, .navbar-glass.scrolled .navbar-brand {
    color: #000000ff;
  }

  
        .navbar-toggler {
            border: 2px solid transparent;
            padding: 8px 12px;
            border-radius: 8px;
            transition: all 0.3s ease;
            position: relative;
            height: 44px;
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 192, 203, 0.25);
        }

        .navbar-toggler:hover {
            background: rgba(255, 192, 203, 0.1);
            transform: scale(1.05);
        }

        .navbar-toggler-icon {
            position: relative;
            transition: all 0.3s ease;
            display: block;
        }

        .navbar-toggler-icon,
        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
            width: 24px;
            height: 2px;
            background-color: #FFC0CB;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
            content: '';
            position: absolute;
            left: 0;
        }

        .navbar-toggler-icon::before {
            top: -8px;
        }

        .navbar-toggler-icon::after {
            top: 8px;
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
            background-color: transparent;
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
            transform: rotate(45deg);
            top: 0;
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
            transform: rotate(-45deg);
            top: 0;
        }

        .navbar-toggler-icon {
          background-image: none;
        }

        
        @media (max-width: 768px) {

        .navbar-collapse {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 1rem;
}

.navbar-collapse .nav-link {
  color: var(--text-dark) !important;
  text-shadow: none;
}

        }

        /* Default: logo appears white */
.navbar-logo {
  filter: brightness(0) invert(1);
  transition: filter 0.1s ease;
}

/* When navbar is scrolled, show original logo color */
.navbar.scrolled .navbar-logo {
  filter: none;
}

  .navbar-nav .nav-link {
  position: relative;
  padding-bottom: 6px;
}

/* Default (EXIT state) */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-pink);

  transform: scaleX(0);
  transform-origin: right;

  transition: transform 0.35s ease;
  transition-delay: 0.0s; /* exit delay */
}

/* ENTER state */
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;

  transition-delay: 0.15s; /* no delay on enter */
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 2rem;
  color: #fff;
}

.lazy-img {
  filter: blur(8px);
  transition: filter 0.5s;
}

.lazy-img:loaded {
  filter: blur(0);
}


/* Force 2 columns on mobile */
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .gallery-card {
    border-radius: 10px;
  }
}



    /* FAQ Section */
    .faq-section {
      padding: 80px 20px;
      background: #ffffff;
    }
    
    .faq-item {
      background: #ffffff;
      border: 2px solid #fdf2f8;
      border-radius: 15px;
      margin-bottom: 20px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    
    .faq-item:hover {
      border-color: var(--primary-pink);
    }
    
    .faq-question {
      background: linear-gradient(135deg, #fdf2f8 0%, #ffffff 100%);
      padding: 25px 30px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease;
    }
    
    .faq-question:hover {
      background: linear-gradient(135deg, #fce7f3 0%, #fdf2f8 100%);
    }
    
    .faq-question-text {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      font-weight: 600;
      color: #1f2937;
      margin: 0;
    }
    
    .faq-toggle {
      font-size: 24px;
      color: var(--primary-pink);
      font-weight: bold;
      transition: transform 0.3s ease;
    }
    
    .faq-toggle.active {
      transform: rotate(45deg);
    }
    
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      padding: 0 30px;
    }
    
    .faq-answer.active {
      max-height: 500px;
      padding: 25px 30px;
    }
    
    .faq-answer-text {
      font-size: 16px;
      color: #4b5563;
      line-height: 1.7;
      margin: 0;
    }
    
    /* CTA Section */
    .cta-section {
      padding: 80px 20px;
      background: linear-gradient(135deg, var(--primary-pink) 0%, #f472b6 100%);
      text-align: center;
      color: #ffffff;
    }
    
    .cta-title {
      font-family: 'Playfair Display', serif;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px;
    }
    
    .cta-text {
      font-size: 18px;
      margin-bottom: 40px;
      opacity: 0.95;
    }
    
    .cta-button {
      background: #ffffff;
      color: var(--primary-pink);
      border: none;
      padding: 18px 50px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 18px;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    
    .cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      background: #fdf2f8;
    }
    

    /* Franchise Tabs Styling */
#franchiseTab .nav-link {
    color: var(--primary-pink);
    background: transparent;
    transition: all 0.3s ease;
}

#franchiseTab .nav-link.active {
    background: var(--primary-pink);
    color: #fff;
}

#franchiseTab .nav-link:hover {
    background: rgba(255, 105, 135, 0.12);
}

/* Smooth tab animation */
.tab-pane {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s ease;
}

.tab-pane.active {
    opacity: 1;
    transform: translateY(0);
}
