:root {
    --primary-color: #0d6efd;
    --secondary-color: #6c757d;
    --dark-bg: #1a1a1a;
    --light-bg: #f8f9fa;
    --font-main: 'Prompt', sans-serif;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: var(--font-main);
    color: #333;
}

/* Navbar */
.navbar {
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-bottom: 1px solid #0D6EFD;
}

.navbar-brand {
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.nav-link {
    font-weight: 400;
    margin: 0 5px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    min-height: 600px;
    background: url('/img/hero-img.jpg') no-repeat center center/cover;
    position: relative;
    /* margin-top: -76px; */
    /* Pull up behind navbar */
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

/* Service Cards */
.service-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
    border-color: var(--primary-color);
}

.icon-box {
    transition: transform 0.3s ease;
}

.service-card:hover .icon-box {
    transform: scale(1.1);
}

/* Divider */
.divider {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Process Steps */
.process-step {
    position: relative;
    z-index: 1;
}

.step-icon {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
}

.process-step:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
    background-color: #0b5ed7 !important;
}

/* Pricing Table */
.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

/* Testimonials */
.card {
    border-radius: 1rem;
}

/* Contact Section */
.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
:root {
    --primary-color: #0d6efd;
    --secondary-color: #6c757d;
    --dark-bg: #1a1a1a;
    --light-bg: #f8f9fa;
    --font-main: 'Prompt', sans-serif;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: var(--font-main);
    color: #333;
}

/* Navbar */
.navbar {
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-bottom: 1px solid #0D6EFD;
}

.navbar-brand {
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.nav-link {
    font-weight: 400;
    margin: 0 5px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    min-height: 600px;
    background: url('/img/hero-img.jpg') no-repeat center center/cover;
    position: relative;
    /* margin-top: -76px; */
    /* Pull up behind navbar */
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

/* Service Cards */
.service-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
    border-color: var(--primary-color);
}

.icon-box {
    transition: transform 0.3s ease;
}

.service-card:hover .icon-box {
    transform: scale(1.1);
}

/* Divider */
.divider {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Process Steps */
.process-step {
    position: relative;
    z-index: 1;
}

.step-icon {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
}

.process-step:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
    background-color: #0b5ed7 !important;
}

/* Pricing Table */
.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

/* Testimonials */
.card {
    border-radius: 1rem;
}

/* Contact Section */
.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.stoke-text-blue {
    -webkit-text-stroke: 1px #ffffff;
}

footer{
    border-top: 1px solid #0D6EFD;
}

.hover-qrline:hover{
    opacity: 0.5;
}

.hover-text-blue:hover{
    color: #0D6EFD !important;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0D6EFD; /* Deep Purple */
    color: white;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 1000;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background-color: #0d6dfd9e;
    transform: translateY(-5px);
}

.back-to-top.show {
    display: flex;
    animation: fadeInUp 0.3s ease-out forwards;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    /* Typography Adjustments */
    .hero-section h2.display-3 {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .hero-section h1.lead {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    /* Navbar */
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-brand img {
        height: 40px !important;
    }

    /* Hero Section Layout */
    .hero-section {
        height: auto;
        min-height: 100vh;
        padding-top: 116px;
        padding-bottom: 60px;
        text-align: center;
    }

    .hero-section .d-flex.gap-3 {
        flex-direction: column;
        width: 100%;
        padding-top: 40px !important;
    }

    .hero-section .btn-lg {
        width: 100%;
        font-size: 1rem;
        padding: 7px 0;
    }

    /* Adjust QR Code section in Hero */
    .hero-section .bg-white.p-2 {
        margin-top: 2rem;
        max-width: 200px; /* Smaller QR container on mobile */
    }
    .qr-line-img{
        max-width: 175px !important;
    }   

    /* General Section Spacing */
    section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    /* Process Steps */
    .process-step {
        margin-bottom: 2.5rem;
    }
    
    .process-step::after {
        display: none;
    }

    /* Pricing Table */
    .table th, .table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }

    /* Contact Section */
    .icon-box {
        width: 40px;
        height: 40px;
        padding: 8px !important;
    }
    
    .icon-box i {
        font-size: 1.5rem;
    }

    /* Footer spacing for fixed bottom nav */
    footer {
        padding-bottom: 80px;
    }
    .back-to-top{
        bottom: 82px;
    }
}