/* ==========================================================================
   Bal Vikas Adarsh College — Custom Theme
   ========================================================================== */

:root {
  --brand-navy: #16233f;
  --brand-navy-dark: #0e1730;
  --brand-navy-light: #23375f;
  --brand-maroon: #8a1f2d;
  --brand-maroon-dark: #6c1723;
  --brand-gold: #c9a227;
  --brand-gold-light: #e7c766;
  --bg-soft: #f7f4ee;
  --text-body: #43485a;
  --text-dark: #16192a;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 10px 30px rgba(22, 35, 63, 0.08);
  --shadow-strong: 0 20px 45px rgba(22, 35, 63, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-body);
  background-color: #ffffff;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", "Georgia", serif;
  color: var(--text-dark);
  font-weight: 700;
  letter-spacing: -0.01em;
}

a {
  text-decoration: none;
  color: inherit;
}

.hindi {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--brand-navy-dark);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  padding: 8px 0;
}

.topbar-item-group {
  display: flex;
  gap: 28px;
}

.topbar-item i {
  color: var(--brand-gold);
  margin-right: 6px;
}

.topbar-item a {
  color: rgba(255, 255, 255, 0.85);
}

.topbar-item a:hover {
  color: var(--brand-gold-light);
}

.topbar-social a {
  color: rgba(255, 255, 255, 0.85);
  margin-left: 14px;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.topbar-social a:hover {
  color: var(--brand-gold-light);
}

/* ---------- Header / Navbar ---------- */
.site-header {
  background: #ffffff;
  box-shadow: 0 2px 18px rgba(22, 35, 63, 0.06);
  z-index: 1030;
}

.navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-maroon));
  color: var(--brand-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--brand-navy);
}

.brand-subtitle {
  font-size: 0.72rem;
  color: var(--brand-maroon);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 14px !important;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--brand-maroon);
}

.btn-cta {
  background: linear-gradient(135deg, var(--brand-maroon), var(--brand-maroon-dark));
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 50px;
  box-shadow: 0 8px 18px rgba(138, 31, 45, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(138, 31, 45, 0.35);
}

.btn-outline-primary {
  border: 2px solid var(--brand-navy);
  color: var(--brand-navy);
  font-weight: 600;
  border-radius: 50px;
  padding: 9px 22px;
  background: transparent;
}

.btn-outline-primary:hover {
  background: var(--brand-navy);
  color: #fff;
}

.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 24px;
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--brand-navy);
  border-color: #fff;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(201, 162, 39, 0.18), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(138, 31, 45, 0.35), transparent 50%),
    linear-gradient(120deg, var(--brand-navy-dark) 0%, var(--brand-navy) 55%, var(--brand-navy-light) 100%);
  color: #fff;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.min-vh-hero {
  min-height: 78vh;
  padding: 90px 0 70px;
}

.badge-eyebrow {
  display: inline-block;
  background: rgba(201, 162, 39, 0.16);
  color: var(--brand-gold-light);
  border: 1px solid rgba(201, 162, 39, 0.4);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2.1rem, 4.2vw, 3.25rem);
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 640px;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- Hero notification panel ---------- */
.notice-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.notice-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--brand-maroon), var(--brand-maroon-dark));
  color: #fff;
  padding: 14px 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.notice-panel-header i {
  color: var(--brand-gold-light);
  margin-right: 8px;
}

.notice-count {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 0.8rem;
}

.notice-panel-body {
  padding: 18px 20px 20px;
  max-height: 360px;
  overflow-y: auto;
}

.notice-item {
  position: relative;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--brand-gold);
  border-radius: var(--radius-md);
}

.notice-item + .notice-item {
  margin-top: 14px;
}

.notice-tag {
  position: absolute;
  top: -9px;
  right: 12px;
  background: var(--brand-gold);
  color: var(--brand-navy-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 50px;
}

.notice-title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  padding-right: 40px;
}

.notice-date {
  font-size: 0.8rem;
  color: var(--brand-gold-light);
  margin-bottom: 8px;
}

.notice-date i {
  margin-right: 4px;
}

.notice-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 10px;
}

.notice-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(231, 199, 102, 0.4);
  padding-bottom: 2px;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.notice-link:hover {
  color: #fff;
  border-color: #fff;
}

