a{
    text-decoration: none;
}

/* Custom styles for fixed navbar */
.navbar {
    transition: background-color 0.3s;
}

.navbar-scrolled {
    background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent white */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
}

.hero-section {
    padding-top: 80px; /* Adjust based on navbar height */
}

.top-bar-right span {
    font-size: 18px;
}

section.banner_area {
    padding: 20px 0px 20px 0px;
    background-image: url('../images/page-banner.jpg');
    color: white;
    background-size: cover;
}
.banner_text a {
    color: #ffffff;
    font-size: 18px;
}
.banner-icon {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
}
.lb-overlay {
    z-index: 9999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer {
    z-index: 1;
    position: relative;
}
.modal-header button.close {
    background: #ff7a47;
    border: none;
    color: white;
    position: absolute;
    right: 20px;
}
.login-wrapper {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.login-body {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0px;
    display: block;
    background: #ffffffcc;
    border: 1px #c9c9c9 solid;
    box-shadow: 0px 0px 3px 1px #c9c9c9;
    width: 30%;
}
.login-body-xl{
    width: 50%;
}
.register-body{
    width: 80%;
}
.login-body h1 {
    font-size: 25px;
    font-weight: 300;
}
.login-header {
    text-align: center;
}
.login-header p {
    margin: 0;
    font-size: 14px;
}
.login-form-content {
    padding: 20px 40px;
}
.login-footer {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 10px 40px;
}
.input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    height: 100%;
}
.form-group {
    margin-bottom: 10px;
}
.about_team_inner {
    margin-bottom: 25px;
    border: 1px #b7b7b7 solid;
    padding: 3px;
    box-shadow: 0px 0px 5px #999999;
    cursor: pointer;
}
.about_team_img {
    border: 1px #c3c3c3 solid;
}
.contact-info h4 {
    font-family: 'Outfit' !important;
    color: #036132;
    font-weight: 300;
    font-size: 20px;
}
.contact-info a {
    display: block;
    font-size: 18px;
    color: #a54718;
    padding: 5px;
}
.team_detail {
    padding: 10px;
}
.team_detail {
    padding: 10px;
    text-align: center;
}
.popup_team_detail{
    padding: 10px;
}
.team_detail h3 {
    font-size: 16px;
    height: 30px;
    color: #036132;
    font-weight: 600;
}
.team_detail h4 {
    font-size: 14px;
    margin-top: 15px;
    height: 30px;
}
.popup_team_detail h3 {
    font-size: 18px;
    color: #036132;
    font-weight: 600;
    text-transform: uppercase;
}
.popup_team_detail h4 {
    font-size: 16px;
}

.popup-flex {
    margin: 30px;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: scale(1.1);
    opacity: 0;
    max-height: 80%;
    overflow-x: auto;
}

.popup-content p {
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}

.popup-content span {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.popup-container.show .popup-content {
    transform: scale(1);
    opacity: 1;
}

.more-articles {
    margin: 30px 30px 50px;
    font-size: 20px;
}

.more-articles a {
    margin: 0 10px;
    text-decoration: underline;
}
