/* ===========================
   MY WEALTH ZONE 369 - Custom CSS
   Primary Blue: #0B3D91
   Dark Blue: #072A63
   =========================== */

:root {
  --primary:    #0B3D91;
  --dark-blue:  #072A63;
  --accent:     #F9A826;
  --light-bg:   #F4F8FF;
  --text-dark:  #1a1a2e;
  --text-muted: #6c757d;
  --white:      #ffffff;
}

/* ---------- GLOBAL ---------- */
* { box-sizing: border-box; }

body {
  font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  scroll-behavior: smooth;
}

a { text-decoration: none; color: inherit; }

.section-gap { padding: 80px 0; }
.section-gap-sm { padding: 50px 0; }

/* ---------- TOPBAR ---------- */
.topbar {
  background: var(--dark-blue);
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
}
.topbar a { color: #fff; }
.topbar a:hover { color: var(--accent); }

/* ---------- NAVBAR ---------- */
.site-navbar {
 
  padding: 10px 0;
  box-shadow: 0 2px 12px rgba(7,42,99,0.15);
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
}

.site-navbar .navbar-brand img {
  height: 52px;
  object-fit: contain;
}

.site-navbar .navbar-brand span {
  color: #402f2f !important;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.site-navbar .nav-link {
  color: rgb(10 58 138) !important;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 14px !important;
  border-radius: 4px;
  transition: all 0.25s;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
  color: #402f2f !important;
  background: rgba(255,255,255,0.15);
}

.site-navbar .btn-call {
  background: var(--accent);
  color: var(--dark-blue);
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 14px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.site-navbar .btn-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249,168,38,0.4);
}

.navbar-toggler { border-color: rgb(18 153 217 / 40%); }
.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='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: #133b7d;
}

/* ---------- HERO ---------- */
.hero-section {
  background: linear-gradient(135deg, var(--dark-blue) 0%, var(--primary) 60%, #1a5fb4 100%);
  color: #fff;
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: rgba(249,168,38,0.07);
  border-radius: 50%;
}

.hero-section h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

.hero-section .hero-sub {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 560px;
  margin-bottom: 32px;
}

.hero-section .accent-text { color: var(--accent); }

.btn-primary-custom {
  background: var(--accent);
  color: var(--dark-blue);
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.25s;
  display: inline-block;
}

.btn-primary-custom:hover {
  background: #e8970f;
  color: var(--dark-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249,168,38,0.3);
}

.btn-outline-custom {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.25s;
  display: inline-block;
}

.btn-outline-custom:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
}

/* ---------- HERO BADGES ---------- */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 25px;
  padding: 6px 16px;
  font-size: 13px;
  color: #fff;
}

/* ---------- SECTION HEADING ---------- */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading .sub-label {
  display: inline-block;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(11,61,145,0.08);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.section-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--dark-blue);
  margin-bottom: 14px;
}

.section-heading p {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
}

/* ---------- SERVICE CARDS ---------- */
.service-card {
  background: var(--white);
  border-radius: 14px;
  padding: 36px 28px;
  box-shadow: 0 4px 24px rgba(11,61,145,0.08);
  border: 1px solid rgba(11,61,145,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(11,61,145,0.15);
}

.service-card .svc-icon {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #ffb400, #56a11e);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 26px;
  color: #fff;
}

.service-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.service-card ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.service-card ul li {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.service-card .svc-link {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
}

.service-card .svc-link:hover { color: var(--dark-blue); }

/* ---------- WHY TRUST US ---------- */
.why-section { background: var(--light-bg); }

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(11,61,145,0.06);
}

.trust-item .trust-icon {
  font-size: 24px;
  color: var(--primary);
  min-width: 36px;
  margin-top: 2px;
}

.trust-item h5 {
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 4px;
  font-size: 1rem;
}

.trust-item p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin: 0;
}

/* ---------- STATS ---------- */
.stats-section {
  background: linear-gradient(135deg, var(--dark-blue), var(--primary));
  color: #fff;
  padding: 60px 0;
}

.stat-box {
  text-align: center;
  padding: 20px;
}

.stat-box h3 {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 4px;
}

.stat-box p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin: 0;
}

/* ---------- QUOTE / CTA ---------- */
.quote-section {
  background: var(--light-bg);
  padding: 60px 0;
  text-align: center;
}

.quote-box {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(11,61,145,0.08);
  border-top: 4px solid var(--primary);
}

.quote-box .quote-text {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
}

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--dark-blue) 0%, var(--primary) 100%);
  color: #fff;
  padding: 60px 0 50px;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 10px;
}

.page-hero p {
  opacity: 0.85;
  max-width: 500px;
  margin: 0 auto;
}

.breadcrumb {
  background: transparent !important;
  padding: 0;
  margin: 12px 0 0;
  justify-content: center;
}

