* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    /* line-height: 1.6; */
}

.nav-sec {
    height: 75px;
    background-color: #1A1A1A;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    /* padding-top: 40px; */
    align-items: center;
    text-align: center;

}

.nav-img {
    height: auto;
    width: 100px;
}

.navbar-navigation {
    display: flex;
    justify-content: space-evenly;
    padding-top: 15px;
}

.navbar-list {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
}

.navbar-link {
    color: #FFFFFF;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    position: relative;
}

.navbar-link:hover {
    color: #F9BF29;
}

.navbar-link:after {
    content: "";
    position: absolute;
    background-color: #F9BF29;
    height: 5px;
    width: 0px;
    left: 0;
    bottom: -8px;
    transition: 0.30s;
    margin-left: 20px;
}

.navbar-link:hover:after {
    width: 60%;
}

.nav-sec-btn {
    height: 42.5px;
    width: 148.22px;
    font-size: 15px;
    border-radius: 40px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: 500;
    font-style: normal;
    margin-left: 30px;
    transform: translateY(-10px);
    background-color: transparent;
    top: 50%;
    left: 50%;
    letter-spacing: 2px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    /* Center text horizontally */
    line-height: 42.5px;
    /* Vertically center text */
}

.nav-sec-btn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 80px 100px;
    /* Adjust the size as needed */
    z-index: -1;
    transform: rotate(360deg);
    transition: 1s;
    transform-origin: left;
}

.nav-sec-btn-link {
    color: #FFFFFF;
}

.nav-sec-btn:hover:before {
    border-color: #F00;
    transform: rotate(60deg);
    /* Rotate on hover */
}

.nav-sec-btn:hover {
    border-color: #F00;
    /* Border color change on hover */
}

.sec-1 {
    height: 800px;
    background-image: url("./main-img/Design\ 2.7.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-1-content {
    padding-top: 150px;
}

.sec-1-home {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 40px;
    width: 210.38px;
    border-style: outset;
    border-color: #940899;
    border-radius: 20px;
}

.sec-1-sub-head {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 600;
}

.sec-1-head {
    padding-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 60px;
}

.sec-1-dream {
    padding-top: 10px;
    text-align: center;
    color: #ffe603;
    font-size: 60px;
}

.sec-1-para {
    color: rgb(247, 6, 6);
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
    background-color: #ffffff8f;
    height: 61px;
    width: 524px;
    border-radius: 10px;
    margin: 0 auto;
}

.form {
    text-align: center;
    align-items: center;
    margin-top: 50px;
}

#sec-1-form {
    margin-top: 30px;
    height: 70.5px;
    width: 658px;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 15px;
    padding-left: 20px;
    background-color: #FFFFFF;
}

.sec-1-search-option {
    height: 60.5px;
    width: 60px;
    background-color: #E7C873;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    transform: translateY(-68px);
    margin-left: 1230px;
}

.search {
    margin-top: 20px;
}

.sec-2 {
    height: 600px;
    background-color: #E7C873;
    border-radius: 20px;
    transform: translateY(0px);
}

.sec-2-content {
    padding-top: 100px;
}

.sec-2-cnt-head {
    font-size: 40px;
    text-align: center;
}

.sec-2-cnt-para {
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
}

.sec-2-cnt-row {
    display: flex;
    justify-content: space-evenly;
    padding-top: 60px;
}

.sec-2-cnt-row-1-img {
    height: 80px;
    width: 80px;
    padding-left: 120px;
}

.sec-2-cnt-row-1-head {
    font-size: 19px;
    color: #1A1A1A;
    text-align: center;
    padding-top: 20px;
}

.sec-2-cnt-row-1-para {
    height: 57px;
    width: 281.19px;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}

:root {
    --primary-color: #0f1a2c;
    --secondary-color: #e65a30;
    --text-dark: #0f172a;
    --text-light: #64748b;
    --extra-light: #f8fafc;
    --white: #ffffff;
    --max-width: 1200px;
    --header-font: "Playfair Display", serif;
}


a {
    text-decoration: none;
}

img {
    width: 100%;
    display: flex;
}


html,
body {
    scroll-behavior: smooth;
}

.section__subheader {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-light);
}

.section__header {
    font-size: 3rem;
    font-weight: 800;
    font-family: var(--header-font);
    color: var(--text-dark);
}

.room__container__lebel {
    padding-block: 5rem;
}

.room__container__lebel :is(.section__subheader, .section__header) {
    padding-inline: 13rem;
    text-align: left;

}

.section__header-container {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 1700px;

}

.left-header {
    text-align: left;
}

.right-header {
    text-align: right;
}

