/* =========================
   GLOBAL STYLES
========================= */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #0b0b0b;
    color: #ffffff;
    padding-top: 80px; /* fixed navbar offset */
}

.text-neon {
    color: #00ff99;
}


/* =========================
   BUTTONS
========================= */
.btn-neon {
    background-color: #00ff99;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 6px;
}

.btn-neon:hover {
    background-color: #00cc7a;
    color: #000;
}


/* =========================
   NAVBAR
========================= */
.navbar {
    min-height: 70px;
}

.navbar-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}
/* ACTIVE NAV LINK */
.nav-link {
    color: #bfbfbf;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #00ff99;
}

.nav-link.active {
    color: #00ff99 !important;
    font-weight: 600;
    position: relative;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #00ff99;
    border-radius: 2px;
}


/* =========================
   HERO SECTION
========================= */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at top, #111 0%, #000 70%);
    padding-top: 100px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
}


/* =========================
   SERVICE CARDS
========================= */
.service-icon {
    font-size: 3rem;
    color: #00ff99;
    margin-bottom: 15px;
    display: inline-block;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.service-card {
    background: linear-gradient(145deg, #0f0f0f, #090909);
    padding: 35px 25px;
    border-radius: 16px;
    border: 1px solid #1e1e1e;
    height: 100%;
    transition: all 0.35s ease;
}

.service-card h5 {
    margin-top: 10px;
    font-weight: 600;
}

.service-card p {
    font-size: 0.95rem;
    color: #bfbfbf;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: #00ff99;
    box-shadow: 0 0 20px rgba(0,255,153,0.25);
}

.service-card:hover .service-icon {
    transform: scale(1.15);
    text-shadow: 0 0 15px rgba(0,255,153,0.9);
}


/* =========================
   FOUNDER / TEAM
========================= */
.founder-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #00ff99;
}


/* =========================
   FORMS (CONTACT / QUOTATION)
========================= */
.form-control {
    background-color: #0f0f0f;
    border: 1px solid #222;
    color: #ffffff;
}

.form-control::placeholder {
    color: #777;
}

.form-control:focus {
    background-color: #0f0f0f;
    color: #ffffff;
    border-color: #00ff99;
    box-shadow: 0 0 0 0.15rem rgba(0,255,153,0.25);
}


/* =========================
   CONTACT PAGE (MAP FIX)
========================= */
.contact-page {
    padding-bottom: 100px; /* space before footer */
}

.map-card {
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
}

.map-card iframe {
    width: 100%;
    height: 300px;
    border: 0;
    display: block;
}


/* =========================
   FOOTER (NORMAL FLOW)
========================= */
.footer {
    background-color: #000;
    border-top: 1px solid #1f1f1f;
    padding: 60px 0 30px;
    position: static;
    clear: both;
}

.footer-container {
    max-width: 1140px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo {
    height: 40px;
    max-width: 180px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.footer-heading {
    color: #00ff99;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-text {
    color: #cfcfcf;
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 90%;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    color: #bfbfbf;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.footer-links li:hover {
    color: #00ff99;
}

.footer-divider {
    margin: 35px 0 15px;
    border-color: #222;
}

.footer-bottom {
    font-size: 0.85rem;
    color: #777;
    text-align: center;
}


/* =========================
   RESPONSIVE FIXES
========================= */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .footer-text {
        max-width: 100%;
    }
}
/* MAIN CONTENT WRAPPER */
.site-content {
    display: block;
    width: 100%;
}
/* SCROLL TO TOP BUTTON */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: #00ff99;
    color: #000;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 20px rgba(0,255,153,0.5);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

#scrollTopBtn:hover {
    transform: translateY(-4px);
}
/* WHATSAPP FLOAT BUTTON */
.whatsapp-float {
    position: fixed;
    bottom: 90px; /* above scroll-to-top */
    right: 30px;
    background-color: #25d366;
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 999;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
    transform: translateY(-4px);
    color: #fff;
}
/* LOGIN PAGE INPUTS */
.login-page .form-control {
    width: 100%;
}
/* DASHBOARD LAYOUT */
.dashboard-wrapper {
    display: flex;
    min-height: calc(100vh - 80px);
}

/* SIDEBAR */
.dashboard-sidebar {
    width: 240px;
    background: #050505;
    border-right: 1px solid #1f1f1f;
    padding: 30px 20px;
}

.dashboard-menu {
    list-style: none;
    padding: 0;
}

.dashboard-menu li {
    margin-bottom: 15px;
}

.dashboard-menu a {
    color: #bfbfbf;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.dashboard-menu a:hover {
    background: #111;
    color: #00ff99;
}
/* ACTIVE SIDEBAR MENU */
.dashboard-menu a.active {
    background-color: #111;
    color: #00ff99;
    font-weight: 600;
    border-left: 4px solid #00ff99;
}

/* MAIN CONTENT */
.dashboard-content {
    flex: 1;
    padding: 40px;
}
.table-warning {
    background-color: rgba(255, 193, 7, 0.1) !important;
}
.pagination .page-link {
    cursor: pointer;
}

.pagination .active .page-link {
    background-color: #00ff99 !important;
    color: #000 !important;
    font-weight: 600;
}
