 .higs-profile {
     
        margin: 50px auto;
      
    }

.heading-underline {
      display: block;
    width: 156px;
    height: 2px;
    background: #0d182b;
    margin: 23px auto 0;
}
    /* Header */
    .profile-header {
        background: #ffffff;
        /*border: 1px solid #e5e7eb;*/
        border-radius: 14px;
        padding: 40px 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    .profile-header h1 {
            text-transform: capitalize;
    font-weight: 800;
    color: #151616;
    margin-bottom: 4px;
    margin-top: 8px;
      font-size: 51px;
    text-align: center;
    font-family: 'Montserrat';
    }

    .profile-header p {
        font-size: 16px;
        color: #64748b;
    }

    /* Main Grid */
    .profile-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .profile-card {
       background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 9px;
    margin-top: 10px;
    }

    .profile-card.full-width {
        grid-column: 1 / -1;
    }

    .profile-card h2 {
           color: #0d182b;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 21px;
    line-height: 34px;
    text-transform: capitalize;
    text-align: justify;
    }

    .profile-card h2 span {
        margin-right: 7px;
    }

    .profile-card p {
          font-family: "Montserrat", sans-serif;
    font-size: 17px;
    margin: 6px 0px;
    line-height: 29px;
    text-align: justify;
   
    }

    .profile-card p span {
        color: #111827;
         font-style: italic;
    }
    #youtb {
    background: rgb(29, 155, 240);
    color: white;
}

#fb {
    background: #1877f2;
    color: white;
}
#pin{
    background: #d52113;
    color: white;
    border: 2px #f2f6ff solid;
}
#insta {
    background: #df0040;
    color: white;
}
#wtasp {
   color: #349738;
    background-color: white;
    border: 1px #349738 solid;
}
#xin{
    border: 1px #e5e7eb solid;
    padding: 5px 9px;
}
.contact-iconnew {
   
  border-radius: 50%;
    background: rgb(255 255 255);
    color: #100f0f;
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 800;

    
}

.contact-iconnew i{
        padding: 10px 9px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}




    /* Research Domains */
    .domain-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 10px;
    }

    .domain-list span {
        border: 1px solid #e5e7eb;
        background: #f8fafc;
        border-radius: 6px;
        padding: 6px 11px;
        font-size: 13px;
        color: #374151;
    }

    /* Services */
    .service-flow {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .service-flow span {
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        padding: 7px 12px;
        border-radius: 6px;
        font-size: 13px;
        color: #374151;
    }

    .service-flow b {
        color: #9ca3af;
        font-weight: 400;
    }

    /* Publication */
    .publication-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 12px 0;
    }

    .publication-list span {
        padding: 6px 11px;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        background: #f8fafc;
        font-size: 13px;
    }
    .profileimg{
width: 42%;
}
    .note {
        font-size: 13px !important;
        color: #6b7280 !important;
        margin-top: 12px;
    }

    /* Social */
    .social-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .social-list span {
            border: 1px solid #e5e7eb;
    padding: 8px 10px;
    border-radius: 7px;
    background: #ffffff;
    font-size: 14px;
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    }
     .social-list span a{
    color: black;
}
    /* Contact */
    .contact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .contact-item {
        padding: 14px;
        background: #f8fafc;
        border-radius: 8px;
        border: 1px solid #edf0f2;
    }

    .contact-item strong {
      display: block;
    font-size: 19px;
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: italic;
    }

    .contact-item span {
           font-size: 19px;
    color: #4b5563;
    word-break: break-word;
    line-height: 36px;
    font-family: monospace;
    }

   
    

@media (min-width: 321px) and (max-width: 375px){    
    .profile-header {
        padding: 12px 7px;
                margin-top: -109px;

    }
.profile-header h1 {
            font-size: 18px;
       
        text-align: center;
}

.profile-card p {
    font-size: 15px;
}
.profile-card {
    padding: 13px;
}
.profile-card h2 {
            font-size: 19px;
}
}
@media (min-width: 376px) and (max-width: 425px){    
    .profile-header {
        padding: 12px 7px;
                margin-top: -109px;

    }
.profile-header h1 {
             
            font-size: 18px;
        text-align: center;
}

.profile-card p {
    font-size: 15px;
}
.profile-card {
    padding: 13px;
}
.profile-card h2 {
            font-size: 19px;
}
}



    /* Responsive */
    @media (max-width: 768px) {

        .higs-profile {
            margin: 25px auto;
            padding: 0 14px;
        }

        .profile-grid {
            grid-template-columns: 1fr;
        }

        .profile-card.full-width {
            grid-column: auto;
        }

        .profile-header {
            padding: 30px 20px;
        }

        .profile-header h1 {
            font-size: 24px;
        }

        .contact-grid {
            grid-template-columns: 1fr;
        }

        .service-flow {
            gap: 6px;
        }

        .service-flow b {
            display: none;
        }
    }