﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/* === Access Check Home Page Styling === */

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    section.bg-light {
        background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    }

    section.bg-primary {
        background: linear-gradient(120deg, #0042d5 0%, #007bff 100%);
        color: #fff;
    }

        section.bg-primary h2,
        section.bg-primary p {
            color: #fff;
        }

.text-center h1,
.text-center h2 {
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #0057ff;
    border-color: #0057ff;
}

    .btn-primary:hover {
        background-color: #003ec9;
        border-color: #003ec9;
    }

.btn-outline-secondary:hover {
    background-color: #eee;
    color: #000;
}

.card-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.card-text {
    font-size: 0.95rem;
}

.card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1);
    }

@media (max-width: 767.98px) {
    .card-body {
        padding: 1rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }
}

.btn-success {
    background-color: #25D366;
    border-color: #25D366;
}

    .btn-success:hover {
        background-color: #1ebe5d;
        border-color: #1ebe5d;
    }

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
    }

.hero-section {
    position: relative;
    background-image: url('/images/partt.jpeg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    color: #fff;
    min-height: 500px;
}

    .hero-section .overlay {
        background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark overlay */
        width: 100%;
        height: 100%;
        padding: 4rem 1rem;
    }

.card-header {
    border-bottom: none;
    padding: 1.5rem 1rem;
}

.card {
    border-radius: 1rem;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    border: none;
}

    .btn-whatsapp:hover {
        background-color: #1ebe5b;
        color: white;
    }

.card-title {
    font-weight: 600;
}

.card-click.border-primary {
    border-width: 2px !important;
}
.btn.disabled {
    pointer-events: none;
    opacity: 0.6;
}

