body,
html {
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Heebo, Arial, Helvetica, sans-serif;
    line-height: 1.6;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.spacing {
    padding: 0px 35px;
}

@media screen and (max-width: 767.99px) {
    .spacing {
        padding: 0px 15px;
    }
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-10 {
    margin-top: 100px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.ml-1 {
    margin-left: 10px;
}

.mr-04 {
    margin-right: 4px;
}

.mr-1 {
    margin-right: 10px
}

.p-1 {
    padding: 10px;
}

.pl-3 {
    padding-left: 30px;
}

.pr-1 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 30px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.mr-2 {
    margin-right: 20px;
}

.theme-color {
    color: #022733;
}

.font-weight-large {
    font-weight: 700;
}

.font-weight-medium {
    font-weight: 500;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly
}

.align-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.width-half {
    width: 50%;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.width-full {
    width: 100%;
}

/* @media screen and (max-width: 767.99px) {
    .flex {
        display: block;
    }
} */

.text-center {
    text-align: center;
}

li {
    list-style-type: none;
}

.line-height19 {
    line-height: 1.9;
}

/* header section */
.header-details {
    display: flex;
    justify-content: space-between;
    padding: 8px 35px;
    align-items: center;
    background-color: #002332;
}

.movoto-logo {
    margin-right: 15px;
}

.header-details .logo {
    align-items: center;
}

.header-details .menu-list ul {
    padding: 0px;
}

.header-details .menu-list ul li {
    display: inline-block;
    color: #fff;
    margin: 0px 8px;
    cursor: pointer;
}

.header-details .menu-list ul li a {
    text-decoration: none;
    color: #fff !important;
}

.header-details .menu-list ul li a:hover {
    font-weight: 700;
}

.mobile-menu-list ul li a {
    color: #022733;
    text-decoration: none;
}

.header-details .menu-list ul li:hover {
    color: #d3d3d3;
}

.mobile-menu {
    display: none;
}

.mobile-logo {
    width: 160px;
}

@media screen and (max-width:767.99px) {
    .mobile-menu {
        display: block;
        background-color: #022733;
    }

    .header-details {
        display: none;
    }

    .mobile-menu-list {
        background-color: #fff;
        padding: 10px;
        display: none;
    }
}

/* header section end */

.banner-img {
    margin: 0;
    width: 100%;
}

/* banner section */
/* .banner-section {
    position: relative;
    height: auto;
} */

/* .banner-details {
    background-color: #D4AB8B;
    position: relative;
} */

/* .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    text-align: center;
    color: #fff;
}

.banner-logo img {
    width: 160px;
    height: 170px;
} */

/* .banner-content h2 img {
    display: inline-block !important;
    
} */

.banner-content h2 {
    color: #1E1E1E;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 66px;
}

img {
    display: block;
    margin: 0;
}

.explore-button {
    background-color: #1E1E1E;
    color: #fff;
    padding: 3px 15px;
    border: none;
    font-size: 20px;
}

@media screen and (max-width:767.99px) {
    .banner-content h2 {
        font-size: 16px !important;
        margin-left: 26px !important;
    }

    .banner-logo img {
        width: 40px !important;
        height: 45px !important;
    }

    .explore-button {
        font-size: 10px !important;
        padding: 3px 7px !important;
    }

    /* .banner-img {
        padding: 10px 0px 3px 0px;
    } */

    .banner-content {
        top: 60%;
    }
}

/* banner section end */
/* about us */
.aboutUs-section,
.invest-section {
    padding: 0px 35px;
    color: #022733;
}

.seeDetails-button {
    font-size: 14px;
    color: #DCB491;
    display: flex;
    align-items: center;
}

.seeDetails-button img {
    margin-right: 6px;
}

.section-heading {
    display: flex;
    align-items: center;
}

.section-heading .line {
    display: inline-block;
    width: 66%;
    height: 1px;
    background-color: #333;
    margin-left: 10px;
}

@media screen and (max-width:767.98px) {
    .section-heading .line {
        width: 100%
    }

    .invest-section h1 {
        font-size: 28px !important;
    }

    .invest-list {
        display: block !important;
        padding: 26px 20px !important;
        text-align: center;
    }

    .invest-card img {
        margin: 0 auto;
        width: 125px;
    }

    .aboutUs-section,
    .invest-section {
        padding: 0px 20px;
    }

    .invest-des {
        font-size: 16px !important;
        width: 75%;
        margin: 10px auto 20px auto;
    }
}

/* about us - sub page */
.aboutUs {
    justify-content: space-between;
}

.aboutUs div {
    flex: 1;
}

.aboutUs .heading {
    font-size: 36px;
}

.aboutUs .content {
    font-size: 20px;
}

.about-movoto {
    display: flex;
    justify-content: center;

}

.about-movoto img {
    width: 400px;
    height: 350px;
    margin-top: 20px;
}

.about-plolicies .heading {
    /* display: inline-block; */
    position: relative;
    padding: 0 20px;
    font-size: 28px;
    text-align: center;
    color: #123540;

}

.about-plolicies .heading::after,
.about-plolicies .heading::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 250px;
    height: 1.5px;
    background-color: #123540;

}

.about-plolicies .heading::before {
    transform: translateX(-104%);
    margin-right: 8px;
}

.about-plolicies .heading::after {
    transform: translateX(4%);
}

.about-plolicies .icon {
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

@media screen and (max-width:767.99px) {
    .aboutUs {
        display: block;
    }

    .aboutUs .heading {
        font-size: 32px;
    }

    .aboutUs .content {
        font-size: 18px;
    }

    .about-plolicies .heading {
        font-size: 24px;
    }

    .about-plolicies .icon {
        width: 75px;
        height: 75px;
    }

    .about-plolicies .heading::after,
    .about-plolicies .heading::before {
        width: 120px;
    }

}

/* end of About us - sub page */
/* your invest on */
.invest-section h1 {
    font-size: 35px;
}

.invest-card {
    cursor: pointer;
}

.invest-list {
    display: flex;
    justify-content: space-between;
    padding: 45px 30px;
    /* border: 1px solid #022733; */
    border-radius: 60px;
    box-shadow: 0rem 0rem 0.6rem #9c94949e;
}

.invest-list a {
    text-decoration: none;
    color: #022733;
}

.invest-des {
    text-align: center;
    border: 1px solid #022733;
    border-radius: 14px;
    font-weight: 700;
    font-size: 20px;
}

.invest-des:hover {
    background-color: #022733;
    color: #fff;
}

.invest-section .project-details,
.invest-section .project-details-data,
.properties-detail .project-details-data {
    display: flex;
    justify-content: space-around;
}

.project-status {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 40px 0px 30px;
}

.project-status h5 {
    color: #022733;
    font-size: 30px;
}

/* .project-status img {
    margin: 0px 10px;
} */

.invest-section .project-details-card,
.properties-detail,
.project-details-card {
    box-shadow: 0rem 0rem 0.6rem #9c94949e;
    border-radius: 8px;
    padding: 10px;
}

.invest-section .project-details-card h5,
.properties-detail .project-details-card h5 {
    font-size: 21px;
}

.invest-section .project-details-card p,
.properties-detail .project-details-card p {
    font-size: 14px;
    cursor: pointer;
}

.invest-section .project-details-card .dots,
.properties-detail .project-details-card .dots {
    text-align: center;
    position: relative;
}

.invest-section .project-details-card .dots img,
.properties-detail .project-details-card .dots img {
    margin: 0 auto;
    max-width: 100%;
}

.invest-section .project-details-card .dots .see,
.properties-detail .project-details-card .dots .see {
    position: absolute;
    right: 0;
    top: -10px;
}

.invest-section .project-details-card .dots .see a,
.properties-detail .project-details-card .dots .see a {
    font-size: 14px;
    color: #022733;
    text-decoration: none;
}

.invest-section .project-details-card .dots .see a:hover,
.properties-detail .project-details-card .dots .see a:hover,
.project-details-card .dots .see a:hover {
    font-weight: 700;
}

.invest-section .mobile-alignment,
.properties-detail .mobile-alignment {
    display: none;
}

@media screen and (max-width:767.98px) {

    .invest-section .project-details-data,
    .properties-detail .project-details-data {
        display: block !important;
        text-align: center;
    }

    .project-details {
        display: none !important;
    }

    .project-status {
        display: none;
    }

    .invest-section .mobile-alignment,
    .properties-detail .mobile-alignment {
        display: block;
    }

    .invest-section .mobile-alignment img,
    .properties-detail .mobile-alignment img {
        margin: 0 auto;
        width: 20%;
    }

}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .project-status h5 {
        font-size: 15px;
    }

}

@media screen and (min-width: 992px) and (max-width:1199.98px) {
    .project-status h5 {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width:1199.98px) {

    .invest-section .project-details-card,
    .properties-detail,
    .project-details-card {
        margin: 0px 6px;
    }
}

/* enquiry section */
.enquiry-section {
    background-color: #f0f3f9;
}

.properties-enquiry,
.enquiry-callback {
    width: 50%;
    padding: 30px 45px;
}

.properties-enquiry h3,
.enquiry-callback h3 {
    font-size: 20px;
}

.enquiry-form input {
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    border: none;
    color: #292929;
    margin-bottom: 20px;
    box-shadow: inset 0px 3px 4px #9c94949e;
}

.enquiry-form::placeholder {
    color: rgb(43, 43, 43);
}

.checkbox {
    justify-content: space-between;
}

.checkbox button {
    background-color: #022733;
    padding: 4px 6px;
    border: none;
    cursor: pointer;
    color: #fff;
}

input:focus {
    outline: 1px solid rgb(136, 135, 135) !important;
}

@media screen and (max-width:767.99px) {
    .enquiry-section {
        display: block;
    }

    .properties-enquiry,
    .enquiry-callback {
        width: 100%;
        padding: 20px 15px;
    }
}

/* footer */
.footer {
    background-color: hsl(195, 92%, 10%);
    padding: 25px 35px;
    color: #fff;
}

.footer-categories li a {
    text-decoration: none;
    color: #fff;
}

.footer-categories li a:hover {
    font-weight: 700;
}

@media screen and (max-width:767.99px) {
    .footer {
        display: block;
        padding: 20px 15px;
    }

    .footer .location {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1024px) {
    .footer-content br {
        display: none;
    }
}

/* services - sub page */
.movoto-services {
    flex-wrap: wrap;
}

.services-details {
    padding: 30px;
    width: 33%;
}

.service-title {
    font-size: 30px;
    color: #022733;
}

.service-icon {
    width: 180px;
    height: 160px;
    margin: 0 auto;
}

.service-heading {
    color: #022733;
    padding: 2px 8px;
    border: 1px solid #022733;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 10px auto 0 auto;

}


@media screen and (max-width:767.99px) {
    .movoto-services {
        display: block;
    }

    .services-details {
        width: 100%;
    }

    .service-title {
        text-align: center;
    }

    .service-heading {
        width: 100%;
    }
}

/* properties - sub pages */
.properties-detail .project-details-data {
    flex-wrap: wrap;
}

.properties-detail .heading {
    color: #022733;
    font-size: 45px;
    margin-top: 50px;
}

.properties-detail .title {
    color: #022733;
    font-size: 34px;
}

@media screen and (max-width:767.99px) {
    .properties-detail .heading {
        font-size: 36px;
        margin-top: 40px;
    }

    .properties-detail .title {
        font-size: 28px;
    }

    .up-coming {
        margin-top: 65px;
    }
}

/* Properties-details - properties - sub pages */
.property-banner {
    position: relative;
}

.banner-heading {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
}

.banner-heading h1 {
    font-size: 35px;
}

.banner-heading p {
    font-size: 20px;
}


.property-desc {
    font-size: 14px;
    padding-right: 24px;
}

.property-image {
    width: 500px;
}

.property-desc h1 {
    font-size: 24px;
}

.property-desc h2 {
    font-size: 20px;
}

.property-desc .sub-title {
    color: #DCB491;
    font-size: 18px;
}

.properties-details-card .image-block {
    display: flex;
    align-items: center;
}

.amenities-card {
    width: 25%;
}

.amenities-card .icon {
    margin: 0 auto;
}

.amenities-card .title {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width:767.98px) {
    .properties-details-card {
        display: block;
    }

    .property-image {
        width: 100%;
    }

    .amenities-card {
        width: inherit;
        padding: 0 10px;
    }

    .project-amenities {
        text-align: center;
    }

    .property-desc {
        padding: 0px;
    }

    .property-desc .sub-title {
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width:1023.98px) {
    .property-image {
        width: 370px;
        height: 320px;
    }
}


/* blog */
.blog-card {
    width: 45%;
    background-color: #F4EAE1;
    border-radius: 4px;
}

.blog-icon {
    width: 100%;
}

.blog-title {
    font-size: 24px;
}

.blog-desc {
    font-size: 15px;
}

.blog-title,
.blog-desc {
    padding: 0 15px;
}

.blog-btn {
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    background-color: #022733;
    font-size: 16px;
}

.blog-heading {
    margin: 0px 0px 15px 38px;
    font-size: 30px;
}

@media screen and (max-width:767.98px) {
    .blog-card {
        width: 100%;
        margin: 0px 15px 30px 15px;
    }

    .blog-heading {
        text-align: center;
        margin: 0px 0px 15px 0px;
    }
}

/* blog sub-pages */
.blog-pages {
    flex: 1;
    margin: 0px 50px 50px;
}

.blog-pages p {
    font-size: 14px;
}

.blog-list {
    margin: 0px 50px 50px 0px;
}

.blog-img {
    width: 250px;
    height: 195px;
}

.blog-list .title {
    font-size: 22px;
    padding: 0px 20px;
}

.recent-blogs {
    color: #C53F3F;
    font-size: 32px;
}

.subscribe-input {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #DCB491;
    color: #02273359;
    width: 75%;
    border: none;
    padding: 9px;
    border-radius: 20px;
}

.subscribe-btn {
    padding: 9px 14px;
    font-size: 14px;
    border: none;
    background: #022733;
    border-radius: 20px;
    color: #fff;
}

.subscribe-form p {
    font-size: 12px;
}

.subscribe-form h1 {
    font-size: 26px;
}

@media screen and (max-width:767.98px) {

    .blog-pages,
    .blog-list {
        margin: 15px;
    }

    .blog-pages img {
        width: 100%;
    }

    .blog-section {
        display: block;
    }

    .blog-list .title {
        font-size: 16px;
        padding: 0px 10px;
    }

    .blog-img {
        height: 170px;
    }

    .subscribe-input {
        width: 70%;
    }

    .recent-blogs {
        text-align: center;
    }
}

/* contactus */

.contact-movoto {
    background-color: #D9D9D9;
    padding: 20px 40px;
}

.contact-card {
    background-color: #D6AD8C;
    padding: 8px 30px 8px 16px;
    margin: 10px;
}

.contact-card .mobile-no,
.contact-card .email {
    color: #fff;
    font-weight: 600;
}

.contactUs-icon,
.contactUs-form {
    width: 45%;
}

.contactUs-form form input,
.contactUs-form form textarea {
    box-shadow: inset 0px 3px 4px #9c94949e;
    border: none;
    padding: 8px;
    margin-bottom: 20px;
    color: #000;
}

.checkbox p {
    font-size: 12px;
}

.checkbox-btn {
    background-color: #022733;
    color: #fff;
    padding: 4px 10px;
    border: none;
    font-size: 14px;
}

@media screen and (max-width:767.99px) {
    .contact-movoto {
        display: block;
        padding: 15px;
    }

    .contactUs-icon,
    .contactUs-form {
        width: 100%;
    }

    .contactUs-form h1 {
        margin: 30px 0px 20px 0px;
    }

    .contact-details {
        display: block;
    }
}

/* events */
.events-details {
    padding: 20px;
    box-shadow: 0px 3px 4.4px 0px #00000040;
    border-radius: 20px;
}

.event-heading {
    font-size: 30px;
}

.events-details h1 {
    font-size: 28px;
}

.mobile-view {
    display: none;
}

@media screen and (max-width:767.99px) {
    .events-card {
        display: block;
        align-items: inherit;
    }

    .events-icon {
        width: 100%;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .events-details h1 {
        font-size: 24px;
    }
}

/* awards */
.awards-heading,
.faq-heading {
    font-size: 32px;
}

/* slider */
.slider-container {
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.slider {
    display: flex;
    overflow: hidden;
    /* width: 100%; */
    /* height: 200px; */
}

.slide {
    min-width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    /* background-color: #ccc; */
    font-size: 24px;
}

.slide.active {
    display: flex;
}

.slider .slide img {
    width: 100%;
}

button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(240 240 240);
    color: #090909;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 50px;
    font-weight: 700;
}

button.prev {
    left: -40px;
}

button.next {
    right: -40px;
}

.dots {
    text-align: center;
    margin-top: 15px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}

.slider-heading {
    font-size: 32px;
}

@media screen and (max-width: 767.98px) {
    .slider-container {
        width: 100%;
    }

    button.prev {
        left: -12px;
    }

    button.next {
        right: -12px;
    }

    .properties-details-card h1 {
        text-align: center;
    }
}



/* accordion */
.accordion-container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    background-color: white;
    border-radius: 5px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #ddd;
}

.accordion-header {
    padding: 6px 15px 6px 30px;
    background-color: #022733;
    color: white;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    padding: 15px 20px 15px 30px;
    display: none;
    /* Initially hidden */
    background-color: #EBEBEB;
    color: #022733;
}

.accordion-content p {
    margin: 0;
    font-size: 12px;
}

.arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.arrow.up {
    transform: rotate(90deg);
    /* Rotates the arrow upward */
}

@media screen and (max-width:767.99px) {
    .accordion-container {
        width: 100%;
    }
}