body {
    padding: 0;
    overflow-x: hidden;
}

a {
    color: #177ed2 !important;
}

.navbar .nav-link {
    color: #fff !important;
}

.page-footer {
    max-height: fit-content;
    padding-left: 10vw;
    padding-right: 10vw;
}

.pt-50 {
    padding-top: 50px;
}

.select-search {
    border: 2px solid black;
}

.carousel-caption {
    bottom: 5% !important;
}

.footer-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-content-brand {
    padding: 1vw;
    font-family: Arial, Helvetica, sans-serif;
    width: 30%;
}

.footer-content-brand .socials {
    display: flex;
    flex-direction: row;
    font-size: 1.5em;
    gap: 1em;
    padding-top: 0.75em;
}

.footer-content-brand .socials .fa {
    color: white;
    text-decoration: none;
}

.footer-content-brand .socials .fa:hover {
    color: rgb(165, 195, 231);
}

.footer-content {
    padding: 1vw;
    flex: 1;
    font-family: "Verdana";
}

.footer-content h3 {
    margin-bottom: 1rem;
    color: #5098d2 !important;
    font-size: 1.25em;
}

.footer-content .logo {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-content svg {
    width: 1.5em;
    height: 1.5em;
    fill: lightgray;
}

.footer-content-row {
    padding-top: 0.8em;
}

.footer-content-row a {
    color: white !important;
    text-decoration: none;
    padding: 0.2em;
}

.footer-content-row a:hover {
    color: #5098d2 !important;
    transition: color 0.3s ease;
}

/* Universal box model reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Header and Footer Styling */
header,
footer {
    padding: 1rem;
    max-height: 20vh;
    position: relative;
    z-index: 2;
    background-color: #fff;
    /* optional for clarity */
}

.first-container {
    display: block;
    clear: both;
    margin-top: 10px;
}

.icon-25 {
    width: 25px;
    height: 25px;
}

.icon-50 {
    width: 50px;
    height: 50px;
}

.icon-75 {
    width: 75px;
    height: 75px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

/* Carousel Container Styling */
.carousel-container {
    position: relative;
    z-index: 1;
    height: 95vh;
    overflow: hidden;
    margin-top: 80px;
    /* Push content down on larger screens */
}

/* Custom Navbar Link Styling */
.navbar-nav .nav-link {
    font-size: 1.2rem;
    /* Adjust this value as needed */
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    header,
    footer {
        padding: 0.5rem;
    }

    .carousel-container {
        height: 25vh;
        /* 25% height on mobile */
        margin-top: 105px;
        /* Push content down further on mobile */
        overflow: scroll;
    }
}

.hero-section {
    padding: 60px 20px;
    text-align: center;
}

.hero-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.hero-section .btn {
    margin-bottom: 30px;
}

.badge-section {
    position: relative;
    display: inline-block;
}

.badge-section img {
    max-width: 300px;
    margin: 10px;
}

.btn-primary {
    background-color: #5098d2 !important;
    border-color: #5098d2;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #357ab8;
    border-color: #357ab8;
    color: #fff;
}

.text-white {
    color: #fff !important;
}

.card-img-top.equal-img {
    height: 120px;
    object-fit: contain;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #f8f9fa;
}
