.elementor-4198 .elementor-element.elementor-element-90874eb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5bd3563 *//* GLOBAL SETTINGS */
.guhah-wrapper {
    background: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.guhah-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: 'Lato', sans-serif;
}

/* HERO BANNER */
.guhah-hero {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

/* GRID LAYOUT */
.guhah-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 80px;
}

/* HEADERS & BRANDING */
.guhah-eyebrow {
    color: #a3051e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}

.guhah-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1.1;
}

.guhah-accent-bar {
    width: 60px;
    height: 4px;
    background: #a3051e;
    margin: 25px 0 45px;
}

/* TYPOGRAPHY - LATO 400 16/29 BLACK */
.guhah-text-body p {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 29px !important;
    color: #000000 !important;
    margin-bottom: 25px;
}

.guhah-lead {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: #000 !important;
    border-left: 4px solid #a3051e;
    padding-left: 30px;
    margin-bottom: 40px !important;
}

/* PRIMARY BUTTON */
.guhah-primary-btn {
    display: inline-block;
    padding: 18px 35px;
    background: #a3051e;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.guhah-primary-btn:hover {
    background: #000000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(163, 5, 30, 0.2);
}

/* INTERACTIVE SIDEBAR */
.guhah-sticky-sidebar { position: sticky; top: 40px; }

.advocacy-card {
    background: #ffffff;
    padding: 40px 25px;
    border: 1px solid #eee;
    border-top: 4px solid #a3051e;
}

.advocacy-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 30px;
    text-align: center;
}

/* PILLAR HOVER EFFECTS */
.pillar-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    padding: 20px;
    background: #fdfcfc;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pillar-icon { 
    font-size: 26px; 
    transition: transform 0.3s ease;
}

.pillar-info strong { 
    display: block; 
    font-size: 15px; 
    color: #000; 
    margin-bottom: 3px;
    transition: color 0.3s ease;
}

.pillar-info span { 
    font-size: 13px; 
    color: #666; 
    line-height: 1.4; 
}

/* HOVER INTERACTION FOR ICONS */
.pillar-card:hover {
    background: #ffffff;
    border-color: #eee;
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.pillar-card:hover .pillar-icon {
    transform: scale(1.2) rotate(-5deg);
}

.pillar-card:hover .pillar-info strong {
    color: #a3051e;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .guhah-grid { grid-template-columns: 1fr; }
    .guhah-hero { height: 320px; }
    .guhah-sidebar { 
        margin-top: 40px; 
        order: 2; /* Ensures video or sidebar content stays at bottom */
    }
    .guhah-container { padding: 40px 20px; }
    .guhah-lead { font-size: 19px !important; }
}/* End custom CSS */