/* Start custom CSS for html, class: .elementor-element-1621b77 *//*====================================================
            MDS FOOTER V3
====================================================*/

.mds-footer{

    position:relative;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f7fbff 18%,
        #eef6ff 55%,
        #e4f0ff 100%
    );

    overflow:hidden;

}

/*====================================================
            FLOATING BACKGROUND
====================================================*/

.mds-footer::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    background:#0B5ED7;

    opacity:.05;

    border-radius:50%;

    top:-220px;

    left:-180px;

    filter:blur(120px);

}

.mds-footer::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:#4DA3FF;

    opacity:.08;

    border-radius:50%;

    right:-150px;

    bottom:-120px;

    filter:blur(120px);

}

/*====================================================
            CONTAINER
====================================================*/

.footer-container{

    width:92%;

    max-width:1350px;

    margin:auto;

    position:relative;

    z-index:2;

}

/*====================================================
            CTA
====================================================*/

.footer-cta{

    padding:90px 0 70px;

}

.footer-cta-wrapper{

    background:linear-gradient(
        135deg,
        #082542,
        #0B5ED7
    );

    border-radius:35px;

    padding:75px;

    text-align:center;

    position:relative;

    overflow:hidden;

    box-shadow:

    0 35px 80px rgba(11,94,215,.18);

}

/*====================================================
            FLOATING SHAPES
====================================================*/

.footer-cta-shape{

    position:absolute;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.shape-1{

    width:240px;

    height:240px;

    right:-90px;

    top:-90px;

}

.shape-2{

    width:180px;

    height:180px;

    left:-70px;

    bottom:-70px;

}

/*====================================================
            TAG
====================================================*/

.footer-tag{

    display:inline-block;

    padding:12px 24px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:25px;

}

/*====================================================
            HEADING
====================================================*/

.footer-cta-wrapper h2{

    color:#fff;

    font-size:54px;

    line-height:1.2;

    max-width:820px;

    margin:auto;

    font-weight:700;

}

/*====================================================
            PARAGRAPH
====================================================*/

.footer-cta-wrapper p{

    color:#dce9fb;

    font-size:18px;

    line-height:1.9;

    max-width:760px;

    margin:28px auto 0;

}
/*====================================================
                CTA BUTTONS
====================================================*/

.footer-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:22px;

    margin-top:45px;

}

.footer-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 38px;

    border-radius:60px;

    font-size:16px;

    font-weight:600;

    transition:.35s ease;

}

.primary-btn{

    background:#ffffff;

    color:#082542;

    box-shadow:0 20px 40px rgba(255,255,255,.18);

}

.primary-btn:hover{

    transform:translateY(-6px);

    background:#F8FBFF;

}

.secondary-btn{

    background:rgba(255,255,255,.12);

    color:#ffffff;

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(15px);

}

.secondary-btn:hover{

    background:#25D366;

    border-color:#25D366;

    transform:translateY(-6px);

}

/*====================================================
                MAIN FOOTER
====================================================*/

.footer-main{

    padding:90px 0;

}

.footer-grid{

    display:grid;

    grid-template-columns:1.5fr 1fr 1.2fr 1.2fr;

    gap:65px;

}

/*====================================================
                LOGO
====================================================*/

.footer-about img{

    width:240px;

    margin-bottom:30px;

}

.footer-about p{

    color:#5B6472;

    line-height:1.9;

    font-size:16px;

    max-width:360px;

}

/*====================================================
                SOCIAL
====================================================*/

.footer-social{

    display:flex;

    gap:15px;

    margin-top:35px;

}

.footer-social a{

    width:50px;

    height:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#ffffff;

    color:#0B5ED7;

    font-size:18px;

    box-shadow:0 15px 30px rgba(11,94,215,.10);

    transition:.35s;

}

.footer-social a:hover{

    background:#0B5ED7;

    color:#ffffff;

    transform:translateY(-8px);

}

/*====================================================
                TITLES
====================================================*/

.footer-links h3,
.footer-contact h3{

    color:#082542;

    font-size:24px;

    font-weight:700;

    margin-bottom:30px;

    position:relative;

}

