

.top-header-main {
    background: #ed8049;
    padding: 5px 0;
}
.icon-header {
    list-style-type: none;
    padding-inline-start: 0;
        margin-bottom: 0;
}
.icon-header li {
    display: inline-block;
    padding-right: 10px;
}
.icon-header li a {
    color:#fff;
    text-decoration:none !important;
}
.right-content-header {
   display: inline-flex;
    float: right;
    align-items: center;
}
.social_icon_header {
    list-style-type: none;
    padding-inline-start: 0;
        margin-bottom: 0;
}
.social_icon_header li {
    display: inline-block;
}
.social-media-icon {
       display: inline-block;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
}
.youtube-bg
{
    background:#cd201f;
}
.facebook-bg
{
    background:#3b5998;
}
.instagram-bg
{
    background:#262626;
}
.social_icon_header li a {
    color:#fff;
}
.app_btn {
    padding: 12px 30px 12px 30px;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #1B9AA2;
    border-style: none;
    border-radius: 999px 999px 999px 999px;
    box-shadow: 0px 5px 15px 0px rgb(39 48 112 / 51%);
    color: #fff;
    margin-left:10px;
}
.top_header .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    margin: 6px;
    color:black !IMPORTANT;
}
.dropdown_menu_bar {
    min-width: 200px;
    padding: 0;
    margin: 0.125rem 0 0;
    color: #212529;
    border-radius: 0;
}
.dropdown_menu_bar .dropdown-item {
    padding: 10px 20px;
}
.dropdown_menu_bar .dropdown-item {
    padding: 10px 20px;
}
.dropdown_menu_bar .dropdown-item:focus, .dropdown_menu_bar .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ed8049 !important;
}
.section-header {
    background: #ebebeb;
    padding: 20px 0px;
}
footer.main-footer {
    background: #ebebeb;
    padding: 60px 0 30px;
}
.border-left-footer {
    border-left: 1px solid #000;
    padding-left: 60px;
    height: 400px;
}
.social_icon li {
    display: inline-block;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ed8049;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 24px;
    color: #ed8049;
}
.social_icon li a{
    color: #ed8049;
}
.social-media-icon .fa {
    margin-top: 4px;
}
.social_icon .fa {
    margin-top: 4px;
}
.color-brown
{
    color: #ed8049 !Important; 
}
.social_icon ul {
    padding-inline-start: 0;
}
.bg-orange{
    background:#ed8049;
    padding: 20px 0;
}

.main-footer .list li a {
    position: relative;
    color: #000;
    font-size: 15px;
    text-decoration:none !important;
}
.main-footer .list li {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

ul.list {
    padding-inline-start: 10px;
    list-style-type: none;
}
@media only screen and (max-width: 480px) {
    .border-left-footer {
    border-left: unset !important;
    padding-left: 10px !important;
    height: unset !important;
}
.footer-bottom
{
    margin-bottom:30px;
}
.top_header .nav-link {
    margin: 0;
}
    .icon-header {
    text-align: center;
    margin-bottom: 10px;
}
}
.link_text
{
    color:#ea7e49;
}

.profile-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    max-width: 1111px;
    margin: 0 auto;
}

/* LEFT: AVATAR */
.profile-left {
    flex: 0 0 auto;
}

.avatar-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ea7e49;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.avatar-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* MIDDLE: TEXT + ICONS */
.profile-middle {
    flex: 1 1 auto;
}

.profile-middle h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.profile-middle .designation {
    font-size: 15px;
    color: #374151;
    margin-bottom: 6px;
}

.profile-middle .verified {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 14px;
}

/* Social icons */
.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social-icons a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background:#ea7e49;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.social-icons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.4);
}

/* RIGHT: BUTTONS */
.profile-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.call-btn,
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #ea7e49;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.1s ease;
}

.call-btn i,
.read-more-btn i {
    font-size: 16px;
}

.call-btn:hover,
.read-more-btn:hover {
    background:#ffffff;
    color:#ea7e49;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .profile-card {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .profile-middle {
        order: 2;
    }

    .profile-right {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    .call-btn,
    .read-more-btn {
        width: 100%;
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .profile-card {
        padding: 20px 16px;
    }

    .profile-middle h1 {
        font-size: 20px;
    }

    .avatar-wrap {
        width: 90px;
        height: 90px;
    }
}