/* ========== Universal Reset & Base ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100% !important;
  max-width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

section,
header,
footer,
.navbar,
.container,
.row,
.col,
.intro-overlay {
  max-width: 100vw;
  overflow-x: hidden;
}

/* ========== Navbar ========== */
.navbar {
  padding: 0.7rem 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: wrap;
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

.navbar-brand span {
  color: var(--golden);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-collapse {
  justify-content: end;
}

.nav-link {
  color: #fff;
  padding: 10px 15px;
}

.nav-link:hover {
  color: var(--golden);
}


/* ========== Intro Overlay & Brand ========== */
.intro-overlay {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px 30px;
  text-align: center;
  z-index: 5;
}

.brand-intro .brand-name,
.brand-name {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  word-wrap: break-word;
}

/* ========== Background Video ========== */
.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* ========== Grid System & Image ========== */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col-lg-4,
.col-md-6 {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .col-md-6 { width: 48%; }
}

@media screen and (min-width: 992px) {
  .col-lg-4 { width: 31%; }
}

.service-img img,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ========== Section Layouts ========== */

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.about-img, .col-lg-6,
.contact-info, .col-lg-7 {
  flex: 1;
}

.container, .hair-service-section {
  width: 100%;
  box-sizing: border-box;
}

.service-item {
  display: flex;
  flex-direction: column;
}

.bellavue-menu-item,
.bellavue-sub-item,
.bellavue-category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bellavue-menu-item span,
.bellavue-sub-item span,
.bellavue-category span {
  flex: 1 1 45%;
  margin: 4px 0;
  font-size: 1rem;
}

/* ========== Responsive: Mobile & Tablet ========== */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
    background-color: #1E1E1E;
    width: 100%;
    z-index: 999;
  }

  .navbar-collapse {
    background-color: #1E1E1E;
    padding: 10px;
  }

  .navbar-brand {
    font-size: 1.5rem;
    color: #D4A73B;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    background: #1e1e1e;
    padding-bottom: 1rem;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 8px 10px;
  }

  .btn.btn-primary,
  .btn.btn-outline {
    margin-top: 1rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .intro-overlay {
    height: auto;
    padding: 60px 15px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .brand-name,
  .brand-intro .brand-name {
    font-size: 2rem !important;
  }


  .contact-section {
    flex-direction: column;
    text-align: center;
  }

  .col-lg-6,
  .col-lg-7 {
    margin-top: 10px;
  }

  section,
  .hero-section,
 
  .services-section,
  .contact-section {
    padding: 15px;
  }

  .service-card {
    width: 100% !important;
    padding: 15px;
    margin-bottom: 20px;
  }

  footer {
    padding: 10px;
    text-align: center;
  }

  h1, h2, h3, .service-title {
    font-size: 1.2rem;
  }

  .price, p {
    font-size: 0.95rem;
  }

  .btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .bellavue-menu-item span,
  .bellavue-sub-item span,
  .bellavue-category span {
    flex: 1 1 100%;
    font-size: 0.95rem;
  }

  @media (max-width: 767.98px) {
  .hero-section {
    height: auto;
    padding: 80px 20px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-content {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .hero-content .btn {
    width: 100%;
    max-width: 220px;
    margin: 10px auto;
    font-size: 0.95rem;
  }

  .d-flex.gap-3.justify-content-start {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .bg-video {
    height: 100%;
    object-fit: cover;
  }

  .video-overlay {
    height: 100%;
  }

  .hero-section {
    height: auto;
    position: relative;
  }
}
}
@media (max-width: 767.98px) {
  .hero-section {
    flex-direction: column;
    height: auto;
    padding: 100px 20px 40px;
    text-align: center;
  }

  .bg-video,
  .video-overlay {
    height: 100%;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #f8f9fa;
  }

  .d-flex.gap-3.justify-content-start {
    flex-direction: column;
    align-items: center;
  }

  .hero-content .btn {
    width: 100%;
    max-width: 220px;
    margin: 10px auto;
    font-size: 0.95rem;
  }
}
/* ========== ABOUT SECTION BASE STYLES ========== */
.about-section {
  padding: 100px 0;
  background-color: var(--white);
}

.about-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  height: 500px;
  margin-bottom: 0; /* reset any previous margins */
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.about-img:hover img {
  transform: scale(1.05);
}

/* ================= RESPONSIVE ABOUT SECTION ================= */
@media (max-width: 992px) {
  /* Stack columns vertically */
  .about-section .row {
    flex-direction: column;
  }

  /* Full‑width image container and auto height */
  .about-img {
    height: auto;
    margin-bottom: 30px;
  }
  .about-img img {
    height: auto;
  }

  /* Center all text in the right column */
  .about-section .col-lg-6:last-child {
   
  }
}

@media (max-width: 768px) {
  /* Tweak padding for smaller screens */
  .about-section {
    padding: 60px 15px;
  }

  .about-section h3 {
    font-size: 1.6rem;
  }

  .about-section p {
    font-size: 1rem;
  }

  .about-section .btn {
    display: block;
    margin: 20px auto 0;
  }
}

@media (max-width: 575px) {
  /* Reduce title/paragraph sizes on phones */
  .section-title {
    font-size: 2rem;
  }

  .about-section h3 {
    font-size: 1.4rem;
  }

  .about-section p {
    font-size: 0.95rem;
  }
}

/* ===================== ABOUT SECTION FIX ===================== */

/* Remove previously forced flex */
.about-section {
  padding: 80px 0;
}

/* Responsive for tablets and below */
@media (max-width: 991px) {
  .about-section .row {
    flex-direction: column !important;
  }

  .about-section .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .about-img {
    margin-bottom: 30px;
    height: auto;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-section h3,
  .about-section p,
  .about-section .btn {
  }
}

@media (max-width: 991px) {
  .about-section .row {
    flex-direction: column !important;
  }

  .about-section .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .about-img {
    margin-bottom: 30px;
    height: auto;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-section h3,
  .about-section p,
  .about-section .btn {

  }
}

/* ========== Bellavue Price List Responsive ========== */
.bellavue-price-list {
  padding: 40px 20px;
}

.bellavue-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.scrollable-menu {
  overflow-x: auto;
}

.main-title,
.bellavue-subheading {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
}

.bellavue-category {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 30px;
  color: var(--olive-green, #3a5a40);
}

.bellavue-menu-item,
.bellavue-sub-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  flex-wrap: wrap;
}

.bellavue-menu-item span,
.bellavue-sub-item span {
  flex: 1 1 50%;
  min-width: 140px;
}

/* Small Devices */
@media (max-width: 768px) {
  .main-title,
  .bellavue-subheading {
    font-size: 1.5rem;
  }

  .bellavue-menu-item,
  .bellavue-sub-item {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.95rem;
  }

  .bellavue-menu-item span,
  .bellavue-sub-item span {
    flex: 100%;
    margin-bottom: 4px;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .bellavue-price-list {
    padding: 20px 10px;
  }

  .bellavue-container {
    padding: 0 10px;
  }

  .main-title {
    font-size: 1.3rem;
  }

  .bellavue-category {
    font-size: 1.1rem;
  }
}
/* Default: Laptop / Desktop / Tablet - Align Left */
.bellavue-container {
  max-width: 1200px;
  margin-left: 0;
  margin-right: auto;
  padding: 0 15px;
}

/* Small Screens: Mobile - Center Align */
@media (max-width: 767px) {
  .bellavue-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .bellavue-menu-item,
  .bellavue-sub-item {
    text-align: left; /* Keep text aligned nicely inside */
  }
}


