@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}

.anirban-footer-section {
    background: linear-gradient(360deg, #033053, #1679c5);
}

.footer_main_div_for_main_footer_created_by_anirban {
    width: 100%;
    padding: 50px 0;
    color: #fff;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer .footer_logo_main_div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: -9px;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer .footer_logo_main_div img {
    width: 55px;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer .help-faqs {
    width: auto;
    height: auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer .help-faqs .help-text,
.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer .help-faqs .faqs-text {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer .help-faqs .help-text a,
.footer_main_div_for_main_footer_created_by_anirban .footer_top_main_div_und_main_footer .help-faqs .faqs-text a {
    text-decoration: none;
    color: #fff;
}


/* BOTTOM FOOTER */
.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main {
    padding-top: 50px;
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    flex-wrap: wrap;
    background-image:url(/assets/images/include/footer/footer-bggggggg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right;
}
.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_details_und_bottom_footer{
    width: 269px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_details_und_bottom_footer .heading_of_links {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_details_und_bottom_footer p {
    font-size: 15px;
    opacity: 0.8;
    line-height: 24px;
    text-decoration: none;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_details_und_bottom_footer .heading_of_links::after {
    content: "";
    width: 45px;
    height: 2px;
    background: rgb(244, 244, 244);
    position: absolute;
    bottom: -6px;
    left: 0;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 {
    width:auto;
    height: auto;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 .heading_of_links{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}


.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 .footer-links-ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 34px;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 .footer-links-ul a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 .footer-links-ul .footer-links-ul-lists {
    margin-bottom: 6px;
    transition: 0.3s all ease;
    position: relative;
}
.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 .footer-links-ul .footer-links-ul-lists::before{
    content: '';
    position: absolute;
    width:0;
    height: 2.5px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: 0.3s all ease;
    border-radius: 10px;
}
.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 .footer-links-ul .footer-links-ul-lists:hover:before{
    width: 50px;
    transition: 0.5s all ease;
}
.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .footer_for_main_of_all_web_link1 .footer-links-ul .footer-links-ul-lists:hover {
    /* letter-spacing: 1.3px; */
    transition: 0.7s all ease;
}


.footer_main_div_for_main_footer_created_by_anirban .footer_for_main_of_all_web_link_last {
    width: 200px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 5px;

}
.footer_main_div_for_main_footer_created_by_anirban .footer_for_main_of_all_web_link_last .heading_of_links-last-link{
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
.footer_main_div_for_main_footer_created_by_anirban .footer_for_main_of_all_web_link_last .last-liks-text {
    text-align: justify;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 0px;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_for_main_of_all_web_link_last ul {
    list-style: none;
    margin-top: 10px;
    padding: 0;
    line-height: 30px;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_for_main_of_all_web_link_last ul a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_for_main_of_all_web_link_last ul li{
    margin-top: 5px;
    line-height: 24px;
}
.footer_main_div_for_main_footer_created_by_anirban .footer_for_main_of_all_web_link_last ul li i {
    color: rgb(255, 244, 249);
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .social-icons {
    display: flex;
    gap: 12px;
    /* margin-top: 15px; */
    flex-wrap: wrap;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .social-icons .so_icon {
    width: 38px;
    height: 38px;
    background: #0c2044;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s all ease;
}

.footer_main_div_for_main_footer_created_by_anirban .footer_bottom_div_und_footer_main .social-icons .so_icon:hover {
    background-color: rgb(11, 63, 105);
    transition: 0.7s all ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}