.elementor-22 .elementor-element.elementor-element-a9179bd{--display:flex;--min-height:268px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-22 .elementor-element.elementor-element-a9179bd:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-a9179bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(178deg, #FFFFFF 0%, #C1F3BBB3 100%);}.elementor-22 .elementor-element.elementor-element-a9179bd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-22 .elementor-element.elementor-element-7688050{font-family:"Arial", Sans-serif;font-weight:500;}.elementor-22 .elementor-element.elementor-element-501a637{--display:flex;}.elementor-22 .elementor-element.elementor-element-6d1eee8{--display:flex;}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-a9179bd{--width:430px;}.elementor-22 .elementor-element.elementor-element-7688050{column-gap:0px;}}/* Start custom CSS for html, class: .elementor-element-9eead26 *//* =====================================================
   MAUJUAL LOCATION GRID
   ===================================================== */

.maujuial-location-grid {
    width: 100%;
    max-width: 1440px;

    margin: 0 auto;

    padding: 4px 12px 40px;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    column-gap: 40px;
    row-gap: 32px;

    box-sizing: border-box;
}


/* =====================================================
   CARD
   ===================================================== */

.maujuial-location-card {

    width: 100%;

    min-height: 288px;

    padding: 20px 20px 26px;

    background: #f8f9fa;

    border: 1px solid #dfe3e8;

    border-radius: 16px;

    box-sizing: border-box;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}


/* =====================================================
   CITY LABEL
   ===================================================== */

.maujuial-city {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 32px;

    padding: 0 10px;

    margin: 0 0 37px;

    background: #dcebd8;

    color: #183d2b;

    font-size: 12px;

    font-weight: 400;

    line-height: 1;

    white-space: nowrap;

    box-sizing: border-box;
}


/* =====================================================
   LOGO
   ===================================================== */

.maujuial-logo {

    width: 100%;

    height: 45px;

    margin-bottom: 31px;

    display: flex;

    align-items: center;

    justify-content: flex-start;
}


.maujuial-logo img {

    width: 80px;

    max-width: 80px;

    height: auto;

    max-height: 45px;

    object-fit: contain;

    object-position: left center;

    display: block;

}


/* =====================================================
   TITLE
   ===================================================== */

.maujuial-location-card h3 {

    width: 100%;

    margin: 0 0 10px;

    padding: 0;

    color: #092c52;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 24px;

    font-weight: 400;

    line-height: 1.25;

    letter-spacing: 0;

    box-sizing: border-box;
}


/* =====================================================
   ADDRESS
   ===================================================== */

.maujuial-address {

    width: 100%;

    display: flex;

    align-items: flex-start;

    gap: 18px;

    color: #092c52;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.6;

    box-sizing: border-box;
}


/* =====================================================
   LOCATION ICON
   ===================================================== */

.maujuial-pin {

    flex: 0 0 18px;

    width: 18px;

    height: 20px;

    margin-top: 1px;

    display: flex;

    align-items: flex-start;

    justify-content: center;
}


.maujuial-pin svg {

    width: 17px;

    height: 19px;

    display: block;

    fill: #263142;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1100px) {

    .maujuial-location-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 25px;

        row-gap: 25px;

        padding-left: 15px;
        padding-right: 15px;
    }


    .maujuial-location-card {

        min-height: 290px;
    }


    .maujuial-location-card h3 {

        font-size: 22px;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .maujuial-location-grid {

        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

        gap: 20px;

        padding: 0 12px 30px;

        box-sizing: border-box;
    }


    .maujuial-location-card {

        width: 100%;

        min-height: 0;

        padding: 18px 18px 22px;

        border-radius: 14px;
    }


    .maujuial-city {

        min-height: 31px;

        margin-bottom: 30px;

        padding: 0 9px;

        font-size: 12px;
    }


    .maujuial-logo {

        height: 38px;

        margin-bottom: 27px;
    }


    .maujuial-logo img {

        width: 78px;

        max-width: 78px;

        max-height: 40px;
    }


    .maujuial-location-card h3 {

        margin-bottom: 10px;

        font-size: 21px;

        line-height: 1.3;
    }


    .maujuial-address {

        gap: 12px;

        font-size: 14px;

        line-height: 1.6;
    }


    .maujuial-pin {

        flex-basis: 17px;

        width: 17px;

        height: 19px;
    }


    .maujuial-pin svg {

        width: 16px;

        height: 18px;
    }

}


/* =====================================================
   SMALL PHONE
   ===================================================== */

@media (max-width: 390px) {

    .maujuial-location-grid {

        padding-left: 10px;
        padding-right: 10px;

        gap: 16px;
    }


    .maujuial-location-card {

        padding: 16px 16px 20px;

        border-radius: 13px;
    }


    .maujuial-city {

        margin-bottom: 27px;

        font-size: 11px;
    }


    .maujuial-logo {

        margin-bottom: 24px;
    }


    .maujuial-location-card h3 {

        font-size: 19px;
    }


    .maujuial-address {

        gap: 10px;

        font-size: 13px;

        line-height: 1.55;
    }

}/* End custom CSS */