.elementor-37211 .elementor-element.elementor-element-36ac4d7{--display:flex;}.elementor-37211 .elementor-element.elementor-element-a92651f{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-37211 .elementor-element.elementor-element-a92651f:not(.elementor-motion-effects-element-type-background), .elementor-37211 .elementor-element.elementor-element-a92651f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E3EFFA;}.elementor-37211 .elementor-element.elementor-element-a92651f.e-con{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-37211 .elementor-element.elementor-element-0a5f862{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:20px 15px;--row-gap:20px;--column-gap:15px;--border-radius:10px 10px 10px 10px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-37211 .elementor-element.elementor-element-0a5f862:not(.elementor-motion-effects-element-type-background), .elementor-37211 .elementor-element.elementor-element-0a5f862 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0000000D;}@media(max-width:1024px){.elementor-37211 .elementor-element.elementor-element-a92651f{--grid-auto-flow:row;}.elementor-37211 .elementor-element.elementor-element-0a5f862{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(min-width:769px){.elementor-37211 .elementor-element.elementor-element-a92651f{--width:100%;}}@media(max-width:768px){.elementor-37211 .elementor-element.elementor-element-a92651f{--width:1279px;--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-37211 .elementor-element.elementor-element-0a5f862{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}/* Start custom CSS for html, class: .elementor-element-32ac606 */.zozo-footer{
    background:#D7E3ED !important;;
    width:100% !important;
    margin:0 !important;
    padding-top:0 !important;
    color:#000 !important;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

/* LOGO */
.zozo-logo{
    width:170px !important;
    height:auto !important;
    display:block;
    margin-bottom:20px;
}

/* LEFT TEXT */
.zozo-owned{
    color:#000 !important;
    font-size:16px;
    font-weight:500;
    margin-bottom:18px;
}

.zozo-address{
    color:#000 !important;
    line-height:1.8;
    font-size:16px;
    margin-bottom:18px;
}

.zozo-contact-info{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.zozo-contact-info a{
    color:#000 !important;
    text-decoration:none;
    font-size:16px;
}

/* HEADINGS */
.zozo-footer-col h3{
    color:#000 !important;
    font-size:24px;
    font-weight:700;
    margin-bottom:28px;
    position:relative;
}

/* underline */
.zozo-footer-col h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;

    width:55px;
    height:4px;
    border-radius:20px;

    background:
    linear-gradient(
    90deg,
    #ff3c78,
    #4a74ff
    );
}

/* LINKS */
.zozo-footer-col ul{
    margin:0;
    padding:0;
    list-style:none;
}

.zozo-footer-col ul li{
    margin-bottom:16px;
}

.zozo-footer-col ul li a{
    color:#000 !important;
    text-decoration:none;
    font-size:16px;
    transition:.3s ease;
}

.zozo-footer-col ul li a:hover{
    opacity:.7;
    transform:translateX(4px);
    display:inline-block;
}

/* CONTACT */
.zozo-touch-box{
    margin-bottom:24px;
}

.zozo-touch-box span{
    color:#000 !important;
    display:block;
    margin-bottom:10px;
    font-size:16px;
}

.zozo-touch-box a{
    color:#000 !important;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
}

.zozo-touch-box small{
    color:#444 !important;
}

/* SOCIAL */
.zozo-social{
    display:flex;
    gap:12px;
    margin-top:25px;
    flex-wrap:wrap;
}

.zozo-social a{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);

    color:#000 !important;
    text-decoration:none;
    transition:.3s ease;
}

.zozo-social a:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

/* COPYRIGHT */
.zozo-footer-bottom{
    background:#dbe3ea !important;
    border-top:1px solid rgba(0,0,0,.12); /* separator */

    text-align:center;
    padding:22px 15px;

    color:#000 !important;
    font-size:15px;
}

.zozo-footer-bottom a{
    color:#000 !important;
    text-decoration:none;
    font-weight:700;
}

.zozo-footer-bottom a:hover{
    text-decoration:underline;
}

/* RESPONSIVE */
@media(max-width:1024px){

    .zozo-footer-container{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }
}

@media(max-width:768px){

    .zozo-footer-container{
        grid-template-columns:1fr;
        text-align:center;
        padding:50px 25px !important;
    }

    .zozo-footer-col h3::after{
        left:50%;
        transform:translateX(-50%);
    }

    .zozo-social{
        justify-content:center;
    }

    .zozo-logo{
        margin:auto auto 20px;
    }
}

/* =========================
   FOOTER ONLY FIX
========================= */

.zozo-footer{
    background:#E3EFFA !important;
    width:100%;
    margin:0 !important;
    padding:0 !important;
    color:#000;
    font-family:'Poppins',sans-serif;
}

/* ONLY FOOTER CONTAINER */
.zozo-footer .zozo-footer-container{
    background:#E3EFFA !important;
    width:100%;
    max-width:100% !important;

    padding:60px 80px 50px !important;
    margin:0 auto !important;

    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:60px;

    box-sizing:border-box;
}

/* LOGO */
.zozo-footer .zozo-logo{
    width:170px;
    height:auto;
    display:block;
    margin-bottom:20px;
}

/* TEXT */
.zozo-footer .zozo-owned,
.zozo-footer .zozo-address,
.zozo-footer .zozo-contact-info a,
.zozo-footer .zozo-touch-box span,
.zozo-footer .zozo-touch-box a,
.zozo-footer .zozo-touch-box small{
    color:#000 !important;
}

.zozo-footer .zozo-address{
    line-height:1.9;
}

/* HEADINGS */
.zozo-footer .zozo-footer-col h3{
    color:#000 !important;
    font-size:24px;
    font-weight:700;
    margin-bottom:28px;
    position:relative;
}

.zozo-footer .zozo-footer-col h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;

    width:58px;
    height:4px;
    border-radius:20px;

    background:linear-gradient(
        90deg,
        #ff3d7a,
        #4f7cff
    );
}

/* LINKS */
.zozo-footer .zozo-footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.zozo-footer .zozo-footer-col ul li{
    margin-bottom:16px;
}

.zozo-footer .zozo-footer-col ul li a{
    color:#000 !important;
    text-decoration:none;
    transition:.3s;
}

.zozo-footer .zozo-footer-col ul li a:hover{
    opacity:.75;
}

/* SOCIAL */
.zozo-footer .zozo-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.zozo-footer .zozo-social a{
    width:46px;
    height:46px;
    border-radius:50%;

    background:#fff;
    border:1px solid rgba(0,0,0,.08);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#000 !important;
    transition:.3s ease;
}

.zozo-footer .zozo-social a:hover{
    transform:translateY(-4px);
}

/* COPYRIGHT */
.zozo-footer .zozo-footer-bottom{
    background:#E3EFFA !important;
    border-top:1px solid rgba(0,0,0,.12);

    text-align:center;
    padding:22px 15px;

    color:#000 !important;
}

/* RESPONSIVE */
@media(max-width:1024px){
    .zozo-footer .zozo-footer-container{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:768px){
    .zozo-footer .zozo-footer-container{
        grid-template-columns:1fr;
        text-align:center;
        padding:50px 25px !important;
    }

    .zozo-footer .zozo-footer-col h3::after{
        left:50%;
        transform:translateX(-50%);
    }

    .zozo-footer .zozo-social{
        justify-content:center;
    }

    .zozo-footer .zozo-logo{
        margin:auto auto 20px;
    }
}/* End custom CSS */