/* Learn World: Contact map + SEO support styles */

.lw-contact-redesign .contact-info-list a{
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px;
    border-radius:18px;
    background:#f8fafc;
    border:1px solid var(--border, #e5e7eb);
    color:inherit;
    text-decoration:none;
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.lw-contact-redesign .contact-info-list a:hover{
    transform:translateY(-3px);
    border-color:rgba(26,73,171,.32);
    box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.lw-contact-redesign .contact-info-list a i{
    flex:0 0 44px;
}

.lw-contact-form-heading{
    margin-bottom:24px;
}

.lw-contact-form-heading > span{
    color:var(--secondary, #ef233c);
    font-size:13px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.lw-contact-form-heading h2{
    margin:8px 0 8px;
    color:var(--primary-dark, #071c49);
    font-size:32px;
    line-height:1.2;
}

.lw-contact-form-heading p{
    margin:0;
    color:var(--muted, #64748b);
    line-height:1.7;
}

.lw-directions-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:24px;
    min-height:52px;
    padding:0 22px;
    border-radius:999px;
    background:var(--primary-dark, #071c49);
    color:#fff;
    text-decoration:none;
    font-weight:900;
    transition:transform .25s ease,box-shadow .25s ease;
}

.lw-directions-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(7,28,73,.22);
}

.lw-contact-map-section{
    padding:86px 0 100px;
    background:linear-gradient(180deg,#fff 0%,#f6f8fc 100%);
}

.lw-contact-map-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:28px;
}

.lw-contact-map-heading h2{
    margin:9px 0 8px;
    color:var(--primary-dark, #071c49);
    font-size:42px;
    line-height:1.15;
}

.lw-contact-map-heading p{
    margin:0;
    color:var(--muted, #64748b);
    line-height:1.7;
}

.lw-contact-map-heading > a{
    display:inline-flex;
    align-items:center;
    gap:9px;
    flex:none;
    min-height:48px;
    padding:0 20px;
    border-radius:999px;
    background:#fff;
    color:var(--primary-dark, #071c49);
    border:1px solid #dfe5ef;
    text-decoration:none;
    font-weight:900;
    box-shadow:0 10px 25px rgba(15,23,42,.07);
}

.lw-contact-map-frame{
    padding:10px;
    border-radius:28px;
    background:#fff;
    border:1px solid #e5eaf2;
    box-shadow:0 24px 65px rgba(15,23,42,.12);
    overflow:hidden;
}

.lw-contact-map-frame iframe{
    display:block;
    width:100%;
    height:520px;
    border:0;
    border-radius:20px;
}

.footer-contact a,
.footer-contact span{
    color:#cbd5e1;
    text-decoration:none;
    overflow-wrap:anywhere;
}

.footer-contact a:hover{
    color:#fff;
}

.lw-footer-map-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:15px;
}

.lw-footer-map-title h4{
    margin:0;
}

.lw-footer-map-title a{
    width:34px;
    height:34px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:rgba(255,255,255,.1);
    text-decoration:none;
}

.footer-map-box iframe{
    min-height:190px;
}

@media(max-width:900px){
    .lw-contact-map-heading{
        align-items:flex-start;
        flex-direction:column;
    }

    .lw-contact-map-heading h2{
        font-size:34px;
    }

    .lw-contact-map-frame iframe{
        height:420px;
    }
}

@media(max-width:600px){
    .lw-contact-map-section{
        padding:65px 0 75px;
    }

    .lw-contact-map-heading h2{
        font-size:29px;
    }

    .lw-contact-map-heading > a{
        width:100%;
        justify-content:center;
    }

    .lw-contact-map-frame{
        border-radius:20px;
        padding:7px;
    }

    .lw-contact-map-frame iframe{
        height:350px;
        border-radius:15px;
    }
}
