html {
  font-size: 14px;
}
.navbar-logo {
    max-height: 75px; /* Adjust based on your preference */
    max-width: 100%; /* This ensures the logo width does not exceed its container */
    height: auto; /* This maintains the aspect ratio */
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*                start of css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*.action-link{
    text-decoration: none;
    color: #fff;
}*/


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    /* background: #f5f8fa; */
    color: #333;
}

.heading-area {
    background: var(--primary-blue);
    color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    font-size: 1.4rem;
}

main.inner-page {
    padding: 0 5%;
    background: #EAE9E9;
}

.datepicker-panel ul:first-of-type li {
    background-color: var(--primary-blue);
    color: #fff;
}

.datepicker-panel ul:nth-of-type(2) li {
    background: #EAE9E9;
    /* margin: 3px; */
}

.datepicker-panel ul:nth-of-type(3) li {
    background: #EAE9E9;
    border: 1px solid var(--primary-blue);
    /* margin: 3px; */
}

    .datepicker-panel ul:nth-of-type(3) li::before {
        content: "";
        /* padding: 10px; */
    }

.options-area {
    width: 60%;
    margin: 0 auto;
    display: flex;
}

.date-1 {
    width: 40%;
}

.slot-heading {
    background: var(--primary-blue);
    color: #fff;
    padding: 20px 20px;
    border-radius: 8px;
    width: 20%;
    max-width: 300px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.all_slots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.each_slot {
    flex-basis: 27%;
    background: #fff;
    border-radius: 8px;
    padding: 17px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .each_slot input[type="radio"] {
        appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #000;
        /* Default border color (adjust as needed) */
        outline: none;
        cursor: pointer;
    }

    .each_slot label {
        cursor: pointer;
    }

    .each_slot input[type="radio"]:checked {
        border: 1px solid #BA8148;
        /* Border color when checked */
        background-color: #BA8148;
        /* Inner background when checked */
        box-shadow: inset 0 0 0 3px white;
        /* Optional: white inner ring for contrast */
    }

    .each_slot > :first-child {
        flex: 0 0 auto;
    }

    .each_slot > :nth-child(2) {
        flex: 0 0 auto;
        /* Second item takes only its content width */
        margin-left: auto;
        /* Centers by pushing equally from both sides */
        margin-right: auto;
    }

    .each_slot::after {
        content: '';
        flex: 0 0 auto;
        width: 0;
        /* Invisible spacer */
    }

    .each_slot label span {
        display: block;
    }

.date-1 .datepicker-container {
    /* width: 100%; */
}

main.landing {
    background: linear-gradient(to bottom, #003E99 57%, #378EDA 100%);
}

.date-toggle {
    display: none;
}

.sub-heading {
    padding: 20px 0;
    font-size: 1rem;
}

.schedule-options {
    max-width: 250px;
}

    .schedule-options select {
        background: #fff;
        box-shadow: none;
        outline: none;
        border: none;
        padding: 10px;
        height: 45px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 8px;
    }

/* Top Bar */
.top-bar {
    background: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo .logo1 {
    max-width: 170px;
}

.logo {
    font-weight: bold;
    font-size: 20px;
}

    .logo span {
        display: block;
        font-size: 14px;
    }

.nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .nav nav a {
        margin-left: 20px;
        text-decoration: none;
        color: #004f8c;
        font-weight: 400;
    }

        .nav nav a:active {
            font-weight: 500;
        }

.language {
    font-size: 14px;
}


.hero-banner {
    background: linear-gradient(135deg, rgba(36,69,166,0.50) 0%, rgba(27,95,201,0.50) 45%, rgba(30,155,135,0.50) 100%), url('/img/banner.png') center/cover no-repeat;
    padding: clamp(2rem, 5vw, 3rem) 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    /* subtle star/shape glow (optional) */
    .hero-banner::after {
        content: "";
        position: absolute;
        inset: auto -15% -40% -15%;
        height: 60%;
        background: radial-gradient(closest-side, rgba(255,255,255,.12), transparent 70%);
        transform: rotate(-8deg);
        pointer-events: none;
    }

/* Two-column container */
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: 1.05fr .95fr; /* text : image */
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2rem);
}

/* Left copy */
.hero-copy h1 {
    font-weight: 800;
    line-height: 1.1;
    font-size: clamp(1.9rem, 3.6vw, 3rem);
    margin: 0 0 .75rem 0;
}

.hero-copy .lead {
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    margin: 0 0 1rem 0;
    opacity: .95;
}

.hero-copy .highlight {
    margin: 0;
    font-weight: 800;
    font-size: clamp(1.1rem, 2vw, 1.6rem);
    color: #ffd966; /* warm accent like sample */
}

/* Right image: keep it large, crisp, and floating */
.hero-side-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-side-image img {
        width: 100%;
        max-width: 520px; /* controls final size */
        height: auto;
        border-radius: 14px; /* slight rounding like a card */
        background: #fff; /* white card edge if PNG has transparency */
        box-shadow: 0 12px 30px rgba(0,0,0,.35), 0 2px 0 rgba(255,255,255,.25) inset;
        transform: translateY(4px); /* tiny settle */
    }

/* Responsive: stack on small screens */
@media (max-width: 900px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .hero-side-image img {
        max-width: 420px;
        transform: none;
        margin-inline: auto;
    }
}


/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 430px;
    position: relative;
}

.hero-left,
.hero-right {
    flex-basis: 50%;
    height: 100%;
}

.hero-image {
    background: url('/img/banner.png') center/cover no-repeat;
    position: absolute;
    height: 90%;
    bottom: 0;
    width: 85%;
    left: 7.5%;
    right: 7.5%;
    border-radius: 8px;
}

    .hero-image::before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.35);
        top: 0;
        bottom: 0;
        width: 100%;
        border-radius: 8px;
        /* z-index: 0; */
    }

