:root,
[data-bs-theme=light] {
    --bs-link-color: #45556C;
    --bs-font-sans-serif: "Inter", sans-serif;
    --bs-link-hover-color: rgb(105 139 255);
}

.alert {
    border-radius: 1rem;
    background-color: var(--bs-alert-bg);
    background-image: none;
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.blur {
    background-color: hsla(0, 0%, 100%, .5) !important;
}

.font-geist {
    font-family: 'Geist', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.img-logo {
    max-width: 3rem;
}

.text-primary {
    color: #2CB0FF !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(195deg, #0089E2 0%, #1554a8 100%);
}

.bg-gray-benu {
    background-color: #F8FAFC !important;
}

.btn {
    --bs-btn-font-size: 0.95rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-border-radius: 0.65rem;
    --bs-btn-font-weight: 600;
}

.btn.btn-default {
    background-color: #fff;
}

.btn.btn-default:hover {
    background-color: #efefef;
}

.btn-primary,
.btn.bg-gradient-primary {
    box-shadow: 0 2px 2px 0 rgb(30 96 233 / 10%), 0 3px 1px -2px rgb(30 97 233 / 18%), 0 1px 5px 0 rgb(30 65 233 / 15%);
}

.btn-primary {
    background-color: #0089E2;
}

.btn-primary:hover,
.btn.bg-gradient-primary:hover {
    background-color: #0489e3;
    border-color: #0489e3;
    color: #fff;
    box-shadow: 0 8px 14px -8px rgba(30 96 233 / 10%), 0 3px 18px 0 rgba(30 97 233 / 18%), 0 7px 8px -4px rgba(30 65 233 / 15%);
}



.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn.bg-gradient-primary:not(:disabled):not(.disabled).active,
.btn.bg-gradient-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.show>.btn.bg-gradient-primary.dropdown-toggle {
    background-color: #0089E2;
    
}

.btn-outline-primary {
    --bs-btn-color: #0089E2;
    --bs-btn-border-color: #0089E2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0089E2;
    --bs-btn-hover-border-color: #0089E2;
    --bs-btn-focus-shadow-rgb: 249, 115, 22;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0089E2;
    --bs-btn-active-border-color: #0089E2;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #0089E2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0089E2;
    --bs-gradient: none
}

.btn-outline-primary:hover:not(.active) {
    background-color: #0089E2;
    opacity: 1;
    color: #fff
}

.btn-outline-secondary {
    --bs-btn-color: #45556C;
    --bs-btn-border-color: #b7bcc3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b7bcc3;
    --bs-btn-hover-border-color: #b7bcc3;
    --bs-btn-focus-shadow-rgb: 113, 113, 122;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b7bcc3;
    --bs-btn-active-border-color: #b7bcc3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #b7bcc3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b7bcc3;
    --bs-gradient: none;
}

.btn-outline-secondary:hover:not(.active) {
    border-color: #9cd0f2;
    opacity: 1;
    color: #b7bcc3
}

.nav-sosmed {
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
}

.nav {
    --bs-nav-link-padding-x: 20px;
    --bs-nav-link-padding-y: 12px;
}

.navbar .navbar-brand {
    white-space: unset;
}

.navbar .navbar-brand .text-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    max-width: 275px;
    text-transform: uppercase;
}

.address span.ph {
    font-size: 1.15em;
}

.footer .footer-logo {
    max-width: 20rem;
}

.border-bottom-1 {
    border-bottom: solid 1px #efefef !important;
}

.card {
    --bs-card-border-color: #E2E8F0;
    --bs-card-border-width: 1px;
    --bs-card-border-radius: 1rem;
    --bs-card-inner-border-radius: 1em;
}

.card-header {
    border-bottom: 1px solid #E2E8F0;
}

.card-body {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.nav-item .nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid #0076D4;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 1.25rem !important;
}

.rounded-6 {
    border-radius: 2rem !important;
}

.rounded-top-left-6 {
    border-top-left-radius: 2rem !important;
}

.rounded-top-right-6 {
    border-top-right-radius: 2rem !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.subtitle_ssection {
    font-size: 16px;
    color: #45556C;
}

.splide__slide {
    opacity: 1 !important;
}

.splide__slide.is-prev::before,.splide__slide.is-next::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #ffffff;
    border-radius: 1rem;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.splide__arrow {
    background: #fff !important;
    border: 4px solid #ddd !important; 
    opacity: 1 !important;
    width: 3em !important;
    height: 3em !important;
}

.splide__pagination {
    bottom: 0 !important;
}

.accordion {
    --bs-accordion-active-color: #2d7fb0;
}

.splide__pagination__page.is-active {
    background: #0089E2 !important;
}

.accordion-item {
    border: 1px solid #d4d4d8;
    border-radius: 16px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #d4d4d8;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.footer {
    background-color: #020618;
    color: #fff;
}

.footer a {
    color: #fff;
    font-size: 1em;
}

.footer a:hover {
    color: #0089E2;
}

.footer .nav-link {
    color: #fff;
    font-size: 1em;
}

.footer .nav-link:hover {
    color: #0089E2;
}

.footer h6 {
    color: #fff;
}

.footer .company-name {
    max-width: 60%;
}

.footer i.ph {
    font-size: 1.5em;
}

.footer .contact p {
    white-space: nowrap;
}

.footer .border-top-1 {
    border-top: solid 1px #27272a;
}

.footer ul.copyright-menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    float: inline-end;
}

.footer ul.copyright-menu>li{
    display: inline;
}

.table {
    border-collapse: collapse;
}

.table-shadow {
    box-shadow: 0px 0px 1px rgb(0 0 0 / 40%) !important;
}

.table-wrap {
    white-space: break-spaces !important;
}

.min-vh-30 {
    min-height: 30vh !important;
}

.min-vh-40 {
    min-height: 40vh !important;
}

.leaflet-popup-content {
    margin: 10px !important;
    margin: 10px 24px 10px 20px !important;
    font-size: 1.25em !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px !important;
    overflow: hidden;
    padding: 0 !important;
}

.leaflet-popup-content .popup-header {
    padding: 7px 15px;
    font-size: 0.75em;
    background-color: #dcdcdc;
}

.leaflet-container a.leaflet-popup-close-button {
    line-height: 40px !important;
}

.form-control {
    border: 1px solid #E2E8F0;
    border-radius: .75rem;
    border-top-right-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important;
}

.input-group-text {
    border: 1px solid #E2E8F0;
    border-top-left-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important;
}

.form-control:focus {
    border-color: #E2E8F0;
    box-shadow: none;
}

.form-select {
    border-radius: .75rem;
}

.input-group .form-control:focus {
    border-right: 1px solid #E2E8F0 !important
}

.rightbar {
    position: sticky;
    top: 120px;
}

.accordion-item {
    border-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

@media(max-width: 640px) {
    .navbar .navbar-brand .text-brand {
        max-width: 200px;
    }

    .footer .company-name {
        max-width: 80%
    }

    .footer ul.copyright-menu {
        float: inline-start;
    }

    .footer h6 {
        font-size: 0.875em
    }

    .btn.btn-block {
        width: 100%;
        display: block;
    }
}