
/*==============================
    FOOTER
==============================*/

.rle-footer{
    background:#071b35;
    color:#d8d8d8;
    padding:60px 0 25px;
}

.footer-logo img{
       height: 70px;
    margin-bottom: 15px;
    background: #ffffff;
    padding: 5px;
    border-radius: 6px;
}

.rle-footer h4{
    color:#ffffff;
    font-weight:700;
    margin-bottom:15px;
}

.rle-footer h5{
    color:#ffffff;
    margin-bottom:20px;
    position:relative;
    padding-bottom:8px;
}

.rle-footer h5:after{
    content:'';
    width:40px;
    height:3px;
    background:#d9534f;
    position:absolute;
    left:0;
    bottom:0;
}

.rle-footer p{
    line-height:1.8;
    color:#c8d2df;
}

.footer-links,
.footer-contact{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:12px;
}

.footer-links a{
    color:#c8d2df;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#d9534f;
    padding-left:8px;
}

.footer-contact li i{
    width:25px;
    color:#d9534f;
}

.footer-social{
    margin-top:20px;
}

.footer-social a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ffffff12;
    color:#fff;
    border-radius:50%;
    margin-right:8px;
    transition:.3s;
    text-decoration:none;
}

.footer-social a:hover{
    background:#d9534f;
    transform:translateY(-4px);
}

.rle-footer hr{
    border-color:rgba(255,255,255,.15);
    margin:35px 0 20px;
}

.footer-bottom{
   display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}

.footer-bottom p{
    margin:0;
    color:#bfc8d6;
}

.footer-bottom strong{
    color:#ffffff;
}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.footer-bottom{
    text-align:center;
    justify-content:center;
}

}

@media(max-width:767px){

.rle-footer{
    padding:40px 0 20px;
}

.footer-logo img{
    height:55px;
}

.rle-footer h4{
    font-size:24px;
}

.rle-footer h5{
    margin-top:15px;
}

.footer-bottom{
    flex-direction:column;
}

}

.popupImageModal {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
}

.popupLaunchImage {
    width: 100%;
    border-radius: 25px;
    display: block;
    box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.popupClose {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #04C982;
    color: #fff;
    font-size: 18px;
    z-index: 999;
    transition: .35s;
}

    .popupClose:hover {
        background: #F8D15D;
        color: #111;
        transform: rotate(90deg);
    }

.modal-backdrop.show {
    opacity: .88;
    background: #050b16;
}

@media (max-width:768px) {

    .popupClose {
        right: 8px;
        top: 8px;
    }
}

/*==============================
    BREADCRUMB SECTION
==============================*/

.rle-breadcrumb{
    position:relative;
    padding:40px 0;
    background:linear-gradient(135deg, #05074c 0%, #111381 55%, #d62828 100%);
    overflow:hidden;
}

.rle-breadcrumb::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right,rgba(255,255,255,.10),transparent 40%),
        radial-gradient(circle at bottom left,rgba(255,255,255,.06),transparent 35%);
}

.rle-breadcrumb::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-80px;
    top:-80px;
    border:35px solid rgba(255,255,255,.08);
    border-radius:50%;
}

.rle-breadcrumb-content{
    position:relative;
    z-index:2;
    text-align:center;
}

