@charset "utf-8";
/*-----------------------------
[Master Stylesheet]
Project:        Idea Homes
Version:        1.0
Last change:    13.01.2018
Primary use:    Idea Homes Real Estate Business Template
Author:         99 Designs
******************************/
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.min.css";
@import "owl.carousel.css";
@import "owl.transitions.css";
@import "settings.css";
@import "cubeportfolio.min.css";
@import "jquery.fancybox.min.css";
@import "bootsnav.css";
@import "bootstrap-select.min.css";
@import "range-Slider.min.css";
@import "idea_homes_icons.css";
@import "jquery.death.css";
@import "dropzone.min.css";
@import "datepicker.css";
@import "landing-page-fonts.css";
@import "timeline.css";
@import "style.css";

 /* Container for the slider */
 .realstate-slider-container {
    width: 100%;
    overflow: hidden;
    background-color: #eee5e5;
    padding: 10px 0px;
    border-bottom: 1px solid #0A9F43;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
}

/* Content inside the slider */
.realstate-slider-content {
    display: inline-flex;  /* Ensures content stays in a single line */
    animation: realstate-marquee 25s linear infinite;  /* Smooth animation for scrolling */
    font-size: 18px;
    color: #0A9F43;  /* Green text color */
    font-weight: 500;
    padding-left: 10px;  /* Padding for alignment */
    white-space: nowrap;  /* Prevent text from wrapping to the next line */
}

/* News item styling */
.realstate-news-item {
    margin-right: 30px;  /* Spacing between news items */
}

/* Animation to create the marquee effect */
@keyframes realstate-marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


.realstate-section-heading {
    text-align: center;
    text-transform: capitalize;
    font-size: 24px;
    color: #0A9F43;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.realstate-section-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0A9F43;
}

.realstate-list-items {
    margin-left: 20px;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(28, 28, 29);
}

.realstate-list-item {
    margin-bottom: 10px;
    font-weight: 400;
}

/* Optional: Add some spacing or decoration for the list */
.realstate-list-item:before {
    content: "\2022"; /* Adds a bullet point */
    color: #0A9F43; /* Green bullet */
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}
