:root {
    --primary-green: #2e7d32;
    --secondary-green: #81c784;
    --accent-gold: #ffb300;
    --light-bg: #f1f8e9;
    --dark-text: #1b5e20;
    --navbar-height: 70px;
}

body {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'arial';
    color: #333;
    line-height: 1.6;
    padding-top: 100px;
    background-color: #f9f9f9;
}

.associate-editors-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.associate-card {
    background-color: white;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    border-left: 4px solid var(--secondary-green);
}

.associate-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-green);
    margin-bottom: 5px;
}

.associate-country {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.associate-editors-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.associate-card {
    background-color: white;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    border-left: 4px solid var(--secondary-green);
}

.associate-editors-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.associate-card {
    background-color: white;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    border-left: 4px solid var(--secondary-green);
}

.associate-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-green);
    margin-bottom: 5px;
}

.associate-country {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

/* Background Image Override Option */
.bg-image-option {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 15px;
}

.bg-btn {
    background-color: var(--primary-green);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.bg-btn:hover {
    background-color: var(--secondary-green);
}

.badge-naas {
    background: linear-gradient(135deg, #ffb300 0%, #ff8f00 100%);
    color: white;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

/* Board Section Styles */
.board-section {
    margin-bottom: 50px;
}

.contact-info {
    list-style: none;
    padding-left: 0;
}

.contact-info li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.contact-info li:last-child {
    border-bottom: none;
}

/* Dropdown Menu Styling */
.dropdown-menu {
    background-color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    min-width: 220px;
    margin-top: 0;
    border-top: 3px solid var(--accent-gold);
}

.dropdown-item {
    padding: 0.75rem 1.25rem;
    color: var(--dark-text);
    font-weight: 500;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.dropdown-item:hover {
    background-color: rgba(46, 125, 50, 0.08);
    color: var(--primary-green);
    border-left: 3px solid var(--primary-green);
}

.dropdown-item i {
    width: 20px;
    margin-right: 0.75rem;
    color: var(--secondary-green);
}

/* Multi-level dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.5rem;
    margin-left: 0.1rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-item:after {
    content: "\f285";
    font-family: "bootstrap-icons";
    float: right;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: #aaa;
}


.editor-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.editor-header.associate {
    background-color: #4a9c6d;
}

.editor-image {
    width: 120px;
    height: 120px;
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 4px solid var(--secondary-green); */
    margin: 0 auto 1rem;
    background-color: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 3rem;
    color: var(--secondary-green);
}

/* .editor-image i {
            
        } */

.editor-name {
    color: var(--dark-text);
    font-weight: 600;
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

.editor-role {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.expertise-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.editor-country {
    color: #4a9e16;
    font-weight: bold;
    font-size: 0.9rem;
    font-family: "Times New Roman", Times, serif;
}

.editorial-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(46, 125, 50, 0.7)),
        url('https://images.unsplash.com/photo-1589923186741-b7d59d6b2c4f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Editorial Board Header with Background Image */
.editorial-header {
    position: relative;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 40px;
    color: white;
    overflow: hidden;
}

.editorial-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.editorial-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--accent-gold);
    border-radius: 2px;
}

.editorial-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.editors-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.editor-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.editor-header {
    /* background-color: var(--secondary-green); */
    color: white;
    padding: 20px;
    text-align: center;
}

.editor-header.editor-in-chief {
    background-color: var(--primary-green);
}

.editor-header.associate {
    background-color: #4a9c6d;
}

.editor-role {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.editor-expertise {
    background-color: #f5f9f7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.expertise-title {
    font-weight: 600;
    color: var(--primary-green);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.expertise-title i {
    font-size: 1.1rem;
}

.expertise-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.expertise-tag {
    background-color: #e6f0eb;
    color: var(--primary-green);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.editor-card {
    text-align: center;
    padding: 1.5rem;
    border: 2px solid var(--secondary-green);
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.editor-card:hover {
    border-color: var(--primary-green);
    background-color: rgba(129, 199, 132, 0.05);
}

.editor-image {
    width: 120px;
    height: 120px;
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 4px solid var(--secondary-green); */
    margin: 0 auto 1rem;
    background-color: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.editor-image i {
    font-size: 3rem;
    color: var(--secondary-green);
}

.editor-role {
    color: var(--primary-green);
    font-size: 0.9rem;
    font-weight: 500;
    background-color: rgba(46, 125, 50, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

/* //////////////////// */
/* TWO-COLUMN EDITOR-IN-CHIEF CARD */

.editor-in-chief-content {
    display: flex;
    min-height: 400px;
}

.editor-image-container:hover img {
    transform: scale(1.05);
}


/* Right Column: Details */
.editor-details-column {
    flex: 0 0 60%;
    padding: 40px;
}

.editor-country i {
    color: var(--accent-gold);
}

.editor-experience {
    background-color: var(--light-bg);
    border-radius: 10px;
    padding: 25px;
    margin-top: 25px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.experience-item {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.experience-item:before {
    content: "•";
    color: var(--secondary-green);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

/* .editor-expertise {
            
        } */

.expertise-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.expertise-tag {
    background: linear-gradient(135deg, var(--secondary-green) 0%, var(--primary-green) 100%);
    color: white;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.expertise-tag:hover {
    transform: translateY(-3px);
}

/* Regular Editors Grid */
.editors-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.editor-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.editor-header.editor-in-chief {
    background-color: var(--primary-green);
}

.editor-header.associate {
    background-color: #4a9c6d;
}

.editor-role {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.editor-name-sm {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.editor-country-sm {
    font-size: 0.95rem;
    opacity: 0.9;
    font-weight: 300;
}

/* .editor-body {
            padding: 25px;
        } */

.editor-expertise-sm {
    background-color: #f5f9f7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.expertise-title-sm {
    font-weight: 600;
    color: var(--primary-green);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.expertise-title-sm i {
    font-size: 1.1rem;
}

.expertise-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.expertise-tag-sm {
    background-color: #e6f0eb;
    color: var(--primary-green);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.editor-in-chief-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
    border-left: 6px solid var(--accent-gold);
}

.editor-image-column {
    background-color: var(--light-bg);
    padding: 30px 20px;
}

.editor-image-container {
    width: 220px;
    height: 220px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--secondary-green);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.editor-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editor-role-badge {
    background-color: var(--primary-green);
    color: white;
    padding: 6px 18px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

.editor-name {
    color: var(--primary-green);
    font-weight: 700;
}

.editor-title {
    color: var(--secondary-green);
    font-weight: 600;
}

.editor-experience-list {
    padding-left: 20px;
    margin-top: 10px;
}

.editor-experience-list li {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.editor-in-chief-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding: 0 20px;
}

.editor-in-chief-centered .editor-card {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--accent-gold);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.editor-in-chief-centered .editor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.editor-in-chief-centered .editor-header {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-text) 100%);
    padding: 30px 20px;
}

.editor-in-chief-centered .editor-header img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--accent-gold);
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.editor-in-chief-centered .editor-role-badge {
    font-size: 1.2rem;
    background-color: var(--accent-gold);
    color: var(--dark-text);
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.editor-in-chief-centered .associate-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.editor-in-chief-centered .editor-country {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
}

.editor-in-chief-centered .editor-body {
    padding: 25px;
    text-align: center;
}

.editor-in-chief-centered .editor-body span {
    font-size: 1.1rem;
    color: var(--dark-text);
    font-weight: 500;
}

.featured-image-section {
    margin: 0rem 0 1rem 0;
    padding: 0 10px;
}

.featured-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.featured-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-image-container:hover .featured-image {
    transform: scale(1.05);
}

.featured-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 40px 20px 220px;
    text-align: center;
}

.featured-image-caption h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

.featured-image-caption p {
    margin: 10px 0 0;
    opacity: 0.95;
    font-size: 1.1rem;
    font-weight: 400;
}

.header-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.issn-info {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 4px solid var(--accent-gold);
    padding: 1rem;
    font-size: 0.9rem;
    border-radius: 5px;
}

.info-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.info-card .card-header {
    background-color: var(--primary-green);
    color: white;
    font-weight: 600;
    border-radius: 10px 10px 0 0 !important;
    padding: 1rem 1.5rem;
}

.issue-tabs {
    border-bottom: 3px solid var(--secondary-green);
    margin-bottom: 2rem;
}

.issue-tabs .nav-link {
    color: var(--dark-text);
    font-weight: 500;
    border: none;
    padding: 0.8rem 1.5rem;
    margin-right: 0.5rem;
    border-radius: 8px 8px 0 0;
}

.issue-tabs .nav-link:hover {
    color: var(--primary-green);
    background-color: rgba(129, 199, 132, 0.1);
}

.issue-tabs .nav-link.active {
    color: white;
    background-color: var(--primary-green);
    border: none;
}

.issue-cover {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.issue-cover:hover {
    transform: scale(1.02);
}

.issue-details {
    background-color: var(--light-bg);
    border-radius: 10px;
    padding: 1.5rem;
}

.issue-list {
    list-style: none;
    padding-left: 0;
}

.issue-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}

.issue-list li:last-child {
    border-bottom: none;
}

.issue-list li i {
    color: var(--primary-green);
    margin-right: 0.5rem;
}


.issn-badge strong {
    color: var(--primary-green);
}

.index-badge {
    background-color: var(--light-bg);
    border: 1px solid var(--secondary-green);
    color: var(--dark-text);
    margin: 0.2rem;
}

.image-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 94, 62, 0.9);
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 0.9rem;
}

.intro-text {
    font-size: 1.2rem;
    font-style: italic;
    max-width: 800px;
    line-height: 1.7;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.info-card .card-header {
    background-color: var(--primary-green);
    color: white;
    font-weight: 600;
    border-radius: 10px 10px 0 0 !important;
    padding: 1rem 1.5rem;
}

.issn-badge {
    background-color: var(--light-bg);
    border-left: 3px solid var(--accent-gold);
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 0.85rem;
}

.index-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 5px;
    padding: 8px 12px;
    font-size: 14px;
}

.index-logo {
    height: 48px;
    width: auto;
}

/* Image Slider (if you want multiple images) */
.image-slider {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
}


.journal-logo {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.journal-header {
    background: linear-gradient(135deg, var(--primary-green) 0%, #1b5e20 100%);
    color: white;
    padding: 0.1px 0;
    margin-top: 0.1rem;
}

.journal-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.journal-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
}

.journal-info {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.logo-container {
    background: white;
    border-radius: 10px;
    /* margin: 0rem 0 1rem 0; */
    /* padding: 0 10px; */
    padding: 20px 20px 20px 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-green) 0%, #1b5e20 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    flex-shrink: 0;
    overflow: hidden;
}

.logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-text {
    flex: 1;
    color: #000;
}


/* Mega menu for About section */
.mega-dropdown {
    position: static !important;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 2rem !important;
    background-color: white;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-top: 3px solid var(--accent-gold);
}

.mega-menu-title {
    color: var(--primary-green);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--light-bg);
}

.mega-menu-link {
    display: block;
    padding: 0.5rem 0;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    padding-left: 0.75rem;
}

.mega-menu-link:hover {
    color: var(--primary-green);
    border-left: 3px solid var(--secondary-green);
    padding-left: 1rem;
    background-color: rgba(46, 125, 50, 0.03);
}

/* Mega menu for About section */
.mega-dropdown {
    position: static !important;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 2rem !important;
    background-color: white;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-top: 3px solid var(--accent-gold);
}

.mega-menu-title {
    color: var(--primary-green);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--light-bg);
}

.mega-menu-link {
    display: block;
    padding: 0.5rem 0;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    padding-left: 0.75rem;
}

.mega-menu-link:hover {
    color: var(--primary-green);
    border-left: 3px solid var(--secondary-green);
    padding-left: 1rem;
    background-color: rgba(46, 125, 50, 0.03);
}



.navbar-multilevel {
    background: linear-gradient(135deg, var(--primary-green) 0%, #1b5e20 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
    height: var(--navbar-height);
    position: fixed;
    top: 28px;
    /* height of social bar */
    left: 0;
    right: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    font-size: 14px !important;
}


.navbar-brand-container {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    margin-right: 2rem;
}

.navbar-logo {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-green);
    font-size: 1.5rem;
    /* font-size: 10px !important; */
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.navbar-brand-text {
    color: white;
    font-weight: 700;
    /* font-size: 10px !important; */
    font-size: 1.1rem;
    line-height: 1.2;
}

.navbar-brand-subtext {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    display: block;
}

.navbar-nav .nav-link {
    color: white !important;
    padding: 1rem 0.45rem !important;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-brand-container {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    margin-right: 2rem;
}

.navbar-logo {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-green);
    font-size: 1.5rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.navbar-brand-text {
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
}

.navbar-brand-subtext {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    display: block;
}

.navbar-nav .nav-link {
    color: white !important;
    padding: 1rem 0.45rem !important;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
}

/* ============================= */
/* TOP SOCIAL MEDIA BAR */
/* ============================= */

.top-social-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
    background-color: #050e24;
    color: #ffffff;
}

.top-left small {
    opacity: 0.9;
    font-weight: 500;
}

.top-social-icons a {
    color: #ffffff;
    margin-left: 12px;
    font-size: 16px;
    transition: 0.3s;
}

.top-social-icons a:hover {
    color: #ffb300;
    transform: translateY(-2px);
}

/* ============================= */
/* HORIZONTAL PICTURE UNDER LOGO */
/* ============================= */

.section-title {
    font-size: 1.8rem;
    color: var(--primary-green);
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--secondary-green);
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: var(--primary-green);
    transform: scale(1.2);
}

/* ============================= */
/* EDITOR-IN-CHIEF CENTERED STYLES */
/* ============================= */
/* Footer */
.footer {
    background-color: var(--dark-text);
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
}