/* ===========================
   RAJ UNISEX SALON – STYLES
   Color: Black | Gold | White
=========================== */

:root {
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --gold-dark: #a07830;
  --black: #111111;
  --dark: #1a1a1a;
  --dark2: #222222;
  --white: #ffffff;
  --off-white: #f8f5f0;
  --gray: #888888;
  --transition: all 0.35s ease;
}

/* ── Base ── */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Poppins', sans-serif;
  background: var(--white);
  color: var(--dark);
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

a { text-decoration: none; }

img { max-width: 100%; }

/* ── Section Common ── */
section { padding: 90px 0; }

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title h2 {
  font-size: 2.4rem;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  border-radius: 2px;
}

.section-title p {
  color: var(--gray);
  font-size: 1rem;
  margin-top: 12px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.gold-text { color: var(--gold); }

/* ── Gold Line Decorator ── */
.gold-line {
  width: 55px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  margin: 0 auto 10px;
  border-radius: 2px;
}

/* ── Buttons ── */
.btn-gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--white);
  border: none;
  padding: 11px 28px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: var(--transition);
  display: inline-block;
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201,168,76,0.4);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold-light);
  border: 2px solid var(--gold);
  padding: 10px 26px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: var(--transition);
  display: inline-block;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201,168,76,0.35);
}

.btn-dark-gold {
  background: var(--dark);
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 10px 26px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: var(--transition);
  display: inline-block;
}

.btn-dark-gold:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-2px);
}

/* ===========================
   NAVBAR
=========================== */
#mainNav {
  background: rgba(10, 10, 10, 0.97);
  backdrop-filter: blur(8px);
  padding: 0;
  border-bottom: 1px solid rgba(201,168,76,0.18);
  transition: var(--transition);
  z-index: 9999;
}

#mainNav.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

#mainNav .navbar-brand {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

#mainNav .navbar-brand img {
  height: 58px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: var(--transition);
}

#mainNav .navbar-brand:hover img {
  opacity: 0.88;
}

#mainNav .nav-link {
  color: #ddd !important;
  font-size: 0.83rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 28px 16px !important;
  position: relative;
  transition: var(--transition);
}

#mainNav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

#mainNav .nav-link:hover,
#mainNav .nav-link.active {
  color: var(--gold) !important;
}

#mainNav .nav-link:hover::after,
#mainNav .nav-link.active::after {
  width: 60%;
}

.navbar-toggler {
  border: 1px solid var(--gold) !important;
  padding: 5px 10px;
  flex-shrink: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23c9a84c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ===========================
   HERO SLIDER
=========================== */
#heroCarousel {
  margin-top: 0;
}

.hero-slide {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-slide .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.80) 0%,
    rgba(0,0,0,0.55) 50%,
    rgba(20,15,0,0.70) 100%
  );
}

.hero-slide .slide-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-slide .slide-label {
  font-size: 0.78rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
}

.hero-slide h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.hero-slide h1 span { color: var(--gold); }

.hero-slide p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 32px;
  line-height: 1.75;
  max-width: 560px;
}

.hero-slide .slide-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 52px;
  height: 52px;
  background: rgba(201,168,76,0.2);
  border: 1.5px solid rgba(201,168,76,0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: var(--transition);
}

.carousel-control-prev { left: 24px; }
.carousel-control-next { right: 24px; }

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--gold);
  border-color: var(--gold);
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon { width: 18px; height: 18px; }

.carousel-indicators {
  bottom: 28px;
}

.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(255,255,255,0.5);
  border: none;
  margin: 0 4px;
  transition: var(--transition);
}

.carousel-indicators .active {
  background-color: var(--gold);
  width: 50px;
}

/* ===========================
   ABOUT US
=========================== */
#about {
  background: var(--off-white);
}

.about-img-wrap {
  position: relative;
}

.about-img-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.about-img-wrap::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  width: 65%;
  height: 65%;
  border: 3px solid var(--gold);
  border-radius: 4px;
  z-index: 0;
  pointer-events: none;
}

.about-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 50%;
  height: 50%;
  border: 3px solid rgba(201,168,76,0.4);
  border-radius: 4px;
  z-index: 0;
  pointer-events: none;
}

.about-img-wrap img { position: relative; z-index: 1; }

.about-experience-badge {
  position: absolute;
  bottom: 28px;
  right: -10px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--white);
  padding: 18px 22px;
  border-radius: 4px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.about-experience-badge .num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.about-experience-badge .label {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.9;
}

