html, body {
    background-color: #F7FAFC;
    font-family: "Exo", sans-serif;
    /* font-size: 14px; */
    overflow-x: hidden;
}
p {
    font-size: 14px;
}
h6 {
    font-size: 16px;
}
h5 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h3 {
    font-size: 24px;
}
h3 {
    font-size: 28px;
}
h2 {
    font-size: 32px;
}
h1 {
    font-size: 38px;
}
.fs-7 {
    font-size: 14px;
}
.fs-8 {
    font-size: 12px;
}
.form-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);  
}
.card {
    border: 0;
}
.section-space .card-header,
.section-contact .card-header {
    background-color: #165c8f;
    border-bottom-color: #165c8f;
}
.card-header h4 {
    color: white;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-justify {
    text-align: justify;
  }
.badge-piils {
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    transition: background 0.3s ease-in-out, padding 0.1s linear;
    box-shadow: 0px 4px 20px 0px rgba(71,85,105,.2);
}
.navbar.scrolled {
    padding: 10px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(71,85,105,.2);
}
.navbar a,
.navbar a:focus,
.navbar a:active {
    color: rgba(0, 0, 0, 1);
}

/* Navbar menu items styling - default state */
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
/*    background-color: white !important;*/
    color: rgba(0, 0, 0, 0.7) !important;
    border-radius: 0 !important;
    padding: 12px 24px !important;
    margin: 0 0px !important;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

/* Hover state - no hover effect */
.navbar .navbar-nav .nav-link:hover {
/*    background-color: white !important;*/
    color: rgba(0, 0, 0, 0.7) !important;
    border: none;
    transform: none;
    box-shadow: none;
}

/* Remove active/clicked state for all nav-links */
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:active {
    background-color: white !important;
    color: rgba(0, 0, 0, 0.7) !important;
    border-radius: 0 !important;
    outline: none;
}

/* Special styling only for Registrasi Mitra */
.navbar .navbar-nav .nav-link-registrasi {
    background-color: #ED1C23 !important;
    color: white !important;
    border-radius: 50px !important;
}

.navbar .navbar-nav .nav-link-registrasi:hover,
.navbar .navbar-nav .nav-link-registrasi:focus,
.navbar .navbar-nav .nav-link-registrasi:active {
    background-color: #ED1C23 !important;
    color: white !important;
    border-radius: 50px !important;
}

/* Scrolled navbar states */
.navbar.scrolled .navbar-nav .nav-link {
/*    background-color: white !important;*/
    color: rgba(0, 0, 0, 0.7) !important;
    border: none;
}

.navbar.scrolled .navbar-nav .nav-link:hover {
    background-color: white !important;
    color: rgba(0, 0, 0, 0.7) !important;
    border: none;
}

.navbar.scrolled .navbar-nav .nav-link.active,
.navbar.scrolled .navbar-nav .nav-link:focus,
.navbar.scrolled .navbar-nav .nav-link:active {
    background-color: white !important;
    color: rgba(0, 0, 0, 0.7) !important;
    border-radius: 0 !important;
}

/* Special styling for Registrasi Mitra when scrolled */
.navbar.scrolled .navbar-nav .nav-link-registrasi {
    background-color: #ED1C23 !important;
    color: white !important;
    border-radius: 50px !important;
}

.navbar.scrolled .navbar-nav .nav-link-registrasi:hover,
.navbar.scrolled .navbar-nav .nav-link-registrasi:focus,
.navbar.scrolled .navbar-nav .nav-link-registrasi:active {
    background-color: #ED1C23 !important;
    color: white !important;
    border-radius: 50px !important;
}

.navbar.scrolled .navbar-brand:hover {
    color: inherit;
}
.hero {
    background: url('../../../assets/spbu.webp') center/cover no-repeat;
    height: 90vh;
    color: white;
}
.hero-color {
    color: #333333;
}
/* .hero h1 {
    font-size: 42px !important;
} */
.hero.list-spbu {
    background: url('../../../assets/list-header.webp') center/cover no-repeat;
    ;
}
.hero.list-lahan {
    background: url('../../../assets/list-header.webp') center/cover no-repeat;;
}
.hero.explore {
    background: url('../../../assets/explore.webp') center/cover no-repeat;
}

/* Lighter overlay for explore page */
.hero.explore .hero-overlay {
    background: rgba(0, 0, 0, 0);
}

/* Custom button styling for explore page */
.hero.explore .btn-hero-custom {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white !important;
}

.hero.explore .btn-hero-custom:hover {
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: white !important;
}
.hero.mitra {
    background: url('../../../assets/mitra.webp') center/cover no-repeat;
}

/* Lighter overlay for mitra page */
    .hero.mitra .hero-overlay {
/*        background: rgba(0, 0, 0, 0.1);*/
        background: rgba(0, 0, 0, 0);
    }

/* Custom button styling for mitra page */
.hero.mitra .btn-hero-custom {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white !important;
}

.hero.mitra .btn-hero-custom:hover {
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: white !important;
}
.hero.about {
    background: url('../../../assets/about.webp') center/cover no-repeat;
}

/* Lighter overlay for about page */
.hero.about .hero-overlay {
    background: rgba(0, 0, 0, 0);
}

/* Custom button styling for about page */
.hero.about .btn-hero-custom {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white !important;
}

.hero.about .btn-hero-custom:hover {
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: white !important;
}
.hero.detail-mitra {
    background: url('../../../assets/mitra-detail.webp') center/cover no-repeat;
}
.hero.detail-spbu {
    background: url('../../../assets/detail-header.webp') center/cover no-repeat;
}
    .hero.detail-lahan {
        background: url('../../../assets/detail-header.webp') center/cover no-repeat;
    }
.hero.hero-half {
    height: 50vh !important;
}
.hero-overlay {
/*    background: rgba(0, 0, 0, 0.5);*/
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Lighter overlay for detail pages */
.hero.detail-spbu .hero-overlay,
.hero.detail-lahan .hero-overlay {
/*    background: rgba(0, 0, 0, 0.2);*/
    background: rgba(0, 0, 0, 0);
}
.hero.hero-half .inner {
    position: absolute;
    bottom: 20%;    
}

/* Text styling for detail pages */
.hero.detail-spbu .inner h1,
.hero.detail-lahan .inner h1,
.hero.detail-spbu .inner p,
.hero.detail-lahan .inner p {
    color: white;
/*    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);*/
}
.hero.hero-half.list-lahan .inner,
.hero.hero-half.list-spbu .inner {
    position: absolute;
    bottom: 40%;    
}
.hero.hero-half.list-brand .inner {
    position: absolute;
    bottom: 27%;    
}
.hero-overlay > .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.floating-card {
    position: relative;
    margin-top: -150px;
    background: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
.floating-card.list-mode {
    margin-top: -80px;
}
.floating-card.list-mode.space,
.floating-card.list-mode.spbu {
    margin-top: -150px;
}
.list-mode .select2-selection.select2-selection--single,
.list-mode .form-select,
.list-mode .form-control {
    background-color: rgba(255, 255, 255, 0.7);
}
.footer {
    background-color: rgba(3, 44, 72, 1);
    color: white;
    padding: 60px 0 0px 0;
}
.footer .energizing {
    margin-top: 20px;
    padding: 30px 0px;
    background-color: rgb(3, 35, 58);
}
.footer .energizing img {
    position: absolute;
    width: 200px;
    right: 0;
    top: -5px;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer-collapse-link {
    display: none;
}
#footer-tautan-item.collapse:not(.show),
#footer-situs-item.collapse:not(.show) {
    display: block;
}
.social-icons i {
    font-size: 24px;
    margin-right: 15px;
}
.card-city {
    position: relative;
    overflow-y: hidden;
    height: 150px;
    text-align: center;
    overflow: hidden;
}
.card-city img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
}
.cardzoomin img {
    transition: transform 0.5s ease-in-out;
}
.cardzoomin:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.card-city .overlay {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.hoverblur:hover .overlay {
    /* background: rgba(255, 255, 255, 0.1)!important; */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.card-city .title {
    z-index: 2;
    top: 50%;
    left: 50%;
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
}
.owl-nav .owl-prev {
    position: absolute;
    left: -3%;
    top: 40%;
}
.owl-nav .owl-next {
    position: absolute;
    right: -3%;
    top: 40%;
}
.owl-theme .owl-nav {
    margin: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    color: black !important;
    width: 75px;
    margin: 0 !important;
    padding: 20px !important;
    font-size: 50px !important;
    border-radius: 100% !important;
    background: rgba(255, 255, 255, 0.7) !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: background-color 0.3s ease-in-out; 
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    color: white !important;
    background: rgb(203 28 32)!important
}
.card-ratio69 {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.card-ratio69 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
}
.card-space .space-availability {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px;
}
.brand-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    height: 125px;
}
.first-row, .second-row {
    position: absolute;
    /* height: 100px; */
    display: inline-flex;
}
.card-brand {
    border: thin solid rgba(0, 0, 0, 0.1);
    height: 125px;
    width: 150px;
    margin-left: 20px;
}
.card-brand-list {
    position: relative;
    height: 202px;
}
.first-row {
    animation: left 25s linear infinite;
}  
@keyframes left {
    0% { left: 0; }
    100% { left: -100%; }
}
.second-row {
    overflow: hidden;
    animation: right 25s linear infinite;
}  
@keyframes right {
    0% { right: 0; }
    100% { right: -100%; }
}
.card-brand img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
}
.card-brand-list .logo img {
    width: 100px;
    position: absolute;
    top: 40%;
    left: 50%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.3s ease-in-out;
}
.card-brand-list:hover .logo img {
    transform: translate(-50%, -50%) scale(1.1);
}
.card-brand-list .content {
    margin-top: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
}
.card-brand-list h5 {
    /* letter-spacing: 2px; */
    font-size: 14px;
}
.brand-container.first {
    margin-bottom: 20px;
}
.card-promo {
    position: relative;
    overflow-y: hidden;
    height: 305px;
    text-decoration: none;
}
.card-promo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
}
.card-promo .overlay {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    transition: background-color 0.1s ease-in-out; 
}
.card-promo:hover .overlay {
    background: rgba(3, 95, 195, 0.5)!important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.card-promo .content {
    color: white;
    z-index: 1;
    opacity:0;
    transition: opacity 0.2s ease-in-out; 
}
.card-promo:hover .content {
    opacity: 1;
}
.card-promo .content p {
    padding: 0;
    margin: 0;
}
.card-promo .title {
    padding: 20px 20px 5px 20px !important;
    font-size: 16px;
    font-weight: bold;
}
.card-promo .publish {
    padding: 0px 0px 20px 20px !important;
    font-size: 12px;
}
.card-promo .description {
    padding: 0px 20px 0px 20px !important;
    position: absolute;
    bottom: 70px;
    font-size: 12px;
    text-align: justify;
}
.card-promo .more { 
    padding: 0px 20px 0px 20px !important;
    position: absolute;
    font-size: 12px;
    bottom: 20px;
}
.card-promo .goto { 
    padding: 0px 20px 0px 20px !important;
    position: absolute;
    font-size: 12px;
    bottom: 20px;
    right: 0px;
}
.whistle-blowing {
    text-align: left;
    position: relative;
    border-radius: 50px;
    text-decoration: none !important;
    background-color: transparent;
}
.whistle-blowing .content {
    margin-left: 32px;
}
.whistle-blowing svg {
    position: absolute;
    margin-left: 10px;
    top: -2px;
    left: -2px;
}
.whistle-blowing p {
    margin: 0;
    padding: 0;
}
.whistle-blowing .title {
    font-size: 12px;
}
.whistle-blowing .url {
    font-size: 8.3px;
}
.footer .list-unstyled li {
    font-size: 14px;
    padding-bottom: 10px;
}
/* .card-space-type {
    border: thin solid rgb(236, 236, 236); ---
} */
.card-space-type .icon {
    height: 55px;
    width: 55px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    text-align: center;
    padding-top: 15px;
    position: absolute;
    top: 0;
    margin-top: 6px;
}

.card-space-type .icon-lahan {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: 6px;
}
.card-space-type p {
    margin: 0;
    margin-left: 70px;
    margin-top: 5px;
}
.section-price-range {
    position: relative;
}
    .section-price-range .action {
        position: absolute;
        right: 0;
        top: -10px;
        background-color: #CCEDFF;
        padding: 5px;
        border-radius: 50px;
    }
.section-price-range .btn {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
    .section-price-range .btn.active {
        border: none;
        background-color: #0082C8;
        color: white;
    }
.card-price {
    padding: 20px 0px;
}
.card-brand-type {
    position: relative;
    overflow-y: hidden;
    height: 500px;
    overflow: hidden;
}
.card-brand-type img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.5s ease-in-out;
}
.card-brand-type:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.card-brand-type .overlay {
    z-index: 1;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.3); */
    /* background: #000000; */
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(237, 221, 83, 0) 50%);
    width: 100%;
    height: 100%;
}
.card-brand-type .title {
    padding: 40px;
    z-index: 2;
    color: white;
    position: absolute;
    bottom: 0;
    /* transform: translate(-50%, -50%); */
}
.card-registration-mitra {
    position: relative;
    overflow-y: hidden;
    height: 350px;
}
.card-registration-mitra img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.5s ease-in-out;
}
.card-registration-mitra .overlay {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.card-registration-mitra .content {
    color: white;
    z-index: 2;
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
    padding-left: 7%;
    padding-right: 7%;
}
.card-about {
    height: 500px;
}
.card-benefit {
    height: 250px;
}
.card-glance {
    border-radius: 0;
    height: 550px;
}
.card-glance img {
    /* width: 100%; */
    height: 100%;
}
.card-glance:hover img {
    transform: translate(-50%, -50%) scale(1);
}
    .card-glance .container {
        text-align: left;
        z-index: 2;
        color: #333333;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .card-glance .overlay {
        background: #E6E6E6;
/*        background: rgba(0, 0, 0, 0.7);*/
    }
.card-glance .count-number {
    text-align: left;
    font-size: 48px;
}
.card-glance .count-label {
    text-align: left;
    font-size: 16px;
}
.card-glance .count-border {
    margin-top: 10px;
    border-bottom: 5px solid red;
}
.testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -104%;
    top: 43%;
}
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    left: -99%;
    top: 43%;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    width: 25px;
    font-size: 25px !important;
    border-radius: 5px !important;
    background: transparent !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: red !important;
    background: transparent !important
}
.card-customer-service {
    position: relative;
    overflow: hidden;
    height: 350px;
}
.card-customer-service .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 100%; */
    object-fit: contain; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.5s ease-in-out;
}
.card-customer-service .overlay {
    z-index: 1;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.7); */
    background: linear-gradient(42deg, rgba(255, 0, 0, 1) 0%, rgba(64, 0, 255, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
}
.card-customer-service .content {
    color: white;
    z-index: 2;
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
    padding-left: 7%;
    padding-right: 7%;
}
.gallery-carousel .owl-nav .owl-prev {
    left: -4%;
    top: 25%;
}
.gallery-carousel .owl-nav .owl-next {
    right: -4%;
    top: 25%;
}
.brand-highlight {
    height: 125px;
}
.brand-highlight img {
    width: 100px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover; 
    object-position: center; 
    transform: translate(-50%, -50%) scale(1);
}
.brand-carousel .owl-nav .owl-prev {
    top: 20% !important;
}
.brand-carousel .owl-nav .owl-next {
    top: 20% !important;
}
.container-map {
    position: relative;
}
.container-map .address{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}
.lightbox .lb-image {
    border: none;
}
.lb-data {
    display: none;
}
.lb-loader {
    display: none !important;
}
.spbus-carousel .owl-nav .owl-prev {
    top: 45% !important;
    left: 2% !important;
}
.spbus-carousel .owl-nav .owl-next {
    top: 45% !important;
    right: 2% !important;
}
.lahans-carousel .owl-nav .owl-prev, 
.lahans-carousel .owl-nav .owl-next {
    width: 50px !important;
    font-size: 33px !important;
}
.lahans-carousel .owl-nav .owl-prev {
    top: 35% !important;
    left: 2% !important;
}
.lahans-carousel .owl-nav .owl-next {
    top: 35% !important;
    right: 2% !important;
}
.container-lahan-item {
    position: relative;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    border-bottom: thin solid rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.container-lahan-item:hover {
    /* background-color: rgba(10, 107, 181, 0.05); */
    background-color: rgba(22, 92, 143, 0.05);
}
.container-lahan-item .collapse.show {
    transition: 0.3s;
    /* background-color: rgba(22, 92, 143, 0.1); */
    background-color: rgba(170,194,54, 0.07);
}
.container-lahan-item:last-child { 
    border-bottom: none; 
}
.caret-0.dropdown-toggle::after {
    content: none; 
}
#modal-login .bg {
    background: url('../../../assets/spbu.webp') center/cover no-repeat;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#modal-login .modal-body {
    padding: 30px;
}
#modal-login .inner {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
#mainSearch .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
}
.card-brand-list:hover,
.card-space:hover,
.card-spbu:hover {
    box-shadow: 0px 5px 10px 0px rgba(71,85,105,.1);
}
.card-spbu .btn-primary,
.card-space .btn-primary{
    background-color: #0a6cb5;
    border-color: #0a6cb5;
}
.card-spbu .btn-primary:hover,
.card-spbu .btn-primary:active,
.card-space .btn-primary:hover,
.card-space .btn-primary:active {
    background-color: #0a5895;
    border-color: #0a5895;
}
.owl-carousel .card-space:hover,
.owl-carousel .card-spbu:hover {
    box-shadow: none;
}
/* 
.card-spbu .bg-success,
.card-space .bg-success {
    background-color: #aac236 !important;
}
.card-spbu .bg-danger,
.card-space .bg-danger {
    background-color: #ea1d30 !important;
} */
.dropdown .dropdown-item {  
    font-size: 14px;
    padding: 7px 15px;
}
.dropdown ul.dropdown-menu {
    border: thin solid rgba(120, 120, 120, 0.1);
}
.section-recomendation-spbu .owl-carousel {
    height: 316.41px;
}
.select2-container--default .select2-selection--single {
    border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.select2-container .select2-selection--single {
    height: 38px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .75rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: thin solid rgba(120, 120, 120, 0.1);
    border-radius: var(--bs-dropdown-border-radius);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f8f9fa;
    color: var(--bs-dropdown-link-hover-color);
}
.select2-container--default .select2-results__option--selected {
    background-color: #d5d7d8;
}
.select2-container--open .select2-selection {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #0a5895;
    outline: 0;
    box-shadow: inset 0 0 .2rem rgba(10, 88, 149, 0.5);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #0a5895;
    outline: 0;
}
.select2-results__option {
    padding: 7px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -5px;
    right: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: none;
    /* position: absolute; */
    height: 25px;
    width: 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
.card-hover {
    transition: transform .2s;
}
.card-hover:hover {
    transform: scale(1.03);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(170, 194, 54, 0.75);
}
.price-label {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 7px;
}

/* nav animatiom */
/* .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}
.navbar ul li a,
.navbar ul li a:after,
.navbar ul li a:before {
  transition: ease-in-out .3s;
}
.navbar ul li a {
  position: relative;
}
.navbar ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: rgba(10, 108, 181, 1);
  background: rgb(234,29,48);
  height: 2px;
}
.navbar ul li a:hover:after {
  width: 100%;
}
@-webkit-keyframes fill {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #333;
    }
} */
.form-select:focus,
.form-control:focus {
    border-color: #0a5895;
    box-shadow: inset  0 0 .2rem rgba(10, 88, 149, 0.5);
}
.form-select.is-invalid:focus, 
.form-control.is-invalid:focus, 
.was-validated .form-control:invalid:focus {
    box-shadow: inset  0 0 .2rem rgba(220, 53, 69, 0.5);
}
.form-select.is-valid:focus, 
.form-control.is-valid:focus, 
.was-validated .form-control:valid:focus {
    box-shadow: inset  0 0 .2rem rgba(25, 135, 84, 0.5);
}

/* Custom validation styles for form inputs */
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
/* Hide error messages while keeping the red border */
.invalid-feedback {
    display: none !important;
}

/* Disabled search button styling */
.btn-main-search.disabled, 
.btn-main-search:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    filter: blur(0.5px);
    pointer-events: none;
}

.position-relative {
    position: relative;
}

.btn-clear-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    display: none;
}

    .btn-clear-input:hover {
        opacity: 0.7;
    }

    .btn-clear-input .bi-x {
        font-size: 14px;
        color: #999;
    }

