:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a657e40 *//* =====================================
   MAFSIN CONTACT US PAGE
===================================== */

.mafsin-contact-page {
    width: 100%;
    background: #f8f7f3;
    color: #103f3a;
    font-family: inherit;
    overflow: hidden;
}


/* =====================================
   HERO
===================================== */

.mafsin-contact-hero {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 80px 7%;
    background: #103f3a;
    border-radius: 0 0 35px 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;

    box-sizing: border-box;
}

.mafsin-contact-hero-content {
    max-width: 750px;
}

.mafsin-contact-label {
    display: inline-block;
    margin-bottom: 20px;

    color: #55ed78;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mafsin-contact-hero h1 {
    margin: 0 0 25px;
    color: #ffffff;

    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -2px;
}

.mafsin-contact-hero h1 span {
    color: #55ed78;
}

.mafsin-contact-hero p {
    max-width: 650px;
    margin: 0;

    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
}


/* LOGO */

.mafsin-contact-hero-logo {
    width: 230px;
    height: 230px;

    background: #ffffff;
    border-radius: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.mafsin-contact-hero-logo img {
    width: 75%;
    height: auto;
    display: block;
}


/* =====================================
   MAIN CONTACT AREA
===================================== */

.mafsin-contact-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 5%;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
    align-items: start;
}


/* =====================================
   LEFT INFORMATION
===================================== */

.mafsin-contact-info {
    padding-top: 15px;
}

.mafsin-small-title {
    color: #55d976;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.mafsin-contact-info h2 {
    margin: 15px 0 20px;

    color: #103f3a;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;
}

.mafsin-contact-info h2 span {
    color: #55d976;
}

.mafsin-info-intro {
    max-width: 550px;
    margin-bottom: 40px;

    color: #294c48;
    font-size: 17px;
    line-height: 1.7;
}


/* INFO ITEM */

.mafsin-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    margin-bottom: 27px;
}

.mafsin-info-icon {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #55ed78;
    color: #103f3a;

    border-radius: 50%;

    font-size: 18px;
    font-weight: 800;
}

.mafsin-info-item h3 {
    margin: 0 0 5px;

    color: #103f3a;
    font-size: 18px;
    font-weight: 700;
}

.mafsin-info-item p {
    margin: 0;

    color: #46615d;
    font-size: 15px;
    line-height: 1.6;
}

.mafsin-info-item a {
    color: #103f3a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.mafsin-info-item a:hover {
    color: #35c963;
}


/* MAP LINK */

.mafsin-map-link {
    display: inline-block;
    margin-top: 8px;
    color: #103f3a !important;
    font-weight: 700 !important;
}


/* =====================================
   FORM BOX
===================================== */

.mafsin-contact-form-box {
    background: #ffffff;

    padding: 55px;

    border-radius: 30px;

    box-shadow: 0 15px 50px rgba(16, 63, 58, 0.08);

    border: 1px solid rgba(16, 63, 58, 0.08);
}

.mafsin-form-heading span {
    color: #55d976;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.mafsin-form-heading h2 {
    margin: 12px 0 12px;

    color: #103f3a;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
}

.mafsin-form-heading h2 strong {
    color: #55d976;
}

.mafsin-form-heading p {
    margin: 0 0 35px;

    color: #5b6e6b;
    font-size: 16px;
    line-height: 1.6;
}


/* =====================================
   CONTACT FORM 7
===================================== */

.mafsin-form-wrapper .wpcf7 form {
    width: 100%;
}

.mafsin-form-wrapper .wpcf7 label {
    display: block;

    margin-bottom: 7px;

    color: #103f3a;
    font-size: 14px;
    font-weight: 700;
}

.mafsin-form-wrapper .wpcf7 input[type="text"],
.mafsin-form-wrapper .wpcf7 input[type="email"],
.mafsin-form-wrapper .wpcf7 input[type="tel"],
.mafsin-form-wrapper .wpcf7 textarea {
    width: 100%;

    padding: 15px 17px;

    margin-bottom: 18px;

    box-sizing: border-box;

    background: #f8f7f3;

    border: 1px solid #dce4e1;
    border-radius: 12px;

    color: #103f3a;

    font-family: inherit;
    font-size: 15px;

    outline: none;

    transition: all 0.25s ease;
}

.mafsin-form-wrapper .wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

.mafsin-form-wrapper .wpcf7 input:focus,
.mafsin-form-wrapper .wpcf7 textarea:focus {
    border-color: #55d976;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(85, 217, 118, 0.12);
}


/* SUBMIT BUTTON */

.mafsin-form-wrapper .wpcf7 input[type="submit"] {
    width: 100%;

    padding: 17px 30px;

    border: none;
    border-radius: 50px;

    background: #55ed78;
    color: #103f3a;

    font-family: inherit;
    font-size: 16px;
    font-weight: 800;

    cursor: pointer;

    transition: all 0.25s ease;
}

.mafsin-form-wrapper .wpcf7 input[type="submit"]:hover {
    background: #103f3a;
    color: #ffffff;

    transform: translateY(-2px);
}


/* =====================================
   BOTTOM SECTION
===================================== */

.mafsin-contact-bottom {
    max-width: 1400px;
    margin: 0 auto 80px;

    padding: 55px 6%;

    background: #103f3a;
    border-radius: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

    box-sizing: border-box;
}

.mafsin-contact-bottom span {
    color: #55ed78;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.mafsin-contact-bottom h2 {
    margin: 12px 0 0;

    color: #ffffff;

    font-size: 35px;
    line-height: 1.2;
}

.mafsin-contact-bottom h2 em {
    color: #55ed78;
    font-style: normal;
}

.mafsin-contact-bottom p {
    max-width: 480px;
    margin: 0;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.7;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1000px) {

    .mafsin-contact-hero {
        padding: 65px 6%;
        gap: 40px;
    }

    .mafsin-contact-hero-logo {
        width: 180px;
        height: 180px;
    }

    .mafsin-contact-main {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 70px 6%;
    }

    .mafsin-contact-form-box {
        padding: 45px;
    }

    .mafsin-contact-bottom {
        margin-left: 6%;
        margin-right: 6%;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 700px) {

    .mafsin-contact-hero {
        flex-direction: column;
        align-items: flex-start;

        padding: 55px 25px;

        border-radius: 0 0 25px 25px;
    }

    .mafsin-contact-hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .mafsin-contact-hero p {
        font-size: 16px;
    }

    .mafsin-contact-hero-logo {
        width: 150px;
        height: 150px;
        align-self: flex-start;
    }

    .mafsin-contact-main {
        padding: 60px 22px;
        gap: 45px;
    }

    .mafsin-contact-info h2 {
        font-size: 38px;
    }

    .mafsin-info-intro {
        font-size: 16px;
    }

    .mafsin-contact-form-box {
        padding: 30px 22px;
        border-radius: 22px;
    }

    .mafsin-form-heading h2 {
        font-size: 34px;
    }

    .mafsin-contact-bottom {
        flex-direction: column;
        align-items: flex-start;

        margin: 0 22px 50px;
        padding: 40px 25px;

        border-radius: 22px;
    }

    .mafsin-contact-bottom h2 {
        font-size: 29px;
    }

}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 400px) {

    .mafsin-contact-hero h1 {
        font-size: 36px;
    }

    .mafsin-contact-info h2 {
        font-size: 34px;
    }

    .mafsin-contact-form-box {
        padding: 25px 18px;
    }

}/* End custom CSS */