/* ===========================
   SANA ENTERPRISES - STYLE.CSS
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Cormorant+Garamond:wght@300;400;600&family=Raleway:wght@300;400;500;600;700;800&family=Dancing+Script:wght@700&display=swap');

/* === CSS VARIABLES === */
:root {
  --deep-purple: #3B1F5E;
  --mid-purple: #5C3185;
  --light-purple: #7E4BAD;
  --accent-purple: #9B6DC5;
  --maroon: #8B1A2F;
  --dark-maroon: #6B1222;
  --light-maroon: #C0344F;
  --cream: #FDF6E3;
  --cream-dark: #F5E6C4;
  --cream-mid: #FAF0D5;
  --gold: #D4A843;
  --gold-light: #F0C96B;
  --white: #FFFFFF;
  --text-dark: #1A0A2E;
  --text-mid: #3D2060;
  --shadow-purple: rgba(59, 31, 94, 0.25);
  --shadow-maroon: rgba(139, 26, 47, 0.2);
}

/* === BASE === */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body{
  overflow-x:hidden;
}


body {
  font-family: 'Raleway', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }

/* === SCROLLBAR === */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream-dark); }
::-webkit-scrollbar-thumb { background: var(--light-purple); border-radius: 3px; }

/* ===========================
   TOP BAR
   =========================== */
#topbar {
  background: linear-gradient(135deg, var(--dark-maroon) 0%, var(--maroon) 50%, var(--deep-purple) 100%);
  padding: 8px 0;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-bottom: 2px solid var(--gold);
}

#topbar .top-info a,
#topbar .top-info span {
  color: var(--cream);
  text-decoration: none;
  transition: color 0.3s;
}

#topbar .top-info a:hover { color: var(--gold-light); }

#topbar .top-info .divider {
  color: var(--gold);
  margin: 0 10px;
}

#topbar .top-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: var(--cream);
  text-decoration: none;
  margin-left: 6px;
  font-size: 0.75rem;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.2);
}

#topbar .top-social a:hover {
  background: var(--gold);
  color: var(--deep-purple);
  transform: scale(1.15);
}

/* ===========================
   NAVBAR
   =========================== */

   .brand-logo-img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: contain;
  border: 2px solid var(--cream);
  box-shadow: 0 0 15px rgba(212, 168, 67, 0.4);
  flex-shrink: 0;
}

#mainNavbar {
  background: var(--deep-purple) !important;
  padding: 0;
  box-shadow: 0 4px 20px var(--shadow-purple);
  transition: all 0.3s;
  border-bottom: 3px solid var(--gold);
}

#mainNavbar.scrolled {
  padding: 4px 0;
  background: rgba(59, 31, 94, 0.97) !important;
  backdrop-filter: blur(12px);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--deep-purple);
  border: 2px solid var(--cream);
  box-shadow: 0 0 15px rgba(212, 168, 67, 0.4);
  flex-shrink: 0;
}

.brand-text-wrap .brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: 1px;
}

.brand-text-wrap .brand-tagline {
  font-family: 'Raleway', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: var(--cream) !important;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 22px 14px !important;
  position: relative;
  transition: color 0.3s;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px 2px 0 0;
  transition: width 0.35s ease;
}

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

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { width: 80%; }

.navbar-toggler {
  border: 2px solid var(--gold) !important;
  background: transparent !important;
  padding: 6px 10px;
}

.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='%23D4A843' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ===========================
   SECTION TITLES
   =========================== */
.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--maroon), var(--dark-maroon));
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 14px;
  position: relative;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--deep-purple);
  line-height: 1.15;
  margin-bottom: 12px;
}

.section-title span {
  color: var(--maroon);
  font-style: italic;
}

.title-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px auto;
  width: fit-content;
}

.title-divider .line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
  border-radius: 2px;
}

