:root{
  --pink-500: #ff3d86;
  --pink-600: #e03378;
  --muted: #6c757d;
  --soft-bg: #faf7fb;
  --radius-lg: 16px;
  --card-shadow: 0 8px 30px rgba(16,24,40,0.08);
  --glass: rgba(255,255,255,0.7);
}

*{box-sizing:border-box}
body{
  font-family: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color:#222;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Logo */
.logo-circle{
  width:56px; height:56px; border-radius:12px;
  background: linear-gradient(135deg,var(--pink-500),var(--pink-600));
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 6px 18px rgba(224,51,120,0.18);
}
.logo-letter{
  color:white; font-weight:700; font-size:22px;
}
.brand-title{font-weight:700; color:#111}
.brand-sub{font-size:11px}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
/* Dropdown menu background and text color */
.dropdown-menu {
  background-color: #ff69b4; /* Pink background */
  color: #fff; /* White text */
}

/* Dropdown menu links */
.dropdown-menu a {
  color: #fff !important;
}

/* Dropdown hover effect */
.dropdown-menu a:hover {
  background-color: #ff85c1; /* Slightly lighter pink */
  color: #fff !important;
}

/* Fullscreen mobile navbar */
@media (max-width: 991px) { /* Applies to tablet & mobile */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff69b4; /* Pink background */
    padding-top: 80px; /* Space for brand */
    text-align: center;
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
  }

  .navbar-collapse.collapsing {
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    display: block;
  }

  /* Menu items styling */
  .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1.5rem;
    padding: 15px 0;
  }

  /* Close button style */
  .navbar-toggler {
    z-index: 10000;
  }
}


/* Hero */
.hero-section{
  position:relative;
}
.carousel-caption{
  bottom:22%;
  left:8%;
  right:35%;
  text-align:left;
}
.carousel-caption h1{
  font-size:2.4rem; font-weight:700; letter-spacing:-0.02em;
  text-shadow: 0 6px 20px rgba(0,0,0,0.28);
}
.carousel-caption p{ font-size:1.05rem; color: #f3f1f1; max-width:560px; text-shadow:0 6px 18px rgba(0,0,0,0.2);}

.carousel-item {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh; /* adjust if you want smaller height */
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.55); /* Adjust darkness */
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  z-index: 1;
}

/* Buttons */
.btn-pink{
  background: linear-gradient(90deg,var(--pink-500),var(--pink-600));
  border: none; color: white; font-weight:600;
  box-shadow: 0 10px 30px rgba(224,51,120,0.18);
}
.btn-outline-pink{
  border: 1px solid var(--pink-500); color:var(--pink-500);
  background: transparent;
}
.btn-outline-pink:hover{ background: rgba(255,61,134,0.06); color:var(--pink-600); }

.btn-light{ background: rgba(255,255,255,0.92); color:#333 }

/* Section Titles */
.section-title h2{ font-weight:700; margin-bottom:6px; font-size:1.6rem; }
.section-title p{ color:var(--muted); margin-bottom:0 }

/* Cards */
.service-card{
  border-radius:14px; overflow:hidden; box-shadow: var(--card-shadow);
}
.service-card img{ height:220px; object-fit:cover; }

/* subtle backgrounds */
.bg-soft{ background: linear-gradient(180deg,#fff 0%, #fff 100%); }
.bg-light{ background: var(--soft-bg); }

/* Gallery images */
#gallery img{ height:210px; object-fit:cover; }

/* Testimonial card tweak */
.blockquote{ border-left: none; margin: 0; padding: 0 2rem; color: #333; }

/* Footer */
footer{ background: linear-gradient(90deg,#0b1020,#111); color: #ddd }

/* Floating Book Button */
#floatingBookBtn{
  position: fixed; right: 18px; bottom: 18px; width:62px; height:62px;
  display:none; align-items:center; justify-content:center; z-index:1100;
  border: none;
}

/* Modal styling */
.modal-content{ border-radius:18px; overflow:hidden; }
.modal-header .modal-title{ font-weight:700; color:#111; }

/* Small screens */
@media (max-width: 991px){
  .carousel-caption{ right:8%; left:8%; bottom:12%; text-align:center; }
  .carousel-caption h1{ font-size:1.6rem; }
  .carousel-caption p{ display:none; }
}

/* Utilities */
.text-pink{ color: var(--pink-500) !important; }

/* Input focus */
.form-control:focus, .form-select:focus{
  border-color: var(--pink-500);
  box-shadow: 0 0 0 0.15rem rgba(255,61,134,0.12);
}

/* Polished small touch */
.card-footer .btn{ border-radius:10px; }

/* Accessibility: visible focus */
a:focus, button:focus, input:focus { outline: 2px solid rgba(255,61,134,0.15); outline-offset:2px; }
/* Desktop hover dropdown */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.text-pink {
  color: #ff69b4;
}

.insta-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.insta-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.bg-pink {
  background-color: #ff69b4;
}

.btn-pink {
  background-color: #ff69b4;
  color: white;
}
.btn-pink:hover {
  background-color: #e55ca2;
}

.whatsapp-popup {
  position: fixed;
  bottom: 80px;
  right: -350px;
  width: 300px;
  background: white;
  border-radius: 12px;
  transition: right 0.5s ease;
  z-index: 9999;
}

.whatsapp-popup.show {
  right: 20px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  background: white;
  padding: 5px;
  border-radius: 50%;
  z-index: 9999;
}

#close-whatsapp-popup {
  color: white;
}
#close-whatsapp-popup:hover {
  color: #ccc;
}

#hero-slider {
  position: relative;
}

.carousel-item {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-caption {
  bottom: 20%;
  z-index: 2;
}

.carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.carousel-caption p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: white;
  max-width: 500px;
}

.hero-section-about {
  position: relative;
  background: url('images/about-hero.jpg') center/cover no-repeat;
  height: 350px;
  padding-top: 80px; /* to avoid navbar overlap */
}

.hero-section-about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5); /* dark overlay for text contrast */
}

.hero-section-about h1,
.hero-section-about .breadcrumb {
  color: #fff;
}

.hero-section-about .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.hero-section-service {
  position: relative;
  background: url('images/service-hair-hero.jpg') center/cover no-repeat;
  height: 350px;
  padding-top: 120px; /* Increased for navbar spacing */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section-service .overlay {
  position: absolute;
  top: 0; 
  left: 0;
  height: 100%; 
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

.hero-section-service .container {
  position: relative;
  z-index: 2;
}

section {
  padding: 60px 0; /* General padding for all sections */
}

section.bg-light {
  padding: 80px 0;
}

.category-title {
        background-color: #ff4c8b;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .offer-img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
    }
    .offer-img:hover {
        transform: scale(1.05);
    }
    
    .whatsapp-btn {
        background-color: #25d366;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 50px;
        margin-top: 15px;
        text-decoration: none;
        display: inline-block;
    }
    .whatsapp-btn:hover {
        background-color: #1ebe5b;
        color: #fff;
    }

.btn-close-white {
    filter: invert(1); /* Makes the close icon white */
}
/* Scroll to Top Button Style */
#scrollToTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #e91e63; /* Pink */
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #c2185b; /* Darker Pink */
}
