.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bf97ed3 *//* =========================
   FOOTER
========================= */

.trave-footer{

    position:relative;

    background:#ffffff;

    overflow:hidden;

    padding:90px 5% 30px;

}

/* =========================
   GLOW
========================= */

.footer-glow{

    position:absolute;

    width:280px;
    height:280px;

    border-radius:50%;

    filter:blur(90px);

    opacity:0.08;

}

.footer-glow-1{

    top:-100px;
    left:-100px;

    background:#0F4392;

}

.footer-glow-2{

    bottom:-100px;
    right:-100px;

    background:#DD1717;

}

/* =========================
   CONTAINER
========================= */

.trave-footer-container{

    position:relative;

    max-width:1280px;

    margin:auto;

    z-index:2;

}

/* =========================
   TOP
========================= */

.trave-footer-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:100px;

}

/* =========================
   BRAND
========================= */

.trave-footer-brand{

    max-width:420px;

}

.trave-footer-brand img{

    width:165px;

    margin-bottom:24px;

}

.trave-footer-brand p{

    color:#5f6b7a;

    font-size:15px;

    line-height:1.9;

    margin-bottom:32px;

}

/* =========================
   SOCIAL
========================= */

.trave-socials{

    display:flex;

    gap:14px;

}

.trave-socials a{

    width:46px;
    height:46px;

    border-radius:16px;

    display:flex;

    align-items:center;
    justify-content:center;

    text-decoration:none;

    background:#ffffff;

    border:1px solid rgba(15,67,146,0.08);

    color:#0F4392;

    box-shadow:
    0 10px 25px rgba(15,67,146,0.06);

    transition:0.35s ease;

}

.trave-socials a:hover{

    transform:translateY(-4px);

    background:linear-gradient(135deg,#0F4392,#DD1717);

    color:#ffffff;

}

/* =========================
   LINKS WRAPPER
========================= */

.trave-footer-links-wrapper{

    display:flex;

    gap:90px;

}

/* =========================
   COLUMN
========================= */

.trave-footer-column h4{

    font-size:18px;

    color:#111827;

    font-weight:700;

    margin-bottom:28px;

}

.trave-footer-column ul{

    list-style:none;

    padding:0;
    margin:0;

}

.trave-footer-column ul li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    margin-bottom:18px;

    color:#5f6b7a;

    font-size:14px;

    line-height:1.8;

}

.trave-footer-column ul li i{

    color:#DD1717;

    margin-top:4px;

}

/* Links */

.trave-footer-column ul li a{

    text-decoration:none;

    color:#5f6b7a;

    transition:0.3s ease;

}

.trave-footer-column ul li a:hover{

    color:#0F4392;

    padding-left:4px;

}

/* =========================
   DIVIDER
========================= */

.footer-divider{

    width:100%;

    height:1px;

    margin:55px 0 28px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(15,67,146,0.2),
    rgba(221,23,23,0.2),
    transparent
    );

}

/* =========================
   BOTTOM
========================= */

.trave-footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

}

.trave-footer-bottom p{

    color:#7b8794;

    font-size:14px;

    margin:0;

}

/* =========================
   BUTTON
========================= */

.trave-footer-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:14px 24px;

    border-radius:14px;

    background:
    linear-gradient(135deg,#0F4392,#DD1717);

    color:#ffffff;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    transition:0.35s ease;

    box-shadow:
    0 14px 35px rgba(15,67,146,0.18);

}

.trave-footer-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 18px 40px rgba(15,67,146,0.25);

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .trave-footer-top{

        flex-direction:column;

        gap:55px;

    }

    .trave-footer-links-wrapper{

        gap:60px;

    }

    .trave-footer-bottom{

        flex-direction:column;

        align-items:flex-start;

    }

}

@media(max-width:767px){

    .trave-footer{

        padding:70px 5% 25px;

    }

    .trave-footer-links-wrapper{

        flex-direction:column;

        gap:40px;

    }

    .trave-footer-brand img{

        width:145px;

    }

    .trave-footer-brand p{

        font-size:14px;

    }

    .trave-footer-bottom p{

        font-size:13px;

    }

}/* End custom CSS */