input:not(:placeholder-shown) ~ .btn-clear-input {
    display: block;
}

/* tombol clear di dalam select2 */
.select2-selection .btn-clear.inside-select2 {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    display: none;
}

/* posisi tombol select2 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px !important;
}
#luasMin,
#hargaMin {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
#luasMax,
#hargaMax {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.card-price {
    /* background: url('../../../assets/bgabstract5.wepb') center/cover no-repeat; */
    /* background-color: rgba(255,255,255, 0.3); */
    /* background-blend-mode: lighten; */
    background-color: #004266;
    background-size: 100% 100%;
}
.card-mitra-type {
    background: url('../../../assets/bgabstract5.webp') center/cover no-repeat;
    background-color: rgba(255,255,255, .7);
    background-blend-mode: lighten;
     background-size: 100% 100%; 
}
.card-containter-space {
    /* background: url('../../../assets/bgabstract3.wepb') center/cover no-repeat; */
    /* background-color: rgba(0, 0, 0, 0); */
    background-blend-mode: hard-light;
}
.card-price:hover,
.card-mitra-type:hover {
    box-shadow: none;
    background-blend-mode: darken;
}
.cursor-pointer {
    cursor: pointer !important;
}

/* LAHAN LIST VALIDATION STYLES */
.invalid-field {
    border: 1px solid #dc3545 !important;
}

