#mainmenu {
    margin-right: 0px !important;
}

.hero-section {
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2; /* Ensures content appears above overlay */
}

.hero-content p {
    color: #ddd;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
}

.profile-wrap .profile {
    width: 175px !important;
    height: 175px !important;
}

.promo-section {
    min-height: 460px !important;
}

.event-details {
    background-color: #fafafa;
    padding: 15px 15px !important;
    border: 1px dashed #ddd;
}

.promo-content > span {
    display: none;
    text-align: left;
    font-size: 48px;
    margin: 0 0 15px -10px;
}


.blog-post img {
    height: 250px;
}

.widget-section {
    background-color: #3854a0 !important;
    background-image: none !important;
}

.widget-content p {
    color: #fff !important;
}

.widget-content .widget-link li a {
    text-decoration: none !important;
    color: #fff !important;
}
.widget-content .widget-link li a:hover {
    color: #f8b864 !important;
    text-decoration: none !important;
}

.widget-content .address li {
    color: #fff !important;
}

.widget-content .address li i {
    color: #fff !important;
}


.footer-section {
    background-color: #3854a0 !important;
}