.title-divider .line.right {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.title-divider .diamond {
  width: 10px;
  height: 10px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.section-subtitle {
  font-size: 1rem;
  color: #5a4070;
  font-weight: 400;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}

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

.carousel-item { position: relative; height: 88vh; min-height: 520px; overflow: hidden; }

.carousel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease;
}

.carousel-item.active .carousel-bg { transform: scale(1); }

.carousel-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.slide-1-overlay { background: linear-gradient(125deg, rgba(59,31,94,0.88) 0%, rgba(139,26,47,0.6) 100%); }
.slide-2-overlay { background: linear-gradient(125deg, rgba(92,49,133,0.85) 0%, rgba(59,31,94,0.75) 100%); }
.slide-3-overlay { background: linear-gradient(125deg, rgba(107,18,34,0.88) 0%, rgba(59,31,94,0.7) 100%); }

.carousel-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.slide-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--deep-purple);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  animation: slideInLeft 0.8s ease 0.3s both;
}

.slide-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
  animation: slideInLeft 0.8s ease 0.5s both;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.slide-title em {
  color: var(--gold-light);
  font-style: italic;
}

.slide-desc {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(253,246,227,0.9);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 580px;
  animation: slideInLeft 0.8s ease 0.7s both;
}

.slide-actions { animation: slideInLeft 0.8s ease 0.9s both; }

.btn-hero-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep-purple);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  display: inline-block;
  margin-right: 14px;
  transition: all 0.35s;
  box-shadow: 0 6px 25px rgba(212,168,67,0.4);
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(212,168,67,0.5);
  color: var(--deep-purple);
}

.btn-hero-outline {
  border: 2px solid var(--cream);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.35s;
}

.btn-hero-outline:hover {
  background: var(--cream);
  color: var(--deep-purple);
  transform: translateY(-3px);
}

/* Carousel slide backgrounds */
.slide-bg-1 {
  background-image: url('../assets/banner/banner-1.jpg');
}
.slide-bg-2 {
  background-image: url('../assets/banner/banner-2.jpg');
}
.slide-bg-3 {
  background-image: url('../assets/banner/banner-3.jpg');
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(253,246,227,0.5) !important;
  border: none !important;
  margin: 0 5px !important;
  transition: all 0.3s;
}

.carousel-indicators button.active {
  background: var(--gold) !important;
  transform: scale(1.4);
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  background: rgba(59,31,94,0.6);
  border: 2px solid var(--gold);
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.3s;
}

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

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

/* ===========================
   ABOUT US
   =========================== */
#about {
  padding: 100px 0;
  background: linear-gradient(160deg, var(--cream) 0%, var(--cream-mid) 100%);
  position: relative;
  overflow: hidden;
}

#about::before {
  content: 'SANA';
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  font-weight: 900;
  color: rgba(59,31,94,0.04);
  letter-spacing: 20px;
  pointer-events: none;
}

.about-img-wrapper {
  position: relative;
  padding: 20px;
}

.about-img-main {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 60px var(--shadow-purple);
  position: relative;
  z-index: 2;
  object-fit: cover;
  height: 420px;
}

.about-img-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 85%;
  border: 3px solid var(--gold);
  border-radius: 16px;
  z-index: 1;
}

.about-img-frame-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 85%;
  border: 3px solid var(--maroon);
  border-radius: 16px;
  z-index: 1;
}

.about-badge-box {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, var(--maroon), var(--dark-maroon));
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: 4px solid var(--cream);
  box-shadow: 0 8px 25px var(--shadow-maroon);
}

.about-badge-box .year-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.about-badge-box .year-label {
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.about-features { margin-top: 24px; }

.about-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  padding: 16px;
  background: var(--white);
  border-radius: 12px;
  border-left: 4px solid var(--gold);
  box-shadow: 0 4px 15px rgba(59,31,94,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.about-feature-item:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(59,31,94,0.15);
}

.about-feature-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--deep-purple), var(--mid-purple));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.about-feature-text h6 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--deep-purple);
  margin-bottom: 3px;
}