.invalid-field + .invalid-feedback,
.input-group:has(.invalid-field) + .invalid-feedback {
    display: block;
}

.input-group .invalid-field {
    z-index: 0;
}
/* END LAHAN LIST VALIDATION STYLES */
.card-text {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Custom Hero Button Styling based on Figma */
.btn-hero-custom {
    border-radius: 60px !important;
    padding: 16px 32px !important;
    gap: 10px;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.btn-hero-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Custom Red Button Styling for Hero */
.btn-hero-red {
    background-color: #ED1C23 !important;
    border-color: #ED1C23 !important;
    color: white !important;
}

.btn-hero-red:hover {
    background-color: #c41e2a !important;
    border-color: #c41e2a !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(237, 28, 35, 0.3);
}

/* Hero Home Page Specific Styling */
.hero-home {
    position: relative;
}

.hero-home-overlay {
    background: rgba(0, 0, 0, 0) !important; /* Lighter overlay for home page */
}

.hero-home-title {
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #333333;
}

.hero-home-subtitle {
    font-size: 48px !important;
    font-weight: 900 !important; /* Extra bold */
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333333;
}

.hero-home-description {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #333333;
    opacity: 0.95;
}

.hero-home-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-home-hashtag {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #333333;
    opacity: 0.9;
    letter-spacing: 1px;
}

/* Responsive styling for Hero Home */
@media (max-width: 768px) {
    .hero-home-title {
        font-size: 32px !important;
        margin-bottom: 10px;
    }
    
    .hero-home-subtitle {
        font-size: 32px !important;
        margin-bottom: 15px;
    }
    
    .hero-home-description {
        font-size: 14px !important;
        margin-bottom: 25px;
    }
    
    .hero-home-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .hero-home-hashtag {
        font-size: 16px !important;
    }
}

/* Custom Tab Styling for Lahan - Red Oval Shape */
#mainSearch .nav-link {
    border-radius: 50px !important;
    padding: 12px 24px !important;
    margin-right: 10px;
    border: none;
    transition: all 0.3s ease;
}

#mainSearch .nav-link.active {
    background-color: #ED1C23 !important;
    color: white !important;
    border: none !important;
}

