* {
    box-sizing: border-box;
}

.sign_up_b,
.sign_up_b:hover {
    color: #2a66c1;
    font-weight: bold;
}

.sign_in_b {
    font-weight: bold;

}

.sign_in_b:hover {
    background-color: #ffffff;
    color: #2a66c1;
    font-weight: bold;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.navbar-custom {
    background-color: #2a66c1;
}

.logo {
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
}

.auth-buttons .btn {
    margin-left: 0.5rem;
}

.content {
    width: 100%;
    margin-top: 12%;

}

/* Box on the left with 30px space */
.box {
    align-items: first baseline;
    padding: 40px;
    background-color: #2a66c1;
    color: white;
    border-radius: 8px;
    height: auto;
    max-width: 500px;
    left: 0px;
    margin-bottom: 90px;

    /* Adds the 30px space from the left screen border */
}


.cta-button {
    background-color: #ffffff;
    color: #2a66c1;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

}


h1,
p {
    color: white;
}

/* Position the QR code image on the right */
.right-content img {
    max-width: 80%;
    /* Control the size */
    height: 50%;
    margin-left: auto;
    /* Pushes the image to the right */
    /* margin-right: 0;*/
    align-items: last baseline;
    /* Aligns the image to the right screen border */
}

/* Feature section with blue background and white text */
.features-section {
    background-color: #2a66c1;
    color: white;
    padding: 50px 0;
}

.features-section h2,
.features-section h3,
.features-section p {
    color: white;
}

.t:hover {


    transition: 0.4;
    font-weight: bold;
}



.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #2a66c1;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #2a66c1;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}



.features-section .feature-icon {
    color: white;
}


@media (max-width: 660px) {

    .sign_in_b {
        margin-bottom: 13px;
    }
}

/* Footer custom styling */
.footer {
    background-color: #2a66c1;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.navbar-custom {
    background-color: #2a66c1;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: white;
}

.auth-buttons .btn {
    min-width: 100px;
}

/* Ensure navbar items are centered in mobile view */
.navbar-collapse {
    justify-content: left;
}

.auth-buttons {
    justify-content: left;
}

.navbar-toggler {
    line-height: 0.5px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: 0.5px solid white;
}