
    @import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", serif;
        text-decoration: none;
    }

    /** The Define variable color**/
    :root {
        --main-color: rgba(9, 57, 33, 1);
        --white-color: rgba(255, 255, 255, 1);
    }

    /** navigation bar start***/
    .navbar {
        background-color: var(--color-white);
        padding: 15px 0 20px 0;
        width: 100%;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    #add {
        background-color: var(--main-color);
        height: 35px;
        border-radius: 7px;
        color: var(--white-color);
        margin-top: 5px;
    }

    #add a {
        color: var(--white-color);
        font-size: 14px;
        font-weight: 500;
    }

    .botton-header {
        background-color: var(--main-color);
        height: 40px;
        color: var(--white-color);
        width: 100%;
    }

    /**navigation bar end**/

    /** the main hero section**/
    .hero-section {
        width: 100%;
        height: auto;
        background-image: url('../asset/images/home.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 30px;
    }

    #hero-img {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .container-hero {
        padding-top: 5%;
    }

    .searchhiglight {
        color: var(--white-color);
        font-size: 30pt;
        font-weight: 700;
        line-height: 100%;
        text-align: center;
    }

    .yourproperty {
        color: var(--white-color);
        font-size: 15pt;
        font-weight: 500;
        line-height: 100%;
        text-align: center;
    }

    .box-input {
        background-color: var(--white-color);
        width: 100%;
        height: auto;
        padding: 20px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .container-form {
        display: flex;
        border: none;
    }

    .container-form button {
        background-color: var(--main-color);
        width: 15%;
        height: 120px;
        border: none;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        color: var(--white-color);
    }

    .inputfield {
        width: 100%;
        height: 50px;
        border: 1px solid rgba(0, 0, 0, 1);
        padding-left: 10px;
        border-radius: 7px;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        font-size: 11pt;
    }

    .inputlable {
        color: rgba(36, 42, 51, 1);
        font-size: 14pt;
        font-weight: 600;
    }

    .box-search-btn {
        display: flex;
        gap: 15px;
        margin-left: 20px;
    }

    .activebutton.buy-btn {
        height: 45px;
        width: 110px;
        background-color: var(--main-color);
        color: var(--white-color);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1%;
        border: none;
    }

    .buy-btn {
        height: 45px;
        width: 110px;
        background-color: hsla(0, 0%, 100%, 1);
        color: hsla(216, 17%, 17%, 1);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1%;
        border: none;
    }

    .rent-btn {
        height: 45px;
        width: 110px;
        background-color: hsla(0, 0%, 100%, 1);
        color: hsla(216, 17%, 17%, 1);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1%;
        border: none;
    }

    /** The Main hero ends**/

    /** The Export Category starts**/
    .export-category {
        background-color: var(--white-color);
        width: 100%;
        height: auto;
        padding: 40px 0 50px 0;
    }

    .category-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .residentials {
        height: 250px;
        width: 230px;
        padding-top: 70px;
        background-color: var(--main-color);
        border-radius: 10px;
        color: var(--white-color);
    }

    .commercial {
        height: 250px;
        width: 230px;
        padding-top: 70px;
        background-color: var(--white-color);
        border-radius: 10px;
        color: rgba(36, 42, 51, 1);
        box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /** The Export Category ends**/

    /** The Recent Property starts**/
    .recent-property {
        background-color: rgba(246, 248, 250, 1);
        width: 100%;
        height: auto;
        padding: 40px 0 50px 0;
    }

    .propertis-card {
        height: 70px;
        width: 70px;
        padding-top: 15px;
        background-color: var(--main-color);
        border-radius: 10px;
        color: var(--white-color);
        justify-content: center;
        align-items: center;
    }

    .propertis-card img {
        height: 40px;
        width: 40px;
    }

    .propertytext {
        text-align: justify;
        font-size: 11pt;
        padding: 0 10px 0 10px;
    }

    /** The Recent Property ends**/

    /** The Home sel section start**/
    .home-building {
        background-color: var(--white-color);
        width: 100%;
        height: auto;
        padding: 40px 0 50px 0;
    }

    .card-header {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        background-color: var(--color-white);
    }

    .home1 {
        border-radius: 10px;
        width: 100%;
        height: auto;
    }

    .card-header .for-sale {
        position: absolute;
        top: 8%;
        left: 8%;
        height: 40px;
        width: 100px;
        background-color: var(--main-color);
        color: var(--white-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
    }

    .hearticon {
        position: absolute;
        left: 78%;
        top: 8%;
        height: 40px;
        width: 50px;
        background-color: var(--main-color);
        color: #ff0;
        font-size: 18pt;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
    }

    .card1 {
        display: flex;
        justify-content: space-between;
    }

    .colorgreen {
        color: rgba(9, 57, 33, 1);
        line-height: 24px;
        font-size: 14pt;
    }

    .colorred {
        color: rgba(235, 102, 78, 1);
        line-height: 24px;
        font-size: 14pt;
    }

    .card-location {
        color: rgba(26, 26, 26, 1);
        font-size: 10pt;
        line-height: 24px;
    }

    .service-card {
        display: flex;
        padding-top: 15px;
        justify-content: space-evenly;
    }

    .card-beds {
        font-size: 12pt;
        color: rgba(26, 26, 26, 0.8);
        line-height: 24px;
        font-weight: 400;
    }

    .carousel-control-prev-icon {
        height: 50px;
        width: 50px;
        background-color: var(--white-color);
        color: var(--main-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 14pt;
        position: relative;
        left: -100px;
        box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .carousel-control-next-icon {
        height: 50px;
        width: 50px;
        background-color: var(--white-color);
        color: var(--main-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 14pt;
        position: relative;
        left: 100px;
        box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -47px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
    }

    /** The Home Sel section ends**/

    /**The Onwer Properties start**/
    .owner-properties {
        width: 100%;
        height: auto;
        background-color: var(--white-color);
        padding: 40px 0 50px 0;
    }

    .card-headerp {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
    }

    .card-headerp .for-sale {
        position: absolute;
        top: 5%;
        left: 3%;
        height: 40px;
        width: 100px;
        background-color: var(--main-color);
        color: var(--white-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
    }

    .hearticon1 {
        position: absolute;
        left: 85%;
        top: 5%;
        height: 40px;
        width: 50px;
        background-color: var(--main-color);
        color: #ff0;
        font-size: 18pt;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        border: none;
       
    }

   /** The Wishlist botton start**/
   .wishlist-popup {
    position: absolute;
    bottom:0;
    background:rgba(231, 200, 115, 1); 
    color: white;
    height: 50px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 999;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    animation: fadeInOut 2.5s ease-in-out;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0px 20px 0px 20px;
  }
  
  @keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-10px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-10px); }
  }
  
  /* Optional: make text a bit smaller on very small screens */
  @media (max-width: 400px) {
    .wishlist-popup {
      font-size: 13px;
      padding: 8px 12px;
    }
  }
  
   /** The Wishlist botton ends**/

    .card-headerp .featured {
        position: absolute;
        top: 5%;
        left: 30%;
        height: 40px;
        width: 100px;
        background-color: rgba(231, 200, 115, 1);
        color: rgba(26, 26, 26, 1);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
    }

    .card-headerp .cardbg {
        height: auto;
        width: 90%;
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        /* top: 64%; */
        overflow: hidden;
        left: 5%;
        bottom: 15px;
        padding: 15px 15px 0 15px;
    }

    .seeallbtn {
        height: 40px;
        width: 200px;
        background-color: rgba(231, 200, 115, 1);
        color: rgba(26, 26, 26, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
        margin: 0 auto;
    }

    .search-properties {
        display: flex;
        justify-content: space-evenly;
    }

    .active-all-properties.all-properties {
        border-radius: 5px;
        height: 40px;
        width: 150px;
        background-color: rgba(255, 248, 246, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(26, 26, 26, 1);
        color: rgba(26, 26, 26, 1);
        font-size: 12pt;
        font-weight: 500;
    }

    .all-properties {
        border-radius: 5px;
        height: 40px;
        width: 150px;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        color: rgba(26, 26, 26, 1);
        font-weight: 600;
    }

    /** The Onwer Properties ends**/

    /** The Find The Properties starts**/
    .find-properties-section {
        background-color: rgba(246, 248, 250, 1);
        height: auto;
        width: 100%;
        padding: 50px 40px 50px 20px;
    }

    .card-building {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    #img-building1 {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .card-building .card-box-first-building {
        position: absolute;
        height: 80px;
        width: 80%;
        border-radius: 20px;
        bottom: 15px;
        left: 10%;
        padding: 15px 20px 20px 40px;
        background-color: rgba(141, 92, 100, 0.98);
        color: #fff;
    }

    .card-building1 {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .img-buildingcommon {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .card-building1 .card-second-common {
        position: absolute;
        height: 80px;
        width: 80%;
        border-radius: 20px;
        bottom: 15px;
        left: 10%;
        padding: 15px 20px 20px 40px;
        background-color: rgba(141, 92, 100, 0.98);
        color: #fff;
    }

    /** The finds the properties ends **/

    /** The Testomonials starts for (Agents)**/
    .testomonials-agents {
        background-color: #fff;
        height: auto;
        width: 100%;
        padding: 50px 0 50px 0;
    }

    .agents-card {
        height: auto;
        background-color: #fff;
        border: 1px solid hsla(150, 73%, 13%, 1);
        width: 100%;
        border-radius: 15px;
    }

    .card-agent-bg {
        height: 80px;
        width: 100%;
        background-color: hsla(150, 73%, 13%, 1);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 10px 10px 10px 10px;
        display: flex;
        justify-content: space-between;
    }

    .card-agent-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-agent-logo .namecolor {
        color: hsla(44, 71%, 68%, 1);
        letter-spacing: 0;
        font-weight: 500;
        font-size: 10pt;
        padding-left: 15px;
        padding-top: 15px;
    }

    .card-agent-logo .agentname {
        color: hsla(0, 0%, 100%, 1);
        font-weight: 600;
        font-size: 12pt;
        padding-left: 15px;
    }

    .agenthome {
        height: 80px;
        width: 80px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }

    .agent-home {
        display: flex;
        gap: 20px;
    }

    .companyname {
        color: hsla(150, 73%, 13%, 1);
        font-weight: 600;
        font-size: 14pt;
        padding-top: 15px;
    }

    .companyoperatingsince {
        color: hsla(0, 0%, 10%, 1);
        font-size: 11pt;
        font-weight: 400;
    }

    .card-footer-under {
        height: 1px;
        width: 100%;
        background-color: hsla(150, 73%, 13%, 1);
    }

    .card-footer1 {
        display: flex;
        justify-content: space-between;
    }

    .card-footer-left {
        height: 60px;
        width: 60px;
        background-color: hsla(0, 0%, 100%, 1);
        box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .numberfold {
        color: hsla(150, 73%, 13%, 1);
        font-size: 30pt;
        font-weight: 700;
    }

    .propertyforsale {
        color: hsla(0, 0%, 10%, 1);
        font-size: 13pt;
        padding-top: 5px;
        font-weight: 500;
    }

    /** The Testomonials ends for (Agents)**/

    /** The Home card Agents Section start **/
    .the-home-card-agents {
        background-image: url('./images/agentbg.png');
        background-size: 100% 100%;
        height: 660px;
        width: 100%;
    }

    .agents-home-top {
        padding-top: 100px;
    }

    .agents-home-title {
        color: hsla(0, 0%, 100%, 1);
        font-weight: 600;
        font-size: 22pt;
        text-align: justify;
        letter-spacing: 0;
    }

    .agents-home-text-top {
        padding-top: 60px;
    }

    .agents-home-text {
        color: hsla(44, 71%, 68%, 1);
        font-size: 13pt;
        text-align: justify;
        font-weight: 500;
        padding-top: 20px;
    }

    .seeallbtn1 {
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 100%, 1);
        font-weight: 600;
        font-size: 12pt;
        padding: 10px;
        margin-top: 50px;
        width: 200px;
        border-radius: 11px;
        text-align: center;
    }

    /** The Home card Agents Section ends**/

    /** The Preferred Valures section start **/
    .preferred-valuer {
        background-color: #fff;
        height: auto;
        width: 100%;
        padding: 80px 0 80px 0;
    }

    .card-icon {
        height: 150px;
        width: 100%;
        border: 1px solid hsla(0, 0%, 10%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

    /** The Preferred Values Section ends **/

    /** The Selling Home Section start **/
    .selling-home {
        height: 660px;
        width: 100%;
        background-image: url('./images/agents2.png');
        background-size: 100% 100%;
    }

    .card-selling-hightlight-text {
        padding-top: 170px;
    }

    .card-selling-title {
        font-size: 22pt;
        font-weight: 600;
        color: hsla(150, 73%, 13%, 1);
        letter-spacing: 0;
        text-align: justify;
    }

    .card-selling-description {
        font-size: 20px;
        font-weight: 500;
        color: hsla(0, 0%, 10%, 1);
        line-height: 25px;
        letter-spacing: 0;
        text-align: justify;
        padding-top: 20px;
    }

    /** The Selling Home Section ends**/

    /** The New Home and Your Selling Home start**/
    .new-home-your-selling-home {
        background-color: #fff;
        padding-top: 60px;
        height: auto;
        width: 100%;
        padding-bottom: 30px;
    }

    .card-new-home {
        height: auto;
        width: 100%;
        background-color: hsla(0, 0%, 98%, 1);
        border-radius: 15px;
        padding: 40px;
    }

    .card-new-home-right {
        height: auto;
        width: 100%;
        background-color: hsla(13, 100%, 98%, 1);
        border-radius: 15px;
        padding: 40px;
    }

    .get-botton {
        height: 40px;
        width: 130px;
        background-color: hsla(169, 42%, 21%, 1);
        color: hsla(0, 0%, 100%, 1);
        font-weight: 500;
        font-size: 10pt;
        border-radius: 9px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-pt img {
        padding-top: 80px;
    }

    /** The New Home and your Selling Home ends**/

    /** The Search your Properties section start**/
    .search-your-properties-section {
        background-color: #fff;
        padding-bottom: 30px;
        height: auto;
        width: 100%;
    }

    .search-name {
        display: flex;
        gap: 50px;
    }

    .active-all.sale-btn{
        color: hsla(169, 42%, 21%, 1);
        font-size: 13pt;
        font-weight: 500;
        background-color: transparent;
        border-bottom: 2px solid hsla(169, 42%, 21%, 1);
    }
     .sale-btn{
        color: rgba(0, 0, 0, 1);
        font-size: 13pt;
        font-weight: 500;
        background-color: transparent;
        border: none;
     }

    .search-under-line {
        height: 1px;
        margin-top: 5px;
        width: 100%;
        background-color: hsla(0, 0%, 0%, 1);
    }
    .active-all-municipalities.sale-btn1 {
        color: hsla(0, 0%, 10%, 1);
        background-color: hsla(13, 100%, 98%, 1);
        border: 1px solid hsla(0, 0%, 10%, 1);
        height: 30px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0 10px 0 10px;
    }

    .sale-btn1 {
        color: hsla(0, 0%, 10%, 1);
        background-color: transparent;
        height: 30px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0 10px 0 10px;
        border: none;
    }

    .search-name2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    /** The Search Your Properties Section ends**/

    /**The Form Input fields start**/
    .label {
        color: hsla(216, 17%, 17%, 1);
        letter-spacing: 1%;
        font-size: 16px;
        margin-left: 10px;
        font-weight: 600;
    }

    .prise-select {
        letter-spacing: 1%;
        font-size: 16px;
        font-weight: 600;
    }

    .prise {
        color: hsla(216, 17%, 17%, 0.5);
        font-size: 18px;
        font-weight: 500;
    }
    .range-top{
        margin-top: 25px;
    }

    /** The Form Input fields ends**/

    /** The Signin Section starts**/
    .signin-section {
        background-color: var(--white-color);
        height: auto;
        width: 100%;
        padding: 40px 0 30px 0;
    }

    .signinbtn {
        height: 45px;
        width: 150px;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        background-color: hsla(150, 73%, 13%, 1);
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 100%, 1);
    }

    .register-btn {
        border: 1px solid hsla(150, 73%, 13%, 1);
        height: 45px;
        width: 150px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: hsla(0, 0%, 100%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(150, 73%, 13%, 1);
    }

    .signin-form {
        background-color: hsla(213, 39%, 95%, 1);
        height: auto;
        width: 100%;
        margin-top: 60px;
        padding: 40px 80px 40px 80px;
        border-radius: 10px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .signin-btn {
        width: 100%;
        height: 45px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 10%, 1);
        border: none;
        font-size: 14pt;
        font-weight: 600;
        border-radius: 7px;
    }

    .signinbtn1 {
        height: 45px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        width: 150px;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        background-color: hsla(0, 0%, 100%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(150, 73%, 13%, 1);
    }

    .register-btn1 {
        border: 1px solid hsla(150, 73%, 13%, 1);
        height: 45px;
        width: 150px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: hsla(150, 73%, 13%, 1);
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /** The Signin Section ends**/
    /** The Search Box section start **/
    .search-box {
        background-color: var(--color-white);
        height: auto;
        width: 100%;
        padding: 40px 0 30px 0;
    }

    .container-search {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    #searchlocation {
        height: 45px;
        width: 280px;
        border-radius: 10px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        text-align: center;
    }

    .listing {
        height: 45px;
        width: 140px;
        border-radius: 10px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        text-align: center;
    }

    .search-box-img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 10px;
    }

    .img-search {
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }

    .search-box-img .forsale {
        position: absolute;
        top: 8%;
        left: 5%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img .featured {
        position: absolute;
        top: 8%;
        left: 30%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        background-color: hsla(44, 71%, 68%, 1);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img .hearticons {
        position: absolute;
        top: 8%;
        left: 78%;
        height: 30px;
        width: 32px;
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(44, 71%, 68%, 1);
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 800;
    }

    .search-box-img .div-white-color {
        position: absolute;
        height: auto !important;
        width: 90%;
        border-radius: 4px;
        bottom: 15px;
        left: 5%;
        padding: 15px 10px 10px 10px;
        background-color: hsla(0, 0%, 100%, 1);
        color: #fff;
    }

    /** The Second search box **/
    .search-box-img1 {
        height: 250px;
        width: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 10px;
    }

    .img-search1 {
        width: 100%;
        height: 250px;
        border-radius: 10px;
    }

    .search-box-img1 .forsale {
        position: absolute;
        top: 8%;
        left: 5%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img1 .featured {
        position: absolute;
        top: 8%;
        left: 30%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        background-color: hsla(44, 71%, 68%, 1);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img1 .hearticons {
        position: absolute;
        top: 8%;
        left: 78%;
        height: 30px;
        width: 32px;
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(44, 71%, 68%, 1);
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 800;
    }

    .search-box-img1 .div-white-color {
        position: absolute;
        height: auto;
        width: 95%;
        border-radius: 4px;
        bottom: 10px;
        left: 2.2%;
        padding: 15px 10px 10px 10px;
        background-color: hsla(0, 0%, 100%, 1);
        color: #fff;
    }

    .search-box-title {
        color: hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        font-weight: 600;
    }

    .location-icon {
        font-size: 9pt;
        font-weight: 600;
        color: hsla(0, 0%, 10%, 1);
        display: flex;
        gap: 5px;
    }

    .priseandicone {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .TZS {
        color: hsla(9, 80%, 61%, 1);
        font-size: 8.9pt;
        margin-top: 5px;
        font-weight: 600;
    }

    .more-btn {
        height: 45px;
        width: 140px;
        border-radius: 10px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        text-align: center;
        background-color: var(--white-color);
        cursor: pointer;
    }

    .model-desc {
        color: hsla(0, 0%, 0%, 1);
        font-size: 16pt;
        font-weight: 600;
    }

    /** The Search Box section ends **/

    /** The Agent Section start **/
    .agent-section {
        background-color: var(--white-color);
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }

    .main-head {
        background-color: hsla(213, 39%, 95%, 1);
        border-radius: 5px;
        padding: 10px;
    }

    .Search-Valuers {
        background-color: #e7c873;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 18px;
        font-weight: 500;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .lawyer-form {
        background-color: hsla(213, 39%, 95%, 1);
        border-radius: 10px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        padding: 40px 20px 50px 20px;
    }

    .TZS-input11 {
      display: flex;
      position: relative;
      width: 100%;
      height: 50px;
  }

  .TZS-input11 span {
      background-color: hsla(150, 73%, 13%, 1);
      color: var(--white-color);
      font-size: 16px;
      display: flex;
      height: 50px;
      width: 15%;
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px;
      justify-content: center;
      align-items: center;
      font-weight: 500;
  }

  .TZS-input11 input {
      height: 50px;
      width: 85%;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      background-color: var(--white-color);
      color: rgba(36, 42, 51, 1);
      opacity: 50%;
      font-size: 11pt;
      padding-left: 15px;
      border: 1px solid rgba(0, 0, 0, 1);
  }



    .underline {
        height: 2px;
        width: 100%;
        background-color: hsla(0, 0%, 10%, 1);
        opacity: 50%;
        margin-top: 40px;
    }

    /** The Agents Section ends **/

    /** The Agents Details Section start **/
    .agent-details {
        background-color: var(--color-white);
        height: auto;
        padding: 0;
    }

    .layer-details {
        background-color: hsla(213, 39%, 95%, 1);
        padding: 30px 15px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        border-radius: 7px;
    }

    .agentimg {
        max-height: 280px;
        width: 290px;
    }

    .contact-lawyer {
        border: none;
        border-radius: 10px;
        background-color: hsla(44, 71%, 68%, 1);
        height: 45px;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 12pt;
        font-weight: 500;
    }

    .contact {
        border: 1px solid #1a1a1a;
        border-radius: 5px;
    }

    .valuers-form {
        background-color: #eff3f8;
        border: 1px solid #000;
        border-radius: 5px;
    }

    .namecoloragents {
        font-size: 30px;
        font-weight: 600;
        color: hsla(0, 0%, 10%, 1);
    }

    .agentnamedetails {
        color: hsla(0, 0%, 10%, 1);
        font-size: 15px;
        font-weight: 500;
        margin-top: -0.7rem;
    }

    .loremagent {
        font-size: 15px;
        line-height: 30px;
        padding-right: 50px;
        color: hsla(0, 0%, 10%, 1);
        text-align: justify;
    }

    .details-con {
        display: flex;
        gap: 20px;
        margin-top: 10px;
        font-size: 16pt;
        font-weight: 600;
        color: hsla(0, 0%, 0%, 1);
    }

    .active1 {
        background-color: hsla(150, 73%, 13%, 1);
        color: var(--white-color);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 120px;
        height: 40px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        font-weight: 400;
    }
    
    .btnn1 {
        background-color: transparent;
        color: hsla(0, 0%, 0%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 160px;
        height: 40px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        font-weight: 400;
    }

    .underline1 {
        height: 1.5px;
        width: 100%;
        background-color: hsla(0, 0%, 10%, 1);
        opacity: 50%;
    }

    /** The Agent Details Section end **/

    /** The Lawyer Profile Section start**/
    .lawyer-section-profile {
        background-color: var(--color-white);
        height: auto;
        padding: 40px 0 40px 0;
    }

    .profile-card {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 100%;
        padding: 40px 20px 40px 20px;
        background-color: #fff;
        border: 1px solid #1a1A1A80;
    }

    .profile-card img {
        border-radius: 50%;
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    .profile-card h5 {
        margin: 15px 0 5px;
        font-weight: 600;
        font-size: 28px;
        color: hsla(150, 73%, 13%, 1);
    }

    .semidesc {
        font-weight: 500;
        color: hsla(150, 73%, 13%, 1);
    }

    .semidesc1 {
        color: hsla(150, 73%, 13%, 1);
        font-size: 12pt;
        font-weight: 600;
    }

    .desc {
        color: hsla(0, 0%, 10%, 1);
        font-size: 17px;
        font-weight: 400;
    }

    .profile-card .contact-info {
        margin-top: 10px;
    }

    .profile-card .contact-info i {
        color: hsla(150, 73%, 13%, 1);
        margin-right: 10px;
    }

    .profile-card .laywer-btn {
        background-color: hsla(44, 71%, 68%, 1);
        border: none;
        color: #000;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        padding: 10px 20px;
        margin-top: 20px;
        width: 200px;
        border-radius: 5px;
        margin-top: 50px;
    }

    .details-con-lawyer {
        display: flex;
        gap: 50px;
        margin-top: 10px;
        font-size: 14pt;
        font-weight: 500;
        color: hsla(150, 73%, 13%, 1);
        margin-bottom: 20px;
    }

    .textareainput {
        width: 100%;
        height: 150px;
        border: 1px solid rgba(0, 0, 0, 1);
        padding-left: 10px;
        border-radius: 7px;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        font-size: 11pt;
    }

    .send-message {
        height: 45px;
        width: 200px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 0%, 1);
        font-size: 20px;
        border-radius: 7px;
        border: none;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .suggest-law {
        background-color: #eff3f8;
        padding: 30px 10px;
        border: 1px solid #000;
        border-radius: 5px;
    }

    .suggestdesc {
        font-size: 10px;
        list-style: none;
    }

    .agentsname {
        color: hsla(150, 73%, 13%, 1);
        font-size: 18px;
        font-weight: 500;
    }

    .agentsjob {
        color: hsla(150, 73%, 13%, 1);
        font-size: 14px;
        font-weight: 400;
    }

    .viewprofile-btn {
        background-color: hsla(44, 71%, 68%, 1);
        height: 30px;
        width: 90px;
        border-radius: 7px;
        color: hsla(0, 0%, 0%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10pt;
        font-weight: 600;
        text-decoration: none;
    }

    /** The Lawyer Profile Section ends**/

    /** The Valuer Section start **/
    .cards {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        padding: 30px 20px 30px 20px;
    }

    .card-bodys {
        display: flex;
        align-items: center;
    }

    .profile-content {
        flex-grow: 1;
    }

    .profile-name {
        font-size: 1.2rem;
        font-weight: bold;
        color: #093921;
    }

    .profile-description {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 10pt;
        padding-right: 20px;
        color: hsla(0, 0%, 0%, 1);
        text-align: justify;
    }

    .profile-logo {
        max-width: 100px;
        margin: 0 30px 0 20px;
    }

    .profile-logo img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        border: 1px solid #1a1a1a;
    }

    .phone {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        color: hsla(150, 73%, 13%, 1);
        font-weight: 600;
    }

    .phone i {
        margin-right: 10px;
    }

    .btn-profile {
        margin-top: 30px;
        height: 45px;
        width: 130px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 0%, 1);
        font-size: 11pt;
        font-weight: 500;
        border: none;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .details-con-valuers {
        display: flex;
        color: hsla(0, 0%, 0%, 1);
        font-size: 13pt;
        font-weight: 500;
        gap: 40px;
    }

    .reportcharges {
        color: hsla(0, 0%, 0%, 1);
        font-size: 15pt;
        font-weight: 600;
        padding-top: 15px;
    }

    .reportcharges-flex {
        display: flex;
        gap: 50px;
    }

    .contact-valuer-btn button {
        height: 50px;
        width: 180px;
        background-color: hsla(44, 71%, 68%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 0%, 1);
        font-size: 12pt;
        font-weight: 500;
        border: none;
        border-radius: 10px;
    }

    .TZS-input {
        display: flex;
        position: relative;
        width: 50%;
        height: 50px;
    }

    .TZS-input span {
        background-color: hsla(150, 73%, 13%, 1);
        color: var(--white-color);
        font-size: 16px;
        display: flex;
        height: 50px;
        width: 12%;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        justify-content: center;
        align-items: center;
        font-weight: 500;
    }

    .TZS-input input {
        height: 50px;
        width: 88%;
        /* border-top-right-radius: 7px;
        border-bottom-right-radius: 7px; */
        background-color: var(--white-color);
        color: #093921;
        font-size: 15px;
        font-weight: 600;
        padding-left: 15px;
        border: 0.5px solid rgba(0, 0, 0, 0.5);
    }

    .TZS-input small{
        height: 50px;
        width:21%;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: var(--white-color);
        color: #093921;
        font-size: 15px;
        font-weight: 600;
        padding-left: 15px;
        border: 0.5px solid rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
       font-size: 12px;
    }
    /** The Valuer Section ends **/

    /** The Search details Section start**/
    .upper-section {
        background-color: hsla(213, 39%, 95%, 0.4);
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }

    .left-section {
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        background-color: var(--white-color);
    }

    .small-images img {
        width: 32%;
        height: 32%;
        margin-right: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .horizontal {
        height: 2px;
        width: 100%;
        background-color: hsla(0, 0%, 10%, 1);
        opacity: 50%;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .sell-icons {
        background-color: hsla(213, 39%, 95%, 1);
        border-radius: 7px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        height: 50px;
        margin-bottom: 18px;
        display: flex;
        padding-top: 11px;
        gap: 5px;
    }

    .agentcontect {
        border: 0.5px solid rgba(0, 0, 0, 0.2);
    }

    .sale-home-title {
        color: hsla(0, 0%, 10%, 1);
        font-size: 21.5px;
        font-weight: 600;
        letter-spacing: 0;
    }

    .search-location {
        color: rgba(0, 0, 0, 0.6);
        font-size: 13px;
        font-weight: 500;
        margin-top: -6px;
    }

    .favourite {
        border: 0.5px solid rgba(0, 0, 0, 0.5);
        height: 45px;
        border-radius: 7px;
        background-color: var(--white-color);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        width: 150px;
        line-height: 100%;
        color: hsla(150, 73%, 13%, 1);
        text-decoration: none;
        letter-spacing: 1%;
    }

    .selling-price {
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 500;
    }

    .selling-price-TZS {
        color: hsla(9, 80%, 61%, 1);
        font-size: 18px;
        font-weight: 600;
        padding-left: 10px;
        margin-top: -3px;
    }

    .kavinname {
        color: hsla(0, 0%, 10%, 1);
        font-size: 22px;
        font-weight: 400;
    }

    .phonenumber {
        color: hsla(0, 0%, 10%, 1);
        font-size: 22px;
        font-weight: 400;
    }

    .get-btn {
        height: 45px;
        width: 150px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 10%, 1);
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 10px;
    }

    .content-map-head {
        color: hsla(0, 0%, 10%, 1);
        font-weight: 500;
        font-size: 18pt;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .sssdd {
        color: hsla(0, 0%, 10%, 1);
        font-weight: 400;
        font-size: 15px;
        text-align: justify;
        line-height: 34px;
        letter-spacing: 0;
    }

    .buttons {
        display: flex;
        gap: 20px;
        margin-left: 18px;
    }

    .similar-properties {
        background-color: var(--white-color);
        height: auto;
        width: 100%;
        padding: 20px 10px 30px 10px;
    }

    /** The Search Details Section ends **/

    /**The Quick listing section start **/
    .quick-listing {
        background-color: var(--color-white);
        height: auto;
        width: 100%;
        padding: 50px 20px 20px 20px;
    }

    .main-data {
        height: 6rem;
        width: 100%;
        background-color: #e7ece9;
        border-bottom: 5px solid hsla(150, 73%, 13%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-data a {
        text-decoration: none;
        color: hsla(150, 73%, 13%, 1);
        font-weight: 600;
    }

    .property-details {
        height: 6rem;
        border: 0.5px solid hsla(0, 0%, 10%, 1);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .property-details a {
        color: hsla(0, 0%, 10%, 1);
        font-weight: 600;
        text-decoration: none;
    }

    .circle {
        height: 20px;
        width: 20px;
        border-radius: 50px;
        border: 1.13px solid hsla(0, 0%, 10%, 1);
    }

    .TZS-input1 {
        display: flex;
        position: relative;
        width: 100%;
        height: 50px;
    }

    .TZS-input1 span {
        background-color: hsla(150, 73%, 13%, 1);
        color: var(--white-color);
        font-size: 16px;
        display: flex;
        height: 50px;
        width: 5%;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        justify-content: center;
        align-items: center;
        font-weight: 500;
    }

    .TZS-input1 input {
        height: 50px;
        width: 90%;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        font-size: 11pt;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 1);
    }
    .TZS-input1 small{
        height: 50px;
        width: 20%;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
       
        border: 1px solid rgba(0, 0, 0, 1);
    }

    .next-btn {
        height: 50px;
        width: 150px;
        background-color: hsla(44, 71%, 68%, 1);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 20px;
        border: none;
    }

    .selct-area {
        color: hsla(216, 17%, 17%, 1);
        font-size: 18px;
        font-weight: 600;
        margin-top: 25px;
    }

    .squire-meter {
        color: hsla(216, 17%, 17%, 1);
        font-size: 14px;
        opacity: 50%;
    }

    .checkbox1 {
        color: hsla(0, 0%, 10%, 1);
        letter-spacing: 1%;
        font-size: 15px;
        line-height: 100%;
        font-weight: 400;
    }

    .view-btn {
        height: 50px;
        width: 100%;
        border: 1px solid hsla(0, 0%, 10%, 1);
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 500;
        background-color: var(--color-white);
    }

    .upload-btn {
        height: 50px;
        width: 100%;
        border: none;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        background-color: hsla(150, 73%, 13%, 1);
    }

    .save-btn {
        height: 45px;
        width: 100%;
        border: 1px solid hsla(0, 0%, 10%, 1);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 600;
        background-color: var(--color-white);
    }

    .publish-btn {
        height: 45px;
        width: 100%;
        border: none;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 600;
        background-color: hsla(44, 71%, 68%, 1);
    }

    /** The Quick listing section end**/

    /***The Footer Section start **/
    .footer-section {
        background-color: rgba(239, 243, 248, 1);
        height: auto;
        width: 100%;
        padding: 40px 0 30px 0;
    }

    .social-medio-icon {
        display: flex;
        gap: 40px;
    }

    .media-icon {
        color: hsla(150, 73%, 13%, 1);
        font-size: 20pt;
        font-weight: 700;
    }

    /** The Footer Section ends***/


    /***Model Range Slider**/


    input[type="range"] {
      -webkit-appearance: none;
      width: 90%;
      height: 4px;
      background: linear-gradient(to right, hsla(150, 73%, 13%, 1) 70%, #ccc 30%);
      border-radius: 5px;
      outline: none;
      transition: background 0.3s;
    }
    
    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background: hsla(150, 73%, 13%, 1);
      border-radius: 50%;
      cursor: pointer;
      border: none;
      box-shadow: 0 0 2px rgba(0,0,0,0.5);
    }
    
    input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      background: hsla(150, 73%, 13%, 1);
      border: none;
      border-radius: 50%;
      cursor: pointer;
    }
    /** The Range Slider **/
