/* =============================================
   MODERN DESIGN REVAMP
   Ubhe Event And Management
   Brand palette: Gold + Deep Dark
   ============================================= */

/* === Palette === */
:root {
  --base-color: #C9973A;
  --base-color-hover: #A37A28;
  --gold-gradient: linear-gradient(135deg, #D4A853 0%, #C9973A 55%, #A37A28 100%);
  --brand-dark: #12111A;
}

/* === Color utility overrides === */
.text-base-color          { color: #C9973A !important; }
.bg-base-color            { background-color: #C9973A !important; }
.border-color-base-color  { border-color: #C9973A !important; }
.border-color-transparent-base-color { border-color: rgba(201,151,58,0.25) !important; }

/* =============================================
   NAVBAR
   ============================================= */
.navbar.header-light {
  box-shadow: 0 2px 24px rgba(0,0,0,0.07) !important;
  border-bottom: 1px solid rgba(201,151,58,0.12);
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Logo image */
.navbar .widget-text a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}
.navbar .widget-text a img {
  height: 46px;
  width: auto;
  display: block;
}

/* Nav links — override Crafto center-logo's 38px top/bottom padding */
.navbar .nav-link,
.center-logo .navbar-nav .nav-link {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
  padding: 6px 16px 6px !important;
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease !important;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #C9973A !important;
  border-bottom-color: #C9973A;
}

/* ── NearToMe "Promoted by" block ── */
.neartome-promo {
  gap: 4px;
}
.neartome-label {
  font-size: 9px;
  color: #b8b8b8;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
.neartome-img {
  height: 80px !important;
  width: auto !important;
  display: block !important;
  object-fit: contain;
}

/* Soft separator before the right CTA column */
.navbar-right-col {
  border-left: 1px solid rgba(0,0,0,0.08);
  padding-left: 20px !important;
}

/* Ensure all navbar columns are vertically centered */
@media (min-width: 992px) {
  .navbar .container-fluid { align-items: center !important; }
  .navbar .menu-logo,
  .navbar .menu-order,
  .navbar .navbar-right-col {
    align-self: center !important;
  }
  .navbar .menu-order {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .navbar .menu-order .navbar-collapse {
    align-items: center !important;
  }
  .navbar .navbar-nav { gap: 0; align-items: center; }
}

/* Navbar "Get Quote" CTA */
.navbar-cta-btn {
  background: var(--gold-gradient) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 8px 18px !important;
  border: none !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 14px rgba(201,151,58,0.38);
  letter-spacing: 0.3px;
  transition: all 0.3s ease !important;
  white-space: nowrap;
}
.navbar-cta-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 22px rgba(201,151,58,0.52) !important;
  color: #ffffff !important;
}

/* =============================================
   HERO SECTION
   ============================================= */

/* Deep overlay — ensures text always readable over any image */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5, 3, 14, 0.88) 0%,
    rgba(5, 3, 14, 0.76) 35%,
    rgba(5, 3, 14, 0.82) 65%,
    rgba(5, 3, 14, 0.94) 100%
  );
  z-index: 1;
}

/* Hide the old flat opacity layer if still in markup */
section.full-screen > .opacity-medium.bg-black { display: none !important; }

/* Ensure hero content sits above the overlay */
.full-screen.position-relative > .container {
  position: relative;
  z-index: 2;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-text {
  animation: heroFadeUp 0.9s ease 0.2s both;
}
/* Force white — Crafto alt-font uses -webkit-text-fill-color which overrides color: */
.hero-text { color: #ffffff !important; }
.hero-text h1,
.hero-text h2,
.hero-text h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}
.hero-text h1 {
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.9),
    0 4px 60px rgba(0, 0, 0, 0.7) !important;
}
.hero-text p {
  color: rgba(255, 255, 255, 0.9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6) !important;
}

/* Pill badge above headline */
.hero-badge span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,151,58,0.16) !important;
  border: 1px solid rgba(201,151,58,0.58);
  color: #F0C060 !important;
  -webkit-text-fill-color: #F0C060 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 9px 24px;
  border-radius: 50px;
  backdrop-filter: blur(8px);
}

