/* ===================================================================
   BUSINESS WALKINS — HOME PAGE DEDICATED STYLESHEET
   Page: index.html
   =================================================================== */

@import url('style.css');
@import url('overrides.css');

/* Home-specific luxury polish and animations */
.hero-awards-link {
  transition: var(--transition, all 0.3s ease);
}

/* ===================================================================
   HOMEPAGE LUXURY TYPOGRAPHY SYSTEM (MATCHING SUB-PAGES 1:1)
   =================================================================== */

/* All Headings: Cinzel, Bold 700, Uppercase, 0.04em Letter Spacing */
h1, h2, h3, h4,
.section-header h2,
.section-heading,
.editorial-content h2,
.hero-title,
.sham-content-wrapper h2,
.awards-section h2,
.varanasi-section h2,
.international-section h2,
.sponsorship-section h2,
.packages-section h2,
.networking-section h2,
.leadership-section h2,
.event-details-section h2,
.faq-section h2,
.contact-section h2 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #FFFFFF;
}

/* Section Main Heading Sizes & Line Heights */
.section-header h2,
.section-heading,
.editorial-content h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  margin-bottom: 1.15rem !important;
}

/* Section Pill Tag / Badge (Same 3D Rounded Gold Aesthetic as Sub-Pages) */
.section-tag,
.section-label,
.partner-label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 0.76rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #E5C76B !important;
  background: rgba(201, 162, 39, 0.1) !important;
  border: 1px solid rgba(201, 162, 39, 0.35) !important;
  padding: 0.42rem 1.15rem !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 1.1rem !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  line-height: 1.4 !important;
}

.section-label::before,
.section-label::after,
.section-tag::before,
.section-tag::after {
  display: none !important;
  content: none !important;
}

/* Hero Badge Single Luxury Pill */
.hero-badge-top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 0.76rem !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #E5C76B !important;
  background: rgba(201, 162, 39, 0.1) !important;
  border: 1px solid rgba(201, 162, 39, 0.38) !important;
  padding: 0.45rem 1.4rem !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  margin-bottom: 1.8rem !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(8px) !important;
  line-height: 1.4 !important;
}

.hero-badge-top span {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  letter-spacing: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  display: inline !important;
}

/* Section Header Alignment (Centered by default) */
.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem;
}

.section-header .section-label,
.section-header .section-tag {
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  text-align: center;
}

/* Section Subheadings & Lead Paragraphs (Default Centered) */
.section-subheading,
.section-desc,
.editorial-lead {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem) !important;
  line-height: 1.75 !important;
  color: #A8A8BE !important;
  max-width: 740px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  font-weight: 400 !important;
}

/* Left-Aligned Headers (e.g., #pillars / Sham-e-Banaras) */
.section-header.left-aligned,
.left-aligned {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.section-header.left-aligned .section-label,
.section-header.left-aligned .section-tag,
.left-aligned .section-label,
.left-aligned .section-tag {
  margin-left: 0 !important;
  margin-right: auto !important;
  display: inline-block !important;
}

.section-header.left-aligned h2,
.left-aligned h2 {
  text-align: left !important;
}

.section-header.left-aligned .section-subheading,
.section-header.left-aligned .section-desc,
.left-aligned .section-subheading,
.left-aligned .section-desc {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

/* Countdown Section 2-Line Heading Perfection */
.countdown-section .section-header {
  max-width: 1040px !important;
}

.countdown-section h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.85rem) !important;
  line-height: 1.28 !important;
}

/* FAQ Section 1-Line Heading Perfection */
.faq-section .section-header {
  max-width: 1100px !important;
}

.faq-section h2,
.faq-section .section-heading {
  font-size: clamp(1.75rem, 3vw, 2.75rem) !important;
  white-space: nowrap !important;
  line-height: 1.25 !important;
}

@media (max-width: 767px) {
  .faq-section h2,
  .faq-section .section-heading {
    white-space: normal !important;
    font-size: clamp(1.5rem, 4.5vw, 2rem) !important;
  }
}

/* Networking Section 2-Line Heading */
.networking-content h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.45rem) !important;
  line-height: 1.25 !important;
  margin-bottom: 1.2rem !important;
}

/* Card & Content Subheadings (H3) */
h3,
.award-main h3,
.service-card-body h3,
.exp-body h3,
.sham-pillar-item h3,
.partner-title,
.kashi-panel-content h3,
.leader-info h3,
.sponsor-tier-card h3,
.pkg-card-header h3,
.vip-attendee-card h3,
.event-col h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  letter-spacing: 0.03em !important;
}

/* Gold Gradient Accents across all headings */
.gold-text,
.text-gold,
.gold-gradient,
h1 .gold-text,
h2 .gold-text,
h3 .gold-text,
h4 .gold-text,
.section-heading .gold-text,
.section-header h2 .gold-text {
  color: #E5C76B !important;
  background: linear-gradient(135deg, #FFF1C5 0%, #E5C76B 45%, #C9A227 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline !important;
  font-weight: inherit !important;
  text-shadow: none !important;
}
/* ===================================================================
   PARTNERS STRIP LUXURY UNIFIED CARDS
   =================================================================== */
.partners-strip-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  align-items: stretch !important;
}

.partner-box,
.partner-box-main {
  background: rgba(14, 20, 48, 0.85) !important;
  border: 1px solid rgba(201, 162, 39, 0.25) !important;
  border-radius: 14px !important;
  padding: 2.2rem 2rem !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
}

.partner-box:hover,
.partner-box-main:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(229, 199, 107, 0.7) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 162, 39, 0.2) !important;
  background: linear-gradient(145deg, rgba(22, 30, 58, 0.95) 0%, rgba(12, 16, 32, 0.95) 100%) !important;
}

