.elementor-13055 .elementor-element.elementor-element-ee58a65{padding:0px 20px 0px 20px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#97BF04;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}@media(min-width:768px){.elementor-13055 .elementor-element.elementor-element-9c4a98a{width:100%;}.elementor-13055 .elementor-element.elementor-element-f556cff{width:10%;}.elementor-13055 .elementor-element.elementor-element-769c135{width:140%;}}/* Start custom CSS *//* Merged from body and container */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #54595f;
    line-height: 1.6;
    background-color: #f5f7fa;
}

::selection {
  color: #FFFFFF;
  background: #97BF04;
}

/* Merged container properties */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Main layout structure */
.main-flex-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 0;
}

/* Main content area */
.main-content-area {
    flex: 1;
    min-width: 300px;
}

/* Sidebar area */
.sidebar-area {
    width: 300px;
}

/* Base styles */
.elementor-section.newsletter-container {
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #54595f;
    line-height: 1.6;
}

/* Main Layout Structure */
.elementor-section.main-layout-section {
    background-color: #f5f7fa !important;
    padding: 40px 0;
}

.elementor-section.main-layout-section .elementor-container {
    gap: 30px;
}

/* Main Content Column */
.elementor-column.main-content-column {
    flex: 1;
    min-width: 300px;
}

/* Sidebar Column */
.elementor-column.sidebar-column {
    width: 300px !important;
}

/* Hero Article */
.hero-article-section {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-left: 4px solid #97bf04;
    transition: transform 0.3s ease;
}

.hero-article-section:hover {
    transform: translateY(-5px);
}

.hero-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.hero-article-section:hover .hero-image {
    transform: scale(1.02);
}

.hero-content {
    padding: 30px;
}

/* Article Tags */
.article-tag {
    display: inline-block;
    background-color: #97bf04;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(151, 191, 4, 0.3);
}

.article-tag.blue {
    background-color: #6EC1E4;
}

.article-tag.red {
    background-color: #FF6B6B;
}

/* Hero Title */
.hero-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a4971;
    margin-bottom: 15px;
}

/* Read More Button */
.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #266aa6;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s;
}

.read-more-btn:hover {
    background-color: #1d5585;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Section Styles */
.content-section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a4971;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
}

/* Article Cards */
.article-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.article-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.article-card:hover .article-image {
    transform: scale(1.05);
}

.article-content {
    padding: 20px;
}

.article-title {
    font-size: 18px;
    font-weight: 600;
    color: #266aa6;
    margin-bottom: 10px;
}

.article-excerpt {
    font-size: 14px;
    margin-bottom: 15px;
}

.article-link {
    font-size: 14px;
    color: #266aa6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.article-link:hover {
    color: #97bf04;
    text-decoration: underline;
}

/* Featured Organizations */
.org-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    display: flex;
    transition: transform 0.2s ease;
    border-left: 3px solid #266aa6;
}

.org-card:hover {
    transform: translateY(-3px);
}

.org-logo {
    width: 100px;
    background-color: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.org-logo img {
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.3s ease;
}

.org-card:hover .org-logo img {
    transform: scale(1.1);
}

.org-content {
    padding: 15px;
    flex-grow: 1;
}

.org-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a4971;
    margin-bottom: 5px;
}

.org-description {
    font-size: 14px;
}

/* Sidebar Styles */
.sidebar-box {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: transform 0.2s;
}

.sidebar-box:hover {
    transform: translateY(-3px);
}

.sidebar-header {
    background: linear-gradient(90deg, #266aa6 0%, #1a4971 100%);
    color: white;
    padding: 15px;
    font-weight: 600;
}

.sidebar-content {
    padding: 20px;
}

/* Events List */
.event-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.event-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.event-item.featured {
    border-left: 3px solid #97bf04;
    padding-left: 10px;
    margin-bottom: 20px;
}

.event-date {
    font-size: 12px;
    color: #97bf04;
    font-weight: 600;
}

.event-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    color: #1a4971;
}

.event-description {
    font-size: 12px;
}

/* Call to Action */
.cta-box {
    background: linear-gradient(135deg, #266aa6 0%, #1a4971 100%);
    color: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 6px 16px rgba(38, 106, 166, 0.3);
}

.cta-title {
    color: white !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-description {
    font-size: 14px;
    margin-bottom: 20px;
    color: white;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #97bf04;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    background-color: #86aa04;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Featured Product */
.product-box {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.product-box:hover {
    transform: translateY(-5px);
}

.product-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}

.product-box:hover .product-image {
    transform: scale(1.05);
}

.product-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.product-content {
    padding: 20px;
}

.product-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a4971;
    margin-bottom: 10px;
}

.product-description {
    font-size: 14px;
    margin-bottom: 15px;
}

/* Quick Links */
.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 10px;
}

.quick-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #266aa6;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    transition: all 0.2s;
}

.quick-links a:hover {
    background-color: #f5f7fa;
    transform: translateX(5px);
}

.quick-links .icon {
    width: 16px;
    height: 16px;
    color: #97bf04;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .elementor-column.main-content-column,
    .elementor-column.sidebar-column {
        width: 100% !important;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .article-grid .elementor-column {
        width: 100% !important;
    }
    
    .org-card {
        flex-direction: column;
    }
    
    .org-logo {
        width: 100%;
        height: 80px;
    }
}

/* Fix for Elementor inner sections */
.elementor-inner-section {
    width: 100%;
}

/* Fix for Elementor column gaps */
.elementor-row {
    gap: 20px;
}/* End custom CSS */