/* Hero — primary gold CTA */
.btn-hero-primary {
  background: var(--gold-gradient) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 32px rgba(201,151,58,0.48) !important;
  transition: all 0.3s ease !important;
}
.btn-hero-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 44px rgba(201,151,58,0.64) !important;
  color: #fff !important;
}

/* Hero — ghost outline CTA */
.btn-hero-ghost {
  background: rgba(255,255,255,0.07) !important;
  border: 2px solid rgba(255,255,255,0.58) !important;
  color: #fff !important;
  font-weight: 600 !important;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease !important;
}
.btn-hero-ghost:hover {
  background: rgba(255,255,255,0.16) !important;
  border-color: #ffffff !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

/* =============================================
   GLOBAL BUTTONS — UNIFORM SYSTEM
   ============================================= */

/* All round-edge buttons → pill shape */
.btn-round-edge { border-radius: 50px !important; }

/* Primary gold — every main CTA on every page */
.btn-dark-gray {
  background: var(--gold-gradient) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 18px rgba(201,151,58,0.36) !important;
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
}
.btn-dark-gray::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background 0.3s ease;
  pointer-events: none;
}
.btn-dark-gray:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(201,151,58,0.54) !important;
  color: #fff !important;
  background: var(--gold-gradient) !important;
}
.btn-dark-gray:hover::after { background: rgba(255,255,255,0.08); }
.btn-dark-gray:active       { transform: translateY(0) !important; }

/* Consistent padding per size */
.btn.btn-extra-large { padding: 15px 42px !important; font-size: 15px !important; }
.btn.btn-large       { padding: 12px 32px !important; font-size: 14px !important; }
.btn.btn-small       { padding:  8px 22px !important; font-size: 13px !important; }

/* =============================================
   SECTION BACKGROUNDS
   ============================================= */
.bg-very-light-gray { background: #f9f7f3 !important; }

/* =============================================
   ABOUT SECTION – HOMEPAGE
   ============================================= */
.about-section-home { padding: 90px 0; }

.about-label-pill {
  display: inline-block;
  background: rgba(201, 151, 58, 0.1);
  border: 1px solid rgba(201, 151, 58, 0.36);
  color: #C9973A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.about-body-text {
  color: #666;
  font-size: 15px;
  line-height: 1.9;
}

.about-stats-row {
  display: flex;
  gap: 0;
  border-top: 1px solid #eeece5;
  border-bottom: 1px solid #eeece5;
  margin: 32px 0;
  padding: 28px 0;
}

.about-stat {
  flex: 1;
  text-align: center;
  border-right: 1px solid #eeece5;
}
.about-stat:last-child { border-right: none; }

.about-stat-number {
  display: block;
  font-size: 38px;
  font-weight: 800;
  color: #C9973A;
  line-height: 1;
  margin-bottom: 8px;
  font-family: var(--alt-font, sans-serif);
}
.about-stat-number sup {
  font-size: 20px;
  font-weight: 700;
  vertical-align: super;
  line-height: 0;
}

.about-stat-label {
  display: block;
  font-size: 11px;
  color: #999;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Image column */
.about-img-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: visible;
}
.about-img-wrapper img {
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.13);
  display: block;
  width: 100%;
}

/* Floating badge on image */
.about-img-badge {
  position: absolute;
  bottom: -22px;
  left: -28px;
  background: #12111a;
  border: 1px solid rgba(201, 151, 58, 0.32);
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  z-index: 2;
}
.about-img-badge i {
  font-size: 30px;
  color: #C9973A;
  flex-shrink: 0;
}
.about-img-badge div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-img-badge strong {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.about-img-badge span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .about-img-badge { left: 16px; bottom: 16px; }
  .about-section-home { padding: 60px 0; }
}

/* =============================================
   FEATURE STRIP
   ============================================= */