.about-feature-text p {
  font-size: 0.85rem;
  color: #5a4070;
  margin: 0;
  line-height: 1.5;
}

.btn-primary-custom {
  background: linear-gradient(135deg, var(--deep-purple), var(--mid-purple));
  color: var(--cream);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.35s;
  box-shadow: 0 6px 25px var(--shadow-purple);
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px var(--shadow-purple);
  background: linear-gradient(135deg, var(--mid-purple), var(--light-purple));
  color: var(--cream);
}

.btn-outline-custom {
  border: 2px solid var(--maroon);
  color: var(--maroon);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.35s;
}

.btn-outline-custom:hover {
  background: var(--maroon);
  color: var(--cream);
  transform: translateY(-3px);
}

/* ===========================
   SERVICES
   =========================== */
#services {
  padding: 100px 0;
  background: linear-gradient(160deg, var(--deep-purple) 0%, var(--mid-purple) 100%);
  position: relative;
  overflow: hidden;
}

#services::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(212,168,67,0.06);
  pointer-events: none;
}

#services::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(139,26,47,0.1);
  pointer-events: none;
}

#services .section-title { color: var(--cream); }
#services .section-subtitle { color: rgba(253,246,227,0.75); }

.service-card {
  background: rgba(253,246,227,0.05);
  border: 1px solid rgba(212,168,67,0.2);
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: default;
  backdrop-filter: blur(8px);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service-card:hover {
  background: rgba(253,246,227,0.1);
  border-color: var(--gold);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.service-card:hover::before { transform: scaleX(1); }

.service-icon-wrap {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--maroon), var(--dark-maroon));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 22px;
  transition: all 0.4s;
  box-shadow: 0 8px 20px rgba(139,26,47,0.3);
}

.service-card:hover .service-icon-wrap {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep-purple);
  transform: rotate(8deg) scale(1.1);
}

.service-card h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.88rem;
  color: rgba(253,246,227,0.7);
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-features { list-style: none; padding: 0; margin: 0; }

.service-features li {
  font-size: 0.82rem;
  color: rgba(253,246,227,0.8);
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-features li::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.65rem;
  flex-shrink: 0;
}

.service-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(212,168,67,0.08);
  line-height: 1;
}


/* === SERVICE CARD WITH IMAGE === */
.service-card {
  display: flex;
  flex-direction: column;
  padding: 0;               /* override old padding */
  overflow: hidden;
}

.service-card-img {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  flex-shrink: 0;
}

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

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

.service-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(59,31,94,0.15) 0%, rgba(59,31,94,0.55) 100%);
  transition: opacity 0.4s;
}

.service-card:hover .service-card-img-overlay {
  opacity: 0.7;
}

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

.service-card-body .service-icon-wrap {
  margin-bottom: 16px;
  margin-top: -36px;     /* pulls icon up to overlap image */
  position: relative;
  z-index: 3;
  align-self: flex-start;
  box-shadow: 0 6px 20px rgba(139,26,47,0.4);
}

.service-card-body h5 { margin-bottom: 10px; }
.service-card-body p  { flex: 1; }

/* keep service-num visible on new layout */
.service-card .service-num {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 4;
  color: rgba(253,246,227,0.7);
  font-size: 2rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* ===========================
   WHY CHOOSE US
   =========================== */
#whychoose {
  padding: 100px 0;
  background: var(--cream-mid);
  position: relative;
  overflow: hidden;
}

.why-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-center-circle {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--deep-purple), var(--maroon));
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 6px solid var(--gold);
  box-shadow: 0 0 0 12px rgba(212,168,67,0.15), 0 20px 50px var(--shadow-purple);
  z-index: 2;
  position: relative;
}

.why-center-circle .brand-name-circle {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--cream);
  text-align: center;
  line-height: 1.2;
}

.why-center-circle .brand-est {
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border-radius: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(59,31,94,0.08);
  box-shadow: 0 4px 20px rgba(59,31,94,0.07);
  transition: all 0.35s;
}