.notice-empty {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 991.98px) {
  .notice-panel {
    margin-top: 32px;
  }
}

/* ---------- Admission strip ---------- */
.admission-strip {
  background: linear-gradient(135deg, var(--brand-maroon), var(--brand-maroon-dark));
  color: #fff;
  padding: 26px 0;
}

.admission-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.admission-strip-title {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 4px;
}

.admission-strip .btn-cta {
  background: #fff;
  color: var(--brand-maroon-dark);
  box-shadow: none;
}

.admission-strip .btn-cta:hover {
  color: var(--brand-maroon-dark);
  background: var(--brand-gold-light);
}

/* ---------- Sections ---------- */
.section-py {
  padding: 84px 0;
}

.bg-soft {
  background: var(--bg-soft);
}

.section-heading {
  max-width: 640px;
  margin: 0 auto 48px;
}

.section-eyebrow {
  display: inline-block;
  color: var(--brand-maroon);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.section-sub {
  color: var(--text-body);
  font-size: 1.02rem;
  margin-top: 10px;
}

.text-primary-brand {
  color: var(--brand-maroon);
}

/* ---------- Admission cards ---------- */
.admission-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  height: 100%;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(22, 35, 63, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.admission-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.admission-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-light));
  color: var(--brand-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.admission-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.admission-card p {
  color: var(--text-body);
  margin-bottom: 24px;
  min-height: 48px;
}

.admission-card-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.admission-tag {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-maroon);
  background: rgba(138, 31, 45, 0.08);
  padding: 5px 12px;
  border-radius: 50px;
}

/* ---------- Stat cards ---------- */
.stat-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border-top: 4px solid var(--brand-gold);
}

.stat-number {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--brand-navy);
}

.stat-label {
  color: var(--text-body);
  font-weight: 600;
  font-size: 0.88rem;
  margin-top: 6px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  color: var(--text-dark);
  font-weight: 500;
}

.feature-list i {
  color: var(--brand-maroon);
  font-size: 1.05rem;
}

/* ---------- Course cards ---------- */
.course-card,
.service-detail-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  height: 100%;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(22, 35, 63, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.course-card:hover,
.service-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.course-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-maroon), var(--brand-maroon-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.course-card h3,
.service-detail-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}

.course-fee {
  color: var(--brand-navy);
  font-weight: 600;
  margin-bottom: 14px;
}

.course-fee strong {
  color: var(--brand-maroon);
  font-size: 1.15rem;
}

.course-fee span {
  color: var(--text-body);
  font-weight: 400;
  font-size: 0.85rem;
}

.course-subjects {
  color: var(--text-body);
  font-size: 0.92rem;
  margin-bottom: 22px;
  min-height: 44px;
}

.subjects-heading {
  color: var(--brand-navy);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 12px;
}

.subject-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.subject-chip {
  background: var(--bg-soft);
  color: var(--brand-navy);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid rgba(22, 35, 63, 0.08);
}

/* ---------- Quote section ---------- */
.quote-section {
  background: linear-gradient(135deg, var(--brand-navy-dark), var(--brand-navy));
  color: rgba(255, 255, 255, 0.92);
  padding: 90px 0;
  text-align: center;
}

.quote-icon {
  font-size: 2.6rem;
  color: var(--brand-gold);
  margin-bottom: 14px;
  display: inline-block;
}

.quote-text {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.7;
  color: #f4f1ea;
  border: none;
  margin-bottom: 36px;
}

.quote-author {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.quote-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-light));
  color: var(--brand-navy-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.quote-name {
  font-weight: 700;
  color: #fff;
}

.quote-role {
  color: var(--brand-gold-light);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ---------- CTA section ---------- */
.cta-section {
  padding: 60px 0;
  background: var(--bg-soft);
}

.cta-inner {
  background: linear-gradient(135deg, var(--brand-maroon), var(--brand-maroon-dark));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 46px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-strong);
}

.cta-inner h2 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-inner .btn-cta {
  background: #fff;
  color: var(--brand-maroon-dark);
  box-shadow: none;
}

.cta-inner .btn-cta:hover {
  background: var(--brand-gold-light);
  color: var(--brand-maroon-dark);
}

/* ---------- Inner page hero ---------- */
.page-hero {
  background: linear-gradient(120deg, var(--brand-navy-dark), var(--brand-navy));
  color: #fff;
  padding: 64px 0 40px;
  position: relative;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin: 6px 0 18px;
}

.page-hero .breadcrumb {
  margin-bottom: 0;
}

.page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
}

