.royal-footer,
.royal-footer *,
.royal-footer *::before,
.royal-footer *::after{
    box-sizing:border-box;
}

.royal-footer{
    background:transparent !important;
    color:#dfeee3;
    position:relative;
    margin-top:0;
    padding:0;
    border:0;
    width:100%;
}

.royal-footer a{
    text-decoration:none;
    transition:all .2s ease;
}

.royal-footer-inner{
    width:100%;
    max-width:none !important;
    margin:0;
    padding:0;
    background:transparent !important;
}

.royal-footer.has-border{
    border-top:0 !important;
}

.royal-footer-block,
.royal-footer-block-1,
.royal-footer-block-2,
.royal-footer-block-3{
    display:block;
    width:100%;
    max-width:none !important;
    margin:0;
    padding:0;
    border-radius:0;
}

.royal-footer-block-1{
    background:#13241a;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.royal-footer-block-2{
    background:#173222;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.royal-footer-block-3{
    background:#112018;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.royal-footer-container{
    width:100%;
    max-width:1380px;
    margin:0 auto;
    padding-left:18px;
    padding-right:18px;
}

.royal-footer-block-1 .royal-footer-container{
    padding-top:25px;
    padding-bottom:25px;
}

.royal-footer-block-2 .royal-footer-container{
    padding-top:14px;
    padding-bottom:14px;
}

.royal-footer-block-3 .royal-footer-container{
    padding-top:10px;
    padding-bottom:10px;
}

.royal-footer-row{
    display:grid;
    grid-template-columns:minmax(260px,420px) 1fr;
    align-items:start;
    gap:40px;
    width:100%;
}