.why-item:hover {
  transform: translateX(-8px);
  border-color: var(--gold);
  box-shadow: 0 8px 30px rgba(59,31,94,0.15);
}

.why-item.right:hover { transform: translateX(8px); }

.why-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cream-dark), var(--cream));
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.35s;
}

.why-item:hover .why-icon {
  background: linear-gradient(135deg, var(--deep-purple), var(--mid-purple));
  color: var(--gold);
  border-color: var(--deep-purple);
}

.why-text h6 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--deep-purple);
  margin-bottom: 4px;
}

.why-text p {
  font-size: 0.82rem;
  color: #5a4070;
  margin: 0;
  line-height: 1.5;
}

/* ===========================
   ACHIEVEMENTS
   =========================== */
#achievements {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-maroon) 40%, var(--deep-purple) 100%);
  position: relative;
  overflow: hidden;
}

#achievements::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(212,168,67,0.08) 0%, transparent 60%),
                    radial-gradient(circle at 80% 50%, rgba(253,246,227,0.05) 0%, transparent 60%);
}

.achievement-card {
  text-align: center;
  padding: 32px 20px;
  position: relative;
  z-index: 1;
}

.achievement-card::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(212,168,67,0.3);
}

.achievement-card:last-child::after { display: none; }

.achievement-icon {
  font-size: 2.2rem;
  margin-bottom: 10px;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.achievement-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 4px 15px rgba(212,168,67,0.3);
}

.achievement-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(253,246,227,0.85);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
}

.achievement-sublabel {
  font-size: 0.75rem;
  color: rgba(253,246,227,0.55);
  margin-top: 3px;
}

/* ===========================
   GALLERY
   =========================== */
#gallery {
  padding: 100px 0;
  background: var(--cream);
  overflow: hidden;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.gallery-filter .filter-btn {
  background: transparent;
  border: 2px solid var(--deep-purple);
  color: var(--deep-purple);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.gallery-filter .filter-btn:hover,
.gallery-filter .filter-btn.active {
  background: var(--deep-purple);
  color: var(--cream);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  box-shadow: 0 4px 15px rgba(59,31,94,0.12);
}

.gallery-item:nth-child(3n+1) { grid-row: span 1; }
.gallery-item:nth-child(5) { grid-column: span 2; aspect-ratio: 2/1; }
.gallery-item:nth-child(9) { grid-column: span 2; aspect-ratio: 2/1; }

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

.gallery-item:hover img { transform: scale(1.08); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(59,31,94,0.85) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-overlay-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery-overlay-content span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--cream);
}

.gallery-zoom-btn {
  width: 36px;
  height: 36px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--deep-purple);
  font-size: 1rem;
  transition: transform 0.3s;
}

.gallery-zoom-btn:hover { transform: scale(1.2); }

/* Lightbox */
.lightbox-modal .modal-dialog {
  max-width: 900px;
}

.lightbox-modal .modal-content {
  background: rgba(20,8,40,0.97);
  border: 2px solid var(--gold);
  border-radius: 16px;
}

.lightbox-modal .modal-header {
  border-bottom: 1px solid rgba(212,168,67,0.2);
  padding: 12px 20px;
}

.lightbox-modal .modal-title {
  color: var(--gold);
  font-family: 'Playfair Display', serif;
}

.lightbox-modal .btn-close { filter: invert(1); }

.lightbox-modal .modal-body { padding: 12px; }

.lightbox-modal .modal-body img {
  width: 100%;
  border-radius: 10px;
  max-height: 75vh;
  object-fit: contain;
}

.lightbox-nav {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}

.lightbox-nav button {
  background: var(--gold);
  color: var(--deep-purple);
  border: none;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.lightbox-nav button:hover {
  background: var(--gold-light);
  transform: scale(1.05);
}

/* ===========================
   CONTACT
   =========================== */
#contact {
  padding: 100px 0;
  background: linear-gradient(160deg, var(--cream-mid) 0%, var(--cream) 100%);
}

