@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("https://unpkg.com/leaflet/dist/leaflet.css");

* {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.textcalculatorleftrow {
    display: flex;
    flex-wrap: wrap;
}

.textcalculatorleftcol {
    flex: 0 0 auto;
    width: 33.3%;
}

.logintxt {
    width: 100px;
    height: auto;
    text-align: center;
    background-color: #5eb3e5;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
}

.textprimary {
    color: #5eb3e5 !important;
}

.textbold {
    font-weight: 600;
}

.bi-bell {
    background-color: rgb(227 240 252);
    border: none;
    outline: none;
    border-radius: 50px;
    color: rgb(94 179 229);
    padding: 10px;
}

.layoutsearch {
    width: 200px;
    height: auto;
    background-color: transparent;
    border: 1px dashed #000;
    outline: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px !important;
    margin: 0 auto;
}

.circlebell {
    position: relative;
    bottom: 10px;
    right: 18px;
    background-color: red;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 10px;
    padding: 0 5px;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.sectioncontainer {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.tabcontainer {
    position: relative;
    top: 70px;
    width: 70%;
    margin: 0 auto;
}

.sectionimg img {
    width: 100%;
    height: auto;
}

.tabbar {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.tablinks {
    padding: 10px 25px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #f9fbfd;
    font-weight: 500;
    color: #555;
}

.tablinks.active {
    background: #4da6ff;
    color: #fff;
    border-radius: 6px;
}

label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.search-box button {
    margin-top: 28px;
}

.search-box {
    background: #f9fbfd;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.search-box .form-group {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    font-size: 12px;
    color: #000;
}

.search-box select,
.search-box input {
    width: -webkit-fill-available;
    height: auto;
    cursor: pointer;
    background: #fff;
    border: 1px solid #000;
    outline: none;
    border-radius: 8px;
    color: #000;
    padding: 10px 20px;
}

.search-box button {
    border-radius: 8px;
    padding: 10px 25px;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: flex;
}

.property-card {
    position: relative;
    bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    height: auto;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 auto;
}

.property-infos {
    flex: 0 0 auto;
    width: 33.33%;
    text-align: end;
}

.property-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.left {
    flex: 1;
}

.title {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.icons {
    margin: 8px 0;
}

.icons span {
    margin-right: 15px;
    font-size: 14px;
    color: #444;
}

.icons i {
    margin-right: 5px;
    color: #17a2b8;
}

.added {
    font-size: 12px;
    color: #888;
}

.right {
    text-align: right;
}

.build {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

.property-info {
    flex: 0 0 auto;
    width: 33.33%;
}

.property-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.added-date {
    font-size: 14px;
}

.build-year {
    font-size: 12px;
}

.status {
    display: block;
    color: #17a2b8;
    font-size: 14px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.sectioncontainers {
    width: 83%;
    padding: 0 15px;
    margin: 0 auto;
}

.sectionrow {
    display: flex;
    flex-wrap: wrap;
}

.sectioncol {
    flex: 0 0 auto;
    width: 50%;
}

.findmeproperties img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.sectiontext h5 {
    font-size: 22px;
    font-weight: 600;
    color: #5eb3e5;
}

.sectiontext p {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-align: justify;
}

.sectiontext h1 {
    font-size: 22px;
    font-weight: 600;
}

.cardicontext {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
}

.cardicontext i {
    font-size: 30px;
    color: #5eb3e5;
}

.cardtext h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 5px 0;
}

.cardicontext p {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    margin: 0;
}

.textrpw {
    display: flex;
    flex-wrap: wrap;
}

.cta-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.cta-btn {
    background-color: #ff7f50;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.cta-btn:hover {
    background-color: #e96f40;
}

.call-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-icon {
    width: 40px;
    height: 40px;
    background-color: #87ceeb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.call-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #000;
}

.call-text strong {
    font-weight: bold;
}

.call-text span {
    font-size: 13px;
    color: #555;
}

.sectioncardtxt h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.sectioncardtxt p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.btncardtxt {
    float: right;
    background-color: transparent;
    border: 1px solid #000;
    outline: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 40px;
}

.sectionrows {
    display: flex;
    flex-wrap: wrap;
}

.sectioncols {
    flex: 0 0 auto;
    width: 33.33%;
}

.card {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 10px;
}

.card-img,
.card-img-bottom,
.card-img-top {
    height: 230px;
    border-radius: 25px;
}

.bi-geo-alt-fill {
    color: red;
}

.cardpricetxt {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #17a2b8;
}

.card-img,
.card-img-bottom,
.card-img-tops {
    height: 350px;
    border-radius: 25px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.card-titles {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4rem;
}

@media screen and (max-width: 768px) {
.sectioncols .card .card-body {
    padding: 10px 0;
}
}

.property-infoss {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #f7f9fc;
    padding: 0;
    border-radius: 10px;
    width: -webkit-fill-available;
}

.property-item {
    text-align: center;
    font-size: 12px;
    color: #555;
}

.property-item i {
    position: absolute;
    display: block;
    font-size: 12px;
    color: #555;
    margin-bottom: 4px;
}

.property-item span {
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #000;
}

.download-btn {
    margin-left: auto;
    background: #66bff7;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.download-btn:hover {
    background: #3ca9ee;
}

.circleborderradiusimg {
    position: absolute;
    top: 200px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgb(138, 138, 138);
}

.circleborderradiusimgs {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.circleborderradiusimgs h5 {
    margin: 0;
    font-size: 12px;
}

.circleborderradiusimgss {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.circleborderradiusimgss h5 {
    margin: 0;
    font-size: 12px;
}

.circleborderradiusimg img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.lpspace {
    padding-bottom: 50px;
}

.circleborderradiusimgsss {
    position: absolute;
    bottom: 50px;
    left: 7px;
    color: #fff;
    padding: 5px 10px;
}

.circleborderradiusimgsss h5 {
    font-size: 17px;
    font-weight: 600;
}

.city-section {
    background-color: #0a1c2e;
    color: #fff;
    max-width: 100%;
    margin: auto;
    padding: 50px 20px;
    text-align: left;
}

.city-section h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

.city-section p {
    font-size: 16px;
    color: #c9d1d9;
    margin-bottom: 25px;
}

.view-all {
    float: right;
    margin-top: -50px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-all:hover {
    background: #fff;
    color: #0a1c2e;
}

.city-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.city-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    color: #000;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.city-card:hover {
    transform: translateY(-5px);
}

.city-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.city-card h3 {
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.city-card p {
    font-size: 14px;
    margin-bottom: 20px;
    background: #f1f1f1;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
}

.swiper-slide {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    color: #000;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.swiper-slide:hover {
    transform: translateY(-5px);
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.swiper-slide h3 {
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.swiper-slide p {
    font-size: 14px;
    margin-bottom: 20px;
    background: #f1f1f1;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
}

.mapcontainer {
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: -webkit-fill-available;
}

.left-panel {
    width: 40%;
    padding: 30px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}

.section-subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

.property-cards {
    display: flex;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.property-cards img {
    width: 90px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.property-details {
    display: flex;
    flex-direction: column;
}

.property-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.property-infosss {
    font-size: 13px;
    color: #555;
}

.map-container {
    width: -webkit-fill-available;
    height: 100%;
}

#map {
    height: -webkit-fill-available;
    width: 100%;
}

.calculatecontainer {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    padding: 40px 0;
    margin: 0 auto;
    gap: 30px;
}

.calculateleft {
    flex: 4;
}

.calculateleft h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.cardbodys p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-top: 5px;
}

.cardbodys .cardbodyparagraph {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0;
}

.cardbodys h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.calculateleft p {
    margin-top: 0;
    font-size: 0.9em;
    color: #666;
}

.calculateinput-group {
    padding: 0 10px;
    margin: 0;
}

.calculateinput-group label {
    font-size: 10px;
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

.calculateinput-group input[type="range"] {
    width: 100%;
}

.calculateinput-value {
    float: right;
}

.calculateright {
    background: #dbf2ff;
    padding: 10px 40px;
    border-radius: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.calculateright h4 {
    margin: 0;
    font-size: 1rem;
    color: #888;
}

.calculateright .amount {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 10px;
}

.swiper {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.bjhkmm {
    max-width: 80%;
    padding: 0;
    margin: 40px auto;
}

.testimonial-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 20px;
}

.testimonial-content {
    flex: 1;
}

.testimonial-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.testimonial-content p.subtitle {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 25%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.stars {
    color: #f5b50a;
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 30px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    object-fit: cover;
}

.user-details h4 {
    margin: 0;
    font-size: 14px;
    padding-bottom: 5px;
}

.user-details p {
    margin: 0;
    font-size: 12px;
    color: #888;
}

.testimonial-image {
    flex: 1;
    text-align: right;
}

.testimonial-image img {
    width: 100%;
    max-width: -webkit-fill-available;
    border-radius: 15px;
    height: 300px;
}

.swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 25px;
    height: 25px;
    color: #bbb;
    margin: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #000;
}

.faq-container h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-container .subheading {
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
}

.faq-container {
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
}

.faq-item {
    border-radius: 12px;
    background-color: #eaf4fc;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.faq-question::after {
    content: '+';
    font-size: 20px;
    color: #333;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
    content: '−';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 24px;
    color: #333;
    font-size: 14px;
}

.faq-item.open .faq-answer {
    padding: 0 15px 15px 15px;
    max-height: -webkit-fill-available;
}

.newsletter-container {
    text-align: center;
    background-color: #f9f9f9;
    padding: 40px 0;
    margin: 0;
}

.newsletter-container h2 {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
}

.newsletter-container p {
    margin: 0 0 1.5rem 0;
    font-size: 0.95rem;
    color: #444;
}

.newsletter-form {
    display: flex;
    justify-content: center;
}

.newsletter-form input[type="email"] {
    padding: 10px 15px;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 3px 0 0 3px;
    width: 250px;
}

.newsletter-form button {
    padding: 10px 20px;
    font-size: 0.9rem;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.newsletter-form button:hover {
    background-color: #333;
}

.footer {
    background-color: #f9f9f9;
    padding: 40px 60px;
    font-size: 14px;
    color: #333;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1 1 180px;
    margin-bottom: 20px;
}

.footer-column h4 {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 16px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-right {
    flex: 0 1 220px;
    margin-left: 40px;
    margin-top: 0;
}

.footer-right select {
    margin-bottom: 20px;
    padding: 8px;
    width: 100%;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom .left {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom .right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo {
    font-weight: bold;
    color: #003366;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    color: #333;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons i {
    font-size: 16px;
    color: #333;
}

.sectioncoles {
    flex: 0 0 auto;
    width: 50%;
}

@media screen and (max-width: 768px) {    
    .swiper {
        max-width: -webkit-fill-available;
        margin: 67px auto;
    }

    .mapcontainer {
        flex-direction: column;
    }

    .search-box button {
        margin-top: 10px;
    }

    .search-box {
      gap: 10px;
    }

    .tabcontent.active {
      flex-wrap: wrap;
    }

    .tabcontainer {
        top: 0;
    }

    .left-panel,
    .map-container {
        width: 100%;
        height: auto;
    }

    .testimonial-section {
        flex-wrap: wrap;
    }

    .calculateleft h2 {
        font-size: 20px;
    }

    .testimonial-content p.subtitle {
        width: 45%;
    }

    .faq-container {
        padding-top: 50px;
    }

    .footer {
        padding: 0 20px;
    }

    .newsletter-form button {
        padding: 10px;
        font-size: 8px;
    }

    .footer-bottom .left {
      gap: 0;
    }

    .newsletter-form {
        width: 90%;
        margin: 0 auto;
    }

    .testimonial-content {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .property-card {
        bottom: 24px;
        width: 90%;
        border-radius: 10px;
    }

    .cta-section {
        flex-wrap: wrap;
    }

    .cta-btn {
        width: -webkit-fill-available;
    }

    .property-info {
        width: 100%;
    }

    .property-row {
        text-align: left;
    }

    .property-infos {
        text-align: left;;
    }

    .sectioncontainers {
        width: -webkit-fill-available;
    }

    .sectioncol {
        width: 100%;
    }

    .sectioncols {
        width: 100%;
    }

    .btncardtxt {
        float: left;
    }

    .sectioncols {
        width: 100%;
    }

    .property-item {
        width: 30%;
        text-align: left;
    }

    .download-btn {
        width: min-content;
        margin: 0;
    }

    .card-img, .card-img-bottom, .card-img-tops {
        height: 300px;
    }

    .view-all {
        float: left;
        margin-top: 0;
    }

    .calculatecontainer {
        flex-wrap: wrap;
        max-width: 80%;
    }

    .swiper-slide {
        margin-top: 50px;
    }

    .findmeproperties img {
        width: -webkit-fill-available;
        padding-bottom: 20px;
    }

    .footer-right {
        margin-left: 0;
        margin-top: 20px;
    }

    .tabcontainer {
        width: 90%;
        margin-bottom: 20px;
    }

    .layoutsearch {
        width: -webkit-fill-available;
    }

    .bi-bell {
        display: none;
    }

    .circlebell {
        display: none;
    }

    .logintxt {
        width: -webkit-fill-available;
    }

    .mobilesetbgcolor {
        background-color: #f3faff;
        border: none;
        outline: none;
        border-radius: 5px;
        padding: 10px;
        margin-top: 10px;
    }

    .textsize {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .mbx2 {
        margin-bottom: 10px;
    }
}