body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: #f5f5f5;
}

.container {
    width: 90%;
    margin: auto;
}

.site-header {
    background: #000;
    color: #fff;
    padding: 15px 0;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav a {
    color: #fff;
    text-decoration: none;
}

.hero {
    background: url('../images/hero.jpg') center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.btn {
    background: gold;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
}

.features {
    padding: 50px 0;
}

.grid {
    display: flex;
    gap: 20px;
}

.card {
    background: #fff;
    
    text-align: center;
}
.card h3 {
    color: #0000FF;       /* Hex code for blue */
    padding: 20px;
    flex: 1;
    text-align: center;
}

.site-footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('../images/hero.jpg') center/cover;
    color: #fff;
    padding: 120px 0;
    text-align: center;
}

.inner-hero {
    background: #111;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.about-preview, .content, .contact {
    padding: 60px 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.trust-bar {
    padding: 30px 0;
    background: #f9f9f9;
}

.trust-logos img {
    height: 40px;
    width:auto;
    margin: 10px;
    opacity: 0.7;
}

.services, .stats, .testimonials, .cta {
    padding: 60px 0;
}

.stats {
    background: #111;
    color: #fff;
    text-align: center;
}
.about-section, .team-section, .vision {
    padding: 60px 0;
}

.team-section .card {
    text-align: center;
}

.vision .card {
    background: #f9f9f9;
}
.contact-section {
    padding: 60px 0;
}

.contact-section form input,
.contact-section form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-section .card {
    padding: 20px;
    text-align:left;
}

.map iframe {
    display: block;
}

.site-footer {
    background: #0f172a;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-col h3,
.footer-col h4 {
    margin-bottom: 15px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
}

.footer-col ul li a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 20px;
    text-align: center;
}

.disclaimer-text {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 10px;
}
/* HERO */
.hero-section {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('assets/images/investment-bg.jpg') center/cover no-repeat;
}

/* GOLD BUTTON */
.btn-gold {
    background: #c9a24d;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
}

.btn-gold:hover {
    background: #b8913f;
}

/* SECTION TITLE */
.section-title {
    font-weight: 700;
}

.section-subtitle {
    max-width: 700px;
    margin: auto;
    color: #555;
}

/* SERVICES */
.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
}

/* WHY SECTION */
.why-section {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.why-box h3 {
    font-size: 32px;
    color: #c9a24d;
}

/* FOCUS */
.focus-box {
    padding: 30px;
    background: #f1f5f9;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.focus-box:hover {
    background: #c9a24d;
    color: #fff;
}

/* CTA */
.cta-section {
    background: linear-gradient(135deg, #c9a24d, #b8913f);
}
.hero.legal-hero {
    padding: 100px 0;
    background: linear-gradient(rgba(15,23,42,0.85), rgba(15,23,42,0.85)),
                url('assets/images/legal-bg.jpg') center/cover no-repeat;
    color: #fff;
}

.hero.legal-hero h1 {
    font-size: 42px;
    font-weight: 700;
}

.hero.legal-hero p {
    font-size: 18px;
    color: #cbd5e1;
}

/* HEADER BASE */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 15px 0;
}

/* FLEX */
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.logo img {
    height: 45px;
}

/* NAV */
.nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

/* HOVER EFFECT */
.nav ul li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #c9a24d;
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

.nav ul li a:hover::after {
    width: 100%;
}

/* TOGGLE BUTTON */
.menu-toggle {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    .nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #0f172a;
        display: none;
        flex-direction: column;
        text-align: center;
    }

    .nav ul {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }

    .nav.active {
        display: flex;
    }
}
body {
    padding-top: 80px;
}
.menu-toggle {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 1100;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .menu-toggle {
        display: block !important;
    }
}
.nav {
    z-index: 1001;
}

@media (max-width: 768px) {
    .nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #0f172a;
        display: none;
    }

    .nav.active {
        display: block !important;
    }
}
.site-header {
    z-index: 9999;
}
.site-header {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* FLEX FIX */
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* TOGGLE */
.menu-toggle {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    .nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #0f172a;
        display: none;
        text-align: center;
    }

    .nav ul {
        flex-direction: column;
        padding: 20px 0;
    }

    .nav.active {
        display: block;
    }
}
.menu-toggle.open {
    transform: rotate(90deg);
    transition: 0.3s;
}
/* DEFAULT (HIDDEN ON MOBILE) */
.nav {
    display: flex;
}

/* MOBILE */
@media (max-width: 768px) {

    .nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #0f172a;
        z-index: 999;
    }

    .nav.active {
        display: block;
    }

    .nav ul {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
}
.site-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.nav {
    z-index: 1001;
}

@media (max-width: 768px) {

    .nav {
        position: absolute;
        top: 70px;
        left: 15px;              /* align right */
        width: auto;              /* 🔥 auto width */
        min-width: 180px;         /* keep readable */
        background: rgba(15, 23, 42, 0.85); /* transparent */
        backdrop-filter: blur(10px);        /* glass effect */
        border-radius: 12px;
        padding: 15px 20px;
        display: none;
        z-index: 9999;
    }

    .nav.active {
        display: block;
    }

    .nav ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0;
        margin: 0;
    }

    .nav ul li a {
        color: #fff;
        font-size: 15px;
        text-align: left;
    }
}
.nav ul li a:hover {
    color: #c9a24d;
}
.nav {
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.logo {
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
}
.logo img {
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.6));
}
.map-container {
    position: relative;
    width: 100%;
    height: 350px; /* default desktop height */
    overflow: hidden;
    border-radius: 8px; /* optional, looks nicer */
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Tablet view */
@media (max-width: 992px) {
    .map-container {
        height: 300px;
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .map-container {
        height: 250px;
    }
}

/* Small mobile / very small devices */
@media (max-width: 480px) {
    .map-container {
        height: 200px;
    }
}
/* Image hover effect for desktops/tablets */
.trusted-companies img {
    transition: transform 0.3s ease;
    max-width: 100%; /* ensures image is responsive */
    height: auto;
}

/* Scale on hover for devices that support hover */
@media (hover: hover) and (pointer: fine) {
    .trusted-companies img:hover {
        transform: scale(1.05); /* subtle zoom effect */
    }
}

/* Mobile devices - disable hover effect, keep image responsive */
@media (max-width: 768px) {
    .trusted-companies img {
        max-width: 80%; /* adjust if needed */
        margin: 0 auto; /* center image */
        display: block;
    }
}
.about-preview img {
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .about-preview img:hover {
        transform: scale(1.05); /* subtle zoom effect on desktop */
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .about-preview .col-lg-6 {
        text-align: center;
    }

    .about-preview img {
        max-width: 80%; /* smaller on mobile */
        margin: 20px auto 0;
        display: block;
    }
}
.trusted-companies img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .trusted-companies img:hover {
        transform: scale(1.05);
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .trusted-companies .col-lg-6 {
        text-align: center;
    }

    .trusted-companies img {
        max-width: 80%;
        margin: 20px auto 0;
        display: block;
    }
}