#mainSearch .nav-link:not(.active) {
    background-color: transparent;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

#mainSearch .nav-link:not(.active):hover {
    background-color: #f8f9fa;
    color: #ED1C23;
    border-color: #ED1C23;
}

#mainSearch .nav-link h5 {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 500;
}

/* Logo Overlay for SPBU Cards */
.card-logo-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.card-logo-overlay img {
    width: 60px;
    height: auto;
    opacity: 0.9;
}
.card-registration-mitra .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.card-registration-mitra .content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 10px 20px;
}

/* Custom font styling for Mitra page */
/*.hero.mitra h1 {
    font-family: "Exo", sans-serif;
    font-weight: 800;*/ /* ExtraBold */
    /*font-optical-sizing: auto;
    font-style: normal;*/
    /*    color: #333333;*/
/*}

.hero.mitra h5 {
    font-family: "Exo", sans-serif;
    font-weight: 200;
    Regular font-optical-sizing: auto;
    font-style: normal;*/
    /*    color: #333333;*/
/*}

.hero.mitra .btn-hero-custom {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 700;*/ /* Bold */
    /*background-color: #ED1C23 !important;
    border-color: #ED1C23 !important;
    color: white !important;
}

.hero.mitra .btn-hero-custom:hover {
    background-color: #c41e2a !important;
    border-color: #c41e2a !important;
    color: white !important;
}*/

/* Mitra Page Sections Custom Styling */
/* Berbagai Jenis Usaha Section */
.section-category .row {
    max-width: 900px;
    margin: 0 auto;
}

.card-brand-type-mitra {
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.card-brand-type-mitra .overlay-red-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(255,0,0,0.3) 60%, rgba(255,0,0,0.7) 100%);
    z-index: 1;
}

.card-brand-type-mitra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .card-brand-type-mitra .title-overlay {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        color: white;
        z-index: 2;
        font-size: 1.25rem;
        font-weight: 600;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    }

/* Mitra Berdasarkan Bidang Usaha Section */
.section-type .row {
    max-width: 900px;
    margin: 0 auto;
}

.card-bidang-usaha-mitra {
    height: 120px;
}

.card-bidang-usaha-mitra .card-body {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-bidang-usaha-mitra img {
    width: 40px;
    margin-bottom: 8px;
}

.card-bidang-usaha-mitra p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.list-title {
    margin-top: 30px;
    margin-bottom: 30px; 
    display: inline-block;
}