body {
    font-family: 'Poppins', 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%;
    }
}

/* TEAM HERO */
/* HERO */
.team-hero {
    padding: 140px 20px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
}
.team-hero h1 {
    font-size: 48px;
}
.team-hero span {
    color: #d4af37;
}

/* SECTIONS */
section {
    padding: 80px 20px;
}

/* CARD */
.card-team {
    background: white;
    border-radius: 15px;
    padding-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    margin-bottom: 20px;
}
.card-team:hover {
    transform: translateY(-10px);
}

.card-team img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.card-team h4, .card-team h5 {
    margin-top: 15px;
}

.card-team span {
    color: #888;
    font-size: 14px;
}

/* SMALL */
.card-team.small img {
    height: 180px;
}

/* LIFE GRID */
.life .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
.life img {
    width: 100%;
    border-radius: 10px;
}

/* CTA */
.join-team {
    background: #0f172a;
    color: white;
}
.btn-gold {
    background: #d4af37;
    border: none;
    color: black;
}

/* POPUP */
.popup {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
}
.popup.active {
    display:flex;
}
.popup-box {
    background:white;
    padding:30px;
    border-radius:10px;
}
.popup-box input {
    width:100%;
    margin:10px 0;
    padding:10px;
}

/* MOBILE */
@media(max-width:768px){
    .team-hero h1 {
        font-size:32px;
    }
}

/* ================= 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%;
}