.footer-links h3::after,
.footer-contact h3::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-12px;

    width:60px;

    height:4px;

    border-radius:30px;

    background:linear-gradient(90deg,#0B5ED7,#4DA3FF);

}

/*====================================================
                LINKS
====================================================*/

.footer-links ul{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.footer-links ul li{

    list-style:none;

}

.footer-links ul li a{

    color:#5B6472;

    font-size:16px;

    transition:.35s;

    position:relative;

    padding-left:0;

}

.footer-links ul li a::before{

    content:"";

    position:absolute;

    left:-18px;

    top:50%;

    transform:translateY(-50%);

    width:0;

    height:2px;

    background:#0B5ED7;

    transition:.35s;

}

.footer-links ul li a:hover{

    color:#0B5ED7;

    padding-left:18px;

}

.footer-links ul li a:hover::before{

    width:12px;

}
/*====================================================
                CONTACT
====================================================*/

.footer-contact .contact-box{

    display:flex;

    align-items:flex-start;

    gap:16px;

    margin-bottom:22px;

}

.contact-icon{

    width:54px;

    height:54px;

    min-width:54px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:16px;

    background:#ffffff;

    color:#0B5ED7;

    font-size:20px;

    box-shadow:0 15px 35px rgba(11,94,215,.10);

    transition:.35s;

}

.contact-box:hover .contact-icon{

    background:#0B5ED7;

    color:#ffffff;

    transform:translateY(-5px) rotate(-8deg);

}

.contact-box span{

    display:block;

    font-size:13px;

    color:#7A8699;

    margin-bottom:4px;

}

.contact-box h5{

    color:#082542;

    font-size:17px;

    font-weight:600;

    line-height:1.5;

}

/*====================================================
                FOOTER BOTTOM
====================================================*/

.footer-bottom{

    margin-top:60px;

    border-top:1px solid rgba(11,94,215,.10);

}

.footer-bottom-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:28px 0;

    flex-wrap:wrap;

    gap:20px;

}

.footer-bottom-wrapper p{

    color:#5B6472;

    font-size:15px;

}

.footer-bottom-wrapper strong{

    color:#0B5ED7;

}

.footer-bottom-links{

    display:flex;

    align-items:center;

    gap:28px;

}

.footer-bottom-links a{

    color:#5B6472;

    transition:.3s;

    position:relative;

}

.footer-bottom-links a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-5px;

    width:0;

    height:2px;

    background:#0B5ED7;

    transition:.3s;

}

.footer-bottom-links a:hover{

    color:#0B5ED7;

}

.footer-bottom-links a:hover::after{

    width:100%;

}

.footer-bottom-links span{

    width:5px;

    height:5px;

    border-radius:50%;

    background:#0B5ED7;

    opacity:.25;

}

/*====================================================
                SCROLL TOP
====================================================*/

.scroll-top{

    position:fixed;

    right:30px;

    bottom:30px;

    width:58px;

    height:58px;

    border-radius:50%;

    background:linear-gradient(135deg,#0B5ED7,#4DA3FF);

    color:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    box-shadow:0 20px 45px rgba(11,94,215,.25);

    transition:.35s;

    z-index:999;

}

.scroll-top:hover{

    transform:translateY(-8px) rotate(360deg);

}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1200px){

.footer-grid{

grid-template-columns:repeat(2,1fr);

gap:50px;

}

}

@media(max-width:768px){

.footer-cta{

padding:70px 0 50px;

}

.footer-cta-wrapper{

padding:50px 30px;

}

.footer-cta-wrapper h2{

font-size:34px;

}

.footer-buttons{

flex-direction:column;

}

.footer-grid{

grid-template-columns:1fr;

gap:50px;

}

.footer-bottom-wrapper{

flex-direction:column;

text-align:center;

}

.footer-bottom-links{

justify-content:center;

flex-wrap:wrap;

}

}

@media(max-width:480px){

.footer-cta-wrapper h2{

font-size:28px;

}

.footer-about img{

width:190px;

}

.footer-links h3,

.footer-contact h3{

font-size:22px;

}

.footer-social{

justify-content:center;

}

.footer-about{

text-align:center;

}

.scroll-top{

width:50px;

height:50px;

right:20px;

bottom:20px;

}

}/* End custom CSS */