.rental-application {
    .page-title {
        font-size: 1.375rem;
        font-weight: 600;
        margin-top: 1.5rem;
    }

    .home-content {
        overflow-y: auto;
    }

    .home-content::-webkit-scrollbar {
        width: 8px;
    }

    .home-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
    }

    .home-content::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 8px;
        border: 2px solid #f1f1f1;
    }

    .home-content::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

    .rental-card {
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #E4E7EC;
        overflow: auto;
        cursor: pointer;
    }

    .location-col {
        font-size: 10px;
        color: #B0B0B0;
    }

    .property-desc p {
        color: #3C3C3C;
        font-size: 14px;
        font-weight: 300;
    }

    .property-details p {
        font-size: 14px;
        font-size: 14px;
        font-weight: 300;
    }

    .rental-card-img {
        min-width: 200px;
        min-height: 200px;
    }

    .rental-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .rental-card-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 200px;
    }

    .rental-btn {
        padding: 0;
        min-height: 32px;
        min-width: 92px;
        font-size: 14px;
        font-weight: 300;
    }
}

.image-scrooler img {
    min-width: 370px;
    max-width: 370px;
    min-height: 370px;
    max-height: 370px;
    object-fit: cover;
}

.image-scrooler::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    background: transparent;
}

.scrool-btn {
    background-color: #fff !important;
    width: 46px;
    height: 60px;
    padding: 0;
    border: 0;
    font-size: 31px;
    border-radius: 50%;
    color: #FEA327;
    outline: none;
}

.scrool-btn:hover,
.scrool-btn:active,
.scrool-btn:focus,
.scrool-btn:focus-visible {
    background-color: #fff !important;
    outline: none;
    box-shadow: none;
}

.image-scrooler {
    margin: 0rem 3.9rem;
}

.close-button {
    position: absolute;
    right: 30px;
    top: 20px;
}

.close-button .btn {
    font-size: 30px;
    font-weight: 100;
    color: #98A2B3;
    border: none;
    background: transparent;
    padding: 0;
    line-height: 1;
}

.thumbnail-wrapper {
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 56px; 
    height: 56px; 
    object-fit: cover;
    cursor: pointer; 
    border: 2px solid #fff !important;
    overflow: hidden;
}

.thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.active-thumbnail {
    border: 3px solid #FEA327 !important;
    transform: scale(1.05);
    border-radius: 8px;
}


/* stepper form styles */

.stepper-wrapper {
    display: flex;
    max-width: 615px;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Ensure icons fit inside the circle */
.step-counter i {
    font-size: 16px;
    /* Adjust size as needed */
}

/* Active step (highlight current step) */
.stepper-item.active .step-counter {
    background: #FEA327;
    color: white;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

/* Default connector (gray) */
.stepper-item::before,
.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #E4E7EC;
    width: 100%;
    top: 19px;
    z-index: 2;
}

.stepper-item::before {
    left: -50%;
}

.stepper-item::after {
    left: 50%;
}

.stepper-item.completed::after {
    border-bottom: 4px solid #FEA327;
}

/* Completed connector (yellow) */
.stepper-item.completed+.stepper-item:not(.completed)::before,
.stepper-item.completed+.stepper-item.completed::before {
    border-bottom: 4px solid #FEA327;
}

.step-counter .fas {
    color: #fff !important;
}

/* Step counter styling */
.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E4E7EC;
    margin-bottom: 6px;
    color: #98A2B3;
    border: 2px solid #fff;
}

/* Completed step (yellow circle) */
.stepper-item.completed .step-counter {
    background: #FEA327;
}

.stepper-item .step-name {
    font-weight: 500;
    font-size: 12px;
    color: #98A2B3;
}

/* Active step (bold) */
.stepper-item.completed .step-name,
.stepper-item.active .step-name {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

/* Remove connectors for first and last steps */
.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.social-tag {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E7EC;
    border-radius: 6px;
}

.social-tag {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E7EC;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.social-tag:hover {
    transform: scale(1.1); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
}

.social-tag img {
    transition: transform 0.3s ease;
}

.social-tag:hover img {
    transform: rotate(360deg);
}


.modal-content-header {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.modal-content-desc {
    font-weight: 300;
    font-size: 18px;
}

.property-detail-col h6 {
    color: #281D1B;
    font-weight: 500;
    font-size: 17px;
}

.property-detail-col li {
    color: #281D1B;
    font-weight: 300;
    font-size: 15px;
    list-style-type: disc;
}

.month {
    color: #98A2B3;
    font-size: 12px;
    font-weight: 500;
}

.border-left {
    border-left: 1px solid #D0D5DD;
}

.property-price h4 {
    font-size: 36px;
    font-weight: 600;
}

.property-price h5 {
    font-size: 24px;
    font-weight: 600;
}
