.section1 {
    padding: 72px 15px
}

.blogcontainer {
    background-color: #f9fafb
}

.blogimage {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.blogcontentcontainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 64px;
    gap: 24px
}

.blogcontentcontainer-left, .blogcontentcontainer-right {
    width: 50%;
    box-sizing: border-box;
    flex: 1 1 calc(50% - 24px)
}

/ .blogcontentcontainer-left {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #f3f4f6
}

.blogcontentcontainer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px
}

.blogcontentcontainerbox {
    flex: 1;
    width: 100%;
    align-items: center
}

.blogcontentbox {
    margin: 12px 15px 20px
}

.text-wrapper {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
    position: relative;
    color: #111928
}

.clamped-text {
    white-space: nowrap;
    display: inline
}

.read-more-inline {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f9fafb;
    color: #1976d2;
    font-size: 16px;
    padding-left: 10px
}

    .read-more-inline a {
        text-decoration: none !important;
        color: #1976d2 !important
    }

.writtercontent {
    font-size: 16px;
    line-height: 22px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 12px
}

.blogcontentheading, .othrblogheading {
    color: #111928;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.blogcontentheading {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    max-height: 60px
}

.othrblogdate, .othrblogheading {
    font-size: 14px;
    line-height: 18px
}

.blogrightsection {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #fff
}

.blogrightimgcontainer {
    width: 50%
}

.rightsideimgcontentcontainer {
    width: 50%;
    padding: 16px
}

.othrblogheading {
    font-weight: 500;
    margin-bottom: 16px;
    height: 36px;
    display: -webkit-box
}

.othrblogdate {
    color: #374151;
    font-weight: 400;
    margin-bottom: 0
}

.contentimg, .dashedborder, .detailscontent1, .exploreblogs {
    position: relative
}

.exploreblogsborder {
    border-top: 1px solid #1976d2;
    display: block;
    margin-bottom: 20px
}

.exploreblogscontent, .exploreblogsparagraph {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500
}

.exploreblogscontent {
    color: #1976d2;
    background-color: #f9fafb;
    display: inline-block;
    position: absolute;
    top: -16px;
    padding-right: 16px
}

.exploreblogsparagraph {
    color: #374151
}

.blogflitered {
    padding-bottom: 32px
}

.blogflitered-buttons button {
    padding: 8px 20px;
    border: 1px solid #1976d2;
    color: #1976d2;
    border-radius: 8px;
    cursor: pointer;
    margin: 32px 12px 32px 0;
    font-size: 16px;
    line-height: 22px;
    background-color: #f9fafb;
    outline: 0 !important
}

    .blogflitered-buttons button.active {
        background-color: #1976d2;
        color: #fff
    }

.blogflitered .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.filterbtnitem {
    flex: 0 0 32%;
    border-radius: 8px
}

.blogshareanchor, .viewmoreblogbtn {
    align-items: center;
    text-decoration: none !important
}

.accordion input[type=checkbox], .hidden, .notification-container {
    display: none
}

.blogrightsection:hover, .exploreblogtemplate:hover {
    box-shadow: 0 2px 12px 0 #0000001F
}

.exploreblogtemplate {
    background-color: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 8px
}

