
            .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;
}

ul.lists{margin:0px;padding:0 0 10px 0;text-align:left;}
ul.lists > li{margin:0;padding:4px 0px 8px 0px;line-height:120%;position:relative;list-style:none;border-bottom:1px solid rgba(255, 255, 255, 0.2);}

h1, h2, h3, h4 { font-family:'Playfair Display',serif !important;}

.service-area{
background: #f8f9fa; padding: 40px 40px; margin: 50px 0; border-radius: 10px; text-align: center; border: 1px solid #e2e8f0;
}
.service-wrap{width: 80%; max-width:100%; margin: 0px auto;}

.areabtn-wrap {display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 860px; margin: 0 auto 30px;}
.area-btn{display:inline-block; background: #fff; padding: 6px 14px; border-radius: 25px; border: 1px solid #cbd5e1; font-size: 14px; color: #1e3a8a;}

a.profile-btn{display: inline-flex; align-items: center; background: #4285F4; color: white; padding: 11px 24px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 15.5px; box-shadow: 0 3px 8px rgba(66, 133, 244, 0.3);}