@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;
}

.hf-il-logo {
    width: 140px;
    height: auto;
}

.hf-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: 9999;
    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;
}

.hf-logo img {
    max-width: 100%;
    height: auto;
}

.hf-categories {
    display: flex;
    flex: 1;
    justify-content: center;
}
/*
		.promotionimg {
			width: 170px;
			height: auto;
		}
*/
.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 !important;
}

.hf-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;
}

    .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;
}

.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;
}

.hfcategory-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;
        padding: 4px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        cursor: pointer;
    }

.supportmail {
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    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: flex-start;
    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: -3px;
}

.hf-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;
    }

#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 2px 3px 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;
}

.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;
}

.pldownarrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.pluparrow {
    transform: none;
}

.hfmenu {
    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;
    }

    .sm-hfcategory {
        box-shadow: none;
        padding: 0px;
        margin: 0px;
    }

    .hf-learnmorecontainer {
        padding: 16px 10px;
    }

    .hf-catmob {
        display: block;
        max-height: 90vh;
        overflow: auto;
        padding: 0px 26px;
    }

    .hf-categories {
        position: fixed;
        top: 56px;
        left: -100%; /* Initially off the screen to the left */
        width: 100%; /* You can adjust the width */
        height: 100vh;
        background-color: #fff;
        transition: left 0.3s ease; /* This will animate the sliding */
        z-index: 999;
        padding-top: 0px; /* For space between the top and categories */
        display: block !important;
    }

    .hfcategory {
        border-bottom: 1px solid #d1d5db;
        padding: 18px 0px;
    }

    .hf-categories.d-block {
        left: 0; /* Slide into view */
        opacity: 1; /* Make visible */
        top: 56px;
        border-top: 1px solid #d9e5ee;
    }

    .hf-categories.show {
        left: 0; /* Slide in from the left */
    }

    .hf-menuicon {
        display: flex;
        position: absolute;
        top: 20px;
        left: 20px;
        cursor: pointer;
    }

        .hf-menuicon img {
            width: 22px;
            height: 16px;
        }

    /* Optional: adjust logo size for mobile */
    .hf-il-logo {
        margin-left: 40px;
        width: 132px;
        height: auto;
    }

    .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;
        }
    /* For iOS browsers (webkit) */
    @supports (-webkit-touch-callout: none) {
        .hf-categories {
            /* Apply specific styles for iOS */
            top: 52px;
        }
    }

    .hf-categories-footer {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* new css update 10-06-2025 */

.containerwidth, .hf-sub {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.paddingnone-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.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;
        padding-right: 15px;
    }

    .footerhfcategory {
        padding-left: 15px;
        padding-right: 15px;
    }

    .learnmorediv {
        padding: 0px 15px;
    }
}
