/*Header*/

.hf-il-logo {
    width: 140px;
    height: auto;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    display: flex;
}

.hf {
    border-bottom: 1px solid #d3d3d3;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99 !important;
    top: 0;
    font-family: Inter, sans-serif;
}

.hf-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 10px 20px;
    margin: auto;
}

.logo img {
    max-width: 100%;
    height: auto;
    margin:0px!important;
    width:132px!important;
}

.hf-categories {
    display: flex;
    flex: 1;
    justify-content: center;
}

.hfcategory {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #111928;
}

.hf-commonwidth {
    width: 180px;
}

.hf-login-btn {
    background-color: #1976d2;
    color: #fff;
    padding: 6px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    outline: none;
    font-size:18px;
    line-height:28px;
}

.menuicon {
    display: none;
}

.hf-categories {
    display: flex;
    gap: 30px;
}

.hfcategory:hover .hf-submenu {
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 280px;
    justify-content: space-between;
}

.sm-hfcategory {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.hf-submenu {
    box-sizing: border-box;
    z-index: 100;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    border-radius: 5px;
    min-width: 160px;
}
.nav-pl {
    min-width: 333px;
}

    .hf-submenu.show {
        display: block !important;
    }

    .hf-submenu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #111928;
        text-decoration: none;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }

        .hf-submenu a span {
            display: none;
        }

        .hf-submenu a:hover span {
            display: inline;
        }

        .hf-submenu a:hover {
            background-color: #f3f4f6;
            border-radius: 6px;
            color: #111928;
            text-decoration: none;
        }