.rle-breadcrumb h1{
color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.breadcrumb{
    justify-content:center;
    background:none;
    margin:0;
    padding:0;
}

.breadcrumb-item{
    color:#f5f5f5;
    font-size:17px;
    font-weight:600;
}

.breadcrumb-item + .breadcrumb-item::before{
    color:#ffd54f;
    content:"/";
}

.breadcrumb-item a{
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-item a:hover{
    color:#ffd54f;
}

.breadcrumb-item.active{
    color:#ffd54f;
}

.breadcrumb-item i{
    margin-right:6px;
}

/*==============================
Responsive
==============================*/

@media (max-width:991px){

.rle-breadcrumb{
    padding:60px 0;
}

.rle-breadcrumb h1{
    font-size:36px;
}

.breadcrumb-item{
    font-size:15px;
}

}

@media (max-width:767px){

.rle-breadcrumb{
    padding:45px 0;
}

.rle-breadcrumb h1{
    font-size:28px;
}

.breadcrumb-item{
    font-size:14px;
}

.rle-breadcrumb::after{
    width:180px;
    height:180px;
    border-width:20px;
}

}

/*===========================
CONTACT SECTION
===========================*/

.rle-contact-section{
    background:#f5f7fb;
}

.section-title h2{
        font-size: 30px;
    font-weight: 700;
    color: #202020;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 0;
}

.sub-title{
    color:#d9534f;
    font-weight:700;
    letter-spacing:2px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
}

/* Left */

.contact-info-box{
    background:#06074e;
    color:#fff;
    padding:35px;
    border-radius:20px;
    height:100%;
}

.contact-info-box h3{
    margin-bottom:10px;
}
.contact-info-box p{
    margin-bottom:10px;
}


.info-item{
    display:flex;
    margin-top:15px;
}

.icon{
width: 40px;
    height: 40px;
    /*background: #972f2c;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 15px;
}

.info-item h5{
    color:#b1b1b1;
        margin-bottom: 0;
}

.social-icons{
    margin-top:15px;
}

.social-icons a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ffffff20;
    color:#fff;
    border-radius:50%;
    margin-right:8px;
    transition:.3s;
}

.social-icons a:hover{
    background:#d9534f;
}

/* Form */

.contact-form-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.contact-form-box h3{
    margin-bottom:25px;
}

.form-control{
    height:50px;
    border-radius:10px;
}

textarea.form-control{
    height:auto;
}

.btn-contact{
    background:#cf2424;
    color:#fff;
    border:none;
    padding:12px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-contact:hover{
    background:#0b2239;
}

/* Map */

.map-box{
    border-radius:20px;
    overflow:hidden;
}

.map-box iframe{
    width:100%;
    height:420px;
    border:0;
}

/* Responsive */

@media (max-width:991px){

.contact-info-box{
    margin-bottom:25px;
}

.section-title h2{
    font-size:32px;
}

}

@media (max-width:767px){

.contact-info-box,
.contact-form-box{
    padding:25px;
}

.section-title h2{
    font-size:28px;
}

.info-item{
    flex-direction:column;
}

.icon{
    margin-bottom:12px;
}

.map-box iframe{
    height:300px;
}

}

/*-----------------------------------------------------*/

/*==================================================
        SECTION 8 - FAMILY SHOPPING FUND
==================================================*/

.section8{
    padding:10px 0 40px 0;
    background:#f5f7fb;
}

.section8-container{
    width:100%;
       max-width: 1220px;
    margin:auto;
    background:#ffffff;
    border-radius:20px;
    padding:30px 35px 45px;
    box-shadow:0 12px 28px rgba(0,0,0,.08);
}

/*==================================
HEADER
==================================*/

.section8-header{
    text-align:center;
    margin-bottom:25px;
}

.shopping-title{
    margin:0;
    color:#0b4ea2;
    font-size:48px;
    font-weight:800;
    letter-spacing:10px;
    text-transform:uppercase;
}

.shopping-subtitle{
    margin:10px 0 8px;
    color:#1f7a33;
    font-size:28px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.shopping-text{
    margin:0;
    color:#555;
    font-size:22px;
    font-weight:500;
}

/*==================================
IMAGE
==================================*/

.shopping-image-box{
    /*max-width:1020px;*/
    margin:30px auto;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.shopping-image{
    width:100%;
    display:block;
    transition:.4s;
}

.shopping-image:hover{
    transform:scale(1.03);
}

/*==================================
DESCRIPTION
==================================*/

.shopping-description{
    text-align:center;
    max-width:900px;
    margin:25px auto 15px;
}

.shopping-description h3{
    color: #0b2239;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.shopping-description p{
    font-size:16px;
    color:#444;
    line-height:1.8;
}

/*==================================
FEATURE CARDS
==================================*/

.shopping-feature-section{
    margin-top:20px;
}

.shopping-feature-card{
    background:#ffffff;
    border-top:5px solid #0b4ea2;
    border-bottom:5px solid #d9534f;
    border-radius:15px;
    padding:25px 20px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.35s;
    margin-bottom:25px;
    height:100%;
}

.shopping-feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.shopping-icon{
       width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #0b4ea2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.shopping-feature-card h4{
    color:#0b2239;
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
}

.shopping-feature-card p{
    color:#555;
    font-size:18px;
    line-height:1.5;
    margin:0;
}

/*==================================
BOTTOM QUOTE
==================================*/

.shopping-quote{
    margin-top:20px;
}

.shopping-quote blockquote{
    margin:0;
    background:linear-gradient(135deg,#0b2239,#1557c0);
    color:#fff;
    text-align:center;
    padding:22px 30px;
    border-radius:15px;
    font-size:26px;
    font-weight:600;
    line-height:1.7;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

/*==================================================
RESPONSIVE
==================================================*/

/* Large Desktop */

@media (min-width:1400px){

.section8-container{
    max-width:1320px;
}

.shopping-title{
    font-size:56px;
}

.shopping-subtitle{
    font-size:32px;
}

.shopping-text{
    font-size:24px;
}

.shopping-description p{
    font-size:23px;
}

.shopping-feature-card h4{
    font-size:26px;
}

.shopping-feature-card p{
    font-size:19px;
}

.shopping-quote blockquote{
    font-size:30px;
}

}

/* Laptop */

@media (max-width:1199px){

.shopping-title{
    font-size:42px;
    letter-spacing:8px;
}

.shopping-subtitle{
    font-size:24px;
}

.shopping-description p{
    font-size:19px;
}

.shopping-feature-card h4{
    font-size:22px;
}

.shopping-feature-card p{
    font-size:16px;
}

}

/* Tablet */

@media (max-width:991px){

.section8-container{
    padding:25px;
}

.shopping-title{
    font-size:34px;
    letter-spacing:5px;
}

.shopping-subtitle{
    font-size:20px;
}

.shopping-text{
    font-size:18px;
}

.shopping-description h3{
    font-size:22px;
}

.shopping-description p{
    font-size:17px;
}

.shopping-feature-card{
    padding:20px;
}

.shopping-icon{
    width:65px;
    height:65px;
    font-size:26px;
}

.shopping-feature-card h4{
    font-size:20px;
}

.shopping-feature-card p{
    font-size:15px;
}

.shopping-quote blockquote{
    font-size:20px;
}

}

/* Mobile */

@media (max-width:767px){

.section8{
    padding:20px 0;
}

.section8-container{
    padding:18px;
    border-radius:15px;
}

.shopping-title{
    font-size:26px;
    letter-spacing:2px;
    line-height:1.4;
}

.shopping-subtitle{
    font-size:17px;
    letter-spacing:1px;
}

.shopping-text{
    font-size:15px;
}

.shopping-image-box{
    margin:20px auto;
}

.shopping-description h3{
    font-size:20px;
}

.shopping-description p{
    font-size:15px;
    line-height:1.7;
}

.shopping-feature-card{
    padding:18px;
}

.shopping-icon{
    width:58px;
    height:58px;
    font-size:22px;
}

.shopping-feature-card h4{
    font-size:18px;
}

.shopping-feature-card p{
    font-size:14px;
}

.shopping-quote blockquote{
    font-size:17px;
    padding:18px;
}

}

/* Small Mobile */

@media (max-width:575px){

.shopping-title{
    font-size:22px;
    letter-spacing:1px;
}

.shopping-subtitle{
    font-size:15px;
}

.shopping-text{
    font-size:14px;
}

.shopping-description h3{
    font-size:18px;
}

.shopping-description p{
    font-size:14px;
}

.shopping-feature-card h4{
    font-size:17px;
}

.shopping-feature-card p{
    font-size:13px;
}

.shopping-quote blockquote{
    font-size:15px;
}

}

/* Extra Small Mobile */

@media (max-width:360px){

.section8-container{
    padding:15px;
}

.shopping-title{
    font-size:20px;
}

.shopping-subtitle{
    font-size:14px;
}

.shopping-text{
    font-size:13px;
}

.shopping-description h3{
    font-size:17px;
}

.shopping-description p{
    font-size:13px;
}

.shopping-feature-card h4{
    font-size:16px;
}

.shopping-feature-card p{
    font-size:12px;
}

.shopping-quote blockquote{
    font-size:14px;
    line-height:1.6;
}

}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* =========================================
       LEGAL DOCUMENT SECTION
    ========================================= */

    .rleDocSection {
        padding:40px 0 40px 0;
        background: #f5f7fb;
    }

    .rleDocHeading {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 45px;
    }

    .rleDocHeading span {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #c99020;
        text-transform: uppercase;
    }

    .rleDocHeading h2 {
        font-size: 38px;
        font-weight: 700;
        color: #172033;
        margin: 10px 0 15px;
    }

    .rleDocHeading p {
        color: #6c757d;
        margin: 0;
    }


    /* =========================================
       DOCUMENT CARD
    ========================================= */

    .rleDocCard {
        background: #ffffff;
         border-radius: 15px;
    padding: 10px;
    height: 100%;
    border: 1px solid #acbbd3;
        transition: all .3s ease;
        position: relative;
        overflow: hidden;
    }

    .rleDocCard:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 45px rgba(0,0,0,.10);
    }

    .rleDocImageBox {
        height: 270px;
        border-radius: 12px;
        overflow: hidden;
        /*background: #edf0f4;*/
        position: relative;
        cursor: pointer;
    }

    .rleDocImageBox img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top;
        transition: transform .4s ease;
    }

    .rleDocCard:hover .rleDocImageBox img {
        transform: scale(1.05);
    }

    .rleDocImageOverlay {
        position: absolute;
        inset: 0;
        background: rgba(10, 18, 30, .55);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: .3s;
    }

    .rleDocImageBox:hover .rleDocImageOverlay {
        opacity: 1;
    }

    .rleDocZoomIcon {
        width: 55px;
        height: 55px;
        background: #c99020;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        transform: scale(.7);
        transition: .3s;
    }

    .rleDocImageBox:hover .rleDocZoomIcon {
        transform: scale(1);
    }


    /* =========================================
       CARD CONTENT
    ========================================= */

    .rleDocContent {
        padding: 20px 5px 5px;
    }

    .rleDocContent h5 {
       color: #172033;
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 14px;
    text-align: center;
    }

    .rleDocContent p {
        font-size: 14px;
        color: #7c8591;
        margin-bottom: 18px;
    }

    .rleDocViewBtn {
        width: 100%;
        border: 0;
        background: #172033;
        color: #ffffff;
        padding: 12px 20px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        transition: .3s;
    }

    .rleDocViewBtn:hover {
        background: #c99020;
    }


    /* =========================================
       MODAL
    ========================================= */

    .rleDocModal .modal-dialog {
        max-width: 1200px;
    }

    .rleDocModal .modal-content {
        background: #111722;
        border: 0;
        border-radius: 18px;
        overflow: hidden;
    }

    .rleDocModal .modal-header {
        border: 0;
        padding: 18px 25px;
        background: #1a2230;
    }

    .rleDocModal .modal-title {
        color: #ffffff;
        font-weight: 600;
    }

    .rleDocModal .btn-close {
        filter: invert(1);
    }


    /* =========================================
       TOOLBAR
    ========================================= */

    .rleDocToolbar {
        background: #222b3a;
        padding: 12px 20px;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;

        flex-wrap: wrap;
    }

    .rleDocToolGroup {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .rleDocToolBtn {
        width: 40px;
        height: 40px;

        border-radius: 8px;
        border: 1px solid rgba(255,255,255,.12);

        background: #303a4b;
        color: #ffffff;

        display: flex;
        align-items: center;
        justify-content: center;

        transition: .3s;
    }

    .rleDocToolBtn:hover {
        background: #c99020;
        border-color: #c99020;
    }

    .rleDocZoomText {
        color: #ffffff;
        min-width: 65px;
        text-align: center;
        font-size: 14px;
    }

    .rleDocDownloadBtn {
        text-decoration: none;
        background: #c99020;
        color: #ffffff;

        padding: 10px 18px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
    }

    .rleDocDownloadBtn:hover {
        color: #ffffff;
        background: #e2ae3b;
    }


    /* =========================================
       IMAGE VIEWER
    ========================================= */

    .rleDocViewer {
        height: 70vh;
        background: #090d14;

        overflow: hidden;
        position: relative;

        display: flex;
        align-items: center;
        justify-content: center;

        cursor: grab;
    }

    .rleDocViewer:active {
        cursor: grabbing;
    }

    .rleDocViewerImage {
        max-width: 90%;
        max-height: 90%;

        object-fit: contain;

        user-select: none;
        -webkit-user-drag: none;

        transform-origin: center center;

        transition: transform .08s linear;

        box-shadow: 0 10px 45px rgba(0,0,0,.6);
    }


    /* =========================================
       MOBILE
    ========================================= */

    @media (max-width: 768px) {

        .rleDocSection {
            padding: 60px 0;
        }

        .rleDocHeading h2 {
            font-size: 28px;
        }

        .rleDocImageBox {
            height: 120px;
        }

        .rleDocViewer {
            height: 60vh;
        }

        .rleDocToolbar {
            justify-content: center;
        }
        .rleDocContent {
    padding: 10px 5px 5px;
}

    }
