body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	padding: 0px;
}



.section-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.service-card {
    transition: 0.3s;
    border: none;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.footer {
    background: #111;
    color: #aaa;
    padding: 20px 0;
    text-align: center;
}

/* WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
}

.whatsapp-float:hover {
    color: white;
    text-decoration: none;
}


:root {
    --pink: #ff4d8d;
    --light-pink: #fff0f6;
    --dark: #222;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
}

.navbar-brand {
    color: var(--pink) !important;
    font-weight: bold;
}

.btn-pink {
    background: var(--pink);
    color: white;
    border: none;
}

.btn-pink:hover {
    background: #e60073;
    color: white;
}

.section-title {
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--pink);
}

.about-section {
    background: var(--light-pink);
    padding: 60px 0;
}



.gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
}

.footer {
    background: #bc2a74;
    color: #aaa;
    padding: 20px 0;
    text-align: center;
}

.service-card {
    border: 1px solid #ffd6e7;   /* light pink border */
    border-radius: 12px;
    transition: 0.3s ease;
    background: #fff;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(255, 77, 141, 0.15);
}

.service-card img {
    height: 180px;
    object-fit: cover;
}

/* Modal Styling */
.booking-modal {
    border-radius: 15px;
    border: none;
    box-shadow: 0 15px 40px rgba(255, 77, 141, 0.2);
    overflow: hidden;
}

.booking-modal .modal-header {
    background: linear-gradient(45deg, #ff4d8d, #ff85a2);
    color: white;
    padding: 20px 25px;
}

.pink-close {
    color: white;
    opacity: 1;
    font-size: 28px;
}

.pink-close:hover {
    color: #ffe6f0;
}

.pink-input {
    border-radius: 8px;
    border: 1px solid #ffd6e7;
    padding: 12px;
    font-size: 15px;
    transition: 0.3s;
}

.pink-input:focus {
    border-color: #ff4d8d;
    box-shadow: 0 0 8px rgba(255, 77, 141, 0.2);
}

.btn-pink {
    background: linear-gradient(45deg, #ff4d8d, #ff85a2);
    border: none;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px;
    transition: 0.3s;
}

.btn-pink:hover {
    background: linear-gradient(45deg, #e60073, #ff4d8d);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255, 77, 141, 0.3);
}

/* About Glam Section */
.about-glam {
    background: linear-gradient(135deg, #fff0f6, #ffe6f0);
    position: relative;
    overflow: hidden;
}

.about-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(255, 77, 141, 0.2);
}

.about-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-img-wrapper:hover img {
    transform: scale(1.08);
}

/* Decorative pink glow behind image */
.about-img-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: rgba(255, 77, 141, 0.15);
    border-radius: 20px;
    z-index: -1;
}

/* Text Styling */
.about-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
}

.about-title span {
    color: #ff4d8d;
}

.about-text {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-top: 15px;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .about-title {
        font-size: 32px;
    }
}


.footer-glam {
    background: #bc2a74;
    color: white;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.95;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffe6f0;
    padding-left: 5px;
}

.footer-line {
    border-color: rgba(255,255,255,0.3);
}

.footer-bottom {
    font-size: 13px;
    opacity: 0.9;
}

/* Logo + Text Container */
.logo-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* Logo Image */
.logo-img {
  height: 70px;        /* Adjust size */
  width: auto;
  object-fit: contain;
}

/* Brand Text */
.logo-brand span {
  font-size: 22px;
  font-weight: bold;
  color: #ff4da6;      /* Pink Salon Color */
  font-family: 'Poppins', sans-serif;
}

/* Hover Effect */
.logo-brand:hover span {
  color: #e60073;
}


/* About Section */
.about-section {
  background: #ffffff;
}

/* Image Box */
.about-img-box {
  position: relative;
  padding: 20px;
}

/* Dark Border Effect */
.about-img-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90%;
  height: 90%;
  border: 8px solid #1c2331;
  z-index: -1;
}

/* Image */
.about-img {
  width: 100%;
  border-radius: 5px;
}

/* Content */
.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1c2331;
}

.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Button */
.about-content .btn {
  padding: 10px 25px;
  border: 2px solid #1c2331;
  font-weight: 600;
  transition: 0.3s;
}

.about-content .btn:hover {
  background: #1c2331;
  color: #fff;
}


/* Hero Section */
.hero-section {
  width: 100%;
  min-height: 60vh;
  background: #dbdddc;
}

/* Left Side */
.hero-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #dbdddc;
}

/* Content */
.hero-content {
  max-width: 450px;
}

.hero-content h1 {
  font-size: 55px;
  font-weight: 700;
  color: #d63384;
}

.hero-content p {
  font-size: 20px;
  margin: 20px 0;
  color: #444;
}

/* Button */
.btn-pink {
  background: #d63384;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
}

.btn-pink:hover {
  background: #b0266d;
  color: #fff;
}

/* Right Side */
.hero-right {
  height: 60vh;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Responsive */
@media (max-width: 991px) {

  .hero-right {
    height: 300px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-left {
    padding: 40px 20px;
    text-align: center;
  }

}

/* Remove Slide Movement */
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

/* Smooth Text Animation */
.carousel-item.active .hero-content {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom Menu */
.custom-menu .nav-link {
  color: #555;
  font-weight: 500;
  padding: 8px 40px;
  margin: 0 5px;
  border-radius: 50px; /* Circle/Pill */
  transition: all 0.3s ease;
  position: relative;
}

/* Hover Effect */
.custom-menu .nav-link:hover {
  background: #e63988;
  color: #fff;
	padding: 8px 20px;
  box-shadow: 0 4px 12px rgba(230, 57, 136, 0.4);
  transform: translateY(-2px);
}

/* Active Menu */
.custom-menu .nav-item.active .nav-link {
  background: #e63988;
  color: #fff;
	padding: 10px 20px;
  box-shadow: 0 4px 12px rgba(230, 57, 136, 0.4);
}

.nav-item
{
	padding: 0px 5px;
}




