body {
    font-family: "Poppins", sans-serif;
}
.top-bar {
    background-color: #a06ebf;
    color: white;
    padding: 5px 0;
    width: 100%;
    z-index: 1100;
    position: relative; /* Static by default */
}
.top-bar a {
    color: white;
    text-decoration: none;
}
.main-header {
    background-color: #f6f0f9;
    position: fixed;
    /* height: 80px; */
    top: 35px; /* Start below the top bar */
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays above other content */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease; /* Smooth transition when it sticks */
}

/* Main Header without gap when scrolled to the top */
.main-header.sticky {
    top: 0; /* Remove the gap when scrolling past the top bar */
}
/* .navbar-brand {
    color: #86469c;
    font-weight: bold;
    font-size: 35px;
} */

.navbar-brand img{
    width: 130px;

}
.nav-link {
    color: #000000;
    font-weight: 500;
    padding: 10px 15px;
    margin-right: 10px;
}

.btn-add-listing {
    background-color: #86469c;
    color: #fff;
    border-radius: 25px;
    padding: 8px 15px;
}

.contact-section {
    margin-top: 90px;
    background: radial-gradient(circle at bottom, #e0c4f6 30%, #bc7fcd 100%);
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 100% 130vh;
    border-bottom-right-radius: 100% 130vh;
}

.contact-content {
    max-width: 100%; 
}


.carousel-container {
    /* position: relative; */
    width: 450px;
    height: 260px;
    /* margin: auto;  */
    border-radius: 15px;
    /* overflow: hidden;  */
}

.carousel-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.carousel-control-prev, .carousel-control-next {
    width: 35px; /* Arrow button width */
    height: 35px;
    color: #000;
    text-align: center;
    /* background: none;  */
    justify-content: center;
    border-radius: 50%;
    margin-top: 100px;

}

.carousel-control-prev {
    left: -20px;
    background-color: #ffffff;
}

.carousel-control-next {
    right: -20px;
    background-color: #ffffff;

}

.carousel-indicators {
    position: absolute;
    bottom: -20px;
    width: 100%;
    z-index: 5555;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 4px;
    margin: 1px;
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    /* border-radius: 50%; */
}

.carousel-indicators .active {
    background-color: #fff;
}


@media (max-width: 768px) {
    .contact-content,
    .carousel-container {
        width: 90%;
        text-align: center;
    }
    .contact-content {
        margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    .main-header{
        top: 50px;
    }
    
}

.ellipse-16 {
    border-radius: 34.5px;
    background: linear-gradient(180deg, #86469c, rgba(188, 127, 205, 0));
    transform: rotate(30deg);
    width: 39px;
    height: 39px;
    /* position: absolute; */
    right: 10px;
    /* top: 50%;  */
    
    /* transform: translateY(-50%) rotate(30deg);  */
}
.ellipse-17 {
    border-radius: 34.5px;
    background: linear-gradient(180deg, #86469c, rgba(188, 127, 205, 0));
    transform: rotate(30deg);
    width: 69px;
    height: 69px;
    margin-left: 5px;
}
.purple-bg {
    background-color: purple;
    color: white;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    margin-top: 80px;
}
.form-container {
    max-width: 500px;
    margin: auto;
    margin-left: 140px;
    margin-right: 0px;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
.form-heading {
    text-align: center;
    margin-bottom: 20px;
}
.form-caption {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.contact-info a {
    color: white;
    display: block;
    margin-bottom: 10px;
}
.btn-submit {
    background-color: #86469c;
    color: white;
    outline: none;
    border: none;
    width: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 70px;
}

@media (max-width: 990px) {
    .purple-bg {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 768px) {
    .form-container,
    .purple-bg {
        width: 100%;
        margin: 0;
    }
}

footer {
    margin-top: 50px;
}

.footer {
    background-color: #eedcfc;
    padding: 40px 0;
}
.footer-brand {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-location,
.footer-contact,
.footer-links,
.footer-subscribe {
    margin-bottom: 20px;
}
.footer-contact i {
    margin-right: 8px;
}
.footer-links a {
    display: block;
    color: black;
    text-decoration: none;
    margin-bottom: 8px;
}
.footer-links a:hover {
    text-decoration: underline;
}

.footer-button{
    background-color: white;
    width: 265px;
    padding: 5px;
    border-radius: 50px;
}


.footer-subscribe input {
    border-radius: 20px 0 0 20px;
    border: 1px solid #ffffff;
    padding: 10px;
    display: inline-block;
    max-width: 200px;
}
.footer-subscribe button {
    border-radius: 25px;
    border: none;
    background-color: purple;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
}
.footer-subscribe button i {
    margin-left: 0px;
}
.social-icons a {
    color: purple;
    margin-right: 15px;
    font-size: 24px;
}
.social-icons a:hover {
    color: purple;
}

@media (max-width: 768px) {
    

    .footer-subscribe input {
        
        max-width: 140px;
    }

    .footer-button{
        
        width: 205px;
        padding: 5px;
       
    }
}
/* Section Styling */
.section-container {
    padding: 60px 20px;
    background-color: #ffffff;
}

/* Section Heading */
.section-heading {
    color: purple;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Main Title */
.section-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

/* Section Description */
.section-description {
    font-size: 16px;
    color: #6c757d;
    margin-top: 15px;
    line-height: 1.8;
}

/* Feature Cards */
.feature-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.feature-icon {
    font-size: 32px;
    color: purple;
    margin-right: 15px;
}

.feature-title {
    font-size: 18px;
    font-weight: bold;
    color: purple;
}

.feature-description {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
}

/* Image Gallery */
.image-large {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 100px;
}

.image-small {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

/* Button */
.join-now-btn {
    background-color: #86469c;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 40px;
}

.join-now-btn:hover {
    background-color: #6f3fa6;
    color: white;
    text-decoration: none;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .image-large,
    .image-small {
        height: auto;
    }

    .section-title {
        font-size: 28px;
    }

    .join-now-btn {
        display: block;
        margin: 20px auto 0;
        text-align: center;
    }

    .small-images {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .image-small {
        width: 48%;
        height: auto;
    }
}

/* Banner Section */
.banner-section {
    position: relative;
     /* Replace with your actual background image */
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Overlay */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(
        134,
        70,
        156,
        0.8
    ); /* Purple overlay with transparency */
}

/* Text Content */
.banner-content {
    /* position: relative; */
    color: white;
    text-align: center;
    z-index: 1;
}

.banner-content h2 {
    font-size: 24px;
    /* font-weight: 600; */
    margin-bottom: 50px;
}

/* Button */
.banner-content .btn-view-properties {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;

}

.banner-content .btn-view-properties:hover {
    background-color: white;
    color: #86469c;
}

/* Section Container */
.latest-properties-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 40px;
    margin-top: 50px;
}

/* Left Side Heading and Description */
.latest-properties-text h4 {
    color: purple; /* Light purple for heading */
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.latest-properties-text h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

.latest-properties-text p {
    color: #6c757d;
    font-size: 16px;
    margin-top: 15px;
}

/* Button */
.btn-view-all {
    background-color: transparent;
    color: purple;
    border: 2px solid purple;
    padding: 10px 55px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.btn-view-all:hover {
    background-color: purple;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .latest-properties-section {
        flex-direction: column;
    }
    .btn-view-all {
        margin-top: 50px;
    }
}

.card-container {
    padding: 20px 40px;
    /* margin-top: 100px; */
}
.property-card {
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.property-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.property-info {
    padding: 15px;
    text-align: left;
}
.property-price {
    font-size: 24px;
    font-weight: bold;
}
.property-Compensations {
    color: #86469c;
    font-size: 14px;
}
.property-location {
    font-size: 16px;
    color: #6c757d;
}
.property-details {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.property-icons {
    font-size: 16px;
    margin-right: 10px;
}
.email-btn {
    background-color: #86469c;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.property-doc-btn {
    background-color: #86469c;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    width: 230px;
}

.property-doc-btn:hover {
    background-color: #86469c;
    color: white;
    text-decoration: none;
}
.property-doc-btn i {
    margin-left: 10px;
}

.how-it-works-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}

/* Heading */
.how-it-works-section h4 {
    color: #b16eff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.how-it-works-section h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* Feature Card */
.featured-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: all 0.3s ease;
    min-height: 300px;
}

.featured-card:hover {
    transform: translateY(-10px);
}

.featured-card img {
    width: 100px;
    /* color: #b16eff; */
    /* background-color: rgba(177, 110, 255, 0.2); */
    /* padding: 15px; */
    border-radius: 50px;
    margin-bottom: 20px;
}

.featured-card h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.featured-card p {
    font-size: 14px;
    color: #6c757d;
}


.pricing-section {
    background-color: #86469c;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

/* Section Title */
.pricing-section h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.pricing-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Pricing Cards */
.pricing-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000;
}

.pricing-card.featured {
    background-color: #ffffff17;
    color: #ffffff;
}

.pricing-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pricing-card h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 20px 0;
}

.pricing-card p {
    color: #6c757d;
    font-size: 14px;
}

/* Icons */
.pricing-icon {
    background-color: #e6d4f4;
    color: purple;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 15px;
}

.pricing-card.featured .pricing-icon {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}

/* Features List */
.pricing-features {
    text-align: left;
    margin: 20px 0;
}

.pricing-features li {
    list-style: none;
    padding: 5px 0;
    font-size: 16px;
}

.pricing-features li i {
    color: purple;
    margin-right: 10px;
}

/* Buttons */
.btn-pricing {
    background-color: transparent;
    border: 2px solid purple;
    color: purple;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.pricing-card.featured .btn-pricing {
    background-color: #ffffff;
    color: purple;
    border: none;
}

.btn-pricing:hover {
    background-color: purple;
    color: #fff;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 30px;
    }
}


.testimonial-section {
    padding: 60px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.testimonial-text h4 {
    color: purple;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-text h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.testimonial-text p {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider-control-prev,
.slider-control-next {
    background-color: transparent;
    border: 2px solid purple;
    color: purple;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.slider-control-prev:hover,
.slider-control-next:hover {
    background-color: purple;
    color: white;
}

.testimonial-slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
}

.testimonial-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: none; /* Initially hidden */
}

.testimonial-card.active {
    display: block; /* Show only the active testimonial */
}

.testimonial-quote {
    font-size: 50px;
    color: #FFD700;
}

.testimonial-content {
    font-size: 16px;
    color: #6c757d;
    margin: 15px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
}

.testimonial-rating i {
    color: #FFD700;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .testimonial-section {
        flex-direction: column;
    }

    .slider-control-prev,
    .slider-control-next {
        width: 40px;
        height: 40px;
    }
}


/* Get Started Section Styling */
.get-started-section {
    background-color: #86469c;
    border-radius: 40px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    overflow: visible; /* Allow overflow for the image */
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Left Side: Image */
.get-started-section img {
    width: 200px;
    height: 260px;
    object-fit: cover;
    margin-top: -140px; /* Move the image upwards */
    position: relative;
    z-index: 1; /* Ensure it stays on top of the section */
    margin-bottom: -80px;
}

/* Middle Section: Text Content */

.get-started-content{
    width: 60%;
}
.get-started-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.get-started-content p {
    font-size: 16px;
    color: #f3eaf8;
    line-height: 1.6;
}

/* Right Side: Button */
.get-started-button {
    background-color: #ffffff;
    color: #86469c;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.get-started-button:hover {
    background-color: #d1b0ea;
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .get-started-section {
        flex-direction: column;
        text-align: center;
    }

    .get-started-section img {
        margin-bottom: 20px;
        margin-top: -20px; /* Adjust the top margin on mobile */
    }

    .get-started-button {
        margin-top: 20px;
    }
}