.feature-strip-section {
  background: #12111a;
  border-top: 3px solid #C9973A;
  border-bottom: 1px solid rgba(201, 151, 58, 0.15);
}
.feature-strip-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 28px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.35s ease;
  cursor: default;
}
.feature-strip-item-last { border-right: none !important; }
.feature-strip-item:hover { background: rgba(201, 151, 58, 0.08); }
.feature-strip-icon {
  font-size: 30px;
  color: #C9973A;
  margin-bottom: 14px;
  transition: transform 0.3s ease;
}
.feature-strip-item:hover .feature-strip-icon { transform: translateY(-5px) scale(1.12); }
.feature-strip-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}
.feature-strip-desc {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.4px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .feature-strip-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .feature-strip-item-last { border-bottom: none !important; }
}

/* =============================================
   SERVICE CARDS – OVERLAY STYLE
   ============================================= */
.services-section-home {
  padding: 90px 0;
  background: #f9f7f3;
}

.service-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 420px;
  cursor: pointer;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card:hover img { transform: scale(1.08); }

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 5, 20, 0.94) 0%,
    rgba(8, 5, 20, 0.52) 45%,
    rgba(8, 5, 20, 0.10) 100%
  );
  transition: opacity 0.4s ease;
}
.service-card:hover .service-card-overlay {
  background: linear-gradient(
    to top,
    rgba(8, 5, 20, 0.97) 0%,
    rgba(8, 5, 20, 0.68) 50%,
    rgba(8, 5, 20, 0.22) 100%
  );
}

.service-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 30px;
  z-index: 2;
  transition: padding 0.3s ease;
}

.service-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(201, 151, 58, 0.18);
  border: 1px solid rgba(201, 151, 58, 0.45);
  color: #C9973A;
  font-size: 18px;
  margin-bottom: 14px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.service-card:hover .service-card-icon {
  background: rgba(201, 151, 58, 0.30);
  transform: translateY(-3px);
}

.service-card-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.service-card-desc {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  max-width: 320px;
}

/* Keep old utility for other places that might use it */
.box-shadow-extra-large {
  box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important;
  border: 1px solid #f0ede5 !important;
  transition: all 0.35s ease !important;
}
.box-shadow-extra-large:hover {
  box-shadow: 0 16px 48px rgba(201,151,58,0.18) !important;
  border-color: rgba(201,151,58,0.32) !important;
  transform: translateY(-7px);
}

@media (max-width: 767px) {
  .service-card { height: 360px; }
}

/* =============================================
   BOX SHADOW MEDIUM
   ============================================= */
.box-shadow-medium {
  box-shadow: 0 4px 20px rgba(0,0,0,0.07) !important;
}

/* =============================================
   FAQ SECTION — TWO-COLUMN
   ============================================= */
.faq-section-home {
  padding: 90px 0;
  background: #ffffff;
}
.faq-heading-col {
  position: sticky;
  top: 110px;
}

/* Line-divider accordion — no card boxes */
.faq-accordion .faq-item {
  background: transparent !important;
  border: none !important;
  border-top: 1px solid #eeece5 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  padding-left: 0 !important;
  transition: border-color 0.25s ease;
}
.faq-accordion .faq-item-last {
  border-bottom: 1px solid #eeece5 !important;
}
.faq-accordion .faq-item:has(.faq-btn:not(.collapsed)) {
  border-top-color: #C9973A !important;
}

.faq-btn {
  background: transparent !important;
  color: #232323 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 26px 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  gap: 16px;
}
.faq-btn:not(.collapsed) {
  color: #C9973A !important;
  background: transparent !important;
  box-shadow: none !important;
}
.faq-btn::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C9973A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  flex-shrink: 0;
  margin-left: auto;
}
.faq-btn:focus { box-shadow: none !important; }

.faq-body {
  padding: 0 0 26px 0 !important;
  color: #777;
  font-size: 15px;
  line-height: 1.88;
}

@media (max-width: 991px) {
  .faq-heading-col { position: static; margin-bottom: 40px; }
  .faq-section-home .offset-lg-1 { margin-left: 0; }
}

/* =============================================
   ABOUT PAGE – INTRO SECTION
   ============================================= */
.abt-intro-section {
  padding: 100px 0;
  background: #ffffff;
}

