.hc-inner__leftside-category > .hc-inner__leftside-categories {
    display: none;
}

.hc-inner__leftside-subcategory > .hc-inner__leftside-link {
    display: none;
}

.hc-inner__leftside-category.hc-inner_active_category > .hc-inner__leftside-categories {
    display: block;
}

.hc-inner__leftside-subcategory.hc-inner__leftside-subcategory-active > .hc-inner__leftside-link {
    display: flex;
}

.hc-subscription__link {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 38px;
}

.hc-subscription__link:hover {
    color: #fff;
    text-decoration: none;
}

.hc-inner {
    background: var(--zealcore-dark-color, #000000);
    padding-top: 100px;
    padding-bottom: 100px;
}

.hc-inner__leftside {
    justify-self: right;
    padding: 20px 20px 20px 0;
    flex: 1 0 30%;
}

.hc-inner__leftside-title {
    font-size: 30px;
    margin-bottom: 22px;
}

.hc-inner__leftside-category {
    color: #3f73f7;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.hc-inner__leftside-subcategory {
    color: #1031a5;
    cursor: pointer;
    font-size: 20px;
    margin-top: 8px;
    padding-left: 20px;
    position: relative;
}

.hc-inner__leftside-link {
    align-items: baseline;
    color: var(--zealcore-white-color, #FFFFFF);
    display: flex;
    font-size: 16px;
    margin: 6px 0;
    padding-left: 25px;
}

.hc-inner__leftside-link:before {
    border-bottom: 4px solid #0000;
    border-left: 6px solid #2046c7;
    border-top: 4px solid #0000;
    content: '';
    height: 0;
    margin-right: 10px;
    transition: all .2s;
    width: 0;
}

.hc-inner__leftside-link_active {
    color: var(--e-global-color-zealcore_accent, #3754ED)
    font-weight: 600;
}

@media (max-width: 768px) {
    .hc-inner__leftside {
        grid-template-columns:auto
    }
}

.hc-inner__rightside {
    width: 100%;
    align-self: start;
    color: var(--zealcore-white-color, #000000);
    background: #161A5B;
    border-radius: 12px;
}

.hc-inner__rightside-main {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAicAAAAECAYAAABV959sAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpaVUFOwg0iFDdbIgKuIoVSyChdJWaNXB5NIvaGJIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9SaBHjwXE/3t173L0DhGaNqWbPOKBqlpFJJsR8YUUMvCKEKIIYQFBipp7KLuTgOb7u4ePrXZxneZ/7c/QpRZMBPpF4lumGRbxOPL1p6Zz3iSOsIinE58RjBl2Q+JHrsstvnMsOCzwzYuQyc8QRYrHcxXIXs4qhEk8RxxRVo3wh77LCeYuzWquz9j35C8NFbTnLdZpRJLGIFNIQIaOOKmqwEKdVI8VEhvYTHv5hx58ml0yuKhg55rEBFZLjB/+D392apckJNymcAHpfbPtjBAjsAq2GbX8f23brBPA/A1dax7/RBGY+SW90tNgR0L8NXFx3NHkPuNwBhp50yZAcyU9TKJWA9zP6pgIweAuEVt3e2vs4fQBy1NXSDXBwCIyWKXvN493B7t7+PdPu7wc8HXKRlk1qzQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UKHAk6HZNcWTgAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAABO0lEQVRo3u2WsVLEMAxEV84BAx0dwy/x/fwDBTNUzNxwREsR3UXWxaGhoNjXOJalleTYkxgeXgghxF8Qd8nY21jmeZ38PS7sBGEXrRKT7VZ8OLCBQONVHcy+rLVV2yh+kDti7VK3b/SzH7v6VL+yF2HjXly2pzlHfYKDGvu5odSd+vCdvN3786RV38N530YaVz61FsKB5TxZOYORt9axW2uOy1rs/Sxpz6FtWz1tnY8tv1GtNthHZ5/D+x7mqreVY47nFuMcvTUv+wVg8j5mr8+s32Jfii3nQyPgq5ad7/LZ1tL9dl/Xv7munaL2Kc0blzkAzKE1he0rxkPEHZdnOxA4xgjAbgi7JexzGdvdYn8/hd49gY/I8eTAWzw/Engm8Mqm74kQQggh/hP6ORFCCCGEfk6EEEIIIUb8AK5WQW/zfuv8AAAAAElFTkSuQmCC'), url(/lib/themes/traze/css/single/hc/inner-bg.webp);
    padding: 36px;
    background-size: auto, cover;
    background-position: top left, 50% 50%;
    position: relative;
    background-repeat: repeat-y;
}

.hc-inner__rightside-breadcrumbs {
    color: var(--zealcore-white-color, #FFFFFF);
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    font-family: var(--zealcore-text-font-family, sans-serif);
}

.hc-inner__rightside-title {
    font-family: var(--zealcore-primary-font-family, sans-serif);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

.hc-inner__rightside-date {
    color: #fff;
    font-size: 14px;
}

.hc-inner__rightside-content {
    max-width: 1000px;
    padding: 40px;
}

.hc-inner__navigation {
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 20px;
    padding-top: 20px;
}

.hc-inner__navigation-button {
    color: #1031a5;
    display: grid;
    gap: 0 10px;
    grid-template-columns:auto 1fr;
    cursor: pointer;
}

.hc-inner__navigation-button:hover {
    text-decoration: none;
}

.hc-inner__navigation-button_next {
    text-align: right;
}

.hc-inner__navigation-direction {
    color: #000;
    font-size: 12px;
}

.hc-inner__navigation-icon {
    align-items: center;
    background: #132ec8;
    border-radius: 100px;
    box-shadow: 3px 3px 5px #989898;
    color: #fff;
    display: grid;
    font-size: 18px;
    grid-row: 1/3;
    height: 40px;
    justify-items: center;
    transition: all .2s ease-out;
    width: 40px;
    position: relative;
}

.hc-inner__navigation-icon_next:before, .hc-inner__navigation-icon_prev:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 3px;
    border-style: solid;
}

.hc-inner__navigation-icon_prev:before {
    border-width: 7.5px 7px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.hc-inner__navigation-icon_next:before {
    border-width: 7.5px 0 7.5px 7px;
    border-color: transparent transparent transparent #ffffff;
}

.hc-inner__navigation-icon_next {
    grid-column: 2/3;
}

:hover > .hc-inner__navigation-icon {
    background: #70d0f6;
}

.content-wrapper img {
    max-width: 100%;
    display: block;
    margin: 15px 0;
}

@media (max-width: 923px) {
    .hc-inner__navigation {
        gap: 10px
    }

    .hc-inner__navigation-text {
        font-size: 14px
    }

    .hc-inner__navigation-button {
        grid-template-columns:auto;
        row-gap: 8px
    }

    .hc-inner__navigation-icon {
        grid-row: auto
    }

    .hc-inner__navigation-icon_next {
        grid-column: auto;
        justify-self: end
    }
}

.hc-inner__subscription {
    align-items: center;
    background-image: url(/lib/themes/zfx/css/single/hc/subscription_bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: grid;
    height: 600px;
}

.hc-inner__subscription-title {
    font-size: 42px;
    margin-bottom: 20px;
    position: relative;
}

.hc-inner__subscription-title:after, .hc-inner__subscription-title:before {
    border-left: 18px solid #5fece5;
    height: 38px;
    top: -70px;
}

.hc-inner__subscription-title:before {
    left: 20px;
}

.hc-inner__subscription-title:after {
    left: 50px;
}

.hc-inner__subscription-desc {
    margin-bottom: 40px;
    max-width: 700px;
}

.hc-inner__subscription-input {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 32px;
    margin-right: 32px;
    max-width: 250px;
    padding: 12px;
    width: 100%;
}

.hc-inner__subscription-input::placeholder {
    color: #fff;
}

.hc-inner__subscription-button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 12px 38px;
}

@media (max-width: 479px) {
    .hc-inner__subscription {
        padding-top: 60px
    }

    .hc-inner__subscription-title:after, .hc-inner__subscription-title:before {
        top: -50px
    }
}

.hc-inner__leftside-category.text-arrow.collapsed span {
    background: #161A5B;
    color: var(--zealcore-accent-color, #789EF0);
}

.hc-inner__leftside-category.text-arrow span {
    display: block;
    padding: 15px 25px;
    color: var(--zealcore-white-color, #FFFFFF);
    border-radius: 12px;
    font-family: var(--zealcore-text-font-family, sans-serif);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    transition: all .4s;
}

.hc-inner__leftside-category.text-arrow::before {
    content: "";
    width: 9px;
    height: 6px;
    background-color: var(--zealcore-white-color, #FFFFFF);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6'%3E%3Cpath d='M4.5 5.75a.25.25 0 0 0 .185-.081l4-4.374a.25.25 0 0 0-.003-.34L8.086.327a.25.25 0 0 0-.364.002L4.5 3.81 1.278.33l-.002.001A.25.25 0 0 0 1.095.25c-.07 0-.135.03-.18.08V.327l-.012.01V.34L.318.954a.25.25 0 0 0-.003.34l4 4.375.04.034a.25.25 0 0 0 .145.047Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6'%3E%3Cpath d='M4.5 5.75a.25.25 0 0 0 .185-.081l4-4.374a.25.25 0 0 0-.003-.34L8.086.327a.25.25 0 0 0-.364.002L4.5 3.81 1.278.33l-.002.001A.25.25 0 0 0 1.095.25c-.07 0-.135.03-.18.08V.327l-.012.01V.34L.318.954a.25.25 0 0 0-.003.34l4 4.375.04.034a.25.25 0 0 0 .145.047Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: transform .25s ease, background-color .25s ease;
    position: absolute;
    left: auto;
    inset-inline-end: 5%;
    top: 25px;
}

.hc-inner__leftside-category.hc-inner_active_category::before {
    transform: rotate(180deg);
    background-color: var(--zealcore-accent-color, #789EF0);
}

.hc-inner__wrapper {
    z-index: 5;
}

@media (max-width: 767px) {
    .hc-inner__leftside {
        width: 100%
    }

    .hc-inner {
        padding-top: 10px;
        padding-bottom: 50px
    }

    .hc-inner__leftside {
        padding: 40px 0
    }

    .hc-inner__leftside-link {
        padding-left: 20px
    }

    .hc-inner__rightside-title {
        font-size: 18px;
        font-weight: 600
    }

    .hc-inner__rightside-breadcrumbs {
        font-size: 15px
    }

    .hc-inner__rightside-content {
        padding: 10px 30px
    }
}

html[dir="rtl"] .zealcore-body-content li, html[dir="rtl"] .zealcore-body-content ol, html[dir="rtl"] .zealcore-body-content a, .hc-inner__rightside-breadcrumbs {
    font-family: "Noto Sans Arabic", sans-serif;
}

html[dir="rtl"] .hc-inner__leftside {
    padding: 20px 0 20px 20px;
}

html[dir="rtl"] .hc-inner__leftside-link {
    padding-right: 25px;
    padding-left: 0;
}

html[dir="rtl"] .hc-inner__leftside-link:before {
    margin-right: 0;
    margin-left: 10px;
    transform: rotate(180deg);
}