    .contact-info-card { 
        background: var(--bg-light);
        border-radius: 10px; padding: 40px;
        height: 100%;
        }

    .contact-item {
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start;
        }

    .contact-icon { 
        font-size: 1.5rem;
        color: var(--primary-color);
        margin-right: 20px;
        width: 30px;
        text-align: center;
        }

    .map-container { 
        height: 500px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
        }