.exploreblogssectionheading {
    font-size: 16px;
    line-height: 24px;
    color: #111928;
    font-weight: 600;
    margin-bottom: 8px;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.subexploreblog {
    padding: 16px
}

    .subexploreblog .writtercontent {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0
    }

.viewmoreblogbtn {
    font-size: 14px;
    line-height: 16px;
    color: #1976d2;
    border: 1px solid #1976d2;
    display: inline-flex;
    padding: 10px 32px;
    border-radius: 8px
}

.paddingbottomexploreblog {
    padding-bottom: 56px
}

.blogtheme {
    background: linear-gradient(to bottom,#8bc9FFCC 0,#8bc9FF00 100%);
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 8px;
    padding: 32px 0
}

.blogtext {
    font-size: 56px;
    color: #1976d2;
    font-weight: 700;
    margin: 0;
    font-style: italic;
    text-transform: uppercase
}

.downloadapp, .scancode-text {
    color: #111928;
    font-weight: 600
}

.downloadapp {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 8px
}

.downloadappul {
    margin: 0;
    padding-left: 20px
}

    .downloadappul li {
        font-weight: 400;
        color: #374151;
        font-size: 16px;
        line-height: 24px
    }

.scancode-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px
}

.accordion input:checked + label .arrow, .accordion input:not(:checked) + label .arrow {
    content: url("https://cdnapp.indialends.com/illive/images/creative/arrow-down-blue.svg")
}

.editorsharedsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0 12px
}

.editornddate {
    font-size: 14px;
    color: #374151;
    font-weight: 400;
    margin: 0
}

.blogshareanchor {
    font-size: 14px;
    color: #1976d2;
    font-weight: 500;
    display: flex
}

.notification {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #004085;
    border: 1px solid #cce5ff;
    border-radius: 8px;
    padding: 8px 10px;
    min-width: 192px;
    max-width: 192px;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    animation: .3s forwards slideIn;
    right: 0;
    z-index: 9
}

    .notification::after, .notification::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        transform: translateY(-50%)
    }

    .notification::before {
        top: -12px;
        border-right: 10px solid #fff;
        z-index: 1;
        rotate: 90deg;
        right: 36px
    }

    .notification::after {
        top: -13px;
        border-right: 11px solid rgba(0,0,0,.1);
        z-index: -1;
        rotate: 90deg;
        right: 36px
    }

.message {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.blogcontentmainheading {
    font-size: 24px;
    line-height: 30px;
    color: #111928;
    font-weight: 600;
    margin: 0
}

.accordion {
    max-width: 900px;
    margin: 0 auto
}

    .accordion label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 5px;
        cursor: pointer;
        font-weight: 700;
        transition: background-color .3s;
        font-size: 18px;
        line-height: 22px
    }

        .accordion label .arrow {
            width: 10px;
            height: 6px;
            transition: transform .3s
        }

    .accordion input:checked + label .arrow {
        transform: rotate(180deg)
    }

    .accordion .content {
        max-height: 0;
        overflow: hidden;
        background-color: #fafafa;
        padding: 0 15px
    }

    .accordion input:checked ~ .content {
        max-height: 1200px;
        padding: 0;
        overflow-y: auto;
        font-size: 16px;
        line-height: 22px
    }

.sharecode {
    background-color: #f2f7fa;
    padding: 24px;
    border: 1px solid #d1e4f6;
    border-radius: 12px;
    text-align: center
}

.sharecodecontent1 {
    font-size: 20px;
    line-height: 28px;
    color: #111928;
    font-weight: 600;
    margin-bottom: 8px
}

.sharecodeparagraph {
    font-size: 16px;
    line-height: 22px;
    color: #111928;
    font-weight: 500;
    margin-bottom: 32px
}

.detailscontent1, .scanqrcode {
    font-size: 18px;
    line-height: 22px
}

.latestarticle li a:hover, .scanqrcode {
    color: #1976d2
}

.scanqrcode {
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 32px
}

.detailscontent1 {
    color: #1976d2;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f9fafb;
    padding-right: 10px;
    margin: 0
}

.dashedborder {
    border-top: 1px solid #1976d2;
    background-origin: border-box;
    margin: 0;
    top: 14px
}

.articlesidepanel {
    padding-top: 40px;
    padding-bottom: 24px
}

.articleviewpanel {
    padding: 16px;
    background-color: #fff;
    text-align: left;
    border-radius: 12px;
    border: 1px solid #e5e7eb
}

