span.status-available,
span.status-not-available {
    display: block;
    top: 0;
    color: #f5f5f5;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 25px
}

span.status-not-available {
    background-color: #df1919
}

.banner-des-text{
    width: 900px;
}

.hero-img{
    height: 90vh;
}

@media (max-width:576px) {
    .banner-des-text{
    width: 300px;
}
.hero-img{
    height: 70vh;
}
}

span.status-available {
    background-color: #0e9725
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .05);
    display: none
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.cookieConsentContainer .cookieButton {
    line-height: 1
}

.real-estate-section h2 {
  font-size: 1.9rem;
  color: #111;
}

.real-estate-section ul li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #222;
}


.real-estate-section a {
  transition: color 0.3s ease;
}

.real-estate-section a:hover {
  color: #0056b3;
}

.elementor-icon-list-icon svg{
    fill: #4487ca ;
    transition: fill 0.3s;
    width: 15px !important;
}

.chooseimg{
    height: 200px !important;
    object-fit: cover !important;
}

.why-choose-card{
    height: 650px !important;
}

@media (max-width:768px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        border-radius: 0 !important
    }
}

.latest-comments li.children-2 {
    margin-left: 80px;
}

#singleListingMap {
    height: 185px;
}

.img-120 {
    max-height: 120px;
    width: 120px;
}

.height250 {
    height: 250px;
}

.quick-error {
    color: red;
    display: none;
}

.card-horizontal img {
    height: 100%
}

#road_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.infoBox {
    min-width: 17.5rem;
    padding: 0;
    overflow: hidden;
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    text-align: left;
    border-radius: 12px !important;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 1rem;
    right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    color: rgba(69, 64, 86, .7);
    font-size: .875rem;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 .125rem .125rem -0.125rem rgba(31, 27, 45, .08), 0 .25rem .75rem rgba(31, 27, 45, .08);
}

.billing-cycle-radios label {
    cursor: pointer;
}

.billing-cycle-radios {
    display: block;
    margin: 0 auto;
    text-align: center
}

.billing-cycle-radios.text-align-left {
    text-align: left
}

.billed-yearly-label {
    display: none
}

.billed-yearly .billed-yearly-label {
    display: block
}

.billed-yearly .billed-monthly-label {
    display: none
}

.recommended .pricing-plan-label {
    color: var(--theme-color-1)
}

.recommended .pricing-plan-label span {
    color: var(--theme-color-1)
}

@media (max-width:992px) {
    .pricing-plans-container {
        display: block
    }
}

.billed-yearly-label,
.billed-lifetime-label {
    display: none
}

.billed-yearly .billed-yearly-label,
.billed-lifetime .billed-lifetime-label {
    display: block
}

.billed-yearly .billed-monthly-label,
.billed-lifetime .billed-monthly-label {
    display: none
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.otp-inputs input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp-inputs input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#resultMessage {
    margin-top: 15px;
    font-size: 14px;
    color: #ff4c4c;
}

.valid-tooltip {
    /*position: absolute;*/
    top: 165px;
    z-index: 5;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    background-color: rgba(34, 197, 94, .12);
    border-radius: 0.25rem;
    color: #22c55e;
}

.invalid-tooltip {
    /*position: absolute;*/
    top: 165px;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    background-color: rgba(239, 68, 68, .9);
    border-radius: 0.25rem;
    color: #fff;
}

.whatsapp-float {
    position: fixed;
    bottom: 22px !important;
    right: 25px;
    z-index: 999;
}

.whatsapp-float img {
    max-width: 80%;
    transition: transform 0.3s;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}

@media (max-width: 480px) {
    .whatsapp-float {
        position: fixed;
        bottom: 30px !important;
        right: 2px;
        z-index: 999;
    }

    .whatsapp-float img {
        max-width: 60%;
        transition: transform 0.3s;
    }

    .hero-banner {
        background: url('https://toreeproperties.com/storage/products/thumb/Easy Way to Find a.png') no-repeat center top !important;
        background-size: cover !important;
        background-position: bottom !important;
    }

    .dubai-title {
        font-size: 24px !important;
    }

    .faq-container {
        width: auto !important;
        margin: auto !important;
        padding: 0px 1rem 48px 1rem !important;
    }
    .faq-btn-orange{
        margin-bottom:16px;
    }
}

/* first section css */

.dubai-section {
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 48px 1rem 0px 1rem;
}

.dubai-badge {
    background-color: #fef3c7;
    color: #b45309;
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
}

.dubai-title {
    font-weight: 700;
    color: var(--qp-heading-color);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 42px;
}


.dubai-subtitle {
    color: #4b5563;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    font-family: var(--qp-body-font-family);
}

.dubai-desc {
    color: #6b7280;
    margin-bottom: 2.5rem;
    font-family: var(--qp-body-font-family);
}

.first-dubai-card {
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.first-dubai-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.dubai-icon {
    font-size: 1.3rem;
}

.dubai-text {
    font-weight: 500;
    color: #374151;
    margin: 0;
    font-size: 14px;
}

.first-dubai-card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}



/* second section css */

.dubai-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: none;
}

.dubai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* ✅ Icon + Title alignment in one line */
.dubai-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.2rem;
}

.dubai-icon-box {
    background: #fef3c7;
    color: #b45309;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.dubai-icon-blue {
    background: #e0f2fe;
    color: #2563eb;
}

.dubai-icon-purple {
    background: #ede9fe;
    color: #6d28d9;
}

.dubai-card h5 {
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    font-size: 16px;
}

.dubai-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dubai-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.dubai-list li svg {
    color: #10b981 !important;
}

.dubai-list li span {
    color: var(--qp-heading-color);
    font-family: var(--qp-body-font-family);
}


.dubai-list i {
    color: #22c55e;
    font-size: 1.1rem;
    margin-right: 8px;
    margin-top: 3px;
}

.dubai-list b {
    color: #111827;
}

.dubai-note {
    text-align: center;
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 2rem;
}

.text-foreground {
    color: var(--qp-heading-color);
    font-size: 14px;
}

.faq-title {
    font-weight: 700;
    color: var(--qp-heading-color);
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.faq-accordion-item {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-accordion-item .accordion-body {
    padding-top: .1667rem;
    font-size: 13px;
}

.faq-accordion-button {
    font-weight: 600;
    color: #212529;
    background-color: #fff;
    border-radius: 10px;
}

.faq-accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-btn {
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 20px;
    transition: 0.3s;
}

.faq-btn-orange {
    background-color: #f79c26;
    color: white;
    border: none;
}

.faq-btn-orange:hover {
    background-color: #e88b15;
    color: white;
}

.faq-btn-outline-blue {
    border: 2px solid #4487ca;
    color: #4487ca;
    background: transparent;
}

.faq-btn-outline-blue:hover {
    background-color: #4487ca;
    color: white;
}

.faq-buttons {
    text-align: center;
    margin-top: 25px;
}

.faq-container {
    width: 800px;
    margin: auto;
    padding: 0px 1rem 48px 1rem;

}

.dubai-advantage-section {
    padding: 48px 1rem 0px 1rem;
}
@media (max-width:576px) {
    html, body {
  overflow-x: hidden;
}
.logo-dark-header{
    margin-left: 30px ;
}
}
