p {
    margin: 0;
}
.title-edu img {
    border-radius: 12px !important;
}
.link-sec-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
        .d-flex {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .navbar{
            min-width: 500px;
            direction: rtl;
            display: flex;
            justify-content: space-between;
        }
        .megamenu {
            min-width: 500px !important;
            display: flex;
            gap: 24px;
            justify-content: center;
            align-items: center;
        }
        .dropdown-header {
            line-height: 40px;
            color: #333333;
            text-decoration: unset;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .dropdown-header.active {
            color: #195AFE;
        }
        .dropdown-menu {
            font-size: 16px;
            color: #333333;
            line-height: 24px;
            font-weight: 400;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .dropdown-menu.active .dropdown-header {
            color: #195AFE;
        }
        .dropdown-header:hover {
            color: #195AFE;
            cursor: pointer;
        }
        .tab-item:hover {
            color: #195AFE;
            cursor: pointer;
        }
        .has-mega::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 12px;
        }

.platform.menu-item .dropdown-content {
    min-height: 47% !important;
}
.blogs.menu-item .dropdown-content {
    min-height: 57% !important;
}
.tools-and-services.menu-item .dropdown-content {
    min-height: 43% !important;
}
.quick-select.menu-item .dropdown-content {
    min-height: 43% !important;
}
.dropdown-content {
    font-family: 'YekanBakhFaNum';
    right: 26%;
    position: fixed;
    top: calc(0% + 80px);
    transform: translateX(50%);
    width: min-content;
    min-width: 910px;
    max-width: 1140px;
    background: #FAFAFA;
    border-radius: 24px;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    pointer-events: none;
}

        .tab-content.active {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
        .tab-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 16px;
        }
        .tab-item p {
            margin: 0px;
        }
.tab-quickselect-content .cart-item {
    font-size: 14px;
    padding: 12px;
    width: 45% !important;
    justify-content: space-between !important;
}
        .cart-item {
            position: relative;
            width: 24%;
            display: flex;
            flex-direction: row;
            padding: 8px;
            border: 1px solid #F2F2F2;
            border-radius: 10px;
            align-items: center;
            justify-content: flex-start;
            cursor: pointer;
            gap: 4px;
        }
        .cart-item:hover {
            color: #195AFE;
            background-color: #fff0;
            background-image: linear-gradient(148deg, #FFFFFF 0%, #F1F5FF 100%);
            border-color: #195AFE;
            box-shadow: 0 4px 16px 0 rgb(0 0 0 / .11);
        }
        .cart-item:hover p {
            color: #195AFE;
        }
        .cart-item p {
            color: #1A1A1A;
            font-weight: 400;
            font-size: 14px;
        }
.cart-section {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.category-content-sec .cart-section {
    display: flex;
    gap: 8px;
    flex-wrap: wrap !important;
    justify-content: flex-start;
}
        .cart-section.tab-quickselect-content {
            gap: 12px !important;
        }
        .tab-content-item {
            width: 100%;
            padding: 16px;
            border-right: 1px solid #E5ECFE;
        }
        .category-content-title {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .category-content-title p {
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            margin: 0;
            color: #123FB2;

        }
        .cart-item.catblog , .cart-item.catanalysis {
            width: 32%;
            justify-content: flex-start;
            gap: 8px;
        }
        .category-content-sec {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
.title-sidebar-tab {
    min-width: 25%;
}
        .tab-item.active {
            color: #195AFE;
            background-color: #E5ECFE;
        }
.btn-landing {
    width: fit-content;
    color: #fff !important;
    display: flex;
    border-radius: 12px;
    padding: 12px 24px;
    gap: 8px;
    background: #195AFE;
    border: none;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}
        .btn-landing:hover {
            background-color: #123FB2;
        }
        .image-logo-sec {
            width: 28%;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4px;
        }
        
        .image-logo-sec img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .tab-content {
            display: none;
        }
        .has-mega.active .dropdown-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            pointer-events: auto;
        }
        .features  .dropdown-content a {
            width: 8vw;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px;
            color: #1A1A1A;
            cursor: pointer;
            border-radius: 10px;
        }
        .features  .dropdown-content {
            min-width: unset;
            max-width: unset;
            width: fit-content;
            display: flex;
            flex-direction: column;
            padding: 16px;
        }
        .dropdown-content a:hover {
            color: #195AFE  !important;
            background-color: #E5ECFE;
            
        }
        .cart-item.newblog , .cart-item.newanalysis , .cart-item.content-cart {
            flex-direction: column;
            width: 32%;
            padding: 16px;
            cursor: auto;
            align-items: flex-end;
        }
        .cart-item.newblog p, .cart-item.newanalysis p, .cart-item.content-cart p{
            width: -webkit-fill-available;
        }
        .platform .cart-section {
            justify-content: flex-start !important;
        }
        .newblog-link , .newanalysis-link {
            text-decoration: unset;
            color: #195AFE !important;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            width:fit-content;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
        
        a.newblog-link:hover , a.newanalysis-link:hover { background-color: unset; }
        .newblog , .newanalysis , .content-cart {
            font-weight: 400;
            font-size: 14px;
            color: #333333;
        }
        .choice-item.newblog-section ,.choice-item.newanalysis-section , .choice-item.master-section {
            display: flex;
            gap: 8px;
            justify-content: space-between;
        }
        .choice-item.master-section {
            justify-content: flex-start !important;
            flex-wrap: wrap;
        }
        .text-pic-row {
            display: flex;
            flex-direction: row;
            gap: 8px;
            align-items: center;
        }

        .flex-row {
            display: flex;
            justify-content: space-between;
        }
        #tab-scam {
            gap: 12px;
        }
        
        #tab-scam strong {
            color: #1A1A1A;
            font-weight: 600;
            font-size: 18px;
        }
        #tab-scam p {
            color: #333333;
            font-weight: 400;
            font-size: 16px;
        }
        #tab-scam .flex-row.report-scam {
            padding:8px 8px 16px 8px;
            border-bottom: 2px solid #E6E6E6;
        }
        .flex-row.border-style {
            padding: 16px 18px;
            border: 1px solid #F2F2F2;
            border-radius: 10px;
        }
.btn-border {
    width: 25%;
    display: flex;
    gap: 4px;
    border: 1px solid #CBDAFE;
    background: none;
    border-radius: 10px;
    cursor: pointer;
    color: #123FB2;
    font-weight: 500 !important;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
    font-size: 14px;
}
.btn-border:hover {
    background: #195AFE;
    color: #195AFE !important;
    border-color: #195AFE !important;
}

.tab-item {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 400 !important;
}
.tick-important{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.tick-important svg{
    width: 20px;
    height: 20px;
    display: block;
}
.title-edu {
    display: flex;
    gap: 8px;
    font-size: 20px;
    flex-wrap: nowrap;
    align-items: center;
}
.edu-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.edu-info-tag {
    background: #F2F2F2;
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    color: #333333;
    font-size: 12px;
    align-items: center;
    border-radius: 10px;
}
.edu-info-tag svg {
    color: #195AFE;
    width: 12px;
}
.edu-info-detail {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 20%;
    }
    .topic-title {
    display: flex;
    gap: 8px;
    color: #123FB2;
    font-size: 18px;
}
.topic-title svg {
    color: #FFA825;
    font-size: 18px;
    width: 18px;
}

.edu-content-sec {
    display: flex;
    gap: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 16px;
}
.topic-edu-sec ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.topic-edu-sec li {
    width: 48%;
}
.topic-edu-sec {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
}
.link-edu {
    display: flex;
    justify-content: flex-end;
}
.title-edu img {
    border-radius: 8px;
}
.cart-item-link.content-services{
    font-size: 14px;
    width: 32%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 12px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    color: #333333;
    font-weight: 400;
}
.calculator-content-sec .cart-item-link {
    font-size: 14px;
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 12px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    color: #333333;
    font-weight: 400;
}
.indicator-content-sec .cart-item-link {
    font-size: 14px;
    width: 49%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 12px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    color: #333333;
    font-weight: 400;
}
.calculator-type-sec, .indicator-type-sec{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
}
.calculator-content-sec {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cart-item-link:hover {
    background: #E5ECFE;
    color: #195AFE;
    border-color: #E5ECFE ;
}
.cart-item.content-cart p {
    text-align: right !important;
    width: 100%;
}
.spcontent-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: inherit;
}
.topic-edu-sec li::marker {
    color: #FFA825;
}
.choice-item .cart-item  {
    color: #333333;
    font-weight: 400;
}
.link-page{color: #333 !important; font-weight: 400 !important;}
.link-page:hover {color: #195AFE !important;}