/* Image wrapper */
.abt-intro-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.abt-intro-img {
  width: 100%;
  border-radius: 22px;
  display: block;
  box-shadow: 0 28px 72px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}
.abt-intro-img-overlay {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(to top, rgba(12,8,24,0.38) 0%, transparent 55%);
  z-index: 2;
  pointer-events: none;
}

/* Floating "Years" badge — top-left */
.abt-exp-badge {
  position: absolute;
  top: -22px;
  left: -22px;
  background: var(--gold-gradient);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 12px 36px rgba(201,151,58,0.48);
  min-width: 100px;
  text-align: center;
}
.abt-exp-number {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.abt-exp-number span {
  font-size: 22px;
  font-weight: 700;
}
.abt-exp-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* Floating "Events" badge — bottom-right */
.abt-events-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #12111a;
  border: 1px solid rgba(201,151,58,0.30);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  z-index: 3;
  box-shadow: 0 14px 38px rgba(0,0,0,0.28);
}
.abt-events-badge i {
  font-size: 26px;
  color: #C9973A;
  flex-shrink: 0;
}
.abt-events-badge div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.abt-events-badge strong {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.abt-events-badge span {
  font-size: 11px;
  color: rgba(255,255,255,0.48);
  letter-spacing: 0.4px;
}

/* Text column */
.abt-intro-pill {
  display: inline-block;
  background: rgba(201,151,58,0.10);
  border: 1px solid rgba(201,151,58,0.34);
  color: #C9973A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.abt-intro-heading {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  color: #12111a;
  line-height: 1.13;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}
.abt-intro-heading em {
  font-style: normal;
  color: #C9973A;
}

.abt-intro-lead {
  font-size: 16px;
  color: #666;
  line-height: 1.85;
  margin-bottom: 28px;
  max-width: 520px;
}

/* Highlights checklist */
.abt-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.abt-highlights-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.abt-highlights-list i {
  color: #C9973A;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Mini stats row */
.abt-intro-stats {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 24px 0;
  border-top: 1px solid #eeece5;
  border-bottom: 1px solid #eeece5;
  margin-bottom: 28px;
}
.abt-intro-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.abt-intro-stat strong {
  font-size: 30px;
  font-weight: 800;
  color: #C9973A;
  line-height: 1;
}
.abt-intro-stat strong span {
  font-size: 18px;
  font-weight: 700;
}
.abt-intro-stat > span {
  font-size: 11px;
  color: #999;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
}
.abt-intro-stat-divider {
  width: 1px;
  height: 40px;
  background: #eeece5;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .abt-intro-section { padding: 70px 0; }
  .abt-exp-badge { top: 12px; left: 12px; }
  .abt-events-badge { bottom: 12px; right: 12px; }
}

/* =============================================
   ABOUT PAGE – MISSION / VISION CARDS (new)
   ============================================= */
.mv-section {
  padding: 90px 0;
  background: #0e0d18;
  position: relative;
  overflow: hidden;
}

/* Subtle decorative background glow */
.mv-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(201,151,58,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.mv-section-heading {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  margin-top: 14px;
  margin-bottom: 0;
}

/* Card base — dark variant */
.mv-card {
  position: relative;
  background: #12111a;
  border: 1px solid rgba(201,151,58,0.22);
  border-top: 3px solid #C9973A;
  border-radius: 20px;
  padding: 48px 44px 40px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 64px rgba(0,0,0,0.36);
}

/* Light card variant */
.mv-card-light {
  background: #ffffff;
  border: 1px solid #eeece5;
  border-top: 3px solid #C9973A;
}
.mv-card-light:hover {
  box-shadow: 0 28px 64px rgba(201,151,58,0.14);
}

/* Large faded background number */
.mv-card-number {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(201,151,58,0.07);
  line-height: 1;
  letter-spacing: -4px;
  user-select: none;
  pointer-events: none;
}

/* Icon circle */
.mv-card-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: rgba(201,151,58,0.14);
  border: 1px solid rgba(201,151,58,0.38);
  color: #C9973A;
  font-size: 24px;
  margin-bottom: 28px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.mv-card:hover .mv-card-icon-wrap {
  transform: scale(1.1);
  background: rgba(201,151,58,0.22);
}

.mv-card-icon-light {
  background: rgba(201,151,58,0.10);
  border: 1px solid rgba(201,151,58,0.30);
}

.mv-card-title {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.mv-card-title-dark { color: #12111a; }

.mv-card-body {
  font-size: 15px;
  color: rgba(255,255,255,0.60);
  line-height: 1.85;
  margin-bottom: 28px;
}
.mv-card-body-dark { color: #666; }

.mv-card-divider {
  width: 40px;
  height: 2px;
  background: var(--gold-gradient);
  border-radius: 2px;
  margin-bottom: 20px;
}
.mv-card-divider-dark { background: var(--gold-gradient); }

.mv-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #C9973A;
  letter-spacing: 0.5px;
}
.mv-card-tag i { font-size: 11px; }
.mv-card-tag-dark { color: #C9973A; }

@media (max-width: 767px) {
  .mv-card { padding: 36px 28px; }
  .mv-section { padding: 70px 0; }
}

/* =============================================
   CORE VALUES — NUMBERED CARDS
   ============================================= */
.values-section {
  padding: 90px 0;
  background: #f9f7f3;
}
.values-heading {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #12111a;
  letter-spacing: -1px;
  margin-top: 14px;
}

.value-new-card {
  background: #ffffff;
  border: 1px solid #eeece5;
  border-radius: 20px;
  padding: 36px 28px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.value-new-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold-gradient);
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: left;
}
.value-new-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 52px rgba(201,151,58,0.14);
  border-color: rgba(201,151,58,0.25);
}
.value-new-card:hover::before { transform: scaleX(1); }

.value-new-num {
  position: absolute;
  top: 14px; right: 18px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(201,151,58,0.30);
  letter-spacing: 1px;
}
.value-new-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px; height: 58px;
  border-radius: 16px;
  background: rgba(201,151,58,0.10);
  border: 1px solid rgba(201,151,58,0.25);
  color: #C9973A;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.value-new-card:hover .value-new-icon {
  background: rgba(201,151,58,0.18);
  transform: scale(1.1);
}
.value-new-title {
  font-size: 15px;
  font-weight: 700;
  color: #12111a;
  margin-bottom: 8px;
  line-height: 1.4;
}
.value-new-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* =============================================
   ABOUT PAGE – SERVICES OVERLAY SECTION
   ============================================= */
.abt-services-section {
  padding: 90px 0;
  background: #ffffff;
}
.abt-services-heading {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #12111a;
  letter-spacing: -1px;
  margin-top: 14px;
  margin-bottom: 12px;
}
.abt-services-sub {
  font-size: 15px;
  color: #888;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.75;
}

/* =============================================
   SERVICES PAGE — REDESIGNED CARDS
   ============================================= */
.services-page-section {
  padding: 80px 0;
  background: #f9f7f3;
}
.services-category-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9973A;
  border-left: 3px solid #C9973A;
  padding-left: 14px;
  margin: 56px 0 28px;
  display: block;
}
.services-category-heading:first-child { margin-top: 0; }

.svc-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 280px;
  background: #1a1820;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.18); }
.svc-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.svc-card:hover img { transform: scale(1.08); }
.svc-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,3,14,0.90) 0%, rgba(5,3,14,0.40) 50%, transparent 100%);
}
.svc-card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 22px 20px;
  z-index: 2;
}
.svc-card-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: 0.1px;
}
.svc-card-desc {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.60);
  line-height: 1.6;
}