.about-content .sub-label {
  font-size: 0.78rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.about-content h2 {
  font-size: 2.2rem;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-content p {
  color: #666;
  line-height: 1.85;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.highlight-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

.highlight-tags span {
  padding: 6px 20px;
  border: 1.5px solid var(--gold);
  color: var(--gold-dark);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: var(--transition);
}

.highlight-tags span:hover {
  background: var(--gold);
  color: var(--white);
}

/* ===========================
   SERVICES
=========================== */
#services {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

#services::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('images/gallery/5.jpeg') center/cover no-repeat;
  opacity: 0.07;
  z-index: 0;
}

#services .container { position: relative; z-index: 1; }

#services .section-title h2 { color: var(--white); }
#services .section-title p { color: rgba(255,255,255,0.55); }

#services .section-title h2::after {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
}

.service-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 4px;
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  background: rgba(255,255,255,0.06);
}

.service-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.08);
}

.service-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.7) 100%);
}

.service-body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 1.15rem;
  color: var(--white);
  flex-shrink: 0;
}

.service-body h5 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.service-body p {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 18px;
}

.service-btns { display: flex; gap: 8px; flex-wrap: wrap; }

.service-btns a {
  font-size: 0.75rem;
  padding: 7px 16px;
  border-radius: 2px;
}

/* ===========================
   WHY CHOOSE US
=========================== */
#why {
  background: var(--off-white);
}

.why-card {
  text-align: center;
  padding: 36px 24px;
  border-radius: 4px;
  transition: var(--transition);
  background: var(--white);
  border: 1px solid #ebe5d6;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(201,168,76,0.15);
  border-color: var(--gold);
}

.why-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.05));
  border: 2px solid rgba(201,168,76,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.6rem;
  color: var(--gold);
  transition: var(--transition);
}

.why-card:hover .why-icon {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-color: var(--gold);
  color: var(--white);
}

.why-card h5 {
  font-size: 0.95rem;
  color: var(--dark);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.why-card p {
  font-size: 0.84rem;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

/* ===========================
   GALLERY
=========================== */
#gallery {
  background: var(--dark);
  padding-bottom: 80px;
}

#gallery .section-title h2 { color: var(--white); }
#gallery .section-title p { color: rgba(255,255,255,0.55); }
#gallery .section-title h2::after {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
}

/* Filter Tabs */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.gallery-filters .filter-btn {
  padding: 8px 22px;
  border: 1.5px solid rgba(201,168,76,0.4);
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: var(--transition);
}

.gallery-filters .filter-btn.active,
.gallery-filters .filter-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

/* Gallery Grid */
.gallery-grid {
  columns: 4;
  column-gap: 12px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.45s ease;
}

.gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item .gallery-overlay .zoom-icon {
  width: 50px;
  height: 50px;
  background: rgba(201,168,76,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  transform: scale(0.7);
  transition: var(--transition);
}

.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay .zoom-icon { transform: scale(1); }

/* Lightbox */
.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.25s ease;
}

.lightbox-modal.show { display: flex; }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lightbox-modal img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border: 2px solid rgba(201,168,76,0.3);
  border-radius: 3px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  color: var(--white);
  font-size: 1.8rem;
  cursor: pointer;
  background: rgba(201,168,76,0.25);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: 1px solid rgba(201,168,76,0.4);
}

.lightbox-close:hover { background: var(--gold); }

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(201,168,76,0.2);
  border: 1.5px solid rgba(201,168,76,0.4);
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: var(--transition);
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover { background: var(--gold); border-color: var(--gold); }

@media (max-width: 1199px) { .gallery-grid { columns: 3; } }
@media (max-width: 767px)  { .gallery-grid { columns: 2; } }
@media (max-width: 480px)  { .gallery-grid { columns: 1; } }

/* ===========================
   CONTACT
=========================== */
#contact {
  background: var(--off-white);
}

.contact-info-card {
  background: var(--dark);
  border-radius: 4px;
  padding: 44px 36px;
  height: 100%;
}