.page-hero .breadcrumb-item.active {
  color: var(--brand-gold-light);
}

.page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- About page ---------- */
.lead-paragraph {
  font-size: 1.05rem;
  color: var(--text-body);
  margin-bottom: 24px;
}

.signature-block {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px dashed rgba(22, 35, 63, 0.15);
}

.signature-block .quote-name {
  color: var(--text-dark);
}

.signature-block .quote-role {
  color: var(--brand-maroon);
}

.info-panel {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(22, 35, 63, 0.06);
}

.info-panel-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(22, 35, 63, 0.07);
}

.info-panel-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-panel-item:first-child {
  padding-top: 0;
}

.info-panel-item i {
  font-size: 1.5rem;
  color: var(--brand-maroon);
  flex-shrink: 0;
  margin-top: 4px;
}

.info-panel-item h5 {
  font-size: 1.02rem;
  margin-bottom: 4px;
}

.info-panel-item p {
  color: var(--text-body);
  font-size: 0.92rem;
}

/* ---------- Team ---------- */
.team-card {
  background: #fff;
  border-radius: var(--radius-lg);
  text-align: center;
  padding: 36px 20px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(22, 35, 63, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.team-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-maroon));
  color: var(--brand-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 1.5rem;
}

.team-card h3 {
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.team-card p {
  color: var(--brand-maroon);
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 0;
}

/* ---------- Mini features (Services page) ---------- */
.mini-feature {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 26px 20px;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(22, 35, 63, 0.06);
}

.mini-feature i {
  font-size: 1.8rem;
  color: var(--brand-maroon);
  margin-bottom: 12px;
  display: inline-block;
}

.mini-feature h6 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.mini-feature p {
  color: var(--text-body);
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* ---------- Gallery ---------- */
.gallery-tile {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-light));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease;
}

.gallery-tile:nth-child(even) {
  background: linear-gradient(135deg, var(--brand-maroon), var(--brand-maroon-dark));
}

.gallery-tile:hover {
  transform: scale(1.03);
}

.gallery-tile i {
  font-size: 2.2rem;
  color: var(--brand-gold-light);
}

.gallery-tile span {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  padding: 0 12px;
}

/* ---------- Contact page ---------- */
.contact-form-card,
.find-us-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 38px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(22, 35, 63, 0.06);
  height: 100%;
}

.find-us-card {
  background: var(--brand-navy);
  color: rgba(255, 255, 255, 0.9);
}

.find-us-card h2,
.find-us-card h6 {
  color: #fff;
}

.find-us-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.find-us-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.find-us-item:first-child {
  padding-top: 0;
}

.find-us-item i {
  font-size: 1.3rem;
  color: var(--brand-gold-light);
  margin-top: 3px;
  flex-shrink: 0;
}

.find-us-item p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.form-label {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 0.9rem;
}

.form-control {
  border-radius: 10px;
  border: 1.5px solid rgba(22, 35, 63, 0.12);
  padding: 11px 14px;
}

.form-control:focus {
  border-color: var(--brand-maroon);
  box-shadow: 0 0 0 4px rgba(138, 31, 45, 0.1);
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(22, 35, 63, 0.06);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--brand-navy-dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 70px 0 26px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand .brand-title {
  color: #fff;
  font-size: 1.15rem;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.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.08);
  color: #fff;
  margin-right: 10px;
  transition: background 0.2s ease;
}

.footer-social a:hover {
  background: var(--brand-maroon);
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

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

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

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

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

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

.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.footer-contact i {
  color: var(--brand-gold-light);
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}

.footer-bottom {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
  z-index: 1040;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .min-vh-hero {
    min-height: auto;
    padding: 60px 0 50px;
    text-align: center;
  }

  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .section-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-inner {
    text-align: center;
    justify-content: center;
  }

  .navbar-collapse {
    padding-top: 14px;
  }
}

@media (max-width: 575.98px) {
  .section-py {
    padding: 56px 0;
  }

  .cta-inner {
    padding: 34px 24px;
  }

  .contact-form-card,
  .find-us-card {
    padding: 26px;
  }
}
