.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #c19b5e !important;
    text-shadow: -.03ex 0 currentColor, .03ex 0 currentColor;
}

.main-menu .navigation>li>a:before {
    background-color: #c19b5e;
}

.theme-btn {
    padding: 2px 20px;
}

@media only screen and (max-width: 499px) {
    .main-header .menu-right-content .sign-box {
        position: relative;
    }
}

.main-header .menu-right-content .sign-box {
    margin-right: 20px;
}

.main-header .logo-box .logo {
    max-width: 220px;
}

.menu-area .mobile-nav-toggler .icon-bar {
    height: 1px;
    width: 20px;
}

.theme-btn.btn-one {
    background-color: #c19b5e;
    border: 2px solid #c19b5e;
}

.search-field .top-search .search-btn button {
    background-color: #800020;
}

.banner-carousel .owl-dots .owl-dot.active span,
.banner-carousel .owl-dots .owl-dot span:hover {
    background-color: #143d59;
}

.category-block-one .inner-box:before {
    background-color: #c19b5e;
}

.feature-block-one .inner-box .lower-content .more-details li {
    color: #000000;
}

.feature-block-one .inner-box .lower-content .price-box .price-info h4 {
    color: #800020;
}

.feature-block-one .inner-box .lower-content .theme-btn {
    padding: 4.5px 17px;
    background-color: #06257e;
    color: #fff;
    width: 100%;
}

.category-section {
    padding: 80px 0px 35px 0px;
}

.sec-pad {
    padding: 35px 0px 80px 0px;
}

.footer-bottom {
    padding: 20px 0px;
}

.footer-top {
    padding: 80px 0px 80px 0px;
}

.video-section {
    position: relative;
    width: 100%;
    height: 50vh;
    /* Full height of the viewport */
    overflow: hidden;
}

.video-section .video-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.video-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Semi-transparent black overlay */
    z-index: 2;
    /* Overlay sits on top of the video */
}

.video-section .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 3;
}

.video-section .video-text h2 {
    display: block;
    font-size: 60px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
}