.royal-footer-row.vertical{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.royal-footer-brand{
    min-width:0;
    max-width:380px;
    justify-self:start;
    text-align:left;
}

.royal-footer-brand-top{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.royal-footer-brand-top strong{
    color:#f4fff6;
    font-size:26px;
    font-family:'Poppins',sans-serif;
    font-weight:800;
}

.royal-footer-brand-desc{
    max-width:420px;
    line-height:1.7;
    color:#dfeee3;
    font-size:13px;
}

.royal-footer-groups{
    flex:1 1 520px;
    min-width:0;
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:48px;
    text-align:left;
}

.royal-footer-groups.layout-vertical{
    flex-direction:column;
    align-items:flex-end;
}

.royal-footer-group{
    min-width:160px;
    flex:0 1 auto;
}

.royal-footer-group-title{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.4;
    color:#ffffff;
    font-size:14px;
}

.royal-footer-links{
    display:flex;
}

.royal-footer-links.vertical{
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
}

.royal-footer-links.horizontal{
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    gap:14px;
}

.royal-footer-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    line-height:1.5;
    transition:color .2s ease;
    color:#cfe8d7;
    font-size:13px;
}

.royal-footer-link:hover{
    color:#7ee2a2;
}

.royal-footer-mid{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:nowrap;
    gap:22px;
    width:100%;
    max-width:100%;
    margin:0;
}

.royal-footer-mid-item{
    flex:1 1 0;
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:12px 8px;
}

.royal-footer-mid-icon-wrap {
    display: grid;
    place-items: center;
    width: var(--mid-icon-box-size, 52px);
    height: var(--mid-icon-box-size, 52px);
    min-width: var(--mid-icon-box-size, 52px);
    overflow: hidden;
    border-radius: 50%;
    background: var(--mid-icon-bg, #2a4d3c);
    color: var(--mid-icon-color, #ffffff);
}

.royal-footer-mid-icon-img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
    border-radius: inherit;
}

.royal-footer-mid-icon-emoji {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: var(--mid-icon-size, 24px);
    line-height: 1;
}

.royal-footer-mid-copy{
    min-width:0;
    display:flex;
    flex-direction:column;
}

.royal-footer-mid-title{
    font-weight:700;
    line-height:1.2;
    color:#fff;
    font-size:14px;
}

.royal-footer-mid-subtitle{
    line-height:1.35;
    color:#bdd7c5;
    font-size:12px;
}

.royal-footer-bottom{
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
    gap:20px;
    width:100%;
}

.royal-footer-copy{
    min-width:0;
    color:#b7cdbd;
    font-size:12px;
    text-align:left;
    line-height:1.5;
}

.royal-footer-bottom-links{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.royal-footer-right{
    display:inline-flex;
    justify-content:flex-end;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    white-space:nowrap;
    color:#d7eadc;
    font-size:12px;
    font-weight:700;
}

@media (max-width:900px){
    .royal-footer-container{
        padding-left:16px;
        padding-right:16px;
    }

    .royal-footer-row{
        grid-template-columns:1fr;
        gap:24px;
    }

    .royal-footer-groups{
        width:100%;
        gap:20px;
        justify-content:flex-start;
    }

    .royal-footer-mid{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
    }

    .royal-footer-mid-item{
        width:100%;
        justify-content:flex-start;
        padding:12px 0;
    }

    .royal-footer-bottom{
        grid-template-columns:1fr;
        align-items:flex-start;
    }

    .royal-footer-bottom-links{
        justify-content:flex-start;
        gap:12px;
        flex-direction:column;
        align-items:flex-start;
    }

    .royal-footer-right{
        justify-content:flex-start;
        text-align:left;
    }
}

.royal-footer{font-family:var(--footer-font);margin-top:40px}
        .royal-footer-hide-desktop{display:block}
        .royal-footer-inner{width:100%}
        .royal-footer-block{width:100%}
        .royal-footer-container{width:min(1280px,calc(100% - 32px));margin:0 auto}
        .royal-footer-block-1{background:var(--block1-bg);padding:34px 0}
        .royal-footer-block-2{background:var(--block2-bg);padding:26px 0}
        .royal-footer-block-3{background:var(--block3-bg);padding:14px 0}
        .royal-footer-row{display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(0,1.8fr);gap:32px;align-items:start}
        .royal-footer-brand-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
        .royal-footer-logo{display:block;object-fit:contain}
        .royal-footer-brand-title{font-weight:800;line-height:1.2}
        .royal-footer-brand-desc{line-height:1.8;max-width:520px}
        .royal-footer-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px}
        .royal-footer-group-title{font-weight:800;margin-bottom:14px}
        .royal-footer-links{display:flex;flex-direction:column;gap:10px}
        .royal-footer-link{text-decoration:none;transition:.2s ease}
        .royal-footer-mid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
        .royal-footer-mid-item{display:flex;align-items:center;gap:var(--mid-item-gap);min-width:0}
        .royal-footer-mid-icon-wrap{width:var(--mid-icon-box-size);height:var(--mid-icon-box-size);border-radius:999px;background:var(--mid-icon-bg);display:flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden}
        .royal-footer-mid-icon-wrap img{max-width:90%;max-height:90%;object-fit:contain}
        .royal-footer-mid-icon-emoji{font-size:var(--mid-icon-size);line-height:1;color:var(--mid-icon-color)}
        .royal-footer-mid-copy{display:flex;flex-direction:column;gap:var(--mid-text-gap);min-width:0}
        .royal-footer-mid-title{font-weight:800;color:var(--mid-title-color);font-size:var(--mid-title-size);line-height:1.2}
        .royal-footer-mid-subtitle{color:var(--mid-subtitle-color);font-size:var(--mid-subtitle-size);line-height:1.45}
        .royal-footer-bottom{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center}
        .royal-footer-copy{line-height:1.6}
        .royal-footer-bottom-links{display:flex;align-items:center;gap:var(--bottom-link-gap);flex-wrap:wrap}
        .royal-footer-bottom-links .royal-footer-link{color:var(--bottom-link-color);font-size:var(--bottom-link-size)}
        .royal-footer-bottom-links .royal-footer-link:hover{color:var(--bottom-link-hover)}
        .royal-footer-right{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--right-text-color);font-size:var(--right-text-size);white-space:nowrap}
        .royal-footer-right-heart{color:var(--right-heart-color)}
        .royal-footer-sep{opacity:.45}
        @media (max-width: 991px){
            .royal-footer-row{grid-template-columns:1fr}
            .royal-footer-mid{grid-template-columns:repeat(2,1fr)}
            .royal-footer-bottom{grid-template-columns:1fr;justify-items:start}
        }
        @media (max-width: 640px){
            .royal-footer-hide-mobile{display:none}
            .royal-footer-container{width:min(100%,calc(100% - 24px))}
            .royal-footer-block-1,.royal-footer-block-2{padding:24px 0}
            .royal-footer-groups,.royal-footer-mid{grid-template-columns:1fr}
            .royal-footer-bottom-links{gap:12px}
        }