.elementor-7 .elementor-element.elementor-element-2ce296f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-09acfbe *//* HERO SECTION */
.tg-hero {
    background: linear-gradient(180deg, #8B0000, #a81816);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.tg-hero h1 {
    font-family: 'Khula', sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.tg-hero p {
    font-size: 16px;
    opacity: .85;
}

/* SECTION BASE */
.tg-section {
    padding: 40px 0;
}

.tg-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.tg-heading {
    font-family: 'Khula', sans-serif;
    color: #011627;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 800;
}

/* CARD GRID */
.tg-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* CARD */
.tg-card {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: .25s ease;
}

.tg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

/* CATEGORY BADGE */
.tg-card-category {
    display: inline-block;
    background: #d5240c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* TITLE */
.tg-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
}

/* META */
.tg-card-meta {
    font-size: 12px;
    color: #999;
    margin-top: auto;
}/* End custom CSS */