body {
    background-color: #FBFDFC;
}

.bg-primary {
    background-color: #077F46;
}

.btn-secondary {
    background-color: #de7623;
    border-color: #de7623
}

.aps-dark-green {
    color: rgb(16, 53, 36);
}

.aps-dark-green-bg {
    background-color: rgb(16, 53, 36);
}

.aps-light-gray-bg {
    background: url("../img/piyushdotcom-v2.jpg") no-repeat center center fixed;
    background-size: cover;
    margin-top: -97px;
    padding-top: 115px !important;
}

.aps-light-green-bg {
    background-color: rgb(235, 244, 239);
}

.aps-shadow {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 30px 0px;
    transition: all 0.4s ease;
}

.aps-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px 0px;
}

.btn-outline-hdr-login {
    color: #ffffff;
    border-color: #21b16e;
}

.btn-outline-hdr-login:hover {
    background-color: #21b16e;
    border-color: #21b16e;
    color: #ffffff;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #009b4f;
}
.btn-primary {
    background-color: #198754;
    border-color: #198754;
}
.btn-danger {
    color: #fff;
    background-color: #ff6922;
    border-color: #ff6922;
}
.btn-danger:hover {
    background-color: #ff9947;
    border-color: #ff9947;
}

.bg-light {
    background-color: #ebebeb !important;
}

.btn-outline-white:hover {
    background-color: #fff;
    color: #21b16e;
    border-color: #ffffff;
}

/*Navbar APS*/
.navbar {
    box-shadow: none;
}

.navbar-aps li .nav-link:hover {
    color: #ffb134 !important;
}

.form-label {
    font-weight: 600;
    color: black;
}

.section-label {
    display: inline-block;
    background-color: rgba(7, 127, 70, 0.1);
    color: #077f46;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.section-label-large {
    display: inline-block;
    background-color: rgba(7, 127, 70, 0.1);
    color: #077f46;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid rgba(7, 127, 70, 0.2);
}

.card-body-aps {
    padding: 2rem;
}

/*CTA Section*/
.cta-content {
    padding: 20px;
}

.country_map .col-md-6 {
    display: flex;
}

.country_map .form-label {
    align-items: center !important;
    display: flex;
    margin-bottom: 0px;
    width: 8rem;
}

.country_map select {
    padding: 12px;
}

#map {
    margin-top: 30px !important;
}
.hero-font {
    font-size: 60px;
}
.property-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 30px 0px;
    transition: all 0.4s ease;
}

.property-card:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px 0px;
}

.property-card .property-id {
    background-color: rgba(255, 255, 255, 1);
    color: #ff8f34;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    right: 12px;
    top: 12px;
    position: absolute;
}

.property-card .property-price {
    color: #ff8f34;
    font-size: 20px;
    font-weight: 700;
}

/*Search Property*/
.search-property {
    border: 1px solid #e3e3e3; 
    margin-bottom: 20px; 
    padding: 30px 30px 50px 30px;
    border-radius: 10px;
}
.search-property .form-control, .search-property .form-select {
    padding: .675rem .75rem !important;
}
.search-property .btn {
    padding: .675rem .75rem !important;
}
.search-property label {
    margin-bottom: 6px;
}

/* Mobile Tabs */
.mobile-bar-fixed {
    background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
    border-top: solid 1px #eee;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    transition: 0.3s ease-in all;
}

.mobile-bar-fixed .mobile-tab {
    border-right: 1px solid #949494;
    padding: 12px 0;
    transition: 0.3s ease-in all;
}

.mobile-bar-fixed .mobile-tab:hover {
    background: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}

.mobile-bar-fixed .mobile-tab:last-child {
    border-right: 0px solid #949494;
}

.mobile-tab.highlight-tab i {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 0px;
}
.highlight-tab .rounded-circle {
    background-color: #DE7623;
    width: 40px;
    height: 40px;
    margin-top: -34px;
    margin-bottom: 10px;
}

.mobile-bar-fixed a {
    color: #000;
    font-size: 12px;
}
.mobile-bar-fixed i {
    color: #949494;
    margin-bottom: 8px;
    font-size: 16px;
}
/*Footer*/
.blue-dark-bg {
    background-color: #172740;
}
.btn-primary-footer {
    background-color: #f37e20;
    color: #fff;
}
.btn-primary-footer:hover {
    background-color: #fff;
    color: #000;
}
.btn-primary-orange {
    background-color: #f37e20;
    border-color: #f37e20;
    color: #fff;
}
.btn-primary-orange:hover {
    background-color: #ff9947;
    border-color: #ff9947;
    color: #fff;
}


.pulse-button {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