/* =============================================
   GALLERY PAGE — IMPROVED GRID
   ============================================= */
.gallery-section {
  padding: 80px 0 90px;
  background: #ffffff;
}
.gallery-section-header {
  margin-bottom: 50px;
}
.gallery-grid-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #1a1820;
}
.gallery-grid-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
}
.gallery-grid-item:hover img {
  transform: scale(1.07);
  filter: brightness(0.85);
}
.gallery-grid-overlay {
  position: absolute; inset: 0;
  background: rgba(5,3,14,0);
  transition: background 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-grid-item:hover .gallery-grid-overlay {
  background: rgba(5,3,14,0.32);
}
.gallery-grid-overlay i {
  color: #ffffff;
  font-size: 28px;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.35s ease;
}
.gallery-grid-item:hover .gallery-grid-overlay i {
  opacity: 1;
  transform: scale(1);
}

/* =============================================
   GALLERY — VIDEO SHOWCASE
   ============================================= */
.video-showcase-section {
  padding: 90px 0 80px;
  background: #0e0d18;
  position: relative;
}

.video-section-heading {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.video-section-sub {
  color: rgba(255,255,255,0.50);
  font-size: 15px;
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.75;
}

.video-frame-wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
.video-glow-ring {
  position: absolute;
  inset: -12px;
  border-radius: 26px;
  background: transparent;
  border: 1px solid rgba(201,151,58,0.20);
  pointer-events: none;
}
.video-inner {
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(201,151,58,0.28),
    0 32px 80px rgba(0,0,0,0.55),
    0 0 60px rgba(201,151,58,0.08);
  position: relative;
  z-index: 1;
}
.video-inner video { display: block; background: #000; }

/* Gold corner brackets */
.video-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 2;
  pointer-events: none;
}
.video-corner-tl {
  top: -2px; left: -2px;
  border-top: 2px solid #C9973A;
  border-left: 2px solid #C9973A;
  border-radius: 4px 0 0 0;
}
.video-corner-br {
  bottom: -2px; right: -2px;
  border-bottom: 2px solid #C9973A;
  border-right: 2px solid #C9973A;
  border-radius: 0 0 4px 0;
}

.video-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.4px;
}
.video-caption i {
  color: #C9973A;
  font-size: 16px;
}

/* =============================================
   GALLERY — CTA BANNER
   ============================================= */
.gallery-cta-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: #12111a;
  border-top: 3px solid #C9973A;
}
.gallery-cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(201,151,58,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 50%, rgba(201,151,58,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.gallery-cta-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C9973A;
  margin-bottom: 14px;
}
.gallery-cta-heading {
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  line-height: 1.12;
  margin-bottom: 16px;
}
.gallery-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.52);
  line-height: 1.8;
  max-width: 500px;
  margin: 0;
}