.view-all-properties {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.right-header :hover {
    color: rgb(128, 7, 81);
}

.view-all-properties i {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.right-header:hover .view-all-properties {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}


.room__grid {
    max-width: 1500px;
    margin-inline: auto;
    margin-top: 4rem;
    display: grid;
    gap: 0 1rem;
}

.room__card {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}


.room__card img {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.room__card__details {
    margin-inline: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    background-color: var(--white);
    transform: translateY(-50%);
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.room__details-and-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.room__details-icons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 1rem;
    color: var(--text-light);
}

.room__details-icons span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.room__details-icons i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.room__card__details .room__card__info h4 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: var(--header-font);
    color: var(--text-dark);
}

.room__details-and-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 0;
}

.room__details-and-price h3 {
    font-size: 2.5rem;
}

.room__details-and-price h3 span {
    font-size: 1rem;
    font-weight: 400;
}

.room__card__info p {
    color: var(--text-light);
}

.room__card__details p {
    font-size: 1.1rem;
}

.hide-room-card {
    display: none;
}

.room__card {
    position: relative;
}

.label-container {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    z-index: 10;
    gap: 1.5rem;
    opacity: 0;
    animation: fadeInLabels 1s ease-in-out forwards;
}

.label {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background-color 0.3s ease;
}

.rent {
    background-color: #1f4b43;
}

.featured {
    background-color: #e6b83a;
}

.room__card img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.toggle-icon{
    display: none;
}
.room__card:hover img {
    transform: scale(1.05);
}

.label-container:hover .label {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}


.room__card {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room__card:hover {
    transform: translateY(-10px);

}

.banner__content {
    padding: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #e6b83a;
    height: auto;
    height: 300px;
}

.banner__content>div {
    flex: 1 1 45%;
}

.banner__stats {
    display: flex;
    gap: 1rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.banner__card {
    text-align: center;
    flex: 1 1 180px;
}

.banner__card h4 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-dark);
}

.banner__card p {
    color: var(--text-dark);
}


.banner__intro,
.banner__description {
    text-align: left;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.banner__intro {
    font-size: 3rem;
    font-weight: bold;
}

.banner__description {
    font-size: 1rem;
    color: var(--text-light);
}


.section__container__banner {
    max-width: 1860px;
    margin: auto;
    padding: 5rem 1rem;
}


.counter {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.banner__card {
    text-align: center;
    padding: 1rem;
    transition: transform 0.3s ease;
}

.banner__card:hover {
    transform: translateY(-5px);
}


.sec-4-cnt-1-row-1 {
    transition: transform 0.3s ease;
}

.sec-4-cnt-1-row-1:hover {
    transform: translateY(-10px);
}

.sec-4-cnt-1-row-1-head {
    transition: all 0.3s ease;
}





@keyframes fadeInLabels {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 1;
    }
}





@media (width > 768px) {
    .room__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .room__card__details {
        padding: 1rem;
    }

    .room__details-icons {
        gap: 1rem;
    }

    .room__card__details h3 {
        font-size: 1.2rem;
    }
}


@media (width > 1024px) {
    .room__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.sec-4 {
    height: 1150px;
    background-color: #1f4b43;
}

.sec-4-content {
    padding-top: 100px;
}

.sec-4-cnt-row {
    display: flex;
    justify-content: space-evenly;
}

.sec-4-cnt-row-1-img {
    height: 638px;
    width: 638px;
}

.sec-4-cnt-row-2-head {
    height: 104px;
    width: 378.72px;
    font-size: 40px;
    color: #FFFFFF;
}

.sec-4-cnt-row-2-para {
    height: 91.2px;
    width: 556.54px;
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 40px;
}

.sec-4-cnt-row-2-btn {
    height: 54px;
    width: 161.5px;
    background-color: #E7C873;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 15px;
    margin-top: 30px;
}

.sec-4-cnt-row-2-btn:hover {
    background-color: #1A1A1A;
}

.sec-4-cnt-1-row {
    display: flex;
    justify-content: space-evenly;
    padding-top: 40px;
}

.sec-4-cnt-1-row-1-head {
    font-size: 40px;
    color: #E7C873;
    text-align: center;
}

.sec-4-cnt-1-row-1-sub-head {
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 20px;
    text-align: center;
}

.sec-5 {
    height: 852px;
    background-color: #F9F9F9;
}

.sec-5-content {
    padding-top: 100px;
}

.sec-5-content-head {
    font-size: 40px;
    text-align: center;
}

.sec-5-content-para {
    font-size: 17px;
    text-align: center;
    padding-top: 25px;
}

.sec-5-cnt-row {
    display: flex;
    justify-content: space-evenly;
    padding-top: 60px;
}

.sec-5-cnt-row-1 {
    height: 388px;
    width: 328px;
    border-radius: 20px;
}

.sec-5-cnt-row-1-img {
    height: 217.33px;
    width: 328px;
}

.sec-5-cnt-row-1-date {
    display: flex;
    justify-content: space-evenly;
    padding-top: 15px;
}

.apartment {
    color: #3D3E3F;
    font-size: 15px;
}

.date {
    color: #3D3E3F;
    font-size: 15px;
}

.sec-5-cnt-row-1-head {
    height: 51.68px;
    width: 240.08px;
    text-align: center;
    padding-left: 50px;
    padding-top: 30px;
    font-size: 17px;
    color: #1A1A1A;
}

.read-more {
    color: #1A1A1A;
    padding-top: 20px;
    text-align: center;
}

.read-more-link {
    color: #1A1A1A;
    font-size: 15px;
    text-align: center;
}

.read-more-link:hover {
    color: rgb(132, 36, 145);
}







.sec-7 {
    height: 886px;
    background-color: #F9F9F9;
}

.sec-7-content {
    padding-top: 100px;
}

.sec-7-cnt-row {
    display: flex;
    justify-content: space-evenly;
}

.sec-7-cnt-row-1 {
    padding-top: 50px;
}

.sec-7-cnt-row-1-head {
    height: 104px;
    width: 389.65px;
    font-size: 40px;
    font-weight: 600;
    color: #1A1A1A;
}

.sec-7-cnt-row-1-para {
    font-size: 16px;
    height: 60.8px;
    width: 436.79px;
    color: #1A1A1A;
    padding-top: 30px;
}

.sec-7-btns {
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}

.sec-7-btn-1 {
    height: 54px;
    width: 174.88px;
    background-color: #E7C873;
    color: #1A1A1A;
    font-size: 15px;
    border-radius: 20px;
}

.sec-7-btn-1:hover {
    background-color: #FFFFFF;
}

.sec-7-btn-2 {
    height: 54px;
    width: 174.88px;
    background-color: #FFFFFF;
    color: #1A1A1A;
    font-size: 15px;
    border-radius: 20px;
}

.sec-7-btn-2:hover {
    background-color: #E7C873;
}

.sec-7-cnt-row-2-img {
    height: 556px;
    width: 588px;
}

.sec-8 {
    height: 700px;
    background-image: url("./main-img/explore_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-8-content {
    padding-top: 150px;
}

.sec-8-cnt-head {
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
}

.sec-8-cnt-para {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 15px;
}

.sec-8-cnt-btn {
    text-align: center;
    padding-top: 30px;
}

.sec-8-btn {
    height: 54px;
    width: 191.36px;
    background-color: #E7C873;
    font-size: 15px;
    border-radius: 10px;
}

.sec-8-link {
    color: #1A1A1A;
}

.sec-9 {
    height: 208.2px;
    background-image: url("./main-img/22.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

.sec-9-content {
    padding-top: 60px;
}

.foot-sec {
    height: 700px;
    background-color: #050a13;
}

.foot-content {
    padding-top: 60px;
    display: flex;
    justify-content: space-evenly;
}

.logo-1 {
    height: 74px;
    width: 148px;
}

.social-media {
    display: flex;
    justify-content: space-evenly;
}

.fb {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #FFFFFF;
    background-color: #282828;
    margin-left: 20px;
}

.fb:hover {
    background-color: #EB0E47;
}

.fb-1 {
    padding-left: 23px;
    padding-top: 20px;
    height: 120px;
    width: 120px;
}

.foot-cnt-5 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 100px;
}

.foot-head {
    font-size: 26px;
    color: #FFFFFF;
    font-family: "Poppins", serif;
}

.foot-para {
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 20px;
    height: 112px;
    width: 284px;
}

.foot-list {
    color: #FFFFFF;
    padding-top: 20px;
}

.foot-link {
    font-size: 16px;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    padding-top: 20px;
}


.foot-link:hover {
    color: #F5B81E;
}


@media (max-width: 575.98px) {
    .nav-sec {
        height: 75px;
        background-color: #1A1A1A;
    }

    .wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .navbar-content {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .nav-img {
        height: 60px;
        width: 80px;
    }

    .navbar-navigation {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }

    .navbar-list {
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        padding-left: 10px;
        padding-top: 15px;
    }

    .navbar-link {
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        position: relative;
    }

    .navbar-link:hover {
        color: #F9BF29;
    }

    .navbar-link:after {
        content: "";
        position: absolute;
        background-color: #F9BF29;
        height: 5px;
        width: 0px;
        left: 0;
        bottom: -8px;
        transition: 0.30s;
        margin-left: 20px;
    }

    .navbar-link:hover:after {
        width: 60%;
    }

    .nav-sec-btn {
        height: 42.5px;
        width: 150px;
        font-size: 15px;
        border-radius: 40px;
        border-color: #FFFFFF;
        margin-top: 20px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        margin-left: 30px;
        transform: translateY(0px);
        background-color: transparent;
        top: 50%;
        left: 50%;
        letter-spacing: 2px;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center;
        /* Center text horizontally */
        line-height: 42.5px;
        /* Vertically center text */
    }

    .nav-sec-btn:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 80px 100px;
        /* Adjust the size as needed */
        z-index: -1;
        transform: rotate(360deg);
        transition: 1s;
        transform-origin: left;
    }

    .nav-sec-btn-link {
        color: #FFFFFF;
    }

    .nav-sec-btn:hover:before {
        border-color: #F00;
        transform: rotate(60deg);
        /* Rotate on hover */
    }

    .nav-sec-btn:hover {
        border-color: #F00;
        /* Border color change on hover */
    }

    .toggle-icon {
        position: absolute;
        top: 40px;
        right: 40px;
        display: block;
        color: #FFFFFF;
    }

    .sec-1 {
        height: auto;
        background-image: url("./main-img/Design\ 2.7.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .sec-1-content {
        padding-top: 30px;
    }

    .sec-1-home {
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        height: 40px;
        width: 150px;
        border-style: outset;
        border-color: #940899;
        border-radius: 20px;
    }

    .sec-1-sub-head {
        color: #FFFFFF;
        font-size: 12px;
        margin-top: 12px;
        font-weight: 600;
    }

    .sec-1-head {
        padding-top: 10px;
        text-align: center;
        color: #FFFFFF;
        font-size: 30px;
    }

    .sec-1-dream {
        padding-top: 10px;
        text-align: center;
        color: #ffe603;
        font-size: 30px;
    }

    .sec-1-para {
        color: rgb(247, 6, 6);
        font-size: 15px;
        text-align: center;
        padding-top: 25px;
        font-weight: 700;
        background-color: #ffffff8f;
        height: 61px;
        width: 250px;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .form {
        text-align: center;
        align-items: center;
        margin-top: 30px;
    }

    #sec-1-form {
        margin-top: 30px;
        height: 50px;
        width: 250px;
        margin: 0 auto;
        border-radius: 40px;
        font-size: 13px;
        padding-left: 20px;
        background-color: #FFFFFF;
    }

    .sec-1-search-option {
        height: 50px;
        width: 50px;
        background-color: #E7C873;
        border-radius: 100%;
        text-align: center;
        align-items: center;
        margin: 0 auto;
        transform: translateY(-52px);
        margin-left: 273px;
    }

    .search {
        margin-top: 20px;
    }

    .sec-2 {
        height: auto;
        background-color: #E7C873;
        border-radius: 20px;
        transform: translateY(0px);
    }

    .sec-2-content {
        padding-top: 30px;
    }

    .sec-2-cnt-head {
        font-size: 20px;
        text-align: center;
    }

    .sec-2-cnt-para {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .sec-2-cnt-row {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .sec-2-cnt-row-1-img {
        height: 50px;
        width: 50px;
        padding-left: 100px;
    }

    .sec-2-cnt-row-1-head {
        font-size: 16px;
        color: #1A1A1A;
        text-align: center;
        padding-top: 20px;
    }

    .sec-2-cnt-row-1-para {
        height: 57px;
        width: 250px;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .sec-4 {
        height: auto;
        background-color: #1f4b43;
    }

    .sec-4-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-4-cnt-row {
        flex-direction: column;
        align-items: center;
    }

    .sec-4-cnt-row-1-img {
        height: 250px;
        width: 250px;
    }

    .sec-4-cnt-row-2-head {
        height: 50px;
        width: 250px;
        font-size: 20px;
        color: #FFFFFF;
        padding-top: 10px;
        text-align: center;
    }

    .sec-4-cnt-row-2-para {
        height: 50px;
        width: 250px;
        color: #FFFFFF;
        font-size: 16px;
        padding-top: 40px;
        text-align: center;
    }

    .sec-4-cnt-row-2-btn {
        height: 50px;
        width: 90px;
        background-color: #E7C873;
        color: #FFFFFF;
        border-radius: 20px;
        font-size: 15px;
        margin-top: 80px;
        margin-left: 80px;
    }

    .sec-4-cnt-row-2-btn:hover {
        background-color: #1A1A1A;
    }

    .sec-4-cnt-1-row {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .sec-4-cnt-1-row-1-head {
        font-size: 20px;
        color: #E7C873;
        text-align: center;
        padding-top: 10px;
    }

    .sec-4-cnt-1-row-1-sub-head {
        font-size: 13px;
        color: #FFFFFF;
        padding-top: 10px;
        text-align: center;
    }

    .sec-5 {
        height: auto;
        background-color: #F9F9F9;
    }

    .sec-5-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-5-content-head {
        font-size: 20px;
        text-align: center;
    }

    .sec-5-content-para {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .sec-5-cnt-row {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .sec-5-cnt-row-1 {
        height: 280px;
        width: 250px;
        border-radius: 20px;
        padding-top: 30px;
    }

    .sec-5-cnt-row-1-img {
        height: 130px;
        width: 250px;
        padding-top: 0px;
    }

    .sec-5-cnt-row-1-date {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }

    .apartment {
        color: #3D3E3F;
        font-size: 15px;
    }

    .date {
        color: #3D3E3F;
        font-size: 15px;
    }

    .sec-5-cnt-row-1-head {
        height: 51.68px;
        width: 240.08px;
        text-align: center;
        padding-left: 0px;
        padding-top: 30px;
        font-size: 17px;
        color: #1A1A1A;
    }

    .read-more {
        color: #1A1A1A;
        padding-top: 10px;
        text-align: center;
    }

    .read-more-link {
        color: #1A1A1A;
        font-size: 15px;
        text-align: center;
    }

    .read-more-link:hover {
        color: rgb(132, 36, 145);
    }

    .sec-7 {
        height: auto;
        background-color: #F9F9F9;
    }

    .sec-7-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-cnt-row {
        flex-direction: column;
        align-items: center;
    }

    .sec-7-cnt-row-1 {
        padding-top: 30px;
    }

    .sec-7-cnt-row-1-head {
        height: 50px;
        width: 250px;
        font-size: 20px;
        font-weight: 600;
        color: #1A1A1A;
        text-align: center;
    }

    .sec-7-cnt-row-1-para {
        font-size: 14px;
        height: 60.8px;
        width: 250px;
        color: #1A1A1A;
        padding-top: 30px;
        text-align: center;
    }

    .sec-7-btns {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .sec-7-btn-1 {
        height: 50px;
        width: 90px;
        background-color: #E7C873;
        color: #1A1A1A;
        font-size: 13px;
        border-radius: 20px;
    }

    .sec-7-btn-1:hover {
        background-color: #FFFFFF;
    }

    .sec-7-btn-2 {
        height: 50px;
        width: 90px;
        background-color: #FFFFFF;
        color: #1A1A1A;
        font-size: 13px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .sec-7-btn-2:hover {
        background-color: #E7C873;
    }

    .sec-7-cnt-row-2-img {
        height: 250px;
        width: 250px;
        padding-top: 20px;
    }

    .sec-8 {
        height: auto;
        background-image: url("./main-img/explore_img.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .sec-8-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-8-cnt-head {
        font-size: 40px;
        color: #FFFFFF;
        text-align: center;
    }

    .sec-8-cnt-para {
        font-size: 15px;
        color: #FFFFFF;
        text-align: center;
        padding-top: 15px;
    }

    .sec-8-cnt-btn {
        text-align: center;
        padding-top: 30px;
    }

    .sec-8-btn {
        height: 50px;
        width: 100px;
        background-color: #E7C873;
        font-size: 15px;
        border-radius: 10px;
    }

    .sec-8-link {
        color: #1A1A1A;
    }

    .sec-9 {
        height: auto;
        background-image: url("./main-img/22.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 60px;
    }

    .sec-9-content {
        padding-top: 30px;
    }

    .foot-sec {
        height: auto;
        background-color: #1653DF;
    }

    .foot-content {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }

    .logo-1 {
        height: 74px;
        width: 100px;
    }

    .social-media {
        display: flex;
        justify-content: space-evenly;
        padding-top: 30px;
    }

    .fb {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        color: #FFFFFF;
        background-color: #282828;
        margin-left: 20px;
    }

    .fb:hover {
        background-color: #EB0E47;
    }

    .fb-1 {
        padding-left: 13px;
        padding-top: 10px;
        height: 80px;
        width: 80px;
    }

    .foot-cnt-5 {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .foot-head {
        font-size: 18px;
        color: #FFFFFF;
        font-family: "Poppins", serif;
        text-align: center;
        padding-top: 30px;
    }

    .foot-para {
        color: #FFFFFF;
        font-size: 13px;
        padding-top: 20px;
        height: 50px;
        width: 250px;
        text-align: center;
    }

    .foot-list {
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }

    .foot-link {
        font-size: 13px;
        font-family: "Poppins", serif;
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }

    

    .foot-link:hover {
        color: #F5B81E;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .nav-sec {
        height: auto;
        background-color: #1A1A1A;
    }

    .wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .navbar-content {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .nav-img {
        height: 60px;
        width: 80px;
    }

    .navbar-navigation {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }

    .navbar-list {
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        padding-left: 10px;
        padding-top: 15px;
    }

    .navbar-link {
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        position: relative;
    }

    .navbar-link:hover {
        color: #F9BF29;
    }

    .navbar-link:after {
        content: "";
        position: absolute;
        background-color: #F9BF29;
        height: 5px;
        width: 0px;
        left: 0;
        bottom: -8px;
        transition: 0.30s;
        margin-left: 20px;
    }

    .navbar-link:hover:after {
        width: 60%;
    }

    .nav-sec-btn {
        height: 42.5px;
        width: 150px;
        font-size: 15px;
        border-radius: 40px;
        border-color: #FFFFFF;
        margin-top: 20px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        margin-left: 30px;
        transform: translateY(0px);
        background-color: transparent;
        top: 50%;
        left: 50%;
        letter-spacing: 2px;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center;
        /* Center text horizontally */
        line-height: 42.5px;
        /* Vertically center text */
    }

    .nav-sec-btn:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 80px 100px;
        /* Adjust the size as needed */
        z-index: -1;
        transform: rotate(360deg);
        transition: 1s;
        transform-origin: left;
    }

    .nav-sec-btn-link {
        color: #FFFFFF;
    }

    .nav-sec-btn:hover:before {
        border-color: #F00;
        transform: rotate(60deg);
        /* Rotate on hover */
    }

    .nav-sec-btn:hover {
        border-color: #F00;
        /* Border color change on hover */
    }

    .toggle-icon {
        position: absolute;
        top: 40px;
        right: 40px;
        display: block;
        color: #FFFFFF;
    }

    .sec-1 {
        height: auto;
        background-image: url("./main-img/Design\ 2.7.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .sec-1-content {
        padding-top: 30px;
    }

    .sec-1-home {
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        height: 40px;
        width: 150px;
        border-style: outset;
        border-color: #940899;
        border-radius: 20px;
    }

    .sec-1-sub-head {
        color: #FFFFFF;
        font-size: 12px;
        margin-top: 12px;
        font-weight: 600;
    }

    .sec-1-head {
        padding-top: 10px;
        text-align: center;
        color: #FFFFFF;
        font-size: 30px;
    }

    .sec-1-dream {
        padding-top: 10px;
        text-align: center;
        color: #ffe603;
        font-size: 30px;
    }

    .sec-1-para {
        color: rgb(247, 6, 6);
        font-size: 15px;
        text-align: center;
        padding-top: 25px;
        font-weight: 700;
        background-color: #ffffff8f;
        height: 61px;
        width: 250px;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .form {
        text-align: center;
        align-items: center;
        margin-top: 30px;
    }

    #sec-1-form {
        margin-top: 30px;
        height: 50px;
        width: 250px;
        margin: 0 auto;
        border-radius: 40px;
        font-size: 13px;
        padding-left: 20px;
        background-color: #FFFFFF;
    }

    .sec-1-search-option {
        height: 50px;
        width: 50px;
        background-color: #E7C873;
        border-radius: 100%;
        text-align: center;
        align-items: center;
        margin: 0 auto;
        transform: translateY(-52px);
        margin-left: 383px;
    }

    .search {
        margin-top: 20px;
    }

    .sec-2 {
        height: auto;
        background-color: #E7C873;
        border-radius: 20px;
        transform: translateY(0px);
    }

    .sec-2-content {
        padding-top: 30px;
    }

    .sec-2-cnt-head {
        font-size: 20px;
        text-align: center;
    }

    .sec-2-cnt-para {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .sec-2-cnt-row {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .sec-2-cnt-row-1-img {
        height: 50px;
        width: 50px;
        padding-left: 100px;
    }

    .sec-2-cnt-row-1-head {
        font-size: 16px;
        color: #1A1A1A;
        text-align: center;
        padding-top: 20px;
    }

    .sec-2-cnt-row-1-para {
        height: 57px;
        width: 250px;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .sec-4 {
        height: auto;
        background-color: #1f4b43;
    }

    .sec-4-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-4-cnt-row {
        flex-direction: column;
        align-items: center;
    }

    .sec-4-cnt-row-1-img {
        height: 250px;
        width: 250px;
    }

    .sec-4-cnt-row-2-head {
        height: 50px;
        width: 250px;
        font-size: 20px;
        color: #FFFFFF;
        padding-top: 10px;
        text-align: center;
    }

    .sec-4-cnt-row-2-para {
        height: 50px;
        width: 250px;
        color: #FFFFFF;
        font-size: 16px;
        padding-top: 40px;
        text-align: center;
    }

    .sec-4-cnt-row-2-btn {
        height: 50px;
        width: 90px;
        background-color: #E7C873;
        color: #FFFFFF;
        border-radius: 20px;
        font-size: 15px;
        margin-top: 80px;
        margin-left: 80px;
    }

    .sec-4-cnt-row-2-btn:hover {
        background-color: #1A1A1A;
    }

    .sec-4-cnt-1-row {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .sec-4-cnt-1-row-1-head {
        font-size: 20px;
        color: #E7C873;
        text-align: center;
        padding-top: 10px;
    }

    .sec-4-cnt-1-row-1-sub-head {
        font-size: 13px;
        color: #FFFFFF;
        padding-top: 10px;
        text-align: center;
    }

    .sec-5 {
        height: auto;
        background-color: #F9F9F9;
    }

    .sec-5-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-5-content-head {
        font-size: 20px;
        text-align: center;
    }

    .sec-5-content-para {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .sec-5-cnt-row {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .sec-5-cnt-row-1 {
        height: 280px;
        width: 250px;
        border-radius: 20px;
        padding-top: 30px;
    }

    .sec-5-cnt-row-1-img {
        height: 130px;
        width: 250px;
        padding-top: 0px;
    }

    .sec-5-cnt-row-1-date {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }

    .apartment {
        color: #3D3E3F;
        font-size: 15px;
    }

    .date {
        color: #3D3E3F;
        font-size: 15px;
    }

    .sec-5-cnt-row-1-head {
        height: 51.68px;
        width: 240.08px;
        text-align: center;
        padding-left: 0px;
        padding-top: 30px;
        font-size: 17px;
        color: #1A1A1A;
    }

    .read-more {
        color: #1A1A1A;
        padding-top: 10px;
        text-align: center;
    }

    .read-more-link {
        color: #1A1A1A;
        font-size: 15px;
        text-align: center;
    }

    .read-more-link:hover {
        color: rgb(132, 36, 145);
    }

    .sec-7 {
        height: auto;
        background-color: #F9F9F9;
    }

    .sec-7-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-cnt-row {
        flex-direction: column;
        align-items: center;
    }

    .sec-7-cnt-row-1 {
        padding-top: 30px;
    }

    .sec-7-cnt-row-1-head {
        height: 50px;
        width: 250px;
        font-size: 20px;
        font-weight: 600;
        color: #1A1A1A;
        text-align: center;
    }

    .sec-7-cnt-row-1-para {
        font-size: 14px;
        height: 60.8px;
        width: 250px;
        color: #1A1A1A;
        padding-top: 30px;
        text-align: center;
    }

    .sec-7-btns {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .sec-7-btn-1 {
        height: 50px;
        width: 90px;
        background-color: #E7C873;
        color: #1A1A1A;
        font-size: 13px;
        border-radius: 20px;
    }

    .sec-7-btn-1:hover {
        background-color: #FFFFFF;
    }

    .sec-7-btn-2 {
        height: 50px;
        width: 90px;
        background-color: #FFFFFF;
        color: #1A1A1A;
        font-size: 13px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .sec-7-btn-2:hover {
        background-color: #E7C873;
    }

    .sec-7-cnt-row-2-img {
        height: 250px;
        width: 250px;
        padding-top: 20px;
    }

    .sec-8 {
        height: auto;
        background-image: url(./div.elementor-element.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .sec-8-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-8-cnt-head {
        font-size: 40px;
        color: #FFFFFF;
        text-align: center;
    }

    .sec-8-cnt-para {
        font-size: 15px;
        color: #FFFFFF;
        text-align: center;
        padding-top: 15px;
    }

    .sec-8-cnt-btn {
        text-align: center;
        padding-top: 30px;
    }

    .sec-8-btn {
        height: 50px;
        width: 100px;
        background-color: #E7C873;
        font-size: 15px;
        border-radius: 10px;
    }

    .sec-8-link {
        color: #1A1A1A;
    }

    .sec-9 {
        height: auto;
        background-image: url(./buildings-pattern-img.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 60px;
    }

    .sec-9-content {
        padding-top: 30px;
    }

    .foot-sec {
        height: auto;
        background-color: #1653DF;
    }

    .foot-content {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }

    .logo-1 {
        height: 74px;
        width: 100px;
    }

    .social-media {
        display: flex;
        justify-content: space-evenly;
        padding-top: 30px;
    }

    .fb {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        color: #FFFFFF;
        background-color: #282828;
        margin-left: 20px;
    }

    .fb:hover {
        background-color: #EB0E47;
    }

    .fb-1 {
        padding-left: 13px;
        padding-top: 10px;
        height: 80px;
        width: 80px;
    }

    .foot-cnt-5 {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .foot-head {
        font-size: 18px;
        color: #FFFFFF;
        font-family: "Poppins", serif;
        text-align: center;
        padding-top: 30px;
    }

    .foot-para {
        color: #FFFFFF;
        font-size: 13px;
        padding-top: 20px;
        height: 50px;
        width: 250px;
        text-align: center;
    }

    .foot-list {
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }

    .foot-link {
        font-size: 13px;
        font-family: "Poppins", serif;
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }

    

    .foot-link:hover {
        color: #F5B81E;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .nav-sec {
        height: auto;
        background-color: #1A1A1A;
    }

    .wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .navbar-content {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .nav-img {
        height: 60px;
        width: 80px;
    }

    .navbar-navigation {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }

    .navbar-list {
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        padding-left: 10px;
        padding-top: 15px;
    }

    .navbar-link {
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        position: relative;
    }

    .navbar-link:hover {
        color: #F9BF29;
    }

    .navbar-link:after {
        content: "";
        position: absolute;
        background-color: #F9BF29;
        height: 5px;
        width: 0px;
        left: 0;
        bottom: -8px;
        transition: 0.30s;
        margin-left: 20px;
    }

    .navbar-link:hover:after {
        width: 60%;
    }

    .nav-sec-btn {
        height: 42.5px;
        width: 150px;
        font-size: 15px;
        border-radius: 40px;
        border-color: #FFFFFF;
        margin-top: 20px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        margin-left: 30px;
        transform: translateY(0px);
        background-color: transparent;
        top: 50%;
        left: 50%;
        letter-spacing: 2px;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center;
        /* Center text horizontally */
        line-height: 42.5px;
        /* Vertically center text */
    }

    .nav-sec-btn:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 80px 100px;
        /* Adjust the size as needed */
        z-index: -1;
        transform: rotate(360deg);
        transition: 1s;
        transform-origin: left;
    }

    .nav-sec-btn-link {
        color: #FFFFFF;
    }

    .nav-sec-btn:hover:before {
        border-color: #F00;
        transform: rotate(60deg);
        /* Rotate on hover */
    }

    .nav-sec-btn:hover {
        border-color: #F00;
        /* Border color change on hover */
    }

    .toggle-icon {
        position: absolute;
        top: 40px;
        right: 40px;
        display: block;
        color: #FFFFFF;
    }

    .sec-1 {
        height: auto;
        background-image: url("./main-img/Design\ 2.7.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .sec-1-content {
        padding-top: 30px;
    }

    .sec-1-home {
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        height: 40px;
        width: 150px;
        border-style: outset;
        border-color: #940899;
        border-radius: 20px;
    }

    .sec-1-sub-head {
        color: #FFFFFF;
        font-size: 12px;
        margin-top: 12px;
        font-weight: 600;
    }

    .sec-1-head {
        padding-top: 10px;
        text-align: center;
        color: #FFFFFF;
        font-size: 30px;
    }

    .sec-1-dream {
        padding-top: 10px;
        text-align: center;
        color: #ffe603;
        font-size: 30px;
    }

    .sec-1-para {
        color: rgb(247, 6, 6);
        font-size: 15px;
        text-align: center;
        padding-top: 25px;
        font-weight: 700;
        background-color: #ffffff8f;
        height: 61px;
        width: 250px;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .form {
        text-align: center;
        align-items: center;
        margin-top: 30px;
    }

    #sec-1-form {
        margin-top: 30px;
        height: 50px;
        width: 250px;
        margin: 0 auto;
        border-radius: 40px;
        font-size: 13px;
        padding-left: 20px;
        background-color: #FFFFFF;
    }

    .sec-1-search-option {
        height: 50px;
        width: 50px;
        background-color: #E7C873;
        border-radius: 100%;
        text-align: center;
        align-items: center;
        margin: 0 auto;
        transform: translateY(-52px);
        margin-left: 273px;
    }

    .search {
        margin-top: 20px;
    }

    .sec-2 {
        height: auto;
        background-color: #E7C873;
        border-radius: 20px;
        transform: translateY(0px);
    }

    .sec-2-content {
        padding-top: 30px;
    }

    .sec-2-cnt-head {
        font-size: 20px;
        text-align: center;
    }

    .sec-2-cnt-para {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .sec-2-cnt-row {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .sec-2-cnt-row-1-img {
        height: 50px;
        width: 50px;
        padding-left: 100px;
    }

    .sec-2-cnt-row-1-head {
        font-size: 16px;
        color: #1A1A1A;
        text-align: center;
        padding-top: 20px;
    }

    .sec-2-cnt-row-1-para {
        height: 57px;
        width: 250px;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .sec-4 {
        height: auto;
        background-color: #1f4b43;
    }

    .sec-4-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-4-cnt-row {
        flex-direction: column;
        align-items: center;
    }

    .sec-4-cnt-row-1-img {
        height: 250px;
        width: 250px;
    }

    .sec-4-cnt-row-2-head {
        height: 50px;
        width: 250px;
        font-size: 20px;
        color: #FFFFFF;
        padding-top: 10px;
        text-align: center;
    }

    .sec-4-cnt-row-2-para {
        height: 50px;
        width: 250px;
        color: #FFFFFF;
        font-size: 16px;
        padding-top: 40px;
        text-align: center;
    }

    .sec-4-cnt-row-2-btn {
        height: 50px;
        width: 90px;
        background-color: #E7C873;
        color: #FFFFFF;
        border-radius: 20px;
        font-size: 15px;
        margin-top: 80px;
        margin-left: 80px;
    }

    .sec-4-cnt-row-2-btn:hover {
        background-color: #1A1A1A;
    }

    .sec-4-cnt-1-row {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .sec-4-cnt-1-row-1-head {
        font-size: 20px;
        color: #E7C873;
        text-align: center;
        padding-top: 10px;
    }

    .sec-4-cnt-1-row-1-sub-head {
        font-size: 13px;
        color: #FFFFFF;
        padding-top: 10px;
        text-align: center;
    }

    .sec-5 {
        height: auto;
        background-color: #F9F9F9;
    }

    .sec-5-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-5-content-head {
        font-size: 20px;
        text-align: center;
    }

    .sec-5-content-para {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .sec-5-cnt-row {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .sec-5-cnt-row-1 {
        height: 280px;
        width: 250px;
        border-radius: 20px;
        padding-top: 30px;
    }

    .sec-5-cnt-row-1-img {
        height: 130px;
        width: 250px;
        padding-top: 0px;
    }

    .sec-5-cnt-row-1-date {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }

    .apartment {
        color: #3D3E3F;
        font-size: 15px;
    }

    .date {
        color: #3D3E3F;
        font-size: 15px;
    }

    .sec-5-cnt-row-1-head {
        height: 51.68px;
        width: 240.08px;
        text-align: center;
        padding-left: 0px;
        padding-top: 30px;
        font-size: 17px;
        color: #1A1A1A;
    }

    .read-more {
        color: #1A1A1A;
        padding-top: 10px;
        text-align: center;
    }

    .read-more-link {
        color: #1A1A1A;
        font-size: 15px;
        text-align: center;
    }

    .read-more-link:hover {
        color: rgb(132, 36, 145);
    }

    .sec-7 {
        height: auto;
        background-color: #F9F9F9;
    }

    .sec-7-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-cnt-row {
        flex-direction: column;
        align-items: center;
    }

    .sec-7-cnt-row-1 {
        padding-top: 30px;
    }

    .sec-7-cnt-row-1-head {
        height: 50px;
        width: 250px;
        font-size: 20px;
        font-weight: 600;
        color: #1A1A1A;
        text-align: center;
    }

    .sec-7-cnt-row-1-para {
        font-size: 14px;
        height: 60.8px;
        width: 250px;
        color: #1A1A1A;
        padding-top: 30px;
        text-align: center;
    }

    .sec-7-btns {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .sec-7-btn-1 {
        height: 50px;
        width: 90px;
        background-color: #E7C873;
        color: #1A1A1A;
        font-size: 13px;
        border-radius: 20px;
    }

    .sec-7-btn-1:hover {
        background-color: #FFFFFF;
    }

    .sec-7-btn-2 {
        height: 50px;
        width: 90px;
        background-color: #FFFFFF;
        color: #1A1A1A;
        font-size: 13px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .sec-7-btn-2:hover {
        background-color: #E7C873;
    }

    .sec-7-cnt-row-2-img {
        height: 250px;
        width: 250px;
        padding-top: 20px;
    }

    .sec-8 {
        height: auto;
        background-image: url(./div.elementor-element.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .sec-8-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-8-cnt-head {
        font-size: 40px;
        color: #FFFFFF;
        text-align: center;
    }

    .sec-8-cnt-para {
        font-size: 15px;
        color: #FFFFFF;
        text-align: center;
        padding-top: 15px;
    }

    .sec-8-cnt-btn {
        text-align: center;
        padding-top: 30px;
    }

    .sec-8-btn {
        height: 50px;
        width: 100px;
        background-color: #E7C873;
        font-size: 15px;
        border-radius: 10px;
    }

    .sec-8-link {
        color: #1A1A1A;
    }

    .sec-9 {
        height: auto;
        background-image: url(./buildings-pattern-img.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 60px;
    }

    .sec-9-content {
        padding-top: 30px;
    }

    .foot-sec {
        height: auto;
        background-color: #1653DF;
    }

    .foot-content {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }

    .logo-1 {
        height: 74px;
        width: 100px;
    }

    .social-media {
        display: flex;
        justify-content: space-evenly;
        padding-top: 30px;
    }

    .fb {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        color: #FFFFFF;
        background-color: #282828;
        margin-left: 20px;
    }

    .fb:hover {
        background-color: #EB0E47;
    }

    .fb-1 {
        padding-left: 13px;
        padding-top: 10px;
        height: 80px;
        width: 80px;
    }

    .foot-cnt-5 {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .foot-head {
        font-size: 18px;
        color: #FFFFFF;
        font-family: "Poppins", serif;
        text-align: center;
        padding-top: 30px;
    }

    .foot-para {
        color: #FFFFFF;
        font-size: 13px;
        padding-top: 20px;
        height: 50px;
        width: 250px;
        text-align: center;
    }

    .foot-list {
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }

    .foot-link {
        font-size: 13px;
        font-family: "Poppins", serif;
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }

    

    .foot-link:hover {
        color: #F5B81E;
    }
}








/* media section start */

@media (width > 768px) {
    .room__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .room__card__details {
        padding: 1rem;
    }

    .room__details-icons {
        gap: 1rem;
    }

    .room__card__details h3 {
        font-size: 1.2rem;
    }

    .room__card {
        width: 100%;
    }


}


@media (width > 1024px) {
    .room__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}



@media (max-width: 1024px) {
    .room__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .room__card__details {
        padding: 1rem;
    }

    .room__details-icons {
        gap: 1rem;
    }

    .room__card__details h3 {
        font-size: 1.2rem;
    }

    .view-all-properties {
        font-size: 0.8rem;
        margin-right: 25px;

    }
}

@media (max-width: 768px) {
    .room__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .room__container__lebel :is(.section__subheader, .section__header) {
        padding-inline: 2rem;
    }

    .banner__content {
        flex-direction: column;
        height: auto;
    }

    .room__card__details {
        padding: 0.5rem;
    }

    .room__details-icons {
        gap: 1rem;
    }

    .room__card__details h3 {
        font-size: 1.5rem;
    }

    .room__card__info h4 {
        font-size: 1rem;
    }

    .banner__intro {
        font-size: 2.5rem;
    }

    .banner__description {
        font-size: 1rem;
    }

    .view-all-properties {
        font-size: 0.8rem;
        margin-right: 25px;

    }


}

@media (max-width: 480px) {
    .room__grid {
        grid-template-columns: 1fr;
    }

    .room__card__details {
        padding: 0.5rem;
    }

    .view-all-properties {
        font-size: 0.8rem;
        margin-right: 25px;

    }

    .banner__content {
        flex-direction: column;
        height: auto;
    }

    .banner__stats {
        flex-direction: column;
        align-items: center;
    }

    .banner__card {
        width: 100%;
    }

    .banner__intro {
        font-size: 2rem;
    }

    .banner__description {
        font-size: 0.9rem;
    }
}























.jio-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}

.jio-header {
    text-align: center;
    margin-bottom: 30px;
}

.jio-header h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.jio-header p {
    font-size: 1rem;
    color: #777;
}

.jio-property-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.jio-main-grid {
    display: flex;
    flex-direction: column;
    flex: 3;
    gap: 20px;
}

.jio-sub-grid {
    display: flex;
    gap: 20px;
}

.jio-property-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.jio-lebel-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.jio-large-card {
    height: 334.5px;
    width: 685px;
}

.jio-text-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 20px;
    height: 250px;
    width: 300px;
    margin: 0 auto;
}

.jio-text-card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.jio-text-card p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1;
}

.jio-text-card .jio-explore-btn {
    background: #fff;
    color: #333;
    padding: 18px 20px;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.jio-text-card .jio-explore-btn:hover {
    background: #c458df;
}

.jio-small-card {
    height: 290px;
    width: 330px;
}

.jio-small-card video {
    height: 290px;
    width: 100%;
    object-fit: cover;
    border: none;
}

.jio-featured-card {
    flex: 3;
    width: 790px;
    height: 645px;
}

.jio-featured-card .jio-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jio-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.jio-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.jio-arrow.jio-left {
    left: 10px;
}

.jio-arrow.jio-right {
    right: 10px;
}

.jio-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.jio-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
}

.jio-badge {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    cursor: pointer;
}

.jio-badge.jio-for-sale {
    background: #1f4b43;
}

.jio-badge.jio-featured {
    background: #e6b83a;
}

.jio-room-card-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 5px 15px;
    font-size: 0.875rem;
    height: 170px;
}

.jio-room-details-and-price {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}

.jio-room-details-icons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 1rem;
}

.jio-room-details-icons span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jio-room-details-icons i {
    color: white;
    font-size: 1.2rem;
}

.jio-room-card-info h4 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

.jio-room-details-and-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-top: 0;
}

.jio-room-details-and-price h3 {
    font-size: 2.5rem;
}

.jio-room-details-and-price h3 span {
    font-size: 1rem;
    font-weight: 400;
}

.jio-room-card-info p {
    color: white;
}

.jio-room-card-details p {
    font-size: 15px;
}

.jio-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.jio-carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.jio-carousel-image {
    display: none;
    width: 100%;
    height: auto;
}

.jio-carousel-image.jio-active {
    display: block;
}

@media (max-width: 1024px) {
    .jio-property-grid {
        flex-direction: column;
    }



    .jio-featured-card {
        height: auto;
        width: 500px;
    }

    .jio-text-card {
        width: 250px;
        padding: 15px;
    }

    .jio-text-card h2 {
        font-size: 1.25rem;
    }

    .jio-text-card p {
        font-size: 0.875rem;
    }

    .jio-text-card .jio-explore-btn {
        padding: 15px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .jio-small-card {
        height: 235px;
        width: 374px;
    }

    .jio-large-card,
    .jio-small-card,
    .jio-featured-card {
        width: 300px;
        height: auto;
    }

    .jio-text-card {
        width: 250px;
        padding: 20px;
    }

    .jio-text-card h2 {
        font-size: 1.25rem;
    }

    .jio-text-card p {
        font-size: 0.875rem;
    }

    .jio-text-card .jio-explore-btn {
        font-size: 0.875rem;
    }

    .jio-sub-grid {
        flex-direction: column;
    }

    .jio-sub-grid .jio-text-card {
        width: 150px;
    }

    .jio-room-card-details {
        width: 90%;
    }

    .jio-room-card-info h4 {
        font-size: 0.8rem;
    }

    .jio-room-details-and-price .jio-room-details-icons span {
        font-size: 0.5rem;
    }

    .jio-room-details-and-price .jio-lebel {
        font-size: 0.4rem;
    }


}


@media (max-width: 480px) {
    .jio-header h1 {
        font-size: 2rem;
    }

    .jio-header p {
        font-size: 0.875rem;
    }

    .jio-small-card {
        width: 355px;
        height: auto;
    }

    .jio-featured-card {
        width: 340px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .jio-large-card {
        width: 350px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .jio-text-card {
        width: 250px;
    }

    .jio-text-card .jio-explore-btn {
        font-size: 0.875rem;
    }

    .jio-property-grid {
        flex-direction: column;
    }

    .jio-sub-grid {
        flex-direction: column;
        width: 100%;
    }

    .jio-sub-grid .jio-text-card {
        width: 100%;
    }

    .jio-room-card-details {
        width: 100%;
        height: 50%;
    }
}




@media (max-width: 1024px) {
    .jio-sub-grid {
        flex-direction: column;
        gap: 20px;
    }

    .jio-text-card {
        max-width: 100%;
        padding: 15px;
    }

    .jio-small-card {
        width: 70%;
        height: auto;
    }
}


@media (max-width: 768px) {
    .jio-sub-grid {
        flex-direction: column;
        gap: 20px;
    }

    .jio-text-card {
        max-width: 85%;
        padding: 15px;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .jio-small-card {
        width: 100%;
        height: auto;
    }

    .jio-text-card h2 {
        font-size: 1.25rem;
    }

    .jio-text-card p {
        font-size: 0.875rem;
    }

    .jio-text-card .jio-explore-btn {
        padding: 15px;
        font-size: 1rem;
    }
}



@media (max-width: 480px) {
    .jio-sub-grid {
        flex-direction: column;
        gap: 20px;
    }

    .jio-text-card {
        max-width: 85%;
        padding: 15px;
        justify-content: center;
        align-items: center;
    }

    .jio-small-card {
        width: 85%;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .jio-text-card h2 {
        font-size: 1.25rem;
    }

    .jio-text-card p {
        font-size: 0.875rem;
    }

    .jio-text-card .jio-explore-btn {
        padding: 15px;
        font-size: 0.875rem;
    }
}



























/* Contact Info Section Styles */
.foot-cnt-2 {
    margin: 20px 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item i {
    color: #e7ecf1; /* Blue icon color */
    margin-right: 15px;
    font-size: 18px;
    margin-top: 3px;
}

.foot-para-1 {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.foot-head {
    color: #fffcfc;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.foot-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #007bff;
}


.contact-item p {
    color: white;
}




/* Hamburger Icon */
.toggle-icon {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    display: none; /* Initially hidden */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth icon transition */
    z-index: 1000;
    position: absolute;
    right: 20px;
    top: 25px;
}

.toggle-icon:hover {
    color: #ffffff;
    transform: rotate(90deg); /* Rotate the icon on hover */
}

/* Navbar Responsive styles */
@media (max-width: 768px) {
    .navbar-navigation {
        display: flex;
        flex-direction: column;
        background-color: #0f0f0f;
        position: absolute;
        top: 70px;
        right: -300px; /* Initially positioned outside of screen */
        width: 100%;
        text-align: center;
        padding: 20px 0;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        opacity: 0;
    }

    .navbar-navigation.show-nav {
        transform: translateX(-300px); /* Slide in from right */
        opacity: 1;
    }

    .toggle-icon {
        display: block; /* Show the hamburger icon on mobile */
    }
}

/* Transition effect on navbar */
.navbar-navigation {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
