.agent-profle-icon-img{    width: 45px !important;
    margin-top: 5px;}
.propary-red-div{text-decoration: none;}
    .profile-banner {
        margin-top: 15px;
      background-image: url("assets/images/gallary/banner-1.png") ;  background-size: 100%; background-repeat: no-repeat;
        height: 140px;
        border-radius: 10px;
        position: relative;
    }
    .profile-card {
        background-color: white;
        border-radius: 12px;
        box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
padding: 15px 0px 0px 17px;     
  height: 200px;
        align-items: center;
    
        position: relative;
         width: 100%;
    max-width: 1100px;
    margin: 0 auto;
        top: 79px;
    }

    .profile-card img {
     
        border-radius: 12px;
        object-fit: cover;
    }

    .profile-info h2 {
        margin: 0;
        font-size: 26px;
        color: #2c3e50;
        font-weight: 600;
    }

    .contact-info-box-div-agent {
    background-color: #F6F6F6;
    padding: 18px;
    margin-top: -11px !important;
    height: 225px;
    width: 225px;
border-radius: 0px 10px 10px 0px;}
    /* .badge {
        background-color: #27ae60;
        color: white;
        font-size: 12px;
        padding: 3px 8px;
        border-radius: 5px;
        margin-left: 8px;
    } */

    .contact-info {
        margin: 5px 0;
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
    }

    .contact-info a {
        color: #20b494;
        text-decoration: none;
    }
.agent-activities-div{    margin-top: 29px;
    position: relative;}
    .contact-info img {
        width: 23px;
    }

    .stats {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        padding: 0 52px;
    }

    .stat-box {
        background-color: #20b494;
        color: white;
        flex: 1;
        padding: 12px;
        border-radius: 8px;
        text-align: center;
    }

    .stat-box h3 {
        margin: 0;
        font-size: 13px;
        font-weight: 500;
    }

    .stat-box p {
        font-size: 20px;
        font-weight: bold;
        margin: 5px 0 0;
    }

.agent-profile-main{    padding: 102px 0px;}
.agent-btn-div{background-color: #4ba489;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 5px 14px;
    border-radius: 4px;}
.get-info-mg-div{    margin: 0px 37px;} 