.gallery-cta-btn-primary {
  background: var(--gold-gradient) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 14px 28px !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(201,151,58,0.40) !important;
  transition: all 0.3s ease !important;
  text-align: center;
}
.gallery-cta-btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 40px rgba(201,151,58,0.58) !important;
  color: #fff !important;
}

.gallery-cta-btn-outline {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 14px 28px !important;
  border: 2px solid rgba(255,255,255,0.28) !important;
  transition: all 0.3s ease !important;
  text-align: center;
}
.gallery-cta-btn-outline:hover {
  border-color: #C9973A !important;
  color: #C9973A !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 991px) {
  .video-showcase-section { padding: 70px 0 60px; }
  .gallery-cta-section { padding: 60px 0; }
  .gallery-cta-sub { max-width: 100%; }
}

/* =============================================
   CONTACT — INFO STRIP
   ============================================= */
.contact-info-strip {
  background: #0e0d18;
  border-top: 3px solid #C9973A;
  padding: 0;
}
.contact-strip-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 36px 32px;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s ease;
}
.contact-strip-item:last-child { border-right: none; }
.contact-strip-item:hover { background: rgba(201,151,58,0.06); }
.contact-strip-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  background: rgba(201,151,58,0.12);
  border: 1px solid rgba(201,151,58,0.30);
  color: #C9973A;
  font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-strip-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.38);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-strip-value {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.45;
}
.contact-strip-value a {
  color: #ffffff !important;
  text-decoration: none;
}
.contact-strip-value a:hover { color: #C9973A !important; }

/* =============================================
   CONTACT FORM PANEL
   ============================================= */
.contact-form-panel {
  padding: 60px 56px;
  background: #ffffff;
}
.contact-form-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C9973A;
  margin-bottom: 14px;
}
.contact-form-heading {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: #12111a;
  letter-spacing: -1px;
  line-height: 1.18;
  margin-bottom: 36px;
}
.contact-form-field {
  position: relative;
  margin-bottom: 18px;
}
.contact-form-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.contact-form-field .form-control {
  background: #f9f7f3 !important;
  border: 1.5px solid #eeece5 !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  font-size: 14px;
  color: #12111a;
  transition: all 0.25s ease !important;
}
.contact-form-field .form-control:focus {
  background: #ffffff !important;
  border-color: #C9973A !important;
  box-shadow: 0 0 0 3px rgba(201,151,58,0.10) !important;
}

