*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

.poppins-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}



.logo {
    width: 200;
}

.btn-div {
    gap: 5px;
}

.nav-link {
    color: #364153 !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.nav-link.active{
    color: #009966 !important;
    font-weight: bold;
}


.nav-btn {
    /* width: 100; */
    padding: 5px 20px 5px 20px;
    color: white;
    background-color: #009966;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}



.homeSec1 {
    background-image: url(../img/bg_img.svg);
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.homeSec1-head {
    font-size: 55px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.homeSec1-para {
    font-size: 20px;
    color: white;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}


/* CSS */
.property-search {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: auto;
}

.toggle-buttons {
    display: flex;
    gap: 10px;
}

.toggle-buttons button {
    flex: 1;
    padding: 10px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    background: #f0f0f0;
    transition: 0.3s;
}

.toggle-buttons button.active {
    background: #2cae6d;
    color: #fff;
}

.search-fields {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.search-fields select {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    outline: none;
}

.search-btn {
    padding: 13px 25px;
    background: #2cae6d;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.homeSec2 {
    margin-top: 50px;
}

.honeSec2-head {
    font-size: 45px;
    color: #101828;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.honeSec2-para {
    font-size: 17px;
    color: #101828;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.honeSec2-card {
    width: 100%;
    height: fit-content;
    /* border: 3px solid #F3F4F6; */
    border-radius: 15px;
}

.honeSec2-card h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #009966;
    font-weight: bold;
}

.honeSec2-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.honeSec2-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #6A7282;
    font-weight: 500;
}

.honeSec2-card-para {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #6A7282;
    font-weight: 500;
    margin-top: 15px;
}

.cardPadding {
    padding: 15px;
    border: 3px solid #F3F4F6;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.honeSec2-card-img {

    border-top-left-radius: 15px;
    border-top-right-radius: 10px;
    object-fit: cover;
    width: 100%;


}

.heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.Popular-card {
    background-image: url(../img/popular-img.svg);
    width: 100%;
    height: 300px;
    border-radius: 15px;
}


.popular-head {
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.popular-para {
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.popular-card-parrent {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.homeSec3 {
    margin-top: 50px;
    padding: 20px;
    border-radius: 15px;
}


.choss-head {
    color: #101828;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.choss-para {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #6A7282 !important;
    font-weight: 500;
    text-align: center;
}

.footer {
    width: 100%;
    height: fit-content;
    padding: 50px 30px 40px 30px;
    background-color: #101828;
    margin-top: 80px;

}

.footer-para1 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #99A1AF !important;
    font-weight: 400;
}

.footer-head {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: bold;
}


.border-div {
    border: 1px solid rgba(0, 0, 0, 10%);
    width: 100%;

}

.toggle-buttons {
    width: 260px;
}


.propertiesSec1 {
    background-image: url(../img/properties-bg.svg);
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.about-head {
    font-size: 40px;
    color: #009966;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
}

.about-head2 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #101828;
}

.about-head3 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: black;
}

.aboutSec2 {
    background-color: #F9FAFB;
    padding: 20px;
    border-radius: 15px;
}

.about-img2 {
    width: 100%;
    height: 420px;
}

.about-img3 {
    width: 40px;
    height: 40px;
}

.about-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.about-card h1 {
    font-size: 20px;
    color: #101828;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px !important;

}

.about-card p {
    font-size: 15px;
    color: #009966;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px !important;

}




.about-img4 {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.margin-div {
    margin-top: 70px;

}




.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.main-image {
    flex: 2;
    min-width: 300px;
}

.main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: 0.3s;
}

.thumbnails {
    flex: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    min-width: 150px;
}

.thumbnails img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.thumbnails img:hover {
    opacity: 0.8;
}

@media(max-width: 768px) {
    .gallery {
        flex-direction: column;
    }

    .thumbnails {
        /* grid-template-columns: repeat(4, 1fr); */
    }
}


.details-box {
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    background-color: #F9FAFB;
    margin-top: 40px;
    margin-bottom: 25px;
}

.map-div {
    width: 100%;
    border-radius: 15px;
}


.details-card {
    border: 1px solid #E5E7EB;
    border-radius: 15px;
    padding: 25px;
    position: sticky;
    top: 10px;
}

.details-head {
    font-size: 18px;
    color: #101828;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.details-img4 {
    width: 60px;
    height: 60px;
}

.request-button {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
    background-color: #009966;
    color: white;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
}

a {
    color: inherit !important;
    text-decoration: none !important;

}

.request-button2 {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
    background-color: white;

    color: #FF6900;
    border: 1px solid #FF6900;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.request-button3 {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
    background-color: white;

    color: #0A0A0A;
    border: 1px solid #D1D5DC;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.find-input {
    width: 87%;
    border: 1px solid #D1D5DC;
    outline: none;
    font-size: 15px;
    height: 50px;
    border-radius: 10px;
    padding: 0px 15px;
}


.find-para {
    font-size: 12px;
    color: #009966;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.find-head {
    font-size: 36px;
    color: #009966;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
}

.faq-container {
    max-width: 700px;
    margin: 0 auto;
}



.faq-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    border: none;
    width: 100%;
    background: none;
    font-family: 'Poppins', sans-serif;

}

.faq-question:hover {
    background-color: #f1f5f9;
}

.faq-answer {
    padding: 16px;
    border-top: 1px solid #e2e8f0;
    display: none;
    color: #374151;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

}

.faq-question span.toggle {
    font-size: 20px;
    font-weight: bold;
}

.faq-div {
    width: 100%;
    background-color: #F8F9FA;
    padding: 70px 0px;
    margin-top: 50px;
}

.rating-box {
    width: 59px;
    height: 28px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    gap: 3px;
    border-radius: 100px;
}

.rating-box p {
    font-size: 14px;
    color: black;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0px;
}


.girver-bg {
    width: 100%;
    background-image: url(../img/join-img.svg);
    height: fit-content;
    padding: 50px 0px;
}

.homeSec4 {
    margin-top: 50px;
    padding: 20px;
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;

}

.Get-box {
    background-color: #F9FAFB;
    padding: 25px;
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;

}

.subscription-box {
    /* width: 60%; */
    margin: 0 auto;
    padding: 30px;
    background-color: white;
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 0 auto;
}

.subscription-box2 {
    /* width: 60%; */
    margin: 0 auto;
    padding: 30px;
    background-color: white;
}

.icons {
    width: 50px;
    height: 50px;
}

.apply-box {
    background-color: #F9FAFB;
    padding: 30px;
    border-radius: 15px;
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;

}

.apply-input {
    width: 100%;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #D1D5DC;
    outline: none;
    height: 50px;
    padding: 0px 15px;

    font-family: 'Poppins', sans-serif;
    color: #717182;
}

.apply-textarea {
    width: 100%;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #D1D5DC;
    outline: none;
    height: 120px;
    padding: 15px;

    font-family: 'Poppins', sans-serif;
    color: #717182;
}

.profileSec1 {
    width: 100%;
    height: fit-content;
    padding: 30px 20px;
    background-image: url(../img/profile-img1.svg);
    display: flex;
    align-items: start;
    gap: 25px;
}

.check-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -8px;
    right: -14px;
}

.profile-img {
    height: 120px;
}

.img-parrent {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.profile-btn {
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-size: 13px;
}


.rating-card {
    display: flex;
    justify-content: space-between;
    background: #0aa06e;
    color: white;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    font-family: Arial, sans-serif;
}



.stars {
    color: gold;
    font-size: 18px;
    margin: 5px 0;
}



.right {
    width: 55%;
}

.row2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 12px;
}

.bar {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.bar div {
    height: 100%;
    background: #ffd000;
    border-radius: 5px;
}

.verified-card {
    background-color: white;
    border: 1px solid #E5E7EB;
    border-radius: 15px;
    padding: 15px;
}

.profile-card {
    border: 1px solid #D0FAE5;
    background-color: #ECFDF5;
    padding: 25px;
    border-radius: 15px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.profile-card2 {
    width: 70%;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 60px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 60px;
}



.camra-icon {
    position: absolute;
    bottom: 0px;
    right: 9px;
}

.image-parrent {
    margin: 0 auto;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: fit-content;
}


.edit-card{
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 15px;
    padding: 25px;
    margin-top: 40px;
}

.favorites-box{
    background-color: #EFF6FF;
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.advisor-button{
    padding: 10px;
    background-color: #FF6900;
    color: white;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
}
.para-div{
    width: 40%;
}


.view-button{
    border: 1px solid #009966;
    color: #009966;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: white;
    outline: none;
    font-size: 14px;
}

.para-div2{
    width: 61%;
}

.count-icon{
    width: 50px;
}
.icons2{
    width: 35px;
}

.shadow-box{
    background-color: #F9FAFB;
    width: 100%;
    padding: 50px 0px;
      margin-top: 50px;
}
.varify-card{
    width: 100%;
    background-color: white;
    padding: 25px;
    border-radius: 15px;
  
}
.center-div{
    width: 70%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.msg-textarea{
    width: 100%;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #D1D5DC;
    outline: none;
    height: 150px;
    padding:  15px;

    font-family: 'Poppins', sans-serif;
    color: #717182;
}

.send-btn{
    width: 100%;
    height: 45px;
    background-color: #EC003F;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    border-radius: 15px;
}
.contact-img{
    width: 100%;
    border-radius: 15px;
    margin-top: 30px;
}

.login-box{
    width: 100%;
    height: fit-content;
    padding: 25px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px;
}
.box-parrent{
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    width: 30%;
    padding: 80px 0px;
    margin: 0 auto;
}

.profile-wrapper {
    position: relative;
   
}

.profile-btn3 {
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 12px; */
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
}

.profile-btn .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.profile-btn .text small {
    display: block;
    color: gray;
    font-size: 12px;
}

.arrow {
    margin-left: auto;
}

.dropdown {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
    z-index: 1;
}

.dropdown.active {
    display: block;
}

.item {
    padding: 12px;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.item:hover {
    background: #f5f5f5;
}

.logout {
    color: red;
}


.login-input {
    width: 100%;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #D1D5DC;
    outline: none;
    height: 50px;
    padding: 0px 15px 0px 41px;

    font-family: 'Poppins', sans-serif;
    color: #717182;
    font-size: 14px;
}

.mail-icon{
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.input-parrent{
    width: fit-content;
    position: relative;
    height: fit-content;
}

.login-border{
    border: 1px solid rgba(0, 0, 0, 10%);
    width: 100%;
}

.login-body{
    overflow-y: hidden;
}


.modal-text-area{
    width: 100%;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #D1D5DC;
    outline: none;
    height: 120px;
    padding: 12px 15px 0px 41px;

    font-family: 'Poppins', sans-serif;
    color: #717182;
    font-size: 14px;
}


.userprofile-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.newbg{
    background: url(../img/profile-bg.svg) !important;   
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.otp-inputs input {
    width: 45px;
    height: 45px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
}