﻿/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #0880e8;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #f6b024;
            color: #fff;
        }

.log-in-btn {
    margin-left: 30px;
    background: #e03a3c;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px 25px !important;
    white-space: nowrap;
    transition: 0.3s !important;
    font-size: 14px !important;
    font-weight: 600;
    display: inline-block !important;
}

@media (max-width: 992px) {
    .log-in-btn {
        margin: 0 40px 0 0;
        padding: 6px 18px;
    }
}


.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #cb252b;
    font-weight: bold;
}

.nav-menu a {
    color: #000;
    font-weight: bold;
}

.nav-menu > ul > li > a:before {
    background-color: #e03a3c;
}

#header.header-scrolled {
    background: #fff;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
}

#header {
    background: #fff;
}

#topbar {
    background-color: black;
}

    #topbar .contact-info i {
        color: #e03a3c;
    }

#hero:before {
    background: #415162;
}

.about:before {
    background-color: #ffffff;
}

.section-bg {
    background-color: #f4f4f4;
}

#footer .footer-top {
    background-color: #283848;
}

#footer {
    background-color: #1a2530;
}

.section-title h2 {
    color: #e03a3c;
}

.team .member h4 {
    color: #e03a3c;
}

.contact .info i {
    background: #e03a3c;
}

.contact .info h4 {
    color: #e03a3c;
}

.back-to-top i {
    background: #e03a3c;
}

    .back-to-top i:hover {
        background: #e97e80;
        color: #fff;
    }

.team .member .social a {
    color: #e03a3c;
    background: #f4f4f4;
}

    .team .member .social a:hover {
        background: #e03a3c;
        color: #fff;
    }

.contact .php-email-form button[type="submit"] {
    border: 2px solid #e03a3c;
    color: #e03a3c;
}

    .contact .php-email-form button[type="submit"]:hover {
        background: #e03a3c;
        color: #fff;
    }

#footer .footer-top .social-links a:hover {
    background: #e03a3c;
}

.grecaptcha-badge{
    display: none;
}

.mobile-nav-toggle i {
    color: #000;
}


.member-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    display: flex;
    align-items: center;
}

.member-image img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.member-details {
    flex: 1;
}

.member-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #D32F2F;
}

.member-org,
.member-designation,
.member-email,
.member-phone {
    font-size: 14px;
    margin-bottom: 3px;
    color: #555;
    word-break: break-word;
}

.social-links a {
    font-size: 20px;
    margin-right: 8px;
    color: #555;
}

    .social-links a:hover {
        color: #D32F2F;
    }