/* Validation states */
.contact-form-field .form-control.cf-valid {
  border-color: #22c55e !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.08) !important;
}
.contact-form-field .form-control.cf-invalid {
  border-color: #ef4444 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,0.08) !important;
}

/* Required asterisk */
.cf-required {
  color: #ef4444;
  font-size: 14px;
  margin-left: 2px;
  line-height: 1;
}

/* Error message */
.cf-error {
  display: block;
  font-size: 12px;
  color: #ef4444;
  font-weight: 500;
  margin-top: 5px;
  min-height: 16px;
  line-height: 1.4;
}

/* Hint text */
.cf-hint {
  display: block;
  font-size: 11px;
  color: #bbb;
  margin-top: 4px;
  letter-spacing: 0.2px;
}

/* Character counter */
.cf-char-count {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #bbb;
  margin-top: 4px;
  transition: color 0.2s ease;
}
.cf-char-count.cf-count-warn { color: #f59e0b; }
.cf-char-count.cf-count-max  { color: #ef4444; }

/* Success message */
.cf-success {
  margin-top: 16px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.30);
  border-radius: 10px;
  padding: 14px 18px;
  color: #16a34a;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cf-success i { font-size: 18px; }

@media (max-width: 991px) {
  .contact-strip-item { padding: 28px 20px; }
  .contact-form-panel { padding: 40px 28px; }
}

/* =============================================
   CONTACT – INFO CARDS & FORM
   ============================================= */
.p-40px.bg-very-light-gray.border-radius-6px {
  background: #ffffff !important;
  border: 1px solid #f0ede5;
  transition: all 0.3s ease;
}
.p-40px.bg-very-light-gray.border-radius-6px:hover {
  border-color: rgba(201,151,58,0.3);
  box-shadow: 0 10px 32px rgba(201,151,58,0.1);
  transform: translateY(-4px);
}

.form-control {
  border-radius: 8px !important;
  border: 1.5px solid #e4e0d6 !important;
  transition: all 0.25s ease !important;
}
.form-control:focus {
  border-color: #C9973A !important;
  box-shadow: 0 0 0 3px rgba(201,151,58,0.12) !important;
}

/* =============================================
   GALLERY
   ============================================= */
.border-radius-6px.overflow-hidden.box-shadow-medium {
  transition: all 0.4s ease;
}
.border-radius-6px.overflow-hidden.box-shadow-medium:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 16px 42px rgba(0,0,0,0.14) !important;
}
.border-radius-6px.overflow-hidden.box-shadow-medium img {
  transition: transform 0.55s ease;
}
.border-radius-6px.overflow-hidden.box-shadow-medium:hover img {
  transform: scale(1.07);
}

/* =============================================
   PAGE TITLE BANNERS (About / Services / etc.)
   ============================================= */

/* Replace flat opacity layer with a proper gradient */
.page-title-center-large .opacity-extra-medium.bg-black {
  opacity: 1 !important;
  background: linear-gradient(
    to bottom,
    rgba(5, 3, 14, 0.90) 0%,
    rgba(8, 5, 20, 0.78) 45%,
    rgba(5, 3, 14, 0.92) 100%
  ) !important;
}

/* Taller banner for more visual impact */
.page-title-center-large {
  min-height: 360px !important;
  display: flex !important;
  align-items: center !important;
}
.page-title-center-large .container { width: 100%; }
.page-title-center-large .small-screen { width: 100%; }

/* Force heading white (same Crafto alt-font gradient-clip fix) */
.page-title-center-large h1.alt-font {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  text-shadow: 0 3px 28px rgba(0,0,0,0.65), 0 1px 6px rgba(0,0,0,0.5);
  font-size: clamp(40px, 6vw, 64px) !important;
  margin-bottom: 14px !important;
}

/* Breadcrumb nav */
.page-banner-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.page-banner-breadcrumb a {
  color: #C9973A;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-banner-breadcrumb a:hover { color: #F0C060; }
.page-banner-breadcrumb .bc-sep {
  color: rgba(255,255,255,0.30);
  font-size: 16px;
  line-height: 1;
}
.page-banner-breadcrumb .bc-current {
  color: rgba(255,255,255,0.62);
}

/* Subtitle line */
.page-banner-subtitle {
  color: rgba(255, 255, 255, 0.70) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin-bottom: 26px !important;
  max-width: 580px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Gold divider */
.page-banner-divider {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, #D4A853, #C9973A, #A37A28);
  border-radius: 3px;
  margin: 0 auto;
}

/* =============================================
   BORDER RADII – warmer / rounder
   ============================================= */
.border-radius-4px { border-radius: 10px !important; }
.border-radius-6px { border-radius: 14px !important; }

/* =============================================
   FOOTER REVAMP
   ============================================= */
footer.p-0.bg-dark-gray,
footer.bg-dark-gray { background: #0e0d18 !important; }

footer.p-0.bg-dark-gray { border-top: 3px solid #C9973A; }

/* Brand row separator */
.footer-brand-row { border-bottom: 1px solid rgba(255,255,255,0.06); }

/* "Promoted by" + NearToMe logo in footer brand row */
.footer-promo-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-neartome-logo {
  height: 100px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(1.05) contrast(1);
  transition: filter 0.3s ease;
}
.footer-neartome-link:hover .footer-neartome-logo {
  filter: brightness(1.2) contrast(1.05);
}

/* Column headings */
.footer-col-heading {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding-bottom: 12px !important;
  margin-bottom: 20px !important;
  position: relative;
}
.footer-col-heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 30px; height: 2px;
  background: #C9973A;
  border-radius: 2px;
}

/* Info rows (icon + text) */
.footer-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.52);
  font-size: 14px;
  line-height: 1.75;
}
.footer-info-item i {
  color: #C9973A;
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0;
  width: 15px;
  text-align: center;
}
.footer-info-item a {
  color: rgba(255,255,255,0.52) !important;
  text-decoration: none;
  transition: color 0.25s ease;
  word-break: break-word;
}
.footer-info-item a:hover { color: #D4A853 !important; }

/* Quick links */
.footer-quick-links { list-style: none; padding: 0; margin: 0; }
.footer-quick-links li { margin-bottom: 10px; }
.footer-quick-links a {
  color: rgba(255,255,255,0.52) !important;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.footer-quick-links a::before {
  content: '›';
  color: #C9973A;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}
.footer-quick-links a:hover {
  color: #D4A853 !important;
  padding-left: 4px;
}

/* Copyright bar */
.footer-copyright { background: rgba(0,0,0,0.22) !important; }
.footer-copyright p {
  color: rgba(255,255,255,0.32) !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
.footer-copyright a {
  color: #C9973A !important;
  text-decoration: none;
}
.footer-copyright a:hover { color: #D4A853 !important; }

footer .border-top { border-color: rgba(255,255,255,0.07) !important; }

/* =============================================
   WHATSAPP FLOAT BUTTON
   ============================================= */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 6px 22px rgba(37,211,102,0.42);
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.whatsapp-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 10px 32px rgba(37,211,102,0.58);
}

/* =============================================
   SCROLLBAR
   ============================================= */
::-webkit-scrollbar       { width: 5px; }
::-webkit-scrollbar-track { background: #f5f5f5; }
::-webkit-scrollbar-thumb { background: #C9973A; border-radius: 3px; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991px) {
  .navbar .widget-text a { font-size: 15px !important; }
}
@media (max-width: 576px) {
  .whatsapp-float { bottom: 20px; right: 18px; width: 50px; height: 50px; }
}