.video-section .video-text p {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.funfact-section .inner-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

p {
    text-align: justify;
}

.theme-btn.btn-two:hover {
    border-color: #c19b5e;
}

.theme-btn.btn-two {
    background-color: #800020;
    color: #fff;
    border-radius: 60px;
}

.news-block-one .inner-box .lower-content .theme-btn {
    padding: 4.5px 17px;
}

.theme-btn.btn-two:before {
    background-color: #c19b5e;
}

.news-block-one .inner-box .image-box .category {
    background-color: #c19b5e;
}

.funfact-block-one .inner-box p {
    text-align: center;
}
.news-block-one .inner-box .lower-content h4 a:hover{
    color: #c19b5e;
}
.funfact-block-one .inner-box .count-outer {
    color: #c19b5e;
}

.sec-title h5 {
    color: #c19b5e;
}

.footer-top .links-widget .links-list li a:hover:before {
    display: none;
}

.footer-top a:hover {
    color: #c19b5e;
}

.main-menu .navigation>li>ul {
    border-top: 3px solid #c19b5e;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    color: #c19b5e;
}

.scroll-top {
    background: #c19b5e;
}

.page-title {
    padding: 60px 0px 60px 0px;
}

.ragister-section .inner-box h5 {
    color: #c19b5e;
    text-align: left;
    font-size: 16px;
}

.main-header .menu-right-content .sign-box a:hover {
    color: #ffffff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

span.select2-selection.select2-selection--single {
    position: relative;
    display: block;
    width: 100% !important;
    height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 60px;
    font-size: 14px;
    color: #93959e;
    padding: 10px 0px;
    box-shadow: none;
    outline: none;
    transition: all 500ms ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px !important;
    margin-top: 7px !important;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.nice-select {
    text-transform: none;
}

.search-field .top-search .form-group input[type='text'] {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding: 10px 20px 10px 50px;
    font-size: 14px;
    color: #808288;
    transition: all 500ms ease;
}

/* Container for the dropdown menu */
.ui-autocomplete {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* Ensure it stays above other elements */
}

/* Individual menu items */
.ui-menu-item {
    padding: 8px 12px;
    cursor: pointer;
}

/* Hover state */
.ui-menu-item:hover {
    background-color: #c19b5e !important;
    color: white !important;
}

/* Active item (using keyboard) */
.ui-state-active {
    background-color: #c19b5e !important;
    color: white !important;
    border:none;
}

/* Custom Scrollbar styling for modern browsers */
.ui-autocomplete::-webkit-scrollbar {
    width: 5px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #c19b5e;
    /* Scrollbar color */
    border-radius: 10px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.ui-widget.ui-widget-content {
    border: none;
    height: auto;
    background-color: #fff;
}

.feature-block-one .inner-box .image-box .category {
    background-color: #c19b5e;
}

.feature-block-one .inner-box .lower-content {
    padding: 25px 30px 40px 30px;
}

.feature-block-one .inner-box .lower-content .title-text h4 a:hover {
    color: #c19b5e;
}

.feature-block-one .inner-box .lower-content .price-box .price-info h6 {
    color: #5a5b60;
}

.feature-block-one .inner-box .lower-content .price-box .other-option li a:hover {
    background-color: #c19b5e;
    border-color: #c19b5e;
}

.main-menu .navigation>li>ul>li:hover {
    background-color: #c19b5e;

}

.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
}

.bg-color-2 {
    background-color: #800020;
}

.bg-color-3 {
    background-color: #c19b5e;
}

input#enddate,
input#minPrice,
input#maxPrice {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    max-width: 100%;
    line-height: 50px;
    border: 1px solid #e5e7ec !important;
    font-size: 14px;
    color: #808288;
    font-weight: 400;
    background: transparent;
    border-radius: 5px;
    padding: 0px 20px;
}

label {
    color: #000;
}

.property-details .top-details .right-column .price-inner .price-box h3 {
    color: #ff1400;
}

.property-details .top-details .right-column .other-option li a:hover {
    background-color: #800020;
    border-color: #800020;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 52%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
}

.criteria p {
    color: red;
    font-size: 12px;
}

.ragister-section .inner-box .othre-text p a {
    color: #000000;
}

button#sign-in {
    padding: 7px 20px;
}

.radio-group {
    display: flex;
    align-items: center;
}

.radio-group label {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    margin-right: 5px;
}

.uaepass-button {
    display: inline-flex;
    align-items: center;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    gap: 10px;
}

.fingerprint-icon {
    width: 24px;
    height: auto;
}

.uaepass-button:hover {
    background-color: #fff;
    border-color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.uaepass-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}

/* Style the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown menu (ul) styling */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #800020;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

/* Dropdown links (li) styling */
.dropdown-content li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.dropdown-content li:hover {
    background-color: #c19b5e;
}

/* Last item should not have a border */
.dropdown-content li:last-child {
    border-bottom: none;
}

/* Links inside the dropdown */
.dropdown-content li a {
    text-decoration: none;
    color: #fff !important;
    display: block;
}

/* Change color of links on hover */
.dropdown-content li a:hover {
    background-color: #c19b5e;
    color: #333;
}

/* Show the dropdown on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


.modal {
    display: none; 
    position: fixed; 
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    max-width: 500px; 
    position: relative; 
}

.close {
    color: #aaa;
    position: absolute; 
    top: 10px;
    right: 20px; 
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s; 
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.share-buttons {
    display: flex;
    justify-content: space-around; 
    flex-wrap: wrap; 
}

.share-buttons a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    margin: 5px;
    color: black; 
}

.share-buttons img {
    width: 40px; 
    height: 40px; 
    margin-right: 8px;
}

.url-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#propertyUrl {
    width: calc(100% - 40px); /* Adjust width to account for the button */
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #333;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    margin-right: 10px; /* Space between input and button */
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.deals-block-one .inner-box .lower-content .price-box .price-info h4{
    color: #ff1400;
}

.deals-block-one .inner-box .lower-content .other-option li a:hover{
    background-color: #052da3;
     border-color: #052da3; 
}

.inner-box.depositbox{
    padding: 15px;
    margin: 15px;
    border: #1224a7 1px dashed;
    background-color: #dfdfef;
    display:none;
}

.inner-box.depositformbox{
    padding: 15px;
    margin: 15px;
}

/* #bankdetbox{
    display:none;
} */

input[type="date"], input[type="file"]
{
    position: relative;
    display: block;
    width: 100% !important;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 60px;
    font-size: 14px;
    color: #93959e;
    padding: 10px 20px;
    box-shadow: none;
    outline: none;
    transition: all 500ms ease;
}

.info-block-one .inner-box p a:hover{
    color:#800020;
}
.default-form input:focus, .default-form textarea:focus{
    border-color: #800020 !important;
}
.bankbox.selected {
    background-color: #800020;  /* Change to any color you prefer */
}
.chequebox.selected {
    background-color: #800020;  /* Change to any color you prefer */
}

thead.table-header{
    border-bottom: 1px solid #bfb8b8;
}
.properties-table tbody tr td:last-child p{
    font-weight:600;
}
.footer-bottom a:hover{
    color: #c19b5e;
}
.myprofile-section .tab-btns li.active-btn{
    color: #c19b5e
}
.header-top .social-links li a:hover, .header-top .info li a:hover{
    color: #800020;
}
button.theme-btn.btn-one.accountbtn {
    font-size: 12px;
}
.ui-widget{
    font-family: 'Montserrat'!important;
}
button#bid-now{
    border-radius:5px;
    background-color:#80011f;
}
button.theme-btn.btn-two.bid-now{
    border-radius:5px;
    background-color:#80011f!important;
}
a.theme-btn.btn-two.newsbtn{
    border-radius:5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 20px!important;
}
.iti__selected-flag{
    padding:0 20px 0 20px!important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    padding-left: 60px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 20px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top:45%!important;
}
.property-details-three .slider-content .slider-pager .thumb-box li figure:after{
    border-color:#c19b5e!important;
}
.myprofile-section h4{
    padding-left:0px!important;
}
i.fa.fa-heart.favorite{
    color:red;
}
a.theme-btn.btn-two.ongoingbtn{
    background-color: #2a7006!important;
    border-radius:5px!important;
}
a.termscheck{
    color: #b97200!important;
    text-decoration: underline;
}
img.qrimg {
    width: 50%;
    border: 1px solid #ffffff;
    border-radius: 5px;
}