.contact-info-card {
  background: linear-gradient(135deg, var(--deep-purple), var(--mid-purple));
  border-radius: 20px;
  padding: 40px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(212,168,67,0.08);
}

.contact-info-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(139,26,47,0.1);
}

.contact-info-card .section-title { color: var(--cream); font-size: 1.8rem; }
.contact-info-card .section-subtitle { color: rgba(253,246,227,0.7); text-align: left; }

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.contact-detail-icon {
  width: 46px;
  height: 46px;
  background: rgba(212,168,67,0.15);
  border: 2px solid var(--gold);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-detail-text label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.contact-detail-text a,
.contact-detail-text span {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s;
  display: block;
}

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

.contact-form-wrap {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 10px 40px var(--shadow-purple);
  border: 1px solid rgba(59,31,94,0.08);
}

.contact-form-wrap h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--deep-purple);
  margin-bottom: 24px;
}

.form-group { margin-bottom: 20px; }

.form-control-custom {
  width: 100%;
  padding: 13px 18px;
  background: var(--cream);
  border: 2px solid transparent;
  border-radius: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  color: var(--text-dark);
  transition: all 0.3s;
  outline: none;
}

.form-control-custom:focus {
  border-color: var(--mid-purple);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(92,49,133,0.1);
}

.form-control-custom::placeholder { color: #9a87ad; }

textarea.form-control-custom { resize: vertical; min-height: 120px; }

.btn-submit {
  background: linear-gradient(135deg, var(--maroon), var(--dark-maroon));
  color: var(--cream);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.35s;
  box-shadow: 0 6px 25px var(--shadow-maroon);
  width: 100%;
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px var(--shadow-maroon);
  background: linear-gradient(135deg, var(--light-maroon), var(--maroon));
}

/* ===========================
   MAP
   =========================== */
#mapSection {
  position: relative;
  overflow: hidden;
}

.map-header {
  background: linear-gradient(135deg, var(--deep-purple), var(--maroon));
  padding: 40px 0;
  text-align: center;
}

.map-header h2 { color: var(--cream); font-size: 2rem; }
.map-header p { color: rgba(253,246,227,0.7); margin-top: 8px; }

.map-frame {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: sepia(20%) saturate(1.2);
}

/* ===========================
   FOOTER
   =========================== */
#footer {
  background: var(--text-dark);
  color: var(--cream);
}

.footer-top {
  background: linear-gradient(135deg, #0f051e, #1a0a2e);
  padding: 70px 0 40px;
  border-top: 3px solid var(--gold);
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-logo-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--deep-purple);
}

.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--cream);
}

.footer-brand-tag {
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-desc {
  font-size: 0.88rem;
  color: rgba(253,246,227,0.6);
  line-height: 1.8;
  margin-bottom: 22px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  color: var(--cream);
  text-decoration: none;
  margin-right: 8px;
  font-size: 0.9rem;
  border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.3s;
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--deep-purple);
  transform: translateY(-4px);
  border-color: var(--gold);
}

.footer-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}

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

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

.footer-links a {
  color: rgba(253,246,227,0.6);
  text-decoration: none;
  font-size: 0.88rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a::before {
  content: '›';
  color: var(--gold);
  font-size: 1rem;
  transition: transform 0.3s;
}

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

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-contact-icon {
  color: var(--gold);
  font-size: 0.9rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-item span, .footer-contact-item a {
  font-size: 0.87rem;
  color: rgba(253,246,227,0.65);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s;
}

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

.footer-middle {
  background: #110725;
  padding: 30px 0;
  border-top: 1px solid rgba(212,168,67,0.15);
}

.footer-newsletter h5 {
  font-family: 'Playfair Display', serif;
  color: var(--cream);
  margin-bottom: 12px;
}

.newsletter-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 11px 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(212,168,67,0.25);
  border-radius: 30px;
  color: var(--cream);
  font-family: 'Raleway', sans-serif;
  font-size: 0.87rem;
  outline: none;
  transition: border-color 0.3s;
}

.newsletter-input::placeholder { color: rgba(253,246,227,0.35); }
.newsletter-input:focus { border-color: var(--gold); }

.newsletter-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep-purple);
  border: none;
  padding: 11px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s;
}

