.pillars {
                display: flex;
                flex-direction: column;
                gap: 1.2rem;
            }

            .pillar {
                background: rgba(255,255,255,0.9);
                border: 1px solid #d0d5dc;
                border-radius: 4px;
                padding: 1.3rem 1.5rem;
                display: flex;
                gap: 1.1rem;
                align-items: flex-start;
                transition: border-color 0.2s, box-shadow 0.2s;
            }

            .pillar:hover {
                border-color: #c9a84c;
                box-shadow: 0 4px 16px rgba(201,168,76,0.12);
            }

            .pillar-icon {
                width: 40px;
                height: 40px;
                background: #0a2342;
                border-radius: 2px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.1rem;
                flex-shrink: 0;
            }

            .pillar h4 {
                font-size: 0.95rem;
                font-weight: 700;
                color: #0a2342;
                margin-bottom: 0.25rem;
            }

            .pillar p {
                font-size: 0.85rem;
                color: #5a6475;
                line-height: 1.55;
            }

.photo-caption {
    position: absolute;
    bottom: 20px;
    left: 36px;
    z-index: 3;
    background: rgba(10, 35, 66, 0.72);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-left: 2px solid #c9a84c;
}
#footer{    background: rgba(13, 27, 42, 0.99);
    padding: 2rem 5%;
    display: flex;
    align-items: center;    justify-content: space-between;
 border-top: 1px solid rgba(201, 168, 76, 0.2); color: rgba(255, 255, 255, 0.3);}

.elementor-menu-toggle{ color:#ffffff !important;}
.elementor-menu-toggle svg, div.elementor-menu-toggle:focus svg {
    fill: #ffffff !important;
}