@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

.contact-form h3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 8px;
}

.contact-form h5 {
    font-size: 17px;
    line-height: 28px;
}

.ptb-60 {
    padding: 60px 0;
}

.contact-form {
    padding: 33px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--contact-border);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(12, 35, 64, 0.07);
    backdrop-filter: blur(12px);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.ak-google-map {
    padding: 33px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--contact-border);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(12, 35, 64, 0.07);
    backdrop-filter: blur(12px);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.contact-form .common-btn {
    margin: auto;
    display: block;
    border-radius: 50px;
}

.ak-site_branding img {
    width: 200px !important;
}
.about-us-call-to-action{
    padding-bottom:50px;
}