.partner-box .partner-label,
.partner-box-main .partner-label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #E5C76B !important;
  background: rgba(201, 162, 39, 0.1) !important;
  border: 1px solid rgba(201, 162, 39, 0.35) !important;
  padding: 0.38rem 1.1rem !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.1rem !important;
  width: auto !important;
  line-height: 1.4 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.partner-title {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 0.6rem !important;
  line-height: 1.35 !important;
}

.partner-sub {
  font-size: 0.86rem !important;
  color: #A8A8BE !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .partners-strip-grid {
    grid-template-columns: 1fr !important;
    gap: 1.4rem !important;
  }
}

/* ===================================================================
   MEGA MENU STYLES FOR HOME (DARK LUXURY)
   =================================================================== */
.dropdown-menu,
.mega-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 860px;
  max-width: 94vw;
  background: #10131A;
  background: linear-gradient(180deg, #141824 0%, #0D1017 100%);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-top: 2px solid var(--gold-antique, #C9A227);
  border-radius: 12px;
  padding: 1.6rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85), 0 0 25px rgba(201, 162, 39, 0.08);
  z-index: 1020;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
}

.nav-item-dropdown::before {
  content: '';
  position: absolute;
  top: 100%;
  left: -12px;
  right: -12px;
  height: 14px;
}

.nav-item-dropdown:hover .dropdown-menu,
.nav-item-dropdown:focus-within .dropdown-menu,
.nav-item-dropdown.open .dropdown-menu,
.nav-item-dropdown:hover .mega-menu,
.nav-item-dropdown:focus-within .mega-menu,
.nav-item-dropdown.open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.mega-col-title {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-champagne, #E5C76B);
  font-weight: 700;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
  margin-bottom: 0.9rem;
  display: block;
}

.mega-menu-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0.65rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-bottom: 0.4rem;
  border-left: 2px solid transparent;
}

.mega-menu-link:hover,
.mega-menu-link.active {
  background: rgba(201, 162, 39, 0.08);
  border-left-color: var(--gold-antique, #C9A227);
  transform: translateX(3px);
}

.mega-icon-wrap {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-champagne, #E5C76B);
  flex-shrink: 0;
  margin-top: 2px;
}

.mega-link-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-ivory, #F7F2E7);
  display: block;
  margin-bottom: 2px;
  transition: color 0.2s ease;
}

.mega-menu-link:hover .mega-link-title {
  color: var(--gold-champagne, #E5C76B);
}

.mega-link-desc {
  font-size: 0.75rem;
  color: var(--text-muted, #9CA3AF);
  line-height: 1.35;
  display: block;
}

.mega-menu-bottom {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(20, 24, 36, 0.6);
  padding: 0.9rem 1.2rem;
  border-radius: 6px;
}

.mega-bottom-highlight {
  font-size: 0.8rem;
  color: var(--text-muted, #9CA3AF);
}

.mega-bottom-highlight strong {
  color: var(--gold-champagne, #E5C76B);
}

.mega-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-antique, #C9A227);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mega-bottom-btn:hover {
  color: var(--gold-champagne, #E5C76B);
}

@media (max-width: 991px) {
  .mega-menu {
    position: static;
    transform: none !important;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0.5rem 0;
  }
  .nav-item-dropdown.open .mega-menu {
    display: block;
  }
  .mega-menu-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .mega-menu-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===================================================================
   OUR LUXURY SERVICES (HOME PAGE SECTION & CARDS GRID)
   =================================================================== */
.home-services-section,
#services {
  background: #080D20;
  padding: 6.5rem 0;
  position: relative;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin-top: 3.5rem;
}

.service-card {
  background: rgba(18, 24, 40, 0.95);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 199, 107, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 25px rgba(201, 162, 39, 0.25);
  background: linear-gradient(145deg, rgba(26, 34, 58, 0.98) 0%, rgba(14, 18, 32, 1) 100%);
}

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

.service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.service-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 18, 30, 0.95) 0%, rgba(14, 18, 30, 0.2) 60%, transparent 100%);
}

.service-icon-floating {
  position: absolute;
  bottom: 1rem;
  right: 1.2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(11, 14, 24, 0.9);
  border: 1.5px solid #C9A227;
  color: #E5C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
  z-index: 2;
}

.service-card:hover .service-icon-floating {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.12) rotate(6deg);
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.5);
}

.service-card-body {
  padding: 1.8rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card-body h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.service-card-body h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.service-card-body h3 a:hover {
  color: #E5C76B;
}

.service-card-body p {
  font-size: 0.9rem;
  color: #A8A8BE;
  line-height: 1.68;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}

.service-pill-tags {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #D6D6E4;
  background: rgba(11, 14, 24, 0.7);
  border: 1px solid rgba(201, 162, 39, 0.2);
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.service-pill .pill-dot {
  color: #E5C76B;
  font-size: 0.75rem;
  line-height: 1;
}

.service-card:hover .service-pill {
  border-color: rgba(201, 162, 39, 0.45);
  background: rgba(20, 26, 44, 0.95);
  color: #FFFFFF;
}

.btn-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E5C76B;
  font-weight: 700;
  padding: 0.5rem 0;
  border-bottom: 1.5px solid transparent;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  margin-top: auto;
}

.btn-learn-more svg {
  transition: transform 0.3s ease;
}

.btn-learn-more:hover {
  color: #FFF;
  border-bottom-color: #E5C76B;
}

.btn-learn-more:hover svg {
  transform: translateX(6px);
}

@media (max-width: 1199px) {
  .services-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }
}

@media (max-width: 767px) {
  .services-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .service-card-body {
    padding: 1.4rem 1.4rem;
  }
  .service-img-wrapper {
    height: 200px;
  }
}

