body {
    background-color: #0d0d0d;
    font-family: 'Segoe UI', sans-serif;
}

.custom-navbar {
    background: rgba(0,0,0,0.9);
}

.nav-link {
    color: #fff !important;
    margin-left: 15px;
}

.nav-link:hover {
    color: #c9a74d !important;
}

.hero-section {
    height: 100vh;
    position: relative;
    background: url('https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3') center/cover no-repeat;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.btn-gold {
    background-color: #c9a74d;
    color: #000;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-gold:hover {
    background-color: #b8913c;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    font-weight: 700;
    color: #c9a74d;
}

.service-box {
    background: #141414;
    padding: 40px;
    border-radius: 15px;
    transition: all 0.4s ease;
    color: #fff;
    border: 1px solid #222;
}

.service-box:hover {
    transform: translateY(-12px);
    border-color: #c9a74d;
    box-shadow: 0 15px 40px rgba(201,167,77,0.25);
}


.why-icon {
    font-size: 40px;
    color: #c9a74d;
    margin-bottom: 15px;
}

.footer {
    background: #000;
}

.inner-hero {
    height: 60vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
        url('https://images.unsplash.com/photo-1507679799987-c73779587ccf') center/cover no-repeat;
}
.form-dark {
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
}

.form-dark:focus {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #c9a74d;
    box-shadow: none;
}
.navbar-scrolled {
    background-color: #000 !important;
    transition: 0.3s;
}

.counter {
    font-size: 42px;
    color: #c9a74d;
    font-weight: bold;
}
.cta-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(-45deg, #000000, #111111, #1a1a1a, #000000);
    background-size: 400% 400%;
    animation: gradientMove 12s ease infinite;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

/* Gold glowing overlay */
.cta-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201,167,77,0.25) 0%, rgba(0,0,0,0) 70%);
    top: -200px;
    right: -200px;
    animation: glowMove 8s ease-in-out infinite alternate;
}

/* Gradient Animation */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Gold Glow Movement */
@keyframes glowMove {
    0% { transform: translateY(0px); }
    100% { transform: translateY(40px); }
}

.cta-section h2 {
    color: #c9a74d;
    position: relative;
    z-index: 2;
}

.cta-section p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    color: #ddd;
    position: relative;
    z-index: 2;
}

.cta-section .btn {
    position: relative;
    z-index: 2;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: #0d0d0d;
}

body {
    position: relative;
    z-index: 1;
}

section, nav, footer {
    position: relative;
    z-index: 2;
}
.corporate-footer {
    background: #0b0b0b;
    padding: 80px 0 30px;
    color: #aaa;
    border-top: 1px solid #222;
}

.footer-heading {
    color: #c9a74d;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-text {
    font-size: 14px;
    line-height: 1.8;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #c9a74d;
    padding-left: 5px;
}

.social-icons a {
    color: #aaa;
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #c9a74d;
    transform: translateY(-3px);
}

.footer-divider {
    border-color: #222;
    margin-top: 50px;
}

.legal-disclaimer {
    background: #080808;
    padding: 50px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    font-size: 14px;
    color: #aaa;
}

.legal-disclaimer h5 {
    color: #c9a74d;
    font-weight: 600;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #111;
    color: #aaa;
    padding: 15px 0;
    border-top: 1px solid #222;
    z-index: 9999;
    display: none;
    font-size: 14px;
}

.cookie-consent a {
    color: #c9a74d;
    text-decoration: none;
}

.cookie-consent a:hover {
    text-decoration: underline;
}

.whatsapp-wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

/* Button */
.whatsapp-float {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.4);
    color: #fff;
}

/* Tooltip */
.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    bottom: 12px;
    background: #111;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    border: 1px solid #c9a74d;
}

.whatsapp-wrapper:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* ================= PRELOADER ================= */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-content {
    text-align: center;
    color: #c9a74d;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Gold Spinner */
.gold-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(201,167,77,0.2);
    border-top: 4px solid #c9a74d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.footer-risk {
    font-size: 13px;
    color: #888;
    text-align: center;
    border-top: 1px solid #222;
    padding-top: 20px;
}

.footer-risk p {
    max-width: 900px;
    margin: auto;
}


.custom-navbar {
    transition: all 0.4s ease;
}

.custom-navbar.scrolled {
    background: rgba(0,0,0,0.95);
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}


.nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
    background: #c9a74d;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.custom-navbar {
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.6);
}

.custom-navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #c9a74d, transparent);
    animation: goldSlide 3s infinite linear;
}

@keyframes goldSlide {
    0% { background-position: -200px; }
    100% { background-position: 200px; }
}