.breadcrumb-item a { color: var(--accent); }
.breadcrumb-item.active { color: rgba(255,255,255,0.8); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

/* ---------- ABOUT PAGE ---------- */
.founder-card {
 background: linear-gradient(135deg, #634f07, #198754);
  color: #fff;
  border-radius: 16px;
  padding: 36px;
  text-align: center;
}

.founder-card .founder-avatar {
  width: 90px;
  height: 90px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 16px;
  border: 3px solid var(--accent);
}

.founder-card h4 { font-weight: 800; margin-bottom: 4px; }

.founder-card .badge-amfi {
  display: inline-block;
  background: var(--accent);
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 700;
  border-radius: 15px;
  padding: 3px 12px;
  margin-bottom: 16px;
}

.founder-card blockquote {
  font-style: italic;
  opacity: 0.9;
  font-size: 0.95rem;
  line-height: 1.65;
  border-left: none;
  padding: 0;
}

.value-card {
  background: var(--light-bg);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  border-bottom: 3px solid var(--primary);
  transition: transform 0.2s;
}

.value-card:hover { transform: translateY(-4px); }

.value-card .val-icon {
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 12px;
}

.value-card h5 {
  font-weight: 700;
  color: var(--dark-blue);
  font-size: 1rem;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

/* ---------- SERVICES PAGE ---------- */
.svc-detail-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(11,61,145,0.07);
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(11,61,145,0.07);
}

.svc-detail-card .svc-head {
  background: linear-gradient(135deg, #ffb400, #56a11e);
  color: #fff;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.svc-detail-card .svc-head .hd-icon {
  font-size: 36px;
  opacity: 0.9;
}

.svc-detail-card .svc-head h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.svc-detail-card .svc-head span {
  font-size: 0.85rem;
  opacity: 0.8;
}

.svc-detail-card .svc-body { padding: 28px 30px; }

.svc-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.svc-feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.svc-feature-list li::before {
  content: '✓';
  color: var(--primary);
  font-weight: 700;
  min-width: 16px;
}

@media (max-width:576px) {
  .svc-feature-list { grid-template-columns: 1fr; }
}

/* ---------- ENQUIRY FORM ---------- */
.enquiry-section { background: var(--light-bg); }

.enquiry-form-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 28px rgba(11,61,145,0.08);
}

.form-group label {
  font-weight: 600;
  color: var(--dark-blue);
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.form-group .form-control,
.form-group .form-select {
  border: 1.5px solid #dde4f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.9rem;
  transition: border-color 0.2s;
}

.form-group .form-control:focus,
.form-group .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(11,61,145,0.1);
}

.btn-submit {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 13px 40px;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  transition: background 0.25s, transform 0.2s;
}

.btn-submit:hover {
  background: var(--dark-blue);
  transform: translateY(-2px);
}

.contact-info-card {
  background: linear-gradient(135deg, var(--dark-blue), var(--primary));
  border-radius: 16px;
  padding: 36px;
  color: #fff;
  height: 100%;
}

.contact-info-card h4 {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 1.15rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.contact-info-item .ci-icon {
  font-size: 20px;
  color: var(--accent);
  min-width: 28px;
  margin-top: 2px;
}

.contact-info-item h6 {
  font-weight: 700;
  font-size: 0.85rem;
  opacity: 0.75;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info-item a,
.contact-info-item p {
  color: #fff;
  font-size: 0.95rem;
  margin: 0;
}

.contact-info-item a:hover { color: var(--accent); }

/* ---------- CONTACT PAGE ---------- */
.map-frame {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(11,61,145,0.1);
  border: none;
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--dark-blue);
  color: #fff;
  padding: 60px 0 0;
}

.footer-brand h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.footer-brand img {
  height: 50px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  font-size: 0.88rem;
  opacity: 0.75;
  line-height: 1.6;
}

.footer-heading {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li { margin-bottom: 10px; }

.footer-links a {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a:hover { color: var(--accent); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-contact-item i {
  color: var(--accent);
  font-size: 15px;
  min-width: 20px;
  margin-top: 3px;
}

.footer-contact-item span {
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-contact-item a {
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
}

.footer-contact-item a:hover { color: var(--accent); }

.footer-bottom {
  background: rgba(0,0,0,0.2);
  padding: 16px 0;
  margin-top: 40px;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
}

.footer-bottom .disclaimer {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}

/* ---------- WHATSAPP BTN ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37,211,102,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: pulse-wa 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(37,211,102,0.55);
  color: #fff;
}

@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 4px 16px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 4px 28px rgba(37,211,102,0.75); }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .section-gap { padding: 55px 0; }
  .hero-section { padding: 60px 0 50px; }
  .hero-section h1 { font-size: 1.75rem; }
  .enquiry-form-wrap { padding: 24px 18px; }
  .svc-detail-card .svc-body { padding: 20px 18px; }
  .contact-info-card { margin-top: 24px; }
  .footer-brand { margin-bottom: 28px; }
}
