.content-wrapper {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
.margin-bottom-6 {
	margin-bottom: 6rem;
}
.card-body {
	background: #f7f9fc;
}
.register-card .card-body {
	background: #ffffff;
}
.login-container {
    margin: 3rem 0 3rem 0;
}
.img-fluid {
	margin-bottom: 1rem;
}
.list-style-check, .list-style-check-circle {
	list-style: none;
}
.ri-check-line {
	color: #155E97;
}
.list-style-check li:before {
	content: '✔';
	color: #155E97;
	font-size: 1.2em;
	margin-right: 8px;
}
.btn {
	padding: 0.5rem 2.2rem !important;
	font-weight: normal !important;

}
.btn-primary {
	background: #155E97 !important;
	border: none;
}
.btn-primary:hover {
	background: #155E97 !important;
}
.bg-white {
	background-color: #fff !important;
}
.property-type {
	padding: 0 3.5rem;
	margin: 0.75rem 0
}
.promo-box {
    background: url('../images/run-rentals-bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
	padding: 4rem;
}
@media (max-width: 767px) {
    .promo-box {
        border-radius: 12px;
        padding: 0;
    }
}
.faq-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #232d46;
    color: #232d46 !important;
    background: transparent;
}
.faq-tabs .nav-link {
    font-size: 1.25rem;
    background: transparent;
    border: none;
    margin: 0 1.5rem;
    padding-bottom: 0.5rem;
}
.faq-tabs .nav-link:focus {
    box-shadow: none;
}
.stepper-container {
    padding: 2rem 0;
}

.stepper-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.stepper-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #333741;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    border: 3px solid #333741;
}

.stepper-item.active .stepper-icon {
    background: #155E97;
    border-color: #155E97;
}

.stepper-item.active .stepper-icon img {
    filter: brightness(0) invert(1);
}

.stepper-icon img {
    width: 32px;
    height: 32px;
    transition: filter 0.3s ease;
    object-fit: contain;
    display: block;
    margin: auto;
}

.stepper-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333741;
    text-align: center;
    transition: color 0.3s ease;
}

.stepper-item.active .stepper-label {
    color: #155E97;
    font-weight: 600;
}

.stepper-line {
    flex: 1;
    height: 2px;
    background: #333741;
    margin: 0;
    align-self: center;
    margin-top: -2rem;
    position: relative;
    z-index: 1;
}

.step-content {
    margin-top: 3rem;
}

.step-pane {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.step-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .stepper-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    .stepper-line {
        display: none;
    }
    .stepper-icon {
        width: 60px;
        height: 60px;
    }
    .stepper-icon img {
        width: 24px;
        height: 24px;
    }
}
.hero-banner-image {
    margin-top: 2rem;
}
@media (min-width: 426px) and (max-width: 767px) {
    .hero-banner-image {
        margin-top: -2rem;
    }
}
@media (min-width: 767px) and (max-width: 1024px) {
    .hero-banner-image {
        margin-top: -1rem;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .hero-banner-image {
        margin-top: -2rem;
    }
}
@media (min-width: 1439px) and (max-width: 1479px) {
    .hero-banner-image {
        margin-top: -3rem;
    }
}
@media (min-width: 1479px) and (max-width: 1580px) {
    .hero-banner-image {
        margin-top: -3rem;
    }
}
@media (min-width: 1580px) and (max-width: 1680px) {
    .hero-banner-image {
        margin-top: -3rem;
    }
}
@media (min-width: 1680px) and (max-width: 1880px) {
    .hero-banner-image {
        margin-top: -4rem;
    }
}
@media (min-width: 1880px) and (max-width: 2140px) {
    .hero-banner-image {
        margin-top: -5rem;
    }
}
@media (min-width: 2140px) and (max-width: 2560px) {
    .hero-banner-image {
        margin-top: -7rem;
    }
}

/* Recent Listings Section Styles */
.property-type-tabs {
    border-bottom: none;
    margin-bottom: 2rem;
}

.property-type-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    margin: 0 0.5rem;
    background: transparent;
    transition: all 0.3s ease;
}

.property-type-tabs .nav-link:hover {
    color: #155E97;
    background: transparent;
}

.property-type-tabs .nav-link.active {
    color: #155E97;
    background: transparent;
    border-bottom: 3px solid #155E97;
    font-weight: 600;
}

.property-listing-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.property-listing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.property-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.property-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-listing-card:hover .property-image {
    transform: scale(1.05);
}

.property-tags {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.property-tags-right {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tag {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tag-featured {
    background-color: #28a745;
}

.tag-sales {
    background-color: #155E97;
}

.location-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.location-icon {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.location-icon i {
    color: #6c757d;
    font-size: 0.75rem;
}

.location-text {
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2;
}

.property-content {
    padding: 1.5rem;
}

.property-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.property-price {
    margin-bottom: 1rem;
}
.property-stats {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 0.9rem;
}

.stat-item i {
    font-size: 0.8rem;
    color: #9ca3af;
}

.property-description {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Property Carousel Styles */
.property-carousel-container {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.property-carousel {
    position: relative;
}

.property-carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 1.5rem;
}

.property-carousel-item {
    flex: 0 0 calc(33.333% - 1rem);
    min-width: 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(21, 94, 151, 0.8);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    z-index: 10;
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(21, 94, 151, 1);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}



@media (max-width: 768px) {
    .property-type-tabs .nav-link {
        padding: 0.5rem 1rem;
        margin: 0 0.25rem;
        font-size: 0.9rem;
    }
    
    .property-stats {
        gap: 1rem;
    }
    
    .property-content {
        padding: 1rem;
    }
    
    .property-title {
        font-size: 1rem;
    }
    
    .price-text {
        font-size: 1.25rem;
    }
    
    .property-carousel-container {
        padding: 0 30px;
    }
    
    .property-carousel-item {
        flex: 0 0 calc(100% - 1rem);
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .property-carousel-item {
        flex: 0 0 calc(50% - 1rem);
    }
}
p, ul {
    font-size: 1.3rem;
}
.h3 {
    margin-bottom: 0.5rem;
}