.latestarticle {
    padding: 0;
    margin: 0;
    list-style-type: none
}

    .latestarticle li {
        border-bottom: 1px solid #e5e7eb;
        padding: 0 0 16px;
        margin-bottom: 16px
    }

        .latestarticle li:last-child {
            border-bottom: none;
            padding: 0;
            margin: 0
        }

        .latestarticle li a {
            color: #111928;
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            margin-bottom: 8px;
            display: block
        }

.articlepaneldate {
    margin: 0;
    font-size: 14px;
    color: #374151;
    font-weight: 400
}

.blogheading1 {
    font-size: 20px;
    color: #111928;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px
}

.blogsubheading {
    font-size: 18px;
    color: #111928;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 4px
}

.blogsubpara {
    font-size: 16px;
    color: #111928;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 16px
}

.insideblog {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    font-size: 18px;
    color: #111928;
    margin: 24px 0;
    border: 1px solid #e5e7eb;
    font-weight: 600
}

.insidebloganchor {
    font-size: 16px;
    color: #374151;
    font-weight: 500;
    border-top: 1px solid #f3f4f6;
    display: block;
    padding: 12px 0
}

.insideblog .content {
    height: 200px;
    overflow-y: scroll
}

    .insideblog .content::-webkit-scrollbar {
        width: 4px;
        background: #f9fafb;
        border-radius: 10px
    }

    .insideblog .content::-webkit-scrollbar-thumb {
        background: #f9fafb;
        border-radius: 10px
    }

@media (max-width:820px) {
    .section1 {
        padding: 56px 15px
    }

    .blogcontentcontainer-left, .blogcontentcontainer-right {
        flex: 1 1 100%
    }

    .blogcontentcontainer-right {
        height: auto;
        gap: 12px
    }

    .blogcontentcontainerbox {
        height: 100px
    }

    .blogcontentcontainer {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .blogflitered-buttons button, .othrblogdate, .othrblogheading, .writtercontent {
        font-size: 12px;
        line-height: 16px
    }

    .blogcontentheading {
        font-size: 16px;
        line-height: 22px;
        display: -webkit-box
    }

    .read-more-inline, .text-wrapper {
        font-size: 12px
    }

    .blogsubheading, .othrblogheading {
        margin-bottom: 4px
    }

    .othrblogdate {
        margin: 0
    }

    .rightsideimgcontentcontainer {
        padding: 8px 15px
    }

    .exploreblogscontent {
        font-size: 14px;
        line-height: 18px;
        top: -10px
    }

    .exploreblogs {
        margin-top: 30px
    }

    .blogcontentul, .blogsubheading, .blogsubpara, .exploreblogsparagraph {
        font-size: 14px;
        line-height: 20px
    }

    .filterbtnitem {
        flex: 0 0 100%
    }

    .blogflitered-buttons {
        white-space: nowrap;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden
    }

        .blogflitered-buttons button {
            padding: 4px 12px;
            margin-right: 4px;
            border-radius: 6px;
            margin-top: 20px;
            margin-bottom: 12px
        }

    .paddingbottomexploreblog {
        padding-bottom: 32px
    }

    .blogtext {
        font-size: 24px
    }

    .blogtheme {
        padding: 20px 0
    }

    .downloadapp {
        font-size: 20px;
        line-height: 30px
    }

    .accordion label, .downloadappul li, .scancode-text {
        font-size: 14px;
        line-height: 22px
    }

    .insideblog .content {
        height: 160px
    }

    .blogcontentmainheading {
        font-size: 18px;
        line-height: 24px
    }

    .sharecode {
        display: none
    }

    .articlesidepanel {
        padding-top: 20px;
        padding-bottom: 16px
    }

    .blogheading1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .blogsubpara {
        margin-bottom: 8px
    }

    .blogcontentul {
        padding-left: 18px
    }

    .insidebloganchor {
        padding: 8px 0
    }
}

.toast {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background-color: #323232;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 9999;
    display: flex;
    align-items: center;
    width: 340px
}

    .toast.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
        display: flex;
        background-color: #323232;
    }
