﻿/* --- Team Profile Layout --- */
.sa-team-profile {
    background-color: #ffffff;
}

/* Left Profile Card */
.profile-sidebar {
    background-color: #01656b; /* Light gray to separate from the white background */
    border: 1px solid white;
    border-radius: 20px;
}

.profile-img {
    max-width: 240px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.profile-name {
    font-size: 24px;
    font-weight: 700;
    color: white; /* Primary theme color */
}

.profile-title {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.profile-dept {
    font-size: 14px;
    color: #7dd1dd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Right Biography Content */
.profile-biography h2 {
    font-size: 28px;
    font-weight: 700;
    color: #01656b;
    position: relative;
    padding-bottom: 12px;
}

    /* Decorative underline beneath the 'About' heading */
    .profile-biography h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 3px;
        background-color: #01656b;
    }

.profile-biography p {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
}

/* LinkedIn Button */
.linkedin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: #ffffff; /* White background */
    color: #01656b; /* New text color */
    border: 1px solid #01656b; /* Border added for visibility */
    text-decoration: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #01656b;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    /* width: 100%; removed so it fits content and centers */
}

    .linkedin-btn:hover {
        background-color: #01656b; /* Inverts to solid color on hover */
        color: #ffffff; /* Text turns white on hover */
        transform: translateY(-2px); /* Slight lift on hover */
        border-color:white!important;
    }

/* Make the sidebar stretch to the full height of its parent column */
.profile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    /* Push the LinkedIn button to the bottom of the card */
    .profile-sidebar .linkedin-btn {
        margin-top: 0;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile-biography p {
        font-size: 14px!important;
    }
}

.tp-footer-9-top-wrap{
    margin-top:0!important;
}

.header-transparent {
    background: rgba(1, 101, 107, 1)!important;
}

.profileee {
    padding-top: 100px;
}
@media screen and (min-width: 1900px)  {
    .profileee {
        padding-top: 145px !important;
    }
}

@media only screen and (min-width:600px) and (max-width:1100px) {
    .divmarrr{
        margin-top:50px!important;
    }
}