/* =========================================================
   HYRO TECHNOLOGIES FZE - FOOTER
   Full file:
   /home/<cpanel-user>/public_html/hyrotechnologies.com/assets/css/footer.css
   Loaded after style.css so these rules take priority.
========================================================= */

.site-footer{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    padding:64px 0 0;
    color:#ffffff;
    background:
        radial-gradient(circle at 3% 4%,rgba(255,255,255,.13) 0 145px,transparent 146px),
        radial-gradient(circle at 100% 100%,rgba(255,255,255,.10) 0 205px,transparent 206px),
        linear-gradient(112deg,#e84fa5 0%,#c660dd 50%,#8b63f5 100%);
    border-radius:34px 34px 0 0;
    box-shadow:0 -18px 50px rgba(116,69,193,.15);
}

.site-footer .footer-decor{
    display:none;
}

.site-footer .footer-grid{
    display:grid;
    grid-template-columns:1.55fr repeat(3,minmax(0,1fr));
    gap:58px;
    align-items:start;
}

.site-footer .footer-about{
    max-width:390px;
}

.site-footer .footer-brand{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin:0 0 20px;
    color:#ffffff;
}

.site-footer .footer-brand .brand-mark{
    width:48px;
    height:48px;
    flex:0 0 48px;
    border:1px solid rgba(255,255,255,.38);
    border-radius:15px;
    display:grid;
    place-items:center;
    color:#ffffff;
    background:rgba(255,255,255,.16);
    box-shadow:none;
    backdrop-filter:blur(8px);
}

.site-footer .footer-brand strong{
    display:block;
    color:#ffffff;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.5px;
}

.site-footer .footer-brand small{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.90);
    font-size:10px;
    line-height:1.4;
    font-weight:700;
    letter-spacing:1.45px;
}

.site-footer .footer-about p{
    max-width:360px;
    margin:0 0 26px;
    color:rgba(255,255,255,.92);
    font-size:14px;
    line-height:1.8;
}

.site-footer .footer-column h4{
    margin:0 0 19px;
    color:#ffffff;
    font-size:17px;
    line-height:1.3;
    font-weight:800;
}

.site-footer .footer-column > a{
    display:block;
    width:max-content;
    max-width:100%;
    margin:10px 0;
    color:rgba(255,255,255,.90);
    font-size:13px;
    line-height:1.5;
    font-weight:600;
    transition:color .2s ease,transform .2s ease;
}

.site-footer .footer-column > a:hover{
    color:#ffffff;
    transform:translateX(4px);
}

.site-footer .footer-socials{
    display:flex;
    align-items:center;
    gap:11px;
    flex-wrap:wrap;
}

.site-footer .footer-socials a{
    width:43px;
    height:43px;
    margin:0;
    border:1px solid rgba(255,255,255,.62);
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#ffffff;
    background:rgba(255,255,255,.06);
    font-size:13px;
    line-height:1;
    font-weight:800;
    transition:background .2s ease,color .2s ease,transform .2s ease;
}

.site-footer .footer-socials a:hover{
    color:#8b63f5;
    background:#ffffff;
    transform:translateY(-3px);
}

.site-footer .footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    margin-top:48px;
    padding:23px 0 25px;
    border-top:1px solid rgba(255,255,255,.46);
    color:rgba(255,255,255,.96);
    font-size:12px;
}

.site-footer .footer-copyright{
    color:rgba(255,255,255,.96);
    white-space:nowrap;
}

.site-footer .footer-legal{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:15px;
    flex-wrap:nowrap;
    white-space:nowrap;
}

.site-footer .footer-legal a{
    display:inline-block;
    margin:0;
    color:rgba(255,255,255,.96);
    font-size:12px;
    line-height:1.4;
    font-weight:700;
}

.site-footer .footer-legal a:hover{
    color:#ffffff;
    text-decoration:underline;
}

.site-footer .footer-legal i{
    width:1px;
    height:16px;
    flex:0 0 1px;
    display:inline-block;
    background:rgba(255,255,255,.58);
}

/* Tablet */
@media (max-width:980px){
    .site-footer .footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:38px;
    }

    .site-footer .footer-about{
        grid-column:1 / -1;
        max-width:620px;
    }
}

/* Mobile */
@media (max-width:640px){
    .site-footer{
        padding-top:50px;
        border-radius:24px 24px 0 0;
    }

    .site-footer .footer-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .site-footer .footer-about{
        grid-column:auto;
    }

    .site-footer .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .site-footer .footer-copyright{
        white-space:normal;
    }

    .site-footer .footer-legal{
        justify-content:flex-start;
        gap:11px;
        flex-wrap:wrap;
        white-space:normal;
    }
}

/* =========================================================
   HYRO FOOTER LAYOUT FIX
========================================================= */

.site-footer .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.site-footer .footer-brand {
    display: block;
    min-width: 0;
}

.site-footer .footer-brand img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    margin-bottom: 22px;
}

.site-footer .footer-brand p {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0;
    line-height: 1.7;
}

.site-footer .footer-grid > div {
    min-width: 0;
}

.site-footer .footer-grid h4 {
    margin: 0 0 18px;
}

.site-footer .footer-grid a {
    display: block;
    margin-bottom: 10px;
}

/* Tablet */
@media (max-width: 900px) {

    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .site-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .site-footer .footer-brand img {
        width: 190px;
    }
}