.hf-catmob {
    display: contents;
}
.pl-1, .px-1 {
    padding-left: 5px !important;
}
.hfmenu .float-right.pl-1 {
    padding-left: 0px !important;
}
.p-down-arrow {
    margin-left: 5px !important;
}
.logo a{
    line-height:0!important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
@media screen and (max-width: 820px) {
    .sm-hfcategory {
        box-shadow: none;
        padding: 0px;
        margin: 0px;
    }

    .hf-catmob {
        display: block;
        max-height: 90vh;
        overflow: auto;
        padding: 0px 26px;
    }

    .hf-categories {
        position: fixed;
        top: 56px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        transition: left 0.3s ease;
        z-index: 999;
        padding-top: 0px;
        display: block !important;
    }

    .hfcategory {
        border-bottom: 1px solid #d1d5db;
        padding: 18px 0px;
    }

    .hf-categories.d-block {
        left: 0;
        opacity: 1;
        top: 56px;
        border-top: 1px solid #d9e5ee;
    }

    .hf-categories.show {
        left: 0;
    }

    .menuicon {
        display: flex;
        position: absolute;
        top: 22px;
        left: 16px;
        cursor: pointer;
    }

        .menuicon img {
            width: 22px;
            height: 16px;
        }

    .indialendslogo {
        margin-left: 40px;
        width: 132px;
    }

    .hfcategory:hover .hf-submenu {
        display: none;
        transform: none;
    }

    .hf-submenu {
        position: static !important;
        padding-left: 0;
        box-shadow: none;
    }

        .hf-submenu a {
            padding-left: 0px;
        }

    @supports (-webkit-touch-callout: none) {
        .hf-categories {
            top: 52px;
        }
    }
}

/*Footer*/
.promotionimg {
    width: 170px;
    height: auto;
}
.hf-footer-il {
    background-color: #00102a !important;
    font-family: Inter, sans-serif;
}

.hf-address {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 8px;
}

.hf-socialicon {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

    .hf-socialicon li {
        margin-right: 10px;
    }

.hf-social-icon {
    background-image: url(https://cdnwebapp.indialends.com/illive/home/hfsprite.svg);
    background-repeat: no-repeat;
}

.hf-Instagram {
    width: 36px;
    height: 36px;
    background-position: 2px 2px;
    display: block;
}

.hf-linkedin {
    width: 36px;
    height: 36px;
    background-position: -42px 2px;
    display: block;
}

.hf-youtube {
    width: 36px;
    height: 36px;
    background-position: -86px 2px;
    display: block;
}

.hf-facebook {
    width: 36px;
    height: 36px;
    background-position: -130px 2px;
    display: block;
}

.hf-twitter {
    width: 36px;
    height: 36px;
    background-position: -174px 2px;
    display: block;
}

.hf-categories-footer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.footerhfcategory {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #374151;
    border-bottom: 1px solid #374151;
    margin-top: 24px;
}

.category-footer,
.textleft {
    text-align: left;
}

.hfcategory-footer span {
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
}

.hf-submenu-footer {
    display: block;
    padding: 10px 0;
    border-radius: 5px;
}

    .hf-submenu-footer a {
        display: block;
        color: #d1d5db !important;
        text-decoration: none !important;
        padding: 4px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        cursor: pointer;
    }

.supportmail {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.hf-downloadappdiv {
    display: flex;
    margin-bottom: 12px;
}

    .hf-downloadappdiv a:first-child {
        margin-right: 6px;
    }

.hf-google {
    width: 120px;
    height: 38px;
    background-position: 0px -45px;
    display: block;
}

.hf-appstore {
    width: 120px;
    height: 38px;
    background-position: -124px -45px;
    display: block;
}

.hf-copyrightcontent {
    font-size: 14px;
    line-height: 22px;
    color: #9ca3af;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 32px;
    margin-bottom: 0px;
}

.hf-learnmorecontainer {
    border: 1px solid #253754;
    background-color: #001435;
    padding: 16px 24px;
    border-radius: 8px;
    cursor: default;
}

.learnmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.hf-learnmore-content p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 400;
    cursor: default;
}

.hf-learnmorecontent {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
}

.hf-learnmore-content {
    text-align: left;
}

.hf-arrow1 {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.hf-downarrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -2px;
}

.uparrowdrction {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 1px;
}

.hf-learnmoreheading {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
}

.hf-learnmore-content a {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 400;
    border-right: 1px solid #ffffff;
    padding: 0px 6px;
}

    .hf-learnmore-content a:last-child {
        border: none;
    }

@media screen and (max-width: 820px) {

    .hf-learnmorecontainer {
        padding: 16px 10px;
    }

    .hf-categories-footer {
        grid-template-columns: repeat(2, 1fr);
    }
}
.section1 {
    background-color: #f9fafb;
    padding: 72px 120px;
}
@media only screen and (max-width: 820px) {
    .section1 {
        padding: 56px 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    .downloadapp {
        width: 146px !important;
        height: 46px !important;
    }
    .logo img {
        margin-left:40px!important;
        width:132px !important;
        height:auto;
    }
}

@media only screen and (max-width: 767px) {
    .downloadappcontainer {
        display: flex;
        justify-content: space-between;
        align-items:center;
    }
}
@media screen and (max-width: 820px) {
    #postloginbtndiv {
        width: 160px;
        padding: 4px 12px;
    }

    .anchorpostlogin a {
        padding: 4px;
    }
}

#postloginbtndiv {
    width: 220px;
    background-color: #ffffff;
    color: white;
    display: none;
    top: 56px;
    position: absolute;
    padding: 4px 20px;
    border-radius: 12px;
    right: 0px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
}

.anchorpostlogin a {
    color: #111928 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 8px 0px;
    padding: 8px;
    text-decoration: none !important;
}

    .anchorpostlogin a:hover {
        background-color: #F3F4F6;
        color: #111928;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.postloginhovericon {
    display: none;
}

.anchorpostlogin a:hover .postloginhovericon {
    display: inline-flex;
}

.position-relative {
    position: relative !important;
}

.postloginbtn {
    background-color: #E8F5FF;
    float: right;
    width: 60px;
    height: 36px;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #1976D2;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.pldownarrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.pluparrow {
    transform: none;
}
.hf-categories {
    display: flex;
    gap: 30px !important;
    margin: 0px !important;
}

.hf-commonwidth {
    width: 180px;
    padding: 0px !important;
    margin: 0px !important;
}

.hf-sub.container {
    max-width: 1100px;
}
.hfmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* new css update 10-06-2025 */

.containerwidth, .hf-sub {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.paddingnone-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.parentequaldiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.paddingbottom {
    padding-bottom: 0px;
}

@media (min-width: 768px) {

    .displaynoneweb {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .paddinglr-none-mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .parentequaldiv {
        display: block;
        padding: 0px 15px;
    }

    .hf-socialicon {
        justify-content: flex-start;
    }

    .paddingnone-lr {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footerhfcategory {
        padding-left: 15px;
        padding-right: 15px;
    }

    .learnmorediv {
        padding: 0px 15px;
    }
}

.paddinglr-none-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@font-face {
    font-family: Inter, sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
    font-display: swap;
}
/*Score card banner css*/
.scoreplusminiicon {
    margin-bottom: 12px;
}

.scoreplusbannerzindex {
    z-index: 99999 !important;
}

.scoreplusbanner {
    max-width: 1000px !important;
    width: 1000px;
}
.download_links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.scoreplusdownloadbannerdiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.downloadappscoreplus {
    font-size: 24px;
    line-height: 32px;
    color: #111928;
    font-weight: 600;
    margin-bottom: 12px;
}

.scoreplusdownloadul {
    margin: 0;
    padding-left: 20px;
}

    .scoreplusdownloadul li {
        font-size: 16px;
        line-height: 22px;
        color: #374151;
        margin-bottom: 4px;
    }

.scanqrcodescoreplus {
    font-size: 18px;
    line-height: 22px;
    color: #111928;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
}

.scoreplusbanner .modal-body {
    padding: 60px;
}

.scoreplusclosemodalbtn {
    position: absolute;
    right: 30px;
    top: 30px;
    outline: none !important;
    background: transparent;
    border: none;
    font-size: 2rem;
    line-height: 1;
    z-index: 9999;
}
/* Responsive fix */
@media (max-width: 767.98px) {
    .scoreplusbanner .modal-body {
        padding: 20px;
    }

    .scoreplusbanner {
        max-width: 95vw !important;
    }
}

.h-blogs {
    width: 100% !important;
}


.il-home-footer-app-mockup-v2__mobile {
    display: none;
}

.il-home-footer-app-mockup-v2__desktop {
    max-width: 444px !important;
    width: 100%;
    height: auto;
}

.il-home-footer-app-mockup-v2__mobile {
    width: 100%;
    max-width: 320px; /* adjust as needed */
    height: auto;
}

@media only screen and (max-width: 991px) {
    .il-home-footer-app-mockup-v2__desktop {
        display: none;
    }

    .il-home-footer-app-mockup-v2__mobile {
        display: block;
        margin: 0 auto;
    }
}