body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fb;
    margin: 0;
    padding-top: 80px;
}

img {
    max-width: 100%;
    height: auto;
}

/* ================= NAVBAR ================= */
.custom-navbar {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 8px 0;
    z-index: 1000;
}

/* Logo */
.navbar-brand img {
    height: 60px;
    transition: 0.3s;
}

/* Nav links */
.navbar-nav .nav-link {
    color: #2F4E85 !important;
    font-weight: 500;
    padding: 8px 12px;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #D4AF37 !important;
}

/* Dropdown */
.dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.dropdown-item {
    padding: 10px 15px;
    transition: 0.2s;
}

.dropdown-item:hover {
    background: #f5f7fb;
    color: #2F4E85;
}

/* CTA Button */
.btn-gold {
    background: linear-gradient(45deg, #D4AF37, #C89B2E);
    color: white;
    border-radius: 25px;
    padding: 8px 18px;
    border: none;
    transition: 0.3s;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(212,175,55,0.3);
}

/* Hamburger */
.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232F4E85' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ================= MOBILE FIX ================= */
@media (max-width: 991px) {

    .navbar-collapse {
        background: #ffffff;
        padding: 15px;
        border-radius: 12px;
        margin-top: 10px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .dropdown-menu {
        box-shadow: none;
        border-radius: 10px;
    }

    .btn-gold {
        width: 100%;
    }
}

/* ================= ABOUT HERO ================= */
.about-hero {
    padding: 140px 20px 80px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
}

/* LEFT */
.about-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-content span {
    color: #d4af37;
}

.about-content p {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 25px;
}

/* BUTTONS */
.about-buttons {
    margin-bottom: 20px;
}

.btn-gold {
    background: #d4af37;
    color: #000;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
}

.btn-outline-light {
    border: 1px solid #fff;
    margin-left: 10px;
}

/* TRUST */
.about-trust {
    font-size: 14px;
    color: #94a3b8;
}

/* IMAGE */
.about-img {
    max-width: 100%;
    margin-top: 20px;
}

/* MOBILE */
@media (max-width: 768px) {

    .about-hero {
        padding: 120px 20px 60px;
        text-align: center;
    }

    .about-content h1 {
        font-size: 32px;
    }

    .about-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .btn-outline-light {
        margin-left: 0;
    }

    .about-img {
        margin-top: 30px;
    }
}

/* ================= STORY ================= */
.about-story {
    padding: 80px 20px;
    background: #f8fafc;
}

/* IMAGE */
.story-img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* CONTENT */
.story-content {
    padding-left: 30px;
}

.story-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0f172a;
}

.story-content p {
    color: #475569;
    margin-bottom: 15px;
    line-height: 1.7;
}

/* POINTS */
.story-points {
    margin-top: 20px;
    font-weight: 500;
}

.story-points div {
    margin-bottom: 8px;
    color: #0f172a;
}

/* MOBILE */
@media (max-width: 768px) {

    .story-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .story-content h2 {
        font-size: 28px;
    }
}

/* TRUST SECTION */
.about-trust {
  padding: 80px 0;
  background: #f8faff;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b1c39;
}

.section-subtitle {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
}

/* STATS */
.trust-stats h3 {
  font-size: 28px;
  font-weight: 700;
  color: #d4af37;
}

.trust-stats p {
  color: #555;
  margin-top: 5px;
}

/* CARDS */
.trust-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.trust-card i {
  font-size: 28px;
  color: #d4af37;
  margin-bottom: 15px;
}

.trust-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.trust-card p {
  font-size: 14px;
  color: #666;
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* TIMELINE SECTION */
.about-timeline {
  padding: 80px 0;
  background: #ffffff;
}

/* Timeline Line */
.timeline {
  position: relative;
  margin-top: 50px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: #d4af37;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

/* Timeline Items */
.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

/* Circles */
.timeline-item::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background: #fff;
  border: 4px solid #d4af37;
  top: 30px;
  border-radius: 50%;
  z-index: 1;
}

/* LEFT SIDE */
.timeline-item.left {
  left: 0;
}

/* RIGHT SIDE */
.timeline-item.right {
  left: 50%;
}

/* RIGHT circle fix */
.timeline-item.right::after {
  left: -10px;
}

/* Content Box */
.timeline-content {
  background: #f8faff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.timeline-content h4 {
  color: #d4af37;
  font-weight: 700;
}

.timeline-content h5 {
  margin-top: 5px;
  font-weight: 600;
}

.timeline-content p {
  font-size: 14px;
  color: #666;
}

/* Hover Effect */
.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

  .timeline::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-item::after {
    left: 10px;
  }
}

/* LEADERSHIP SECTION */
.about-leadership {
  padding: 80px 0;
  background: #f8faff;
}

/* CARD */
.leader-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.leader-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #d4af37;
}

/* TEXT */
.leader-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.leader-card .role {
  color: #d4af37;
  font-weight: 500;
  font-size: 14px;
}

.leader-card .desc {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

/* SOCIAL */
.leader-social {
  margin-top: 15px;
}

.leader-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #0b1c39;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}

.leader-social a:hover {
  background: #d4af37;
  color: #000;
}

/* HOVER */
.leader-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* ================= Footer 1 ================= */
/* ================= FOOTER PRO ================= */

.footer-pro {
    background: #0f1e3a;
    color: white;
    padding: 60px 15px 20px;
}

/* LOGO */
.footer-logo {
    height: 60px;
    margin-bottom: 15px;
}

/* TEXT */
.footer-desc {
    font-size: 14px;
    color: #bbb;
}

/* HEADINGS */
.footer-pro h6 {
    color: #D4AF37;
    margin-bottom: 15px;
}

/* LINKS */
.footer-pro ul {
    list-style: none;
    padding: 0;
}

.footer-pro ul li {
    margin-bottom: 8px;
}

.footer-pro ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-pro ul li a:hover {
    color: #D4AF37;
}

/* SOCIAL */
.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: white;
}

.social-icons a:hover {
    color: #D4AF37;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
    padding-top: 15px;
    font-size: 13px;
    color: #aaa;
}

/* MOBILE */
@media (max-width: 768px) {

    .footer-pro {
        text-align: center;
    }

    .social-icons {
        margin-top: 10px;
    }
}


/* ================= POPUP PREMIUM ================= */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: 0.3s ease;

    z-index: 99999; /* ABOVE navbar */
}

/* ACTIVE STATE */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* BOX */
.popup-box {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;

    text-align: center;
    position: relative;

    transform: translateY(30px) scale(0.95);
    transition: 0.3s ease;
}

/* ANIMATE IN */
.popup-overlay.active .popup-box {
    transform: translateY(0) scale(1);
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* INPUTS */
.popup-box input,
.popup-box select {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* BUTTON */
.popup-box .btn {
    width: 100%;
}

/* BODY LOCK */
body.popup-open {
    overflow: hidden;
}

/* ========================= */
/* WHATSAPP */
/* ========================= */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 15px;
    font-size: 20px;
    background: #25D366;
    color: white;
    padding: 12px;
    border-radius: 50%;
}