.newsletter-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(212,168,67,0.4);
}

.footer-bottom {
  background: #0a0315;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-copyright {
  font-size: 0.83rem;
  color: rgba(253,246,227,0.45);
  margin: 0;
}

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

.footer-bottom-links a {
  font-size: 0.83rem;
  color: rgba(253,246,227,0.45);
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s;
}

.footer-bottom-links a:hover { color: var(--gold); }

/* ===========================
   FLOATING BUTTONS
   =========================== */
.floating-btns {
  position: fixed;
  bottom: 30px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  position: relative;
}

.float-btn:hover { transform: scale(1.12); color: white; }

.float-btn-wa {
  background: #25D366;
  animation: glowGreen 2.5s ease-in-out infinite;
}

.float-btn-call {
  background: linear-gradient(135deg, var(--maroon), var(--dark-maroon));
  animation: glowMaroon 2.5s ease-in-out infinite 1.2s;
}

.float-btn-top {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--deep-purple), var(--mid-purple));
  font-size: 1rem;
  animation: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.float-btn-top.visible { opacity: 1; pointer-events: auto; }

.float-btn-tooltip {
  position: absolute;
  right: 66px;
  background: rgba(20,8,40,0.9);
  color: var(--cream);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  border: 1px solid rgba(212,168,67,0.3);
}

.float-btn:hover .float-btn-tooltip { opacity: 1; }

@keyframes glowGreen {
  0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.3); }
  50% { box-shadow: 0 6px 20px rgba(37,211,102,0.6), 0 0 0 14px rgba(37,211,102,0); }
}

@keyframes glowMaroon {
  0%, 100% { box-shadow: 0 6px 20px rgba(139,26,47,0.5), 0 0 0 0 rgba(139,26,47,0.3); }
  50% { box-shadow: 0 6px 20px rgba(139,26,47,0.7), 0 0 0 14px rgba(139,26,47,0); }
}

/* ===========================
   ANIMATIONS
   =========================== */
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes countUp {
  from { opacity: 0; transform: scale(0.5); }
  to { opacity: 1; transform: scale(1); }
}

.fade-up {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-35px);
  transition: all 0.7s ease;
}

.fade-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(35px);
  transition: all 0.7s ease;
}

.fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* delay helpers */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 991px) {
  .navbar-nav .nav-link { padding: 12px 16px !important; }
  .navbar-nav .nav-link::after { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(9) { grid-column: span 1; aspect-ratio: 1; }
  .why-visual { margin-bottom: 40px; }
  #topbar .top-info { font-size: 0.75rem; }
}

@media (max-width: 767px) {
  #heroCarousel .carousel-item { height: 70vh; }
  .slide-title { font-size: 2rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .achievement-card::after { display: none; }
  .contact-form-wrap { padding: 28px 20px; }
  .contact-info-card { padding: 28px 20px; }
  .footer-top { padding: 50px 0 30px; }
  #topbar { display: none; }
  .carousel-control-prev, .carousel-control-next { display: none; }
  .floating-btns { bottom: 20px; right: 16px; }
  .float-btn { width: 50px; height: 50px; font-size: 1.2rem; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .section-title { font-size: 1.8rem; }
  .about-img-main { height: 280px; }
  .about-badge-box { width: 90px; height: 90px; }
  .about-badge-box .year-num { font-size: 1.3rem; }
}

@media(max-width:374px)
{
	.brand-text-wrap .brand-name{
		font-size: 1rem;
	}
}