.contact-info-card h3 {
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.contact-info-card .divider {
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 28px;
  border-radius: 2px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contact-item:last-of-type { border-bottom: none; margin-bottom: 24px; }

.contact-item-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: var(--white);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-item-text { flex: 1; }

.contact-item-text .label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-item-text a,
.contact-item-text p {
  color: rgba(255,255,255,0.85);
  font-size: 0.92rem;
  line-height: 1.65;
  display: block;
  transition: var(--transition);
  margin: 0;
}

.contact-item-text a:hover { color: var(--gold); }

.whatsapp-btn {
  background: #25D366;
  color: var(--white);
  padding: 12px 28px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  border: none;
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.whatsapp-btn:hover {
  background: #1da851;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37,211,102,0.3);
}

.map-wrap {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  border: 1px solid #e0d5c0;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 420px;
  display: block;
}

/* ===========================
   FOOTER
=========================== */
#footer {
  background: var(--black);
  color: rgba(255,255,255,0.7);
/*  padding-top: 70px;*/
  padding-bottom: 0;
  border-top: 1px solid rgba(201,168,76,0.15);
}

.footer-brand img {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 16px;
}

.footer-brand .brand-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.footer-brand .brand-tag {
  font-size: 0.65rem;
  color: #888;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 0.84rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
  max-width: 280px;
}

.social-icons { display: flex; gap: 10px; }

.social-icons a {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  transition: var(--transition);
}

.social-icons a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-heading {
  color: var(--white);
  font-size: 0.88rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.footer-links { list-style: none; padding: 0; margin: 0; }

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.55);
  font-size: 0.86rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: var(--transition);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--gold);
  padding-left: 6px;
}

.footer-links a:hover::before { width: 14px; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
}

.footer-contact-item i {
  color: var(--gold);
  font-size: 0.88rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-contact-item a {
  color: rgba(255,255,255,0.55);
  transition: var(--transition);
}

.footer-contact-item a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 18px 0;
/*  margin-top: 50px;*/
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
}

.footer-bottom span { color: var(--gold); }

/* ===========================
   FLOATING CALL BUTTON
=========================== */
.floating-call {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.4rem;
  z-index: 9998;
  box-shadow: 0 6px 24px rgba(201,168,76,0.55);
  transition: var(--transition);
  text-decoration: none;
}

.floating-call:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 10px 30px rgba(201,168,76,0.65);
}

.floating-call::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(201,168,76,0.4);
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0%   { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* ===========================
   SCROLL TO TOP
=========================== */
.scroll-top {
  position: fixed;
  bottom: 100px;
  right: 28px;
  width: 44px;
  height: 44px;
  background: var(--dark2);
  border: 1.5px solid rgba(201,168,76,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  z-index: 9997;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  text-decoration: none;
}

.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { background: var(--gold); color: var(--white); border-color: var(--gold); transform: translateY(-3px); }

/* ===========================
   ANIMATIONS / AOS FALLBACK
=========================== */
[data-aos] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-left"] { transform: translateX(40px); }
[data-aos="fade-right"] { transform: translateX(-40px); }
[data-aos="fade-left"].aos-animate,
[data-aos="fade-right"].aos-animate { transform: translateX(0); }

[data-aos="zoom-in"] { transform: scale(0.85); }
[data-aos="zoom-in"].aos-animate { transform: scale(1); }

/* ===========================
   RESPONSIVE – TABLET (≤991px)
=========================== */
@media (max-width: 991px) {
  section { padding: 65px 0; }

  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.9rem; letter-spacing: 1px; }
  .section-title p { font-size: 0.9rem; }

  /* Navbar – mobile dropdown */
  #mainNav .container { position: relative; }
  #mainNav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10,10,10,0.99);
    padding: 8px 0 16px;
    border-top: 1px solid rgba(201,168,76,0.2);
    box-shadow: 0 12px 30px rgba(0,0,0,0.6);
    z-index: 9999;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #mainNav .nav-link {
    padding: 12px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  #mainNav .nav-link::after { display: none; }
  #mainNav .navbar-nav .nav-item:last-child { padding: 14px 20px 4px; }
  #mainNav .navbar-nav .nav-item:last-child .btn-gold {
    display: block;
    text-align: center;
    width: 100%;
  }

  /* Hero */
  .hero-slide h1 { font-size: 2.2rem; }
  .carousel-control-prev { left: 10px; }
  .carousel-control-next { right: 10px; }

  /* About */
  .about-img-wrap::before,
  .about-img-wrap::after { display: none; }
  .about-img-wrap img { height: 360px; }
  .about-experience-badge { right: 12px; bottom: 12px; }
  .about-content h2 { font-size: 1.8rem; }

  /* Services */
  .service-img { height: 180px; }

  /* Why */
  .why-card { padding: 28px 18px; }
}

/* ===========================
   RESPONSIVE – MOBILE (≤767px)
=========================== */
@media (max-width: 767px) {
  section { padding: 55px 0; }

  .section-title { margin-bottom: 34px; }
  .section-title h2 { font-size: 1.65rem; letter-spacing: 0.5px; }
  .section-title p { font-size: 0.85rem; padding: 0 8px; }

  /* Hero */
  .hero-slide {
    height: 100svh;
    min-height: 580px;
    background-position: center top;
  }
  .hero-slide .slide-content { padding: 0 4px; }
  .hero-slide .slide-label { font-size: 0.7rem; letter-spacing: 2.5px; margin-bottom: 10px; }
  .hero-slide h1 { font-size: 1.75rem; line-height: 1.25; margin-bottom: 14px; }
  .hero-slide p { font-size: 0.85rem; line-height: 1.65; margin-bottom: 22px; }
  .hero-slide .slide-btns { gap: 10px; }
  .btn-gold, .btn-outline-gold { padding: 10px 20px; font-size: 0.8rem; }
  .carousel-control-prev,
  .carousel-control-next { width: 38px; height: 38px; }
  .carousel-control-prev { left: 8px; }
  .carousel-control-next { right: 8px; }
  .carousel-indicators { bottom: 16px; }

  /* Reduce large Bootstrap gutter on mobile */
  .row.g-5 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
  .row.g-4 { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; }

  /* About */
  .about-img-wrap img { height: 260px; }
  .about-experience-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 20px;
    border-radius: 4px;
    width: 100%;
    justify-content: center;
  }
  .about-experience-badge .num { font-size: 1.8rem; }
  .about-content { margin-top: 10px; }
  .about-content h2 { font-size: 1.6rem; }
  .about-content p { font-size: 0.88rem; }
  .highlight-tags { gap: 8px; }
  .highlight-tags span { padding: 5px 14px; font-size: 0.75rem; }
  .about-content .row.mt-4 .col-4 h3 { font-size: 1.6rem !important; }

  /* Services */
  .service-img { height: 175px; }
  .service-body { padding: 16px 16px 18px; }
  .service-body h5 { font-size: 0.95rem; }
  .service-btns { gap: 6px; }
  .service-btns a { font-size: 0.72rem; padding: 7px 12px; }

  /* Why Choose Us */
  .why-card { padding: 24px 16px; }
  .why-icon { width: 58px; height: 58px; font-size: 1.4rem; }
  .why-card h5 { font-size: 0.85rem; }
  .why-card p { font-size: 0.8rem; }

  /* Gallery */
  .gallery-grid { columns: 2; column-gap: 8px; }
  .gallery-item { margin-bottom: 8px; }

  /* Contact */
  .contact-info-card { padding: 26px 20px; }
  .contact-info-card h3 { font-size: 1.35rem; }
  .contact-item { gap: 14px; margin-bottom: 20px; padding-bottom: 18px; }
  .contact-item-icon { width: 40px; height: 40px; font-size: 0.95rem; }
  .contact-item-text a,
  .contact-item-text p { font-size: 0.85rem; }
  .map-wrap { min-height: 280px; margin-top: 20px; }
  .map-wrap iframe { min-height: 280px; }

  /* Footer */
/*  #footer { padding-top: 50px; }*/
  .footer-brand { text-align: center; }
  .footer-brand p { max-width: 100%; margin: 0 auto 18px; }
  .social-icons { justify-content: center; }
  .footer-heading { font-size: 0.82rem; }
  .footer-links a { font-size: 0.82rem; }
  .footer-contact-item { font-size: 0.8rem; }
  .footer-bottom { font-size: 0.75rem; padding: 14px 0; }

  /* Floating buttons */
  .floating-call { bottom: 18px; right: 18px; width: 50px; height: 50px; font-size: 1.2rem; }
  .scroll-top { bottom: 82px; right: 18px; width: 40px; height: 40px; font-size: 0.9rem; }
}

/* ===========================
   RESPONSIVE – SMALL PHONES (≤480px)
=========================== */
@media (max-width: 480px) {
  section { padding: 48px 0; }

  .section-title h2 { font-size: 1.45rem; }

  /* Hero */
  .hero-slide h1 { font-size: 1.5rem; }
  .hero-slide p { font-size: 0.82rem; }
  .hero-slide .slide-btns { flex-direction: column; gap: 8px; }
  .hero-slide .slide-btns a { text-align: center; }

  /* About */
  .about-img-wrap img { height: 220px; }

  /* Gallery – single column */
  .gallery-grid { columns: 1; }

  /* Contact */
  .contact-info-card { padding: 22px 16px; }
  .map-wrap { min-height: 240px; }
  .map-wrap iframe { min-height: 240px; }

  /* Footer */
  .footer-brand img { height: 48px; }
}


.footer-bottom p{
  margin-bottom: 0;
}