﻿body {
    padding-top: 0px!important;
}

canvas {
    display: block;
}

.navbar {
    display: flex!important;
    padding-left: 10px!important;
}

.navbar-toggler {
    font-size: 2.25rem!important;
}

.lead-banner {
    min-height: 500px;
    width: 100%;
    font-family: 'Segoe UI', Arial, 'Helvetica Neue', 'Roboto', sans-serif;
    background-image: url("/images/preview/frame118_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #f8f9f9;
}

.bg-departments-light-blue {
    background-color: #e1eaff!important;
}

.bg-preview-footer {
    background-color: #d0ecff!important;
    color: #00103a;
}

.bg-top-news-bar {
    background-color: #87ceeb!important;
    color: #00103a;
    width: 100%;
}

.bg-landing-page-midsection {
    width: 100%;
    background-image: url("/images/preview/rectangle16_background.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.border-left-thin-line {
    border-right: thin solid #000;
}

.bottom-border-white {
    border-bottom-color: white!important;
}

.btn-yellow {
    background-color: yellow;
}

.btn-transparent {
    background: none!important;
}

.btn-transparent-underlined {
    background: none!important;
    border-bottom-width: 1px;
}

.key-stats-frame {
    height: 85px;
    width: 979px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.key-stat-title {
    color: #2b3035;
    text-align: center;
    vertical-align: text-top;
    font-size: 20px;
    font-family: Inter;
    line-height: normal;
    border-style: hidden;
    outline: none;
    width: 307px;
}

.key-stat-value {
    color: black;
    text-align: center;
    vertical-align: text-top;
    font-size: 40px;
    font-family: Helvetica Neue;
    line-height: normal;
    border-style: hidden;
    outline: none;
    width: 147px;
}

.lead-skyscrapers {
    max-height: 526px;
    max-width: 864px;
    padding-top: 48px;
}

.lead-skyscrapers-about {
    max-height: 304px;
    max-width: 500px;
    padding-top: 10px;
}

.card-img-icon {
    width: 50%;
    height: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.card-opc-15 {
    background-color: rgba(254, 254, 254, 0.15);
}

.testimonial-icon {
    max-width: 40px;
    max-height: 40px;
    padding-right: 6px;
    padding-top: 6px;
}

.lead-aboutus-top {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0035b9;
    background-image: url("/images/preview/about_us_top_background.svg");
    background-size: contain;
    background-repeat: no-repeat;
    color: #f8f9f9;
}

.key-stat-about-title {
    color: #fefefe;
    text-align: center;
    vertical-align: text-top;
    font-size: 20px;
    font-family: Arial sans-serif;
    line-height: normal;
    border-style: hidden;
    outline: none;
    min-width: 300px;
}

.key-stat-about-value {
    color: yellow;
    text-align: center;
    vertical-align: text-top;
    font-size: 40px;
    font-family: Helvetica Neue;
    line-height: normal;
    border-style: hidden;
    outline: none;
    min-width: 300px;
}

.bg-stats-about {
    background-color: #0035b9;
}

.min-width-175px {
    min-width: 175px;
}

.mw-200px {
    max-width: 200px;
}

.mw-320px {
    max-width: 320px;
}

.mw-400px {
    max-width: 400px;
}

.mw-480px {
    max-width: 480px;
}

.mw-600px {
    max-width: 600px;
}

.blue-header-banner {
    background-image: url("/images/preview/header_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.fill-section-bkgd-y {
    background-repeat: repeat-y!important;
}

.orange-red-text {
    color: #ff4500;
}

.vertical-line {
    border-left: 2px solid yellow;
}

.vertical-line svg {
    position: relative;
    left: calc(var(--bs-gutter-x)*-0.85);
    top: calc(var(--bs-gutter-x)*-0.1);
}

.width-full {
    min-width: 100%!important;
}

.yellow-text {
    color: yellow;
}

/* Custom dropdowns */
.custom-dropdown {
    position: relative;
    appearance: none; /* Hides the default arrow */
    -moz-appearance: none; /* For Firefox */
    -webkit-appearance: none; /* For Safari */
    background-image: url("/images/preview/chevron-down.svg"); /* Custom background image */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Positioning the arrow */
    padding-right: 30px; /* Adjusting padding */
}

.custom-dropdown-container {
    position: relative;
    display: inline-block;
    padding: 1px;
}

.custom-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000; /* Custom arrow color */
    transform: translateY(-50%);
    pointer-events: none; /* Ensures clicks pass through */
}

/* Responsive: Portrait tablets and smaller */
@media screen and (max-width: 767.98px) {
    .row {
        padding-top: 20px;
    }
}
