
:root{
    --bs-primary: #0D1B76;
    --bs-primary-rgb: 13, 27, 118;
    --bs-info: #53A2EB;
    --bs-info-rgb: 83, 162, 235;
    --bs-danger: #FF3D00;
    --bs-danger-rgb: 255, 61, 0;
}
body {
    font-family: 'DM Sans', sans-serif;
}
.btn-info {
    background: var(--bs-info);
    color: #fff;
    font-weight: 600;
}
.btn-home {
    background: linear-gradient(20deg, #3D53DF, #0D1B76);
    color: white;
    font-weight: 600;
}
.bg-primary-2 {
    background-color: #222B6D;
}
.bg-primary-3 {
    background-color: #000A22;
}
.iconify.text-warning{
    color: #FFD700 !important;
    margin-right: -5px !important;
}
.kanit {
    font-family: 'Kanit', sans-serif;
}
.fuzzy-bubbles {
    font-family: 'Fuzzy Bubbles', cursive;
}
.inter {
    font-family: 'Inter', sans-serif;
}
.dm-sans {
    font-family: 'DM Sans', sans-serif;
}
.btn-call-now {
    background: linear-gradient(20deg, #FFC107, #FF3D00);
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    box-shadow: 8px 8px 36px 0 rgba(255, 193, 7, 0.4);
}
.navbar-white-blue-striped {
    border-top: 5px solid #5DB1FF;
    background: white;
    color: var(--bs-primary);
}
.navbar-white-blue-striped .navbar-nav .nav-link {
    color: var(--bs-primary);
    font-weight: 600;
}
.bg-top-banner {
    background: url(../img/bg-top-banner.webp) no-repeat center center;
    background-size: cover;
}
.bg-contact {
    background: url(../img/bg-contact.webp) no-repeat top center;
    background-size: 100% auto;
}
.service-selector {
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 5px;
    width: fit-content;
    display: inline-block;
}
.service-selector.active {
    background-color: var(--bs-danger);
    color: #fff;
}
.service-selector.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(288deg) brightness(100%) contrast(100%);
}
.fw-600 {
    font-weight: 600;
}
.input-group,
.form-control {
    background-color: #F4F4F4 !important;
}
.service-guy-wrapper {
    position: relative;
}
.service-guy-wrapper .rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.service-guy-wrapper .service-guy-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/service-guy-overlay.webp) no-repeat top left;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.0;
    border-bottom-left-radius: 20px;
}
.bg-section-blue-rounded {
    background: url(../img/bg-section-blue-rounded.webp) no-repeat top left;
    background-size: cover;
}
.bg-section-blue-rounded-left {
    background: url(../img/bg-section-blue-rounded-left.webp) no-repeat top left;
    background-size: cover;
}
.bg-otw {
    background: url(../img/bg-on-the-way.webp) no-repeat center center;
    background-size: contain;
    min-height: 840px;
}
.bg-section-blue-car {
    background: url(../img/bg-section-blue-car.webp) no-repeat top left;
    background-size: cover;
}
.bg-testimonial {
    background: url(../img/bg-testimonial.webp) no-repeat top left;
    background-size: cover;
}
.scroll-container::-webkit-scrollbar {
    display: none;
}
.scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.bg-cta {
    background: #02144A url(../img/bg-cta.webp) no-repeat top right;
    background-size: contain;
}
.bg-twotone {
    background: linear-gradient(#000A22 0%, #000A22 40%, #02144A 40%, #02144A 100%);
}
.bg-footer {
    background: #02144A;
}
.callout-fee {
    position: absolute;
    top: -3rem;
    right: -4rem;
}
.contact-form-wrapper {
    position: relative;
    bottom: -10rem;
}
#services {
    padding-top: 7rem;
}
.contact-image {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
}
@media (max-width: 992px) {
    .callout-fee {
        top: -1rem;
        right: 0;
        width: 7rem;
    }
    .contact-form-wrapper {
        bottom: 0;
        background-position: top right;
        background-size: cover;
    }
    #services {
        padding-top: 0;
    }
    .service-guy-wrapper .service-guy-text {
        font-size: 1rem;
    }
    .bg-top-banner {
        background-position-x: 40%;
    }
    .bg-otw {
        background-size: cover;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    .bg-cta {
        background-size: 50%;
        background-position: bottom right;
    }
    #brand-logos img {
        width: 40%;
    }
    .contact-image {
        bottom: 0;
        right: 0;
        position: relative;
    }
    .footer-logo {
        width: 30%;
        margin-bottom: 1rem;
    }
    .fixed-bottom .btn {
        border-radius: 0;
        font-size: 1.25rem;
        padding: 1.5rem 1rem;
        font-weight: bold;
    }
}