.hero-right {
    background: linear-gradient(to bottom, #95BC62 1%, #95BC62 100%);
}

.hero-text {
    color: #fff;
    position: relative;
    text-align: left;
    margin-top: 7%;
    padding: 20px 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    z-index: 2;
}

/* Info Section */
.info-section {
    padding: 3% 7.5%;
    color: #fff;
}

.intro {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.disclaimer {
    width: 80%;
    margin: 0 auto 60px;
    font-size: 1.4rem;
}

.content {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 60px;
    width: 80%;
    margin: 0 auto;
}

.benefits {
    flex-basis: 50%;
}

    .benefits ul {
        list-style-type: disc;
        padding-left: 40px;
        font-size: 1.35rem;
    }

    .benefits h3 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: 500;
    }

.actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.action {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.action-icon {
    width: 55px;
    height: 55px;
}

.action span {
    font-size: 1.4rem;
}

.action-tile {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.4rem;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .action-tile:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        text-decoration: none;
    }

.action-icon-bubble {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: #fff;
}

/* Unique background gradients for each action */
.bg-schedule {
    /* Rich deep blue to fresh lime green */
    background: linear-gradient(135deg, #0044AA, #6DCB4E);
}

.bg-lookup {
    /* Bright royal blue to vivid green */
    background: linear-gradient(135deg, #0057B7, #7FE84A);
}

.bg-cancel {
    /* Strong blue to soft olive green */
    background: linear-gradient(135deg, #0061A8, #95BC62);
}

.step-number {
    font-size: 2rem;
    font-weight: bold;
    color: #0d6efd;
}

.step-box {
    background-color: #95BC62;
    border-radius: 8px;
    height: 100%;
}

.step-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #95BC62;
    padding: 1rem;
}

    .step-card:hover {
        border-radius: 20px;
        transform: translateY(-5px);
        box-shadow: 6px 6px 20px rgba(36, 35, 35, 0.8);
    }

.step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #eaf3ff; /* light background for contrast */
    color: #0d6efd; /* Bootstrap primary blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.step-card:hover .step-icon {
    transform: scale(1.15);
    background-color: #d0e7ff;
}

.info-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .info-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 40px rgba(0,0,0,0.25);
    }

/* Eyebrow + heading */
.eyebrow {
    font-size: .8rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .85;
}

/* Icon bullets */
.icon-bullet {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1rem;
    border-radius: 12px;
    transition: background .2s ease;
}

    .icon-bullet:hover {
        background: rgba(255,255,255,0.06);
    }

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(13,110,253,.15); /* primary tint */
    color: #bcd4ff; /* lighter icon on blue bg */
    font-size: 1.1rem;
}

/* Body text */
.leadish {
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Divider line */
.soft-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
    margin: 1rem 0 1.5rem;
}

/* Button */
.checklist-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(255,255,255,0.35);
    padding: .6rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

    .checklist-btn:hover {
        background: rgba(255,255,255,0.08);
        border-color: rgba(255,255,255,0.55);
        transform: translateY(-1px);
    }

/* Secondary card */
.side-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 1.25rem;
}

/* Improve link contrast inside bullets */
.icon-bullet a {
    color: #c9d9ff;
    text-decoration: none;
}

    .icon-bullet a:hover {
        text-decoration: underline;
    }

/* Footer */
.footer {
    background: #00264c;
    color: white;
    padding: 20px 20px;
    text-align: center;
    /* margin-top: 40px; */
}

.footer-top {
    margin-bottom: 20px;
}

.footer-logo {
    text-align: center;
    position: relative;
}

    .footer-logo .logo1 {
        position: absolute;
        left: 50%;
        transform: translateX(-40%);
        top: 45%;
    }

.footer-top nav {
    text-align: center;
    margin-top: 30px;
}

    .footer-top nav a {
        margin: 0 10px;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

    .socials a {
        margin: 0 8px;
        font-size: 18px;
        display: block;
    }

        .socials a img {
            width: 20px;
        }


/*                end of css*/


/*@media (max-width: 767px) {*/ /* Adjust the max-width as needed */
    /*.datetimepicker {
        position: fixed !important;*/ /* Override the position */
        /*bottom: 0;*/ /* Position it at the bottom */
        /*z-index: 10000;*/ /* Ensure it appears above other elements */
/*}*/

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    #success {
        background: green;
    }

    #error {
        background: red;
    }

    #warning {
        background: coral;
    }

    #info {
        background: cornflowerblue;
    }

    #question {
        background: grey;
    }

    #overlay {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        display: none;
        background: rgba(0,0,0,0.6);
    }

    .cv-spinner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .spinner {
        width: 40px;
        height: 40px;
        border: 4px #ddd solid;
        border-top: 4px #2e93e6 solid;
        border-radius: 50%;
        animation: sp-anime 0.8s infinite linear;
    }

    @keyframes sp-anime {
        100% {
            transform: rotate(360deg);
        }
    }

    .is-hide {
        display: none;
    }



    .styled-table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #ddd;
    }

        .styled-table th, .styled-table td {
            padding: 8px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }

        .styled-table th {
            background-color: #f2f2f2;
        }

        .styled-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }