﻿:root {
    --divider-clr: rgb(34,103,181) !important;
}

#EQLVFCHZCU {
    img {
        object-fit: cover;
    }

    .binduz-er-header-nav {
        padding-block: 0px;
        box-shadow: 0px -10px 38px 0 rgba(46, 63, 99, 0.15);
        background: #fff;
    }

    .logo img {
        height: 100px;
    }

    a:not:has(.binduz-er-news-canvas_close) {
        color: #666666;
        &:hover {
            color: #F63A3A;
        }
    }


    .search-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-inline: 2rem;
        height: 30vh;

        img {
            height: clamp(80px, 30vmax, 30vmin);
            max-height: 25vh;
        }
    }

    ul.sub-menu {
        width: max-content;
    }
}#RCOYPMMAEN {
    img {
        object-fit: cover;
        height: 100%;
    }

    .main-pic {
        height: 70vh;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        list-style: outside none none;
        padding-left: 0;
        margin: 0 auto;

        .bg-eitaa {
            --clr-bg: var(--eitaa-clr);
            background-color: var(--clr-bg);
        }

        .bg-sapp {
            --clr-bg: var(--sapp-clr);
            background-color: var(--clr-bg);
        }

        .bg-whatsapp {
            --clr-bg: var(--whatsapp-clr);
            background-color: var(--clr-bg);
        }

        .bg-telegram {
            --clr-bg: var(--telegram-clr);
            background-color: var(--clr-bg);
        }

        >li i {
            transition: 300ms;
            color: #fff;
            border: 2px solid white;
            border-radius: 50%;
            display: block;
            line-height: 2rem;
            text-align: center;
            width: 2rem;
            font-size: 1rem;

            &:hover {
                outline: 2px solid var(--clr-bg);
            }
        }
    }

    .binduz-er-thumb:has(.slider-pic) {
        /* margin: 0; */
        height: 200px;
    }

    .attachment-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all 400ms ease;
    }

    .grid-auto-fit {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));

        >h4 {
            grid-column: 1 / -1;
        }
    }

    .attachment-file-container {
        background-color: #E1EBEE;
        padding: 1rem;
        border: 1px solid lightslategray;
    }

    .binduz-er-blog-details-thumb-play .attachment-img {
        opacity: 0.7;
    }

    .binduz-er-blog-details-thumb-play:hover .attachment-img {
        opacity: 1;
        transform: scale(1.05);
    }

    .lg-item {
        cursor: pointer;
    }

    .accordion-button::after {
        margin-left: unset;
        margin-right: auto;
    }

    .binduz-er-main-btn[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .reply-form-container {
        display: none;
        height: 0;
        overflow: hidden;
        transition-property: display height;
        transition-duration: 1s;
        transition-behavior: allow-discrete;
        interpolate-size: allow-keywords;
    }

    .reply-form-container[open] {
        display: flex;
        height: auto;

        @starting-style {
            display: flex;
            height: 0;
        }
    }

    ul.keywords {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .ng-margin {
        position: relative;
        z-index: 2;
        background-color: #fff;
        margin-right: 50px;
        margin-top: -90px;
        padding: 50px;
    }
}#QLZMJDJTRD {
    &.binduz-er-footer-area {
        background: #000;
        word-break: break-all;
    }

    .custom-padding {
        padding-top: 75px;
        padding-bottom: 60px;
    }

    .binduz-er-footer-copyright-area {
        background: #111111;
    }

    .description {
        word-break: keep-all;
    }

    .container *:not(.binduz-er-title) {
        color: #fff;
    }

    p {
        margin: 0;
    }

    .binduz-er-title {
        color: #fff;
    }

    .contact-us-icon {
        width: 4rem;
    }

    .contact-us-info {
        flex: 1;
    }

    .namad {
        padding-top: 9px;
    }

    .logo-container img {
        object-fit: contain;
        height: 100%;
    }

    .binduz-er-logo img {
        width: 275px !important;
        object-fit: cover;
        height: 100px;
    }

    .logo-container>ul {
        display: flex;
        gap: 2rem;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .logo-container>ul>li {
        height: 120px;
    }

    .line-clamp {
        --line-clamp: 1;
    }

    .binduz-er-copyright-text p {
        color: #e7e7e7 !important;
    }

    .binduz-er-footer-title {
        display: flex;
        text-wrap-mode: nowrap;
        &:after {
            content: '';
            height: 2px;
            margin-top: 1rem;
            margin-right: 1rem;
            background-color: var(--divider-clr, red);
            flex: 1;
        }
    }

}