.elementor-1144 .elementor-element.elementor-element-288259d{--display:flex;--background-transition:0.3s;}.elementor-1144 .elementor-element.elementor-element-80bd648{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-d0f5aca *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.page-header {
    background: linear-gradient(135deg, #ff9a56 0%, #ffad56 25%, #ffc947 50%, #ffb347 75%, #ff9a56 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
}

/* Councils Section */
.councils-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.councils-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

/* Council Card Styles */
.council-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.council-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff9a56, #ffc947);
}

.council-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.council-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff9a56, #ffc947);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.council-card:hover .council-icon {
    transform: scale(1.1);
}

.council-icon i {
    font-size: 2rem;
    color: white;
}

.council-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2d3748;
    line-height: 1.3;
}

.council-mission {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 25px;
    line-height: 1.7;
}

.focus-areas {
    list-style: none;
    margin-bottom: 30px;
}

.focus-areas li {
    position: relative;
    padding: 8px 0 8px 25px;
    color: #2d3748;
    font-weight: 500;
}

.focus-areas li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #ff9a56;
    font-weight: bold;
    font-size: 1.2rem;
}

.cta-button {
    background: linear-gradient(135deg, #ff9a56, #ffc947);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 154, 86, 0.4);
    color: white;
    text-decoration: none;
}

.cta-button:visited {
    color: white;
}

/* View All Section */
.view-all-section {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #ff9a56 0%, #ffb347 50%, #ffc947 100%);
    border-radius: 20px;
    color: white;
    margin-top: 40px;
}

.view-all-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.view-all-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.primary-cta,
.secondary-cta {
    display: inline-block;
    padding: 15px 40px;
    margin: 0 10px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid white;
    cursor: pointer;
}

.primary-cta {
    background: white;
    color: #ff8c42;
}

.secondary-cta {
    background: transparent;
    color: white;
}

.primary-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
    color: #ff8c42;
    text-decoration: none;
}

.secondary-cta:hover {
    background: white;
    color: #ff8c42;
    transform: translateY(-3px);
    text-decoration: none;
}

.primary-cta:visited {
    color: #ff8c42;
}

.secondary-cta:visited {
    color: white;
}

.secondary-cta:hover:visited {
    color: #ff8c42;
}

/* Footer */
.page-footer {
    background: #2d3748;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.page-footer p {
    font-size: 1rem;
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .header-subtitle {
        font-size: 1.1rem;
    }
    
    .councils-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .council-card {
        padding: 30px;
    }
    
    .council-name {
        font-size: 1.5rem;
    }
    
    .view-all-section {
        padding: 40px 20px;
    }
    
    .view-all-section h2 {
        font-size: 2rem;
    }
    
    .primary-cta,
    .secondary-cta {
        display: block;
        margin: 10px auto;
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .councils-section {
        padding: 40px 0;
    }
    
    .council-card {
        padding: 25px;
    }
    
    .council-icon {
        width: 60px;
        height: 60px;
    }
    
    .council-icon i {
        font-size: 1.5rem;
    }
}/* End custom CSS */