/*
Theme Name: Afrak
Theme URI: https://rtl-theme.com/
Author: Avadis
Author URI: https://www.rtl-theme.com/author/avadis/
Description: News & Magazine Wordprees Theme
Version: 1.0
*/

@font-face {
    font-family: Vazir;
    src: url("assets/webfonts/vazir/Vazirmatn-FD-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url("assets/webfonts/vazir/Vazirmatn-FD-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Shabnam;
    src: url("assets/webfonts/shabnam/Shabnam-FD.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Shabnam;
    src: url("assets/webfonts/shabnam/Shabnam-Bold-FD.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.8;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    -webkit-appearance: none;
    border-radius: 0;
    text-align: inherit;
    background: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    border: none;
    color: inherit;
    font: inherit;
}

:root {
    --color-primary: #ff0066;
    --color-secondary: #1c1c1c;
    --color-tertiary: #7d7d87;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
textarea {
    font-family: Vazir, Tahoma;
}

a {
    text-decoration: none;
    color: var(--color-secondary);
}

li,
ul,
ul li {
    list-style: none;
}

body {
    font-family: Vazir, Tahoma;
    background-color: #f9f9f9;
    direction: rtl;
    margin: 0;
    padding: 0;
}

.container {
    width: 1340px;
    margin: 0 auto;
    padding: 20px 0px;
}

.content-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.section {
    max-width: 1340px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-column {
    flex: 1;
}

.right-column {
    flex: 1;
    justify-content: space-between;
}

.card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 0px 10px;
}

.label {
    background-color: var(--color-primary);
    display: inline-block;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 12px;
    margin-bottom: 8px;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.ranked-articles {
    max-width: 1340px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.article-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 180px;
    position: relative;
}

.article-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
    background-color: #eee;
}

.article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.badge {
    position: absolute;
    top: -6px;
    left: -6px;
    background-color: var(--color-primary);
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-secondary);
    line-height: 1.6;
}

.sidebar {
    width: 25%;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.widget {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 30px;
}

.widget h3 {
    font-size: 14px;
    margin-bottom: 12px;
    position: relative;
    font-weight: 700;
}

.widget h3::before {
    content: "";
    margin-left: 10px;
    width: 5px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 30px;
    display: inline-block;
    line-height: 2;
}

.popular-list {
    list-style: none;
}

.popular-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.popular-list img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    margin-left: 10px;
    object-fit: cover;
}

.slider-box {
    background-color: #eee;
    height: 180px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    font-size: 14px;
}

.main-content {
    flex: 1;
    max-width: 75%;
}

.page-title {
    background: #fff;
    border-radius: 15px;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-secondary);
    position: relative;
    margin-bottom: 20px;
}

.page-title h1 {
    font-size: 16px;
}

.article {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.article .thumb {
    width: 280px;
    height: 180px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.article .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article .info {
    flex: 1;
    display: flex;
    gap: 5px;
    justify-content: space-around;
    flex-direction: column;
}

.article .category {
    font-size: 12px;
    color: var(--color-primary);
    display: flex;
    position: absolute;
    margin-top: 5px;
    margin-right: 5px;
}

.article .category a {
    background: var(--color-primary);
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}

.article .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--color-secondary);
}

.article .excerpt {
    font-size: 13px;
    color: var(--color-tertiary);
    line-height: 2.2;
}

.article .meta {
    font-size: 12px;
    color: var(--color-tertiary);
    text-align: left;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
}

.article .meta-date:after {
    content: "\f133";
    color: var(--color-tertiary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    left: 0;
    font-family: "Font Awesome 7 pro";
    float: right;
    margin-left: 5px;
}

.article .meta-comments:after {
    content: "\f4ad";
    color: var(--color-tertiary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    left: 0;
    font-family: "Font Awesome 7 pro";
    float: right;
    margin-left: 5px;
}

.article .meta-views:after {
    content: "\f06e";
    color: var(--color-tertiary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    left: 0;
    font-family: "Font Awesome 7 pro";
    float: right;
    margin-left: 5px;
}

.site-footer {
    background: #fff;
    padding-top: 40px;
    color: var(--color-secondary);
}

.site-footer h4,
.site-footer h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px
}

.site-footer p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify
}

.site-footer .afrak-card-container {
    color: #fff !important
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
    direction: rtl;
}

.footer-bottom p {
    text-align: center !important
}

.footer-col .widget_media_image img {
    text-align: center !important;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.footer-col .recent-posts-widget .post-item {
    padding: 3px 0;
}

.footer-col {
    box-sizing: border-box;
}

.footer-col-1 {
    flex: 0 0 23%;
    max-width: 23%;
    margin-left: 20px;
}

.footer-col-2,
.footer-col-3,
.footer-col-4 {
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 20px;
}

.footer-bottom {
    text-align: center;
    padding: 25px 0 15px;
    font-size: 13px;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.footer-bottom a {
    color: #0066ff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: none;
}

header {
    background: #fff;
    top: 0;
    z-index: 1000;
}

.header-style-2 .header-container {
    max-width: 100%;
    display: block;
    height: auto;
}

.header-container {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo {
    display: flex;
    align-items: center;
    max-height: 64px;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.site-logo-light,
.site-logo-dark {
    height: 35px;
    width: auto;
    max-width: 180px;
    transition: opacity 0.3s ease-in-out;
}

.nav-desktop {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-desktop ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-style-2 .nav-desktop li {
    margin-left: 20px;
}

.header-style-2 .nav-desktop li ul li {
    margin-left: 0;
}

.nav-desktop li {
    position: relative;
}

.nav-desktop>ul>li>a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    transition: color 0.3s;
}

.nav-desktop li a {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-size: 14px;
    font-weight: 700
}

.nav-desktop ul.sub-menu li i a {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.nav-desktop li i {
    position: relative;
    bottom: 1px;
    font-size: 16px;
}

.nav-desktop ul.sub-menu li i {
    position: relative;
    bottom: 1px;
    font-size: 16px;
}

.nav-desktop ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.25s;
    padding: 10px 0;
    flex-direction: column;
    z-index: 1000;
}

.nav-desktop li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0s;
}

.nav-desktop ul.sub-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    min-width: 300px;
}

.nav-desktop ul.sub-menu li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E9EBEE
}

.nav-desktop ul.sub-menu li:last-child {
    border-style: none;
}

.nav-desktop ul.sub-menu li a {
    width: 100%;
    padding: 12px 20px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
}

.nav-desktop ul.sub-menu li a:hover {
    color: var(--color-secondary);
}

.nav-desktop li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 7 pro";
    font-weight: 400;
    font-size: 10px;
    margin-right: 5px;
    transition: transform 0.3s;
}

.nav-desktop li.menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
}

.nav-desktop ul.sub-menu ul.sub-menu {
    top: 0;
    right: 100%;
    transform: translateX(15px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.25s;
}

.nav-desktop ul.sub-menu li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s, 0s, 0s;
}

.nav-desktop ul.sub-menu li.menu-item-has-children>a::after {
    content: "\f104";
    font-family: "Font Awesome 7 pro";
    font-weight: 900;
    font-size: 10px;
    float: left;
    margin-left: 5px;
    margin-right: 0;
    transform: none;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--color-secondary);
    cursor: pointer;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

.icon-btn:hover {
    color: var(--color-primary);
}

.login-btn {
    background: var(--color-primary);
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: background 0.3s;
}

.login-btn:hover {
    opacity: 0.8;
}

.mobile-menu-btn,
.mobile-search-btn {
    display: none;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-content {
    width: 90%;
    max-width: 700px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.search-overlay.active .search-content {
    transform: translateY(0);
}

.search-box {
    width: 100%;
    padding: 20px 60px 20px 20px;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    outline: none;
}

.search-box::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.close-search {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    margin-top: 3px;
}

.search-box:-webkit-autofill,
.search-box:-webkit-autofill:hover,
.search-box:-webkit-autofill:focus,
.search-box:-webkit-autofill:active {
    -webkit-box-shadow: transparent !important;
    -webkit-text-fill-color: #B8B8B8 !important;
    transition: background-color 9999s ease-in-out 0s;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 9998;
    transition: right 0.3s;
    overflow-y: auto;
    padding: 80px 20px 20px;
}

.mobile-menu.active {
    right: 0;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9997;
    display: none;
}

.mobile-overlay.active {
    display: block;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    border-bottom: 1px solid #eee;
}

.wp-block-group {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 35px;
}

.wp-block-search__input {
    appearance: none;
    border: 1px solid #e5e5e5;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important;
    border-radius: 50px;
}

.mobile-menu li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    color: var(--color-secondary);
    text-decoration: none;
    font-size: 15px;
    padding-right: 10px;
    gap: 10px;
}

.mobile-menu li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 7 pro";
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.3s;
}

.mobile-menu ul.sub-menu {
    padding-right: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-menu li.menu-item-has-children.open>a::after {
    transform: rotate(180deg);
}

.mobile-menu li.menu-item-has-children.open>ul.sub-menu {
    max-height: 500px;
}

.mobile-menu ul.sub-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: var(--color-secondary);
    text-decoration: none;
}

.close-mobile-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 22px;
    color: var(--color-secondary);
    cursor: pointer;
}

#single-two .article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 30px 0px 30px;
    padding-bottom: 20px;
}

#single-two .meta-left,
#single-two .meta-right {
    display: flex;
    gap: 40px;
    align-items: center;
    font-size: 13px;
    color: var(--color-tertiary);
}

#single-two .meta-item {
    display: flex;
    gap: 5px;
    line-height: 2;
    flex-direction: row;
    align-items: center;
}

#single-two .meta-reading-time:before,
#single-two .article-category:before {
    display: none !important
}

#single-two .article-category {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 15px;
}

#single-two .article-category a {
    color: #fff;
}

#single-two .tags-section {
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    margin: 30px 0;
}

#single-two .tags-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

#single-two .tags-label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

#single-two .tags-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#single-two .tag-item {
    margin-bottom: 0px
}

#single-two .author-box {
    display: grid;
    grid-template-columns: 70px 1fr 150px;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 40px;
    gap: 25px;
    border: 0px;
    margin: 0px;
}

.article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.article-header {
    padding: 25px 30px 20px;
}

.article-category {
    display: inline-block;
    padding: 0px;
    font-size: 13px;
}

.article-category a {
    color: var(--color-tertiary);
}

.article-category:before {
    content: "|";
    margin: 0 12px;
    color: #e9eaeb;
}

.article-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-secondary);
    line-height: 1.6;
}

.meta-reading-time:before {
    content: "|";
    margin: 0 12px;
    color: #e9eaeb;
}

.article-image {
    width: 94%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    max-height: 500px;
    object-fit: cover;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 30px 0px 30px;
    padding-bottom: 20px;
}

.meta-left,
.meta-right {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    font-size: 13px;
    color: var(--color-tertiary);
}

.meta-item {
    display: flex;
    line-height: 2;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.author-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--color-tertiary);
}

.author-meta img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.meta-item i {
    font-size: 12px
}

.author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}

.author-name {
    font-size: 12px;
}

.meta-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-tertiary);
    font-size: 12px;
}

.wp-block-search__button {
    margin-right: 10px;
    word-break: normal;
    background: var(--color-primary);
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
}

.meta-date i {
    font-size: 12px;
}

.like-btn {
    background: var(--color-primary);
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.article-body {
    padding: 30px;
    font-size: 14px;
    line-height: 2;
    color: #383e43;
    text-align: justify;
}

.article-body p {
    line-height: 2.3
}

.article-body h2 {
    font-size: 18px;
    font-weight: 700
}

.article-body h3 {
    font-size: 14px;
    font-weight: 700
}

.article-body h4,
.article-body h5,
.article-body h6 {
    font-size: 14px;
    font-weight: 700
}

.author-prof {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.social-share {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px 30px 0px 30px;
}

.social-share .share-title {
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.social-buttons {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform 0.2s, background 0.2s;
    text-decoration: none;
    font-size: 16px;
}

.social-btn.facebook {
    background: #1877f2;
}

.social-btn.twitter {
    background: #1da1f2;
}

.social-btn.linkedin {
    background: #0077b5;
}

.social-btn.whatsapp {
    background: #25d366;
}

.social-btn:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.author-box {
    display: grid;
    grid-template-columns: 70px 1fr 150px;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin: 0px 25px 35px 25px;
    gap: 5px;
    border: 1px solid #E9EAEB;
}

.author-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.author-info h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-secondary);
}

.author-info h6:before {
    display: none !important
}

.author-info p {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

.author-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.author-social a {
    color: var(--color-secondary);
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s;
}

.author-social .follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #eee;
    border-radius: 50px;
    font-size: 12px !important;
    font-weight: 700;
    color: #333;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.author-social .follow-btn i {
    font-size: 13px;
    color: #333;
}

.author-social .follow-btn:hover {
    background: #eee;
    color: #333
}

.post-footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
}

.post-actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    padding-left: 20px;
}

.comment-link,
.share-btn-bottom {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #333;
    background: #fff;
    padding: 6px 14px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 12px
}

.comment-link i,
.share-btn-bottom i {
    font-size: 12px;
}

.related-posts {
    margin-top: 20px;
}

.section-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-secondary);
    margin-bottom: 15px;
    padding-right: 12px;
    border-right: 3px solid;
    border-color: var(--color-primary);
    display: inline-block;
    line-height: 1.2
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 5px;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
}

.post-image {
    position: relative;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    border-radius: 20px;
}

.post-badge {
    position: absolute;
    top: 20px;
    left: 20px;
}

.post-badge .cat-link {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    color: #fff;
}

.post-content {
    padding: 0px 20px 20px 20px;
}

.post-title {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-secondary);
    margin-bottom: 10px;
    line-height: 1.6;
}

.post-excerpt {
    font-size: 12px;
    color: var(--color-tertiary);
    line-height: 2.2;
    margin-bottom: 15px;
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.post-date {
    font-size: 11px;
    color: var(--color-secondary);
}

.post-category-badge {
    background: var(--color-primary);
    color: #ffff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 10px;
}

.comments-wrapper {
    width: 100%;
}

.comments-section {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    margin-top: 30px;
}

.comments-area {
    margin-top: 50px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.comments-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

.single-comment {
    list-style: none;
    margin-bottom: 25px;
}

.comment-inner {
    display: flex;
    gap: 15px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.comment-inner:hover {
    border-color: #ddd;
    background: #fff;
}

.comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment-body {
    flex: 1;
}

.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment-author-name {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    margin: 0;
}

.comment-date {
    font-size: 12px;
    color: #999;
}

.comment-text {
    font-size: 13px;
    line-height: 1.8;
    color: #444;
    margin-top: 8px;
}

.comment-footer {
    margin-top: 10px;
}

.comment-footer a {
    display: inline-block;
    background: var(--color-primary);
    color: #fff !important;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s;
}

.comment-footer a:hover {
    opacity: 0.9
}

.children {
    margin-right: 60px;
    margin-top: 20px;
    border-right: 2px solid #eee;
    padding-right: 20px;
}

.reply-title {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #222;
}

.comment-form .form-group {
    margin-bottom: 15px;
    display: contents;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.comment-form input {
    width: 49.5% !important;
    margin: 15px 0px
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--color-primary);
    outline: none;
}

.comment-notes,
.comment-form-cookies-consent {
    display: none;
}

.submit-btn {
    background: var(--color-primary);
    border: none;
    color: #fff;
    padding: 6px 28px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
    max-width: 120px;
}

.submit-btn:hover {
    opacity: 0.9
}

body.rtl .comment-footer {
    text-align: left;
}

.tags-section {
    min-width: 500px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 0;
}

.tags-list:empty {
    min-height: 20px;
}

.tags-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tags-label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.tags-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-item {
    background-color: #fff;
    border: 1px solid #f0f1f3;
    color: #262626;
    border-radius: 50px;
    margin-bottom: 8px;
    font-size: 12px;
    padding: 0 8px;
    display: inline-flex;
    position: relative;
    align-items: center;
    -webkit-box-pack: center;
}

.tag-item:hover {
    background: #f0f1f3;
}

.meta-right img {
    border-radius: 50px;
}

.header-top-container {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 30px;
}

.search-container {
    flex: 1;
    max-width: 600px;
}

.search-input {
    width: 100%;
    padding: 12px 45px 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    line-height: 1.2;
}

.search-input:focus {
    border-color: #0066ff;
}

.search-container {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    line-height: 1;
}

.header-bottom {
    display: block;
}

.header-bottom-container {
    margin: 0 auto;
    padding: 0px;
    height: 55px;
    display: flex;
    align-items: center;
}

.scroll-to-top {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-to-top:hover {
    transform: translateY(-4px);
}

.scroll-to-top.show {
    display: flex;
}

body.dark-mode .elementor-element {
    background-color: #121212 !important;
}

body.dark-mode .afrak-st-title {
    color: #e0e0e0 !important;
}

body.dark-mode .scroll-to-top {
    background: #ff3385;
    box-shadow: 0 4px 15px rgba(255, 51, 133, 0.4);
}

body.dark-mode .header-bottom {
    border-top: 1px solid #333333
}

body.dark-mode .article-body blockquote {
    background: rgba(0, 0, 0, 0.4);
    color: #ccc;
}

body.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

body.dark-mode a {
    color: #e0e0e0;
}

body.dark-mode a:hover {
    color: var(--color-primary);
}

body.dark-mode header {
    background: #1e1e1e;
    border-bottom: 1px solid #333;
}

body.dark-mode .site-footer {
    background: #1e1e1e;
    color: #ddd;
}

body.dark-mode .footer-bottom {
    border-top: 1px solid #333;
}

body.dark-mode .widget,
body.dark-mode .article,
body.dark-mode .post-card,
body.dark-mode .article-card,
body.dark-mode .comments-section,
body.dark-mode .cat-count,
body.dark-mode .authors-widget .author-social a,
body.dark-mode .search-widget input[type="text"],
body.dark-mode .breadcrumb,
body.dark-mode .afrak-toc-header,
body.dark-mode .afrak-toc-content,
body.dark-mode .afrak-toc-container,
body.dark-mode .afrak-toc-toggle,
body.dark-mode .author-social .follow-btn,
body.dark-mode .comments-area,
body.dark-mode .page-title,
body.dark-mode .nav-desktop ul.sub-menu,
body.dark-mode #single-two .tags-section,
body.dark-mode .tag-item,
body.dark-mode #single-two .author-box,
body.dark-mode .afrak-posts-slider2-wrapper .news-card,
body.dark-mode #one-tab-container .swiper-slide,
body.dark-mode .afrak-posts-slider-widget .swiper-slide,
body.dark-mode #blog-list-wrapper .list-card,
body.dark-mode #news-grid-layout .news-card,
body.dark-mode #articles-grid-wrapper .article-card,
body.dark-mode .side-story,
body.dark-mode .mobile-menu,
body.dark-mode .swiper-button-next,
body.dark-mode .swiper-button-prev,
body.dark-mode .afrak-toc-number,
body.dark-mode .author-box,
body.dark-mode .afrak-pagination a {
    background-color: #1e1e1e !important;
    background: #1e1e1e;
    border: 1px solid #333;
    color: #e0e0e0;
}

body.dark-mode .afrak-toc-item,
body.dark-mode .social-share,
body.dark-mode .nav-desktop ul.sub-menu li,
body.dark-mode .author-info h6,
body.dark-mode .comment-inner,
body.dark-mode .header-actions i,
body.dark-mode .icon-btn i,
body.dark-mode .mobile-menu,
body.dark-mode .close-mobile-menu,
body.dark-mode .mobile-menu li,
body.dark-mode .swiper-button-next:after,
body.dark-mode .swiper-button-prev:after,
body.dark-mode .nav-desktop>ul>li>a,
body.dark-mode .article-title,
body.dark-mode .meta-reading-time:before,
body.dark-mode .article-body {
    border-color: #333;
    color: #e0e0e0;
}

body.dark-mode .comment-link,
body.dark-mode .share-btn-bottom {
    background: #1e1e1e;
    color: #e0e0e0;
}

body.dark-mode .article-category a,
body.dark-mode .afrak-toc-title,
body.dark-mode .afrak-toc-level-2 .afrak-toc-link,
body.dark-mode .breadcrumb a {
    color: var(--color-tertiary);
}

body.dark-mode .search-container .search-icon i {
    color: #333;
}

body.dark-mode .meta-reading-time:before,
body.dark-mode .article-category:before,
body.dark-mode .comment-author-name,
body.dark-mode .comment-text,
body.dark-mode .author-info p,
body.dark-mode .recent-posts-widget .post-content span a,
body.dark-mode .categories-widget a,
body.dark-mode .section-title,
body.dark-mode .contact-info li,
body.dark-mode .contact-info a,
body.dark-mode .author-social .follow-btn {
    color: var(--color-tertiary);
}

body.dark-mode #afrak_social_cards-2.widget {
    background-color: transparent !important;
    border: 0px solid #333;
}

body.dark-mode input,
body.dark-mode textarea {
    background: #222;
    color: #eee;
    border-color: #444;
}

body.dark-mode .search-input {
    background: #222;
    color: #fff;
    border-color: #444;
}

body.dark-mode .search-input::placeholder {
    color: #fff;
}

.darkmode-toggle i {
    transition: all 0.3s;
}

body.dark-mode .darkmode-toggle i {
    color: #ffcc00;
}

.site-logo-light {
    display: inline-block;
}

.site-logo-dark {
    display: none;
}

body.dark-mode .site-logo-light {
    display: none;
}

body.dark-mode .site-logo-dark {
    display: inline-block;
}

body.dark-mode .card-1 {
    background: #1e1e1e;
    color: #e0e0e0;
}

.categorys {
    background: var(--color-primary);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
}

.main-content.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.card-1 {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-1 .image {
    position: relative;
    overflow: hidden;
}

.card-1 .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.card-1 .category {
    position: absolute;
    top: 20px;
    right: 20px;
}

.card-1 .content {
    padding: 0px 20px 20px 20px;
}

.card-1 .content h2 {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-secondary);
    margin-bottom: 10px;
    line-height: 1.6;
}

.card-1 .content p {
    font-size: 13px;
    color: var(--color-tertiary);
    line-height: 2.2;
    margin-bottom: 15px;
}

.card-1 .meta {
    display: flex;
    gap: 15px;
    font-size: 11px;
    color: #777;
    justify-content: flex-end;
}

.afrak-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.afrak-pagination a,
.afrak-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    background: #fff;
    transition: all 0.25s ease;
    text-decoration: none;
}

.afrak-pagination a:hover {
    border-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.afrak-pagination .current {
    background: var(--color-primary);
    color: #fff;
    pointer-events: none;
}

.afrak-pagination .prev,
.afrak-pagination .next {
    font-weight: 600;
    padding: 0 16px;
    min-width: auto;
}

.main-content.grid .afrak-pagination {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 30px;
}

.afrak-social-card {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.afrak-social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
    text-decoration: none;
    color: #fff !important;
}

.afrak-social-icon:active {
    transform: scale(0.9);
    transition-duration: .3s;
}

.afrak-social-icon i {
    font-size: 18px;
    transition: 0.3s ease;
}

.afrak-social-icon:hover i {
    animation: slide-in-top 0.3s both;
}

.afrak-social-icon.facebook:hover {
    background-color: #3b5998;
}

.afrak-social-icon.instagram:hover {
    background-color: #d62976;
}

.afrak-social-icon.twitter:hover {
    background-color: #00acee;
}

.afrak-social-icon.youtube:hover {
    background-color: #ff0000;
}

.afrak-social-icon.linkedin:hover {
    background-color: #0072b1;
}

.afrak-social-icon.pinterest:hover {
    background-color: #e60023;
}

.afrak-social-icon.whatsapp:hover {
    background-color: #128C7E;
}

.afrak-social-icon.telegram:hover {
    background-color: #0088cc;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.afrak-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.afrak-card-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.afrak-card-container:hover {
    transform: scale(1.08);
    z-index: 2;
}

.afrak-cards:hover>.afrak-card-container:not(:hover) {
    filter: blur(4px);
}

.afrak-icon-container {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.afrak-icon-container i {
    font-size: 22px;
}

.afrak-icon-container p {
    font-size: 0.9em;
    font-weight: 500;
}

.afrak-card-container .follow-text {
    font-weight: 700;
    font-size: 12px;
}

.recent-posts-widget .post-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 0;
    transition: background 0.2s ease;
}

.recent-posts-widget .post-item:last-child {
    border-bottom: none;
}

.recent-posts-widget .post-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-posts-widget .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-posts-widget .post-item:hover .post-thumb img {
    transform: scale(1.1);
}

.recent-posts-widget .post-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 5px
}

.recent-posts-widget .post-content span {
    font-size: 13px;
    margin: 0;
    color: #1e293b;
    line-height: 1.4;
}

.recent-posts-widget .post-content span a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.authors-widget .author-widget .author-info {
    text-align: center;
}

.authors-widget .author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
}

.authors-widget .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authors-widget .author-info span {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 3px;
    font-weight: 700;
}

.authors-widget .author-info p {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.authors-widget .author-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
}

.authors-widget .author-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 50%;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.authors-widget .author-social a:hover {
    transform: translateY(-3px);
}

.search-widget .search-form {
    position: relative;
}

.search-widget input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.search-widget input[type="text"]:focus {
    outline: none;
    border-color: #2271b1;
    box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.1);
}

.search-widget button {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
    color: white;
    border: none;
    padding: 0px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-widget button i {
    padding: 7px 0px;
}

.search-widget button:hover {
    background: #1e5a8e;
}

.contact-widget {
    direction: rtl;
    text-align: right;
    padding: 0;
    transition: all 0.3s ease;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #444;
    font-size: 13px;
}

.contact-info i {
    color: #333;
    font-size: 1.1rem;
    margin-left: 10px;
    width: 20px;
    text-align: center;
}

.contact-info a {
    color: #444;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #0078ff;
}

.afrak-card-grid {
    display: grid;
    gap: 20px;
}

.afrak-card-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.afrak-card-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.afrak-card-grid.columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.slider-container {
    width: 100%;
    height: 630px;
    position: relative;
    overflow: hidden;
    display: flex
}

.slider-background {
    position: absolute;
    inset: -15px;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    transition: background-image 0.5s ease;
    z-index: 0;
}

#slider-bg::before {
    content: "";
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.7) !important;
    background-size: cover;
    background-position: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 40px;
    padding-bottom: 60px
}

.slider-text {
    color: white;
    width: 50%;
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s ease;
}

.slider-text.show {
    opacity: 1;
    transform: translateX(0);
}

.slider-text h2 {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

#slider-link {
    padding: 5px 20px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

#slider-link i {
    margin: 0;
    font-size: 14px;
}

.slider-image {
    flex: 0 0 auto;
    width: 620px;
    height: 410px;
    position: relative;
}

.slider-image.show {
    opacity: 1;
    transform: translateX(0);
}

.slider-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px !important
}

.slider-tabs {
    position: relative;
    bottom: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 48px 0px;
    z-index: 999;
    flex-wrap: wrap;
    align-items: flex-end;
}

.slider-container .tab {
    color: white;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
    text-align: center;
    width: calc(100% / 6 - 30px);
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab-title {
    opacity: 0.7;
    transition: opacity 0.3s;
    font-size: 16px;
}

.tab.active .tab-title {
    opacity: 1;
    font-weight: bold;
}

.progress {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 5px;
}

.progress::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background-color: var(--color-primary);
    animation: none;
}

.tab.active .progress::before {
    animation: fillProgress 5s linear forwards;
}

@keyframes fillProgress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.slide-data {
    display: none;
}

#one-grid-box-container * {
    box-sizing: border-box;
}

#one-grid-box-container .grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: 0 auto;
    height: 500px;
}

#one-grid-box-container .card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

#one-grid-box-container .card:hover {
    transform: translateY(-10px);
}

#one-grid-box-container .card-large {
    grid-column: 2;
    grid-row: 1 / 3;
}

#one-grid-box-container .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#one-grid-box-container .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.9) 85%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    color: white;
}

#one-grid-box-container .card-large .card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

#one-grid-box-container .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#one-grid-box-container .badge {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#one-grid-box-container .time-badge {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    padding: 6px 14px;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#one-grid-box-container .card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#one-grid-box-container .card-title {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#one-grid-box-container .card-description {
    font-size: 13px;
    line-height: 1.8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    display: none;
}

#one-grid-box-container .card-large .card-description {
    display: block;
}

#one-grid-box-container .card-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: 0.9;
}

#one-grid-box-container .footer-icon {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blog-cards-wrapper * {
    box-sizing: border-box;
}

#blog-cards-wrapper .blog-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: 0 auto;
    height: 500px;
}

#blog-cards-wrapper .blog-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#blog-cards-wrapper .blog-card:hover {
    transform: translateY(-5px);
}

#blog-cards-wrapper .card-large {
    grid-row: span 2;
}

#blog-cards-wrapper .card-tall {
    grid-row: span 2;
}

#blog-cards-wrapper .card-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#blog-cards-wrapper .card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    max-width: none !important;
}

#blog-cards-wrapper .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.9) 85%, #000 100%);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

#blog-cards-wrapper .card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#blog-cards-wrapper .badge {
    background: white;
    color: #333;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#blog-cards-wrapper .badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4757;
}

#blog-cards-wrapper .badge.sports .badge-dot {
    background: #5f27cd;
}

#blog-cards-wrapper .card-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#blog-cards-wrapper .card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#blog-cards-wrapper .card-small .card-title {
    font-size: 16px;
}

#blog-cards-wrapper .card-desc {
    font-size: 13px;
    line-height: 1.6;
    display: none;
}

#blog-cards-wrapper .card-large .card-desc {
    display: block;
}

#blog-cards-wrapper .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#blog-cards-wrapper .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

#blog-cards-wrapper .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

#blog-cards-wrapper .author-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

#blog-cards-wrapper .author-name {
    font-weight: 600;
}

#blog-cards-wrapper .read-time {
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0.9;
}

#blog-cards-wrapper .share-icon {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#blog-cards-wrapper .share-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#magazine-cards-wrapper * {
    box-sizing: border-box;
}

#magazine-cards-wrapper .magazine-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: 0 auto;
    height: 500px;
}

#magazine-cards-wrapper .magazine-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#magazine-cards-wrapper .magazine-card:hover {
    transform: translateY(-8px);
}

#magazine-cards-wrapper .card-hero {
    grid-row: span 2;
}

#magazine-cards-wrapper .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#magazine-cards-wrapper .author-avatar {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

#magazine-cards-wrapper .author-info {
    display: flex;
    flex-direction: row;
    text-align: right;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
}

#magazine-cards-wrapper .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.85) 80%, rgba(0, 0, 0, 0.95) 100%);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

#magazine-cards-wrapper .card-top {
    display: flex;
    justify-content: flex-start;
}

#magazine-cards-wrapper .category-tag {
    background: #6C5CE7;
    color: white;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#magazine-cards-wrapper .category-tag.music {
    background: #FF006B;
}

#magazine-cards-wrapper .category-tag.fitness {
    background: #E74C3C;
}

#magazine-cards-wrapper .category-tag.travel {
    background: #00A8FF;
}

#magazine-cards-wrapper .card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#magazine-cards-wrapper .card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

#magazine-cards-wrapper p.card-desc {
    font-size: 13px;
}

#magazine-cards-wrapper .card-small .card-title {
    line-height: 1.8;
    font-size: 15px;
}

#magazine-cards-wrapper .card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    opacity: 0.9;
}

#magazine-cards-wrapper .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

#magazine-cards-wrapper .meta-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
}

#three-cards-wrapper * {
    box-sizing: border-box;
}

#three-cards-wrapper .card-content {
    padding: 0px;
}

#three-cards-wrapper {
    position: relative;
    margin: 40px 0;
    clear: both;
}

#three-cards-wrapper .movie-grid {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: 280px 280px;
    gap: 20px;
    margin: 0 auto;
}

#three-cards-wrapper .row-bottom {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
}

#three-cards-wrapper .movie-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

#three-cards-wrapper .movie-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

#three-cards-wrapper .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#three-cards-wrapper .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.9) 85%, #000 100%);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
}

#three-cards-wrapper .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#three-cards-wrapper .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
}

#three-cards-wrapper .card-subtitle {
    font-size: 13px;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

#three-cards-wrapper .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#three-cards-wrapper .category-label {
    font-size: 13px;
    font-weight: 600;
    color: #ff1744;
    display: flex;
    align-items: center;
    gap: 8px;
}

#three-cards-wrapper .menu-icon {
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
}

#three-cards-wrapper .menu-icon span {
    width: 20px;
    height: 2px;
    background: #ff1744;
    border-radius: 2px;
}

#four-cards-wrapper * {
    box-sizing: border-box;
}

#four-cards-wrapper .foursx-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr 1fr;
    gap: 20px;
    margin: 0 auto;
}

#four-cards-wrapper .grid-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#four-cards-wrapper .foursx-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 350px;
}

#four-cards-wrapper .card-small {
    min-height: 250px;
}

#four-cards-wrapper .foursx-card:hover {
    transform: translateY(-5px);
}

#four-cards-wrapper .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#four-cards-wrapper .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.9) 85%, #000 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

#four-cards-wrapper .card-small .card-overlay {
    padding: 25px;
}

#four-cards-wrapper .card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#four-cards-wrapper .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

#four-cards-wrapper .card-small .card-title {
    font-size: 16px;
}

#four-cards-wrapper .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

#four-cards-wrapper .footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

#four-cards-wrapper .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.95;
}

#four-cards-wrapper .card-subtitle {
    font-size: 13px
}

#four-cards-wrapper .meta-icon {
    width: 16px;
    height: 16px;
}

#blog-list-wrapper * {
    box-sizing: border-box;
}

#blog-list-wrapper .blog-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#blog-list-wrapper .featured-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 280px;
}

#blog-list-wrapper .featured-card:hover {
    transform: translateY(-3px);
}

#blog-list-wrapper .featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-list-wrapper .featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.9) 85%, #000 100%);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
}

#blog-list-wrapper .featured-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#blog-list-wrapper .status-badge {
    background: #10b981;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#blog-list-wrapper .status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

#blog-list-wrapper .share-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#blog-list-wrapper .featured-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#blog-list-wrapper .featured-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#blog-list-wrapper .featured-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

#blog-list-wrapper .author-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

#blog-list-wrapper .author-name {
    font-weight: 600;
}

#blog-list-wrapper .read-time {
    display: flex;
    align-items: center;
    gap: 5px;
}

#blog-list-wrapper .list-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#blog-list-wrapper .list-card:hover {
    transform: translateY(-2px);
}

#blog-list-wrapper .list-img-wrapper {
    flex-shrink: 0;
    width: 120px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

#blog-list-wrapper .list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-list-wrapper .list-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

#blog-list-wrapper .category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
}

#blog-list-wrapper .category-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

#blog-list-wrapper .category-badge.sports {
    color: #06b6d4;
}

#blog-list-wrapper .category-badge.sports .category-dot {
    background: #06b6d4;
}

#blog-list-wrapper .category-badge.health {
    color: #eab308;
}

#blog-list-wrapper .category-badge.health .category-dot {
    background: #eab308;
}

#blog-list-wrapper .list-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    color: #1f2937;
}

#blog-list-wrapper .list-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #6b7280;
}

#articles-grid-wrapper * {
    box-sizing: border-box;
}

#articles-grid-wrapper .articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 auto;
}

#articles-grid-wrapper .article-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    gap: 16px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#articles-grid-wrapper .article-card:hover {
    transform: translateY(-3px);
}

#articles-grid-wrapper .article-img-wrapper {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
}

#articles-grid-wrapper .article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#articles-grid-wrapper .article-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-evenly;
}

#articles-grid-wrapper .article-content .meta {
    justify-content: flex-end;
}

#articles-grid-wrapper .category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
}

#articles-grid-wrapper .category-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

#articles-grid-wrapper .category-badge.tech {
    color: #7c3aed;
}

#articles-grid-wrapper .category-badge.tech .category-dot {
    background: #7c3aed;
}

#articles-grid-wrapper .category-badge.business {
    color: #ef4444;
}

#articles-grid-wrapper .category-badge.business .category-dot {
    background: #ef4444;
}

#articles-grid-wrapper .category-badge.active {
    color: #10b981;
}

#articles-grid-wrapper .category-badge.active .category-dot {
    background: #10b981;
}

#articles-grid-wrapper .category-badge.sports {
    color: #06b6d4;
}

#articles-grid-wrapper .category-badge.sports .category-dot {
    background: #06b6d4;
}

#articles-grid-wrapper .article-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#articles-grid-wrapper .article-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #6b7280;
}

#articles-grid-wrapper .meta-icon {
    width: 14px;
    height: 14px;
}

#vertical-cards-wrapper * {
    box-sizing: border-box;
}

#vertical-cards-wrapper .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 0 auto;
}

#vertical-cards-wrapper .vertical-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 400px;
}

#vertical-cards-wrapper .vertical-card:hover {
    transform: translateY(-5px);
}

#vertical-cards-wrapper .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#vertical-cards-wrapper .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.9) 85%, #000 100%);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

#vertical-cards-wrapper .card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#vertical-cards-wrapper .badge {
    background: #10b981;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}

#vertical-cards-wrapper .badge.social {
    background: linear-gradient(135deg, #ff6b6b, #ff8787);
}

#vertical-cards-wrapper .badge.inspiration {
    background: linear-gradient(135deg, #ec4899, #f472b6);
}

#vertical-cards-wrapper .badge.active {
    background: #10b981;
}

#vertical-cards-wrapper .count-badge {
    width: 36px;
    height: 36px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}

#vertical-cards-wrapper .card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#vertical-cards-wrapper .card-title {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

#vertical-cards-wrapper .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#vertical-cards-wrapper .author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

#vertical-cards-wrapper .author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid white;
}

#vertical-cards-wrapper .author-details {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

#vertical-cards-wrapper .author-name {
    font-weight: 600;
}

#vertical-cards-wrapper .date-separator {
    opacity: 0.7;
}

#vertical-cards-wrapper .share-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#vertical-cards-wrapper .share-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#topics-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#topics-wrapper .topics-container {
    margin: 0 auto;
}

#topics-wrapper .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 30px;
}

#topics-wrapper .topics-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

#topics-wrapper .topic-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 140px;
}

#topics-wrapper .topic-card:hover {
    transform: translateY(-3px);
}

#topics-wrapper .topic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#topics-wrapper .topic-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: white;
    padding: 20px;
    text-align: center;
}

#topics-wrapper .topic-name {
    font-size: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#topics-wrapper .topic-count {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.95;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
}

.swiper-button-next,
.swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
    background: #fff;
    border-radius: 50%;
    color: #000 !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

.swiper {
    height: 280px;
}

#one-tab-container h2 {
    font-size: 20px;
    border-right: 3px solid red;
    padding-right: 10px;
    margin-bottom: 20px;
}

#one-tab-container .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

#one-tab-container .tab {
    padding: 3px 15px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

#one-tab-container .tab-content {
    display: none;
    height: 280px;
}

#one-tab-container .tab-content.active {
    display: block;
}

#one-tab-container .swiper-slide {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

#one-tab-container .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    border-radius: 20px;
}

#one-tab-container .swiper-slide img:hover,
.afrak-posts-slider-widget .swiper-slide img:hover {
    opacity: 0.9
}

#one-tab-container .post-content {
    padding: 0px 20px 10px 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#one-tab-container .post-footer {
    display: flex;
    justify-content: flex-end;
    color: gray;
    font-size: 12px;
    padding: 0 10px 10px;
}

#one-tab-container .swiper-button-next,
#one-tab-container .swiper-button-prev {
    color: #000;
}

.afrak-posts-slider-widget .post-content {
    padding: 0px 20px 0px 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.afrak-posts-slider-widget .swiper-slide {
    background: #fff;
    border-radius: 15px;
}

.afrak-posts-slider-widget .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    border-radius: 20px;
}

.afrak-posts-slider-widget .post-footer {
    justify-content: flex-end;
    padding: 15px 10px 10px 10px;
}

#news-grid-layout * {
    box-sizing: border-box;
}

#news-grid-layout .container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    padding: 0px;
}

#news-grid-layout .main-news {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 460px;
}

#news-grid-layout .main-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news-grid-layout .main-news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.9) 85%, #000 100%);
    padding: 20px;
    color: white;
}

#news-grid-layout .main-category {
    display: inline-flex;
}

#news-grid-layout .red-dot {
    width: 8px;
    height: 8px;
    background: #e74c3c;
    border-radius: 50%;
}

#news-grid-layout .main-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 5px;
}

#news-grid-layout .main-description {
    font-size: 13px;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 8px;
}

#news-grid-layout .main-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    opacity: 0.9;
}

#news-grid-layout .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

#news-grid-layout .icon {
    width: 16px;
    height: 16px;
}

#news-grid-layout .side-news {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

#news-grid-layout .news-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    max-height: 145px;
}

#news-grid-layout .news-card .meta {
    justify-content: flex-end;
}

#news-grid-layout .news-card:hover {
    transform: translateY(-2px);
}

#news-grid-layout .news-image {
    width: 140px;
    height: 115px;
    border-radius: 15px;
    object-fit: cover;
    flex-shrink: 0;
}

#news-grid-layout .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

#news-grid-layout .news-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

#news-grid-layout .small-category {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #666;
}

#news-grid-layout .small-red-dot {
    width: 6px;
    height: 6px;
    background: #e74c3c;
    border-radius: 50%;
}

#news-grid-layout .news-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 12px;
}

#news-grid-layout .news-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: #999;
}

#one-grid-box-container .card {
    position: relative;
    overflow: hidden;
}

#one-grid-box-container .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
}

#one-grid-box-container .card-header a,
#one-grid-box-container .card-footer a,
#one-grid-box-container .category-badge a {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

#blog-cards-wrapper .blog-card {
    position: relative;
    overflow: hidden;
}

#blog-cards-wrapper .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
}

#blog-cards-wrapper .card-top a,
#blog-cards-wrapper .card-footer a,
#blog-cards-wrapper .category-badge a {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

#magazine-cards-wrapper .magazine-card {
    position: relative;
    overflow: hidden;
}

#magazine-cards-wrapper .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
}

#magazine-cards-wrapper .card-top a,
#magazine-cards-wrapper .card-footer a,
#magazine-cards-wrapper .category-badge a,
#magazine-cards-wrapper .author-info a {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

#three-cards-wrapper .movie-card {
    position: relative;
    overflow: hidden;
}

#three-cards-wrapper .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
}

#three-cards-wrapper .card-top,
#three-cards-wrapper .card-top a,
#three-cards-wrapper .category-badge,
#three-cards-wrapper .category-badge a,
#three-cards-wrapper .card-footer a,
#three-cards-wrapper .author-info,
#three-cards-wrapper .author-info a {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

#blog-list-wrapper .featured-card {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

#blog-list-wrapper .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
}

#blog-list-wrapper .featured-top,
#blog-list-wrapper .featured-top a,
#blog-list-wrapper .category-badge,
#blog-list-wrapper .category-badge a,
#blog-list-wrapper .featured-meta a,
#blog-list-wrapper .post-meta a {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

#blog-list-wrapper .list-card {
    cursor: default;
}

#blog-list-wrapper .list-card .list-img-wrapper a,
#blog-list-wrapper .list-card .list-title a {
    cursor: pointer;
}

#vertical-cards-wrapper .card-img {
    width: 100%;
    display: block;
}

#vertical-cards-wrapper .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px;
}

#vertical-cards-wrapper .card-full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-decoration: none;
}

#vertical-cards-wrapper .card-top {
    z-index: 11;
}

#news-grid-layout .main-news-overlay a {
    pointer-events: auto;
}

.afrak-button-wrapper {
    display: block;
}

.afrak-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    line-height: 1;
    font-weight: 500;
}

.afrak-button.afrak-button-filled {
    background-color: var(--color-primary);
    color: #ffffff;
    border: 2px solid transparent;
}

.afrak-button.afrak-button-outlined {
    background-color: transparent;
    color: #0073e6;
    border: 2px solid #0073e6;
}

.afrak-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.afrak-button-icon i,
.afrak-button-icon svg {
    width: 1em;
    height: 1em;
    font-size: inherit;
    line-height: 1;
    vertical-align: middle;
}

.afrak-button-icon-left {
    margin-right: 8px;
}

.afrak-button-icon-right {
    margin-left: 8px;
}

.afrak-button-text {
    display: inline-block;
    line-height: 1;
}

.afrak-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.afrak-button.afrak-button-filled:hover {
    background-color: #005bb5;
}

.afrak-button.afrak-button-outlined:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #0073e6;
    box-shadow: none;
}

.afrak-button-wrapper[style*="text-align: justify"] .afrak-button,
.elementor-align-justify .afrak-button {
    width: 100%;
    display: flex;
}

.afrak-button:focus {
    outline: 2px solid #0073e6;
    outline-offset: 2px;
}

.afrak-button:active {
    transform: translateY(0);
}

.afrak-button.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

.afrak-button.is-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: button-loading-spinner 0.6s linear infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

.afrak-posts-slider2-wrapper * {
    box-sizing: border-box;
}

.afrak-posts-slider2-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.afrak-posts-slider2-wrapper .news-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.afrak-posts-slider2-wrapper .slider-container {
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}

.afrak-posts-slider2-wrapper .slider-container {
    position: relative;
    overflow: hidden;
}

#vertical-cards-wrapper .card-content {
    position: relative;
    z-index: 2;
    padding: 6px;
}

.afrak-posts-slider2-wrapper .card-content {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 24px;
    transition: transform 300ms ease, opacity 300ms ease;
}

.afrak-posts-slider2-wrapper .card-content.slide-out-left {
    transform: translateX(-100%);
    opacity: 0;
}

.afrak-posts-slider2-wrapper .card-content.slide-in-right {
    transform: translateX(100%);
    opacity: 0;
}

.afrak-posts-slider2-wrapper .card-content.active {
    transform: translateX(0);
    opacity: 1;
}

.afrak-posts-slider2-wrapper .image-section {
    flex: 0 0 340px;
    position: relative;
}

.afrak-posts-slider2-wrapper .news-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
}

.afrak-posts-slider2-wrapper .category-badge-wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
}

.afrak-posts-slider2-wrapper .text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.afrak-posts-slider2-wrapper .news-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 16px;
}

.afrak-posts-slider2-wrapper .news-description {
    font-size: 14px;
    color: var(--color-tertiary);
    line-height: 2.2;
    margin-bottom: 20px;
}

.afrak-posts-slider2-wrapper .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    font-size: 12px;
}

.afrak-posts-slider2-wrapper .meta-info-wrapper {
    flex: 1;
}

.afrak-posts-slider2-wrapper .dot-indicators {
    display: flex;
    gap: 8px;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 10;
}

.afrak-posts-slider2-wrapper .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.afrak-posts-slider2-wrapper .dot.active {
    background: var(--color-primary);
    width: 12px;
    height: 12px;
}

.afrak-posts-slider2-wrapper .dot:hover {
    opacity: 0.8
}

.afrak-ps3-slider * {
    box-sizing: border-box;
}

.afrak-ps3-slider {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.afrak-ps3-slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.afrak-ps3-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background-size: cover;
    background-position: center;
}

.afrak-ps3-slide.active {
    opacity: 1;
    z-index: 1;
}

.afrak-ps3-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.85) 80%, rgba(0, 0, 0, 0.95) 100%);
}

.afrak-ps3-slide-content {
    position: absolute;
    top: 80%;
    right: 40px;
    transform: translateY(-80%);
    color: white;
    z-index: 2;
    max-width: 600px;
}

.afrak-ps3-slide-category {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.afrak-ps3-slide-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.afrak-ps3-slide-title a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.afrak-ps3-slide-title a:hover {
    opacity: 0.8;
}

.afrak-ps3-slide-date {
    font-size: 12px;
    opacity: 0.7;
}

.afrak-ps3-slide-meta {
    font-size: 12px;
}

.afrak-ps3-thumbnails {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.afrak-ps3-thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 50px !important;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

.afrak-ps3-thumbnail:hover {
    transform: scale(1.1);
}

.afrak-ps3-thumbnail-image {
    width: 100%;
    height: 100%;
    border-radius: 50px !important;
    object-fit: cover;
    border: 3px solid transparent;
}

.afrak-ps3-thumbnail.active .afrak-ps3-thumbnail-image {
    border-color: #fff;
}

.afrak-ps3-progress-ring {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 76px;
    height: 76px;
    transform: rotate(-90deg);
}

.afrak-ps3-progress-ring-circle {
    fill: none;
    stroke: #ff6b35;
    stroke-width: 3;
    stroke-dasharray: 226;
    stroke-dashoffset: 226;
    transition: stroke-dashoffset 0.1s linear;
}

.afrak-ps3-thumbnail.active .afrak-ps3-progress-ring-circle {
    animation: afrakPS3Progress 4s linear forwards;
}

@keyframes afrakPS3Progress {
    to {
        stroke-dashoffset: 0;
    }
}

.afrak-ps3-nav-arrows {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.meta {
    display: flex;
    gap: 15px;
    font-size: 11px;
    color: var(--color-tertiary) !important
}

.afrak-ps3-arrow {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
}

.afrak-ps3-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.afrak-st-title-wrapper {
    display: block;
}

.afrak-st-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.afrak-st-title.with-line {
    padding-right: 15px;
}

.afrak-st-title.with-line::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: #ff4081;
    border-radius: 2px;
}

.afrak-st-title.with-line.short-line::before {
    height: 70%;
}

.breadcrumb {
    font-size: 12px;
    margin: 0px 0px 15px 0px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    color: #7d7d87
}

.breadcrumb a {
    text-decoration: none;
    color: #7d7d87
}

.breadcrumb .sep {
    color: #7d7d87;
    margin: 0 3px;
}

.breadcrumb .current {
    color: #7d7d87;
}

.categories-widget ul {
    list-style: none;
}

.categories-widget li {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.2s ease;
}

.categories-widget li:last-child {
    border-bottom: none;
}

.categories-widget a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.categories-widget a:hover {
    color: #475569;
}

.cat-count {
    background: #f7f7f7;
    color: #666;
    padding: 4px 8px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 2;
    text-align: center;
}

#afrak_social_cards-2.widget {
    background-color: transparent !important;
    padding: 0px !important
}

.post-thumbnail-video {
    position: relative;
    width: 94%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    margin: 0 auto;
}

.post-thumbnail-video img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

#video-player-container {
    position: relative;
    width: 94%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 20px;
}

.post-thumbnail-video:hover img {
    transform: scale(1.05);
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: var(--color-primary);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 4px solid rgba(255, 255, 255, 0.9);
}

.video-play-button:hover {
    opacity: 0.9
}

.video-play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 30px;
    border-color: transparent transparent transparent #fff;
    margin-left: 6px;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    z-index: 5;
}

.post-thumbnail-video:hover .video-play-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.post-thumbnail-video::after {
    content: 'ویدیو';
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-primary);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    z-index: 6;
    backdrop-filter: blur(10px);
}

.video-play-button:hover {
    animation: none;
}

.video-container {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
}

.plyr__video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}

.plyr__video-wrapper>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plyr__video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}

.plyr__video-embed iframe {
    position: relative;
    width: 94%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 20px;
}

.video-container iframe,
.plyr__video-embed iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 360px;
    aspect-ratio: 16 / 9;
}

.video-container,
.plyr__video-embed {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
}

.plyr-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
}

.plyr--video {
    aspect-ratio: 16 / 9;
    background: #000;
}

.plyr--video .plyr__video-wrapper::after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.plyr {
    border-radius: 12px;
    direction: ltr;
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    padding: 20px 15px 15px;
}

.plyr--full-ui input[type=range] {
    color: var(--color-primary) !important;
}

.plyr__control--overlaid {
    background: var(--color-primary) !important;
    border: 3px solid #fff;
}

.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
    background: rgba(0, 179, 255, 1);
}

.plyr--video .plyr__progress__buffer {
    background: rgba(255, 255, 255, 0.2);
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #00b3ff;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #00b3ff;
}

.plyr__time {
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.plyr__controls button {
    transition: all 0.3s ease;
}

.plyr__menu__container {
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.plyr__menu__container [role=menuitem] {
    color: #fff;
    padding: 10px 15px;
}

.plyr__menu__container [role=menuitem][aria-checked=true]::before {
    background: #00b3ff;
}

.plyr__video-wrapper {
    background: #000;
}

.plyr__video-embed iframe {
    border: none;
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

.plyr--fullscreen {
    background: #000;
}

.plyr--fullscreen-fallback {
    background: #000;
}

.plyr[dir="rtl"] .plyr__controls {
    direction: ltr;
}

.video-container {
    animation: videoFadeIn 0.5s ease;
}

@keyframes videoFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.video-stories-container {
    width: 100%;
    clear: both;
}

.video-stories-container .stories-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.video-stories-container .main-story-wrapper {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    max-height: 470px;
}

.video-stories-container .main-story-wrapper::before {
    content: '';
    display: block;
}

.video-stories-container .main-story-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .video-stories-container,
    #video-stories-container {
        position: relative;
        z-index: auto;
    }
	.footer-grid{
justify-content: center;
}

    .container{
padding: 20px 10px;
}
    .footer-col-2,
    .footer-col-3,
    .footer-col-4,
    .footer-col-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 10px !important
    }
    #one-tab-container .tabs {
        padding: 0px 10px;
    }
    .header-container {
        padding: 0px 10px;
    }
    .news-label {
        width: 90px;
        padding: 5px 0px;
    }
    #articles-grid-wrapper .articles-grid {
        padding: 0px 10px;
    }
    #vertical-cards-wrapper .cards-grid {
        padding: 0px 10px;
    }
    .sidebar {
        max-width: 100%;
    }
}

.video-stories-container .main-story-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.3s ease;
}

.video-stories-container .main-story-thumbnail:hover .main-story-bg {
    transform: scale(1.05);
}

.video-stories-container .main-story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.85) 80%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 2;
}

.video-stories-container .main-story-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    z-index: 3;
}

.video-stories-container .main-story-content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5;
}

.video-stories-container .main-story h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #fff;
}

.video-stories-container .story-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.video-stories-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: rgba(0, 179, 255, 0.95);
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 3;
    animation: pulse 2s ease-in-out infinite;
}

.video-stories-container .play-button:hover {
    transform: translate(-50%, -50%) scale(1.15);
    background-color: rgba(0, 179, 255, 1);
    animation: none;
}

.video-stories-container .play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 30px;
    border-color: transparent transparent transparent #fff;
    margin-left: 6px;
}

.video-stories-container .main-story-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
}

.video-stories-container .main-story-player .video-container {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
}

.video-stories-container .side-stories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 10px;
    border-radius: 15px;
    overflow-y: auto;
    align-self: stretch;
    overflow-y: auto;
    max-height: 470px;
}

.video-stories-container .side-stories::-webkit-scrollbar {
    width: 6px;
}

.video-stories-container .side-stories::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.video-stories-container .side-stories::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.video-stories-container .side-stories::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
}

.video-stories-container .side-story {
    display: flex;
    gap: 15px;
    cursor: pointer;
    padding: 0px;
    border-radius: 15px;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.05);
    min-height: 97px;
    flex-shrink: 0;
}

.video-stories-container .side-story:hover {
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateX(-5px);
}

.video-stories-container .side-story-image {
    position: relative;
    flex-shrink: 0;
    width: 130px;
    height: 97px;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
}

.video-stories-container .side-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-stories-container .side-story:hover .side-story-image img {
    transform: scale(1.1);
}

.video-stories-container .side-story-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.video-stories-container .side-story:hover .side-story-play {
    background-color: #fff;
}

.video-stories-container .side-story-play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #00b3ff;
    margin-left: 3px;
}

.video-stories-container .side-story-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 10px 15px 10px 0;
}

.video-stories-container .side-story-content h3 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-stories-container .side-story-time {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
}

.video-stories-container .side-story.selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.video-stories-container .main-story-thumbnail.hiding {
    animation: fadeOut 0.3s ease forwards;
}

.video-stories-container .main-story-player.showing {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeOut {
    to {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(0, 179, 255, 0.7);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 0 0 10px rgba(0, 179, 255, 0);
    }
}

@media (max-width: 1024px) {
    .video-stories-container .stories-content {
        grid-template-columns: 1.5fr 1fr;
        gap: 15px;
    }
    .video-stories-container .side-story-image {
        width: 110px;
        height: 82px;
    }
    .video-stories-container .side-story-content h3 {
        font-size: 12px;
    }
    .video-stories-container .play-button {
        width: 70px;
        height: 70px;
    }
    .video-stories-container .play-icon {
        border-width: 14px 0 14px 24px;
    }
}

@media (max-width: 768px) {
    .video-stories-container .stories-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .video-stories-container .main-story-wrapper::before {
        padding-top: 56.25%;
    }
    .video-stories-container .main-story-content {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    .video-stories-container .main-story-content h2 {
        font-size: 16px;
        line-height: 1.5;
    }
    .video-stories-container .play-button {
        width: 60px;
        height: 60px;
    }
    .video-stories-container .play-icon {
        border-width: 12px 0 12px 20px;
    }
    .video-stories-container .side-stories {
        max-height: 400px;
        padding: 10px;
    }
    .video-stories-container .side-story {
        gap: 10px;
        min-height: 85px;
    }
    .video-stories-container .side-story-image {
        width: 100px;
        height: 100%;
    }
    .video-stories-container .side-story-content {
        padding: 5px 10px 5px 0;
        gap: 8px;
    }
    .video-stories-container .side-story-content h3 {
        font-size: 12px;
        margin-bottom: 5px;
        -webkit-line-clamp: 2;
    }
    .video-stories-container .story-meta {
        font-size: 12px;
        gap: 10px;
    }
    .video-stories-container .side-story-play {
        width: 35px;
        height: 35px;
    }
    .video-stories-container .side-story-play-icon {
        border-width: 6px 0 6px 10px;
    }
}

@media (max-width: 480px) {
    .video-stories-container .main-story-content h2 {
        font-size: 14px;
    }
    .video-stories-container .side-story-image {
        width: 90px;
        height: 100%;
    }
    .video-stories-container .side-story-content h3 {
        font-size: 11px;
    }
    .video-stories-container .story-meta {
        font-size: 11px;
    }
    .video-stories-container .side-stories {
        max-height: 350px;
    }
}

.video-stories-container .main-story-wrapper {
    min-height: 250px;
}

@media (max-width:768px) {
    .video-stories-container .main-story-wrapper {
        min-height: 200px;
    }
}

.topbar {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 14px;
    color: inherit;
    background: inherit;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    max-width: 100%;
    margin: 0 auto;
    gap: 12px;
}

.topbar-news {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    line-height: 1;
}

.news-label {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-top: 3px;
    font-size: 13px;
    background: #ffffff33;
    padding: 5px 5px 5px 15px;
    border-radius: 5px;
}

.news-label i {
    font-size: 17px
}

.flash-icon {
    color: #fff;
    font-size: 11px;
    animation: flashPulse 1.2s infinite ease-in-out;
    margin-bottom: 2px;
}

@keyframes flashPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
        text-shadow: 0 0 5px rgba(230, 57, 70, 0.8);
    }
    50% {
        opacity: 0.3;
        transform: scale(1);
        text-shadow: 0 0 15px rgba(230, 57, 70, 1);
    }
}

.news-slider {
    overflow: hidden;
    display: block;
    width: 620px;
    margin-top: 3px;
    font-size: 13px;
}

.news-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease;
}

.news-item {
    display: flex;
    align-items: center;
    height: 22px;
    box-sizing: border-box;
    padding-left: 6px;
    white-space: nowrap;
}

.news-item a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.news-item a:hover {
    opacity: 0.9
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.topbar-date {
    font-size: 13px;
    opacity: 0.95;
}

.topbar-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    transition: color .2s, transform .15s;
}

.topbar-socials a:hover {
    opacity: 0.9
}

.post-share {
    position: relative;
    display: inline-block;
}

.share-btn {
    cursor: pointer;
    font-size: 18px;
    color: var(--color-tertiary);
    border-radius: 50%;
    padding: 8px 10px;
    transition: 0.3s;
    position: relative;
    z-index: 10;
}

.share-btn:hover {
    background: #f5f5f5;
}

.share-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

.share-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    width: 450px;
    padding: 25px 20px 30px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 1000;
}

#toggle-share:checked~.share-overlay {
    opacity: 1;
    visibility: visible;
}

#toggle-share:checked~.share-modal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.share-modal h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #111;
    text-align: right;
    font-weight: 700;
}

.close-popup {
    position: absolute;
    top: 5px;
    left: 18px;
    font-size: 36px;
    cursor: pointer;
    color: #AFAFB5;
    transition: 0.2s;
}

.close-popup:hover {
    color: #000;
}

.share-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.share-link {
    background: #fff;
    border: 1px solid #E9EAEB;
    border-radius: 50px;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 5px 8px;
}

.share-link input {
    border: none;
    background: transparent;
    flex: 1;
    font-size: 13px;
    direction: ltr;
    text-align: left;
    margin-left: 10px
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.copy-btn:hover {
    color: #000;
}

.share-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.share-icons a {
    font-size: 28px;
    transition: 0.3s;
}

.share-icons a.telegram {
    color: #2B6AFF;
}

.share-icons a.whatsapp {
    color: #22D41C;
}

.share-icons a.email {
    color: #EE992A;
}

.share-icons a:hover {
    transform: scale(1.2);
}

.afrak-toc-wrapper {
    margin: 0px 0 40px;
    direction: rtl;
}

.afrak-toc-container {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.afrak-toc-container:hover {
    border-color: #e0e0e0;
}

.afrak-toc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.afrak-toc-header:hover {
    background: #fafafa;
}

.afrak-toc-icon {
    color: #333333;
    flex-shrink: 0;
}

.afrak-toc-title {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    flex: 1;
}

.afrak-toc-toggle {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.afrak-toc-toggle:hover {
    background: #eeeeee;
    border-color: #e0e0e0;
}

.afrak-toc-toggle-icon {
    color: #666666;
    transition: transform 0.3s ease;
}

.afrak-toc-container.collapsed .afrak-toc-toggle-icon {
    transform: rotate(-90deg);
}

.afrak-toc-content {
    max-height: 600px;
    overflow-y: auto;
    padding: 0 20px 20px;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.afrak-toc-container.collapsed .afrak-toc-content {
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    overflow: hidden;
}

.afrak-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: toc-counter;
}

.afrak-toc-item {
    margin-bottom: 0;
    counter-increment: toc-counter;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.afrak-toc-item:last-child {
    border-bottom: none;
}

.afrak-toc-link {
    color: #555555;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.6;
}

.afrak-toc-text {
    color: #555555;
}

.afrak-toc-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    background: #f5f5f5;
    color: #666666;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.afrak-toc-number::before {
    content: counter(toc-counter);
}

.afrak-toc-text {
    flex: 1;
}

.afrak-toc-link:hover {
    color: #333333;
}

.afrak-toc-link:hover .afrak-toc-number {
    background: #333333;
    color: #ffffff;
}

.afrak-toc-link.active {
    color: #333333;
    font-weight: 500;
}

.afrak-toc-link.active .afrak-toc-number {
    background: #333333;
    color: #ffffff;
}

.afrak-toc-level-2 {
    margin-right: 0;
}

.afrak-toc-level-2 .afrak-toc-link {
    font-weight: 500;
}

.afrak-toc-level-3 {
    margin-right: 20px;
}

.afrak-toc-level-3 .afrak-toc-link {
    font-size: 13px;
    padding: 10px 0;
}

.afrak-toc-level-3 .afrak-toc-number {
    width: 20px;
    height: 20px;
    font-size: 11px;
}

.afrak-toc-level-4 {
    margin-right: 40px;
}

.afrak-toc-level-4 .afrak-toc-link {
    font-size: 13px;
    padding: 8px 0;
    color: #777777;
}

.afrak-toc-level-4 .afrak-toc-number {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.afrak-toc-level-5,
.afrak-toc-level-6 {
    margin-right: 60px;
}

.afrak-toc-level-5 .afrak-toc-link,
.afrak-toc-level-6 .afrak-toc-link {
    font-size: 12px;
    padding: 8px 0;
    color: #888888;
}

.afrak-toc-level-5 .afrak-toc-number,
.afrak-toc-level-6 .afrak-toc-number {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.afrak-toc-content::-webkit-scrollbar {
    width: 6px;
}

.afrak-toc-content::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

.afrak-toc-content::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 3px;
}

.afrak-toc-content::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.article-body a {
    color: var(--color-primary);
}

.article-body blockquote {
    position: relative;
    padding: 30px 35px 30px 50px;
    margin: 15px 0;
    background: rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    color: #222;
    font-weight: 400;
}

.article-body blockquote::before {
    content: "\f10d";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    font-size: 32px;
    color: var(--color-primary);
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.4;
}

.article-body ol {
    counter-reset: modern-counter;
    padding: 0;
    margin: 15px 0;
}

.article-body ol li {
    counter-increment: modern-counter;
    padding: 12px 40px 12px 0;
    margin-bottom: 10px;
    border-radius: 8px;
    position: relative;
    transition: all 0.25s ease;
}

.article-body ol li::before {
    content: counter(modern-counter);
    position: absolute;
    right: 12px;
    top: 14px;
    width: 22px;
    height: 22px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
}

.article-body ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.article-body ul li {
    padding: 10px 32px 10px 0;
    position: relative;
    margin-bottom: 8px;
}

.article-body ul li::before {
    content: "\f323";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    position: absolute;
    right: 12px;
    top: 15px;
    font-size: 9px;
    color: var(--color-primary);
}

.afrak-toc-content ol li::before {
    display: none
}

.afrak-toc-content ol li {
    padding: 0px
}

body.error404 {
    background: #ffffff !important;
}

.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 20px;
    min-height: 60vh;
}

.error-404 img {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    animation: bounce 1s ease infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}

.error-404 h1 {
    font-size: 40px;
    margin: 0 0 20px;
    color: #222;
    animation: fadeIn 1s ease;
}

.error-404 p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
    animation: fadeIn 1.5s ease;
}

.error-404 a.login-btn {
    display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    animation: fadeIn 2s ease;
}

.error-404 a.login-btn:hover {
    background: #444;
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .error-404 h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .error-404 p {
        font-size: 16px;
    }
    .error-404 img {
        max-width: 300px;
    }
}

@media (max-width: 1200px) {
    .slider-container .tab {
        width: calc(100% / 5 - 30px);
    }
    #one-grid-box-container .grid-container {
        grid-template-columns: 1fr 2fr 1fr;
        height: 500px;
    }
    #three-cards-wrapper .movie-grid {
        grid-template-rows: 250px 250px;
    }
    #three-cards-wrapper .movie-grid {
        grid-template-rows: 250px 250px;
    }
    #three-cards-wrapper .card-title {
        font-size: 20px;
    }
    #articles-grid-wrapper .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #vertical-cards-wrapper .cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    #topics-wrapper .topics-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .slider-container .tab {
        width: calc(100% / 4 - 30px);
    }
    #three-cards-wrapper .movie-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    #three-cards-wrapper .row-bottom {
        grid-column: 1;
        grid-template-columns: 1fr;
    }
    #three-cards-wrapper .movie-card {
        min-height: 200px;
    }
    #vertical-cards-wrapper .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    #vertical-cards-wrapper .vertical-card {
        height: 380px;
    }
    #vertical-cards-wrapper .card-title {
        font-size: 20px;
    }
    #topics-wrapper {
        padding: 40px 20px;
    }
    #topics-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    #topics-wrapper .topics-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    #topics-wrapper .topic-card {
        height: 130px;
    }
    #topics-wrapper .topic-name {
        font-size: 18px;
    }
    #blog-cards-wrapper .blog-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .deski {
        display: none
    }
    .video-stories-container .stories-content {
        grid-template-columns: 1fr;
    }
    .video-stories-container .side-stories {
        max-height: 370px;
        order: 2;
        margin-bottom: 20px;
        padding: 0px;
    }
    .video-stories-container .main-story-wrapper {
        order: 1;
    }
    #video-stories-container .stories-content {
        grid-template-columns: 1fr;
    }
    #video-stories-container .side-stories {
        max-height: 500px;
        order: 2;
    }
    #video-stories-container .main-story {
        order: 1;
    }
    .news-slider {
        width: 280px;
    }
    .content-layout {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        position: static;
    }
    .main-content {
        width: 100%;
        max-width: 100%;
    }
    .article {
        flex-direction: column;
    }
    .article .thumb {
        width: 100%;
        height: 180px;
    }
    .footer-col-1 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-col-2,
    .footer-col-3,
    .footer-col-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .nav-desktop {
        display: none;
    }
    .mobile-menu-btn,
    .mobile-search-btn {
        display: flex;
    }
    .header-container {
        justify-content: space-between;
        max-width: 100% !important;
        width: 100% !important;
    }
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-actions {
        gap: 0;
    }
    .login-btn {
        display: none;
    }
    .header-bottom {
        display: none;
    }
    .search-container {
        display: none;
    }
    .mobile-menu-btn,
    .mobile-search-btn {
        display: flex;
    }
    .header-top-container {
        justify-content: space-between;
    }
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-actions {
        gap: 0;
    }
    .login-btn {
        display: none;
    }
    .icon-btn:not(.mobile-search-btn):not(.mobile-menu-btn) {
        padding-left: 15px
    }
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .afrak-card-grid.columns-4,
    .afrak-card-grid.columns-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    #blog-cards-wrapper .blog-grid {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: auto;
        height: auto;
    }
    #magazine-cards-wrapper .magazine-grid {
        grid-template-columns: 1fr 1fr;
        height: auto;
    }
    #magazine-cards-wrapper .card-hero {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 400px;
    }
    #magazine-cards-wrapper .magazine-card {
        min-height: 280px;
    }
    #news-grid-layout .container {
        grid-template-columns: 1fr;
    }
    #news-grid-layout .main-news {
        height: 400px;
    }
    #news-grid-layout .main-title {
        font-size: 24px;
    }
}

.afrak-button {
    font-size: 15px;
    padding: 13px 27px;
}

.slider-content {
    gap: 30px;
    padding-bottom: 60px;
}

.slider-text h2 {
    font-size: 1.8em;
}

.slider-tabs {
    gap: 20px;
    padding: 30px 0px;
}

.slider-container .tab {
    width: calc(100% / 5 - 20px);
    font-size: 13px;
}

.tab-title {
    font-size: 14px;
}

.afrak-posts-slider2-wrapper .card-content {
    gap: 16px;
    padding: 20px;
}

.afrak-posts-slider2-wrapper .image-section {
    flex: 0 0 240px;
}

.afrak-posts-slider2-wrapper .news-image {
    height: 240px;
}

.afrak-posts-slider2-wrapper .news-title {
    font-size: 20px;
}

.afrak-posts-slider2-wrapper .news-description {
    font-size: 13px;
}

}

@media (max-width: 768px) {
    .header-container,
    .container {
        max-width: 100% !important
    }
    .video-play-button {
        width: 70px;
        height: 70px;
        border-width: 3px;
    }
    .topbar-left {
        display: none !important;
    }
    .topbar-news {
        max-width: 100%;
        padding: 0px 10px;
    }
    .video-play-button::before {
        border-width: 14px 0 14px 24px;
        margin-left: 5px;
    }
    .post-thumbnail-video::after {
        font-size: 11px;
        padding: 5px 10px;
        top: 10px;
        right: 10px;
    }
    .video-container {
        margin: 15px 0;
        border-radius: 8px;
    }
    .plyr {
        border-radius: 8px;
    }
    .plyr--video .plyr__controls {
        padding: 15px 10px 10px;
    }
    .plyr__control--overlaid {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }
    .video-stories-container {
        padding: 30px 4%;
    }
    .video-stories-container .main-story h2 {
        font-size: 20px;
    }
    .video-stories-container .main-story-content {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    .video-stories-container .play-button {
        width: 70px;
        height: 70px;
        border-width: 3px;
    }
    .video-stories-container .play-icon {
        border-width: 14px 0 14px 24px;
    }
    .video-stories-container .side-story {
        padding: 12px;
    }
    .video-stories-container .side-story-image {
        width: 90px;
        height: 90px;
    }
    .video-stories-container .side-story-content h3 {
        font-size: 14px;
    }
    #video-stories-container {
        padding: 30px 4%;
    }
    #video-stories-container .stories-title {
        font-size: 22px;
    }
    #video-stories-container .main-story h2 {
        font-size: 20px;
    }
    #video-stories-container .main-story-content {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    #video-stories-container .play-button {
        width: 65px;
        height: 65px;
        border-width: 3px;
    }
    #video-stories-container .play-icon {
        border-width: 12px 0 12px 20px;
    }
    #video-stories-container .side-story {
        padding: 12px;
    }
    #video-stories-container .side-story-image {
        width: 90px;
        height: 90px;
    }
    #video-stories-container .side-story-content h3 {
        font-size: 14px;
    }
    #video-stories-container .share-btn {
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 20px;
    }
    .topbar-inner {
        flex-direction: column;
        gap: 8px;
        height: auto;
        padding: 8px;
    }
    .news-slider {
        width: 100%;
    }
    .afrak-toc-container {
        border-radius: 8px;
    }
    .afrak-toc-header {
        padding: 16px;
    }
    .afrak-toc-title {
        font-size: 15px;
    }
    .afrak-toc-content {
        padding: 0 16px 16px;
    }
    .afrak-toc-link {
        font-size: 13px;
        padding: 10px 0;
    }
    .afrak-toc-level-3,
    .afrak-toc-level-4 {
        margin-right: 15px;
    }
    .afrak-toc-level-5,
    .afrak-toc-level-6 {
        margin-right: 30px;
    }
    .section {
        flex-direction: column;
    }
    .left-column,
    .right-column {
        width: 100%;
    }
    .ranked-articles {
        flex-direction: column;
        align-items: center;
    }
    .article-item {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: right;
        gap: 12px;
    }
    .article-thumb {
        width: 60px;
        height: 60px;
    }
    .badge {
        width: 22px;
        height: 22px;
        font-size: 12px;
        top: -4px;
        left: -4px;
    }
    .title {
        font-size: 13px;
    }
    .category {
        font-size: 11px;
    }
    .text-content {
        flex: 1;
    }
    .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-logo-light,
    .site-logo-dark {
        height: 30px;
        max-width: 140px;
    }
    .search-box {
        font-size: 18px;
        padding: 15px 50px 15px 15px;
    }
    .mobile-menu {
        width: 280px;
    }
    .author-box {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .author-social {
        flex-direction: row;
        justify-content: center;
        margin-top: 15px;
    }
    .article-title {
        font-size: 18px;
    }
    .posts-grid {
        grid-template-columns: 1fr;
    }
    .author-box {
        flex-direction: column;
        text-align: center;
    }
    .social-share {
        flex-direction: column;
        gap: 15px;
    }
    .comment-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .children {
        margin-right: 25px;
        padding-right: 10px;
    }
    .comment-avatar img {
        width: 50px;
        height: 50px;
    }
    .search-box {
        font-size: 18px;
        padding: 15px 50px 15px 15px;
    }
    .mobile-menu {
        width: 280px;
    }
    .afrak-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .afrak-card-grid.columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .afrak-card-grid.columns-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .afrak-card-grid.columns-5 {
        grid-template-columns: repeat(1, 1fr);
    }
    .slider-container .tab {
        width: calc(100% / 3 - 30px);
    }
    .slider-content {
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
    }
    .slider-text,
    .slider-image {
        width: 100%;
    }
    .slider-text h2 {
        font-size: 1.5em;
    }
    .slider-tabs {
        flex-direction: row;
        gap: 10px;
        padding: 10px 5px;
    }
    .tab {
        min-width: 20%;
        padding: 0;
    }
    .tab-title {
        display: none;
    }
    .progress {
        height: 2px;
        margin-top: 0;
    }
    #one-grid-box-container .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
        height: auto;
    }
    #blog-cards-wrapper .blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #magazine-cards-wrapper .magazine-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #magazine-cards-wrapper .card-hero {
        grid-column: span 1;
        min-height: 380px;
    }
    #magazine-cards-wrapper .magazine-card {
        min-height: 260px;
    }
    #magazine-cards-wrapper .card-title {
        font-size: 24px;
    }
    #magazine-cards-wrapper .card-small .card-title {
        font-size: 18px;
    }
    #magazine-cards-wrapper .card-overlay {
        padding: 10px;
    }
    #four-cards-wrapper .foursx-grid {
        max-width: 600px;
    }
    #four-cards-wrapper .foursx-card {
        min-height: 300px;
    }
    #four-cards-wrapper .card-small {
        min-height: 220px;
    }
    #four-cards-wrapper .card-title {
        font-size: 24px;
    }
    #four-cards-wrapper .card-small .card-title {
        font-size: 18px;
    }
    #articles-grid-wrapper {
        padding: 20px 15px;
    }
    #articles-grid-wrapper .articles-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #articles-grid-wrapper .article-card {
        padding: 14px;
    }
    #articles-grid-wrapper .article-img-wrapper {
        width: 100px;
        height: 100px;
    }
    #articles-grid-wrapper .article-title {
        font-size: 15px;
    }
    #news-grid-layout {
        padding: 12px;
    }
    #news-grid-layout .container {
        gap: 16px;
    }
    #news-grid-layout .main-news {
        height: 350px;
    }
    #news-grid-layout .main-news-overlay {
        padding: 20px;
    }
    #news-grid-layout .main-title {
        font-size: 20px;
    }
    #news-grid-layout .main-description {
        font-size: 14px;
    }
    #news-grid-layout .news-card {
        flex-direction: column;
    }
    #news-grid-layout .news-image {
        width: 100%;
        height: 180px;
    }
    .afrak-button {
        font-size: 14px;
        padding: 12px 24px;
    }
    .afrak-posts-slider2-wrapper {
        padding: 12px;
    }
    .afrak-posts-slider2-wrapper .card-content {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }
    .afrak-posts-slider2-wrapper .image-section {
        flex: 1;
        width: 100%;
    }
    .afrak-posts-slider2-wrapper .news-image {
        height: 240px;
    }
    .afrak-posts-slider2-wrapper .news-title {
        font-size: 20px;
    }
    .afrak-posts-slider2-wrapper .news-description {
        font-size: 14px;
    }
    .afrak-posts-slider2-wrapper .card-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .afrak-posts-slider2-wrapper .dot-indicators {
        position: static;
        margin-top: 12px;
    }
    .afrak-ps3-slider {
        height: 500px;
        border-radius: 10px;
    }
    .afrak-ps3-slide-content {
        right: 20px;
        left: 20px;
        max-width: none;
        top: 60px;
        transform: none;
    }
    .afrak-ps3-slide-title {
        font-size: 24px;
    }
    .afrak-ps3-thumbnails {
        right: auto;
        left: 50%;
        top: auto;
        bottom: 80px;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
        padding: 0 10px;
        max-width: 100%;
    }
    .afrak-ps3-thumbnails::-webkit-scrollbar {
        display: none;
    }
    .afrak-ps3-thumbnail {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    .afrak-ps3-progress-ring {
        width: 56px;
        height: 56px;
    }
    .afrak-ps3-nav-arrows {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    .afrak-st-title {
        font-size: 20px;
    }
    .afrak-st-title.with-line {
        padding-right: 15px;
    }
    .comments-area {
        padding: 15px;
    }
    .comments-title {
        font-size: 16px;
    }
    .comment-avatar img {
        width: 30px;
        height: 30px;
    }
    .slider-container {
        height: 450px;
    }
    .slider-content {
        flex-direction: column;
        justify-content: center;
        padding: 20px 15px 30px;
        gap: 20px;
    }
    .slider-text {
        width: 100%;
        text-align: center;
        transform: translateY(-20px);
    }
    .slider-text.show {
        transform: translateY(0);
    }
    .slider-text h2 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    #slider-excerpt,
    #slider-link {
        display: none !important;
    }
    .slider-image {
        width: 100%;
        max-width: 400px;
        height: 280px;
    }
    .slider-tabs {
        gap: 15px;
        padding: 20px 10px;
    }
    .slider-container .tab {
        width: auto;
        flex: 0 0 auto;
        font-size: 0;
        padding-bottom: 0;
    }
    .tab-title {
        display: none;
    }
    .progress {
        width: 60px;
        height: 4px;
        margin-top: 0;
        border-radius: 2px;
    }
    .afrak-card-grid.columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-1 .image img,
    .article .thumb {
        height: 240px;
    }
    .afrak-posts-slider2-wrapper .card-content {
        flex-direction: column;
        padding: 18px;
        gap: 18px;
    }
    .afrak-posts-slider2-wrapper .image-section {
        flex: unset;
        width: 100%;
    }
    .afrak-posts-slider2-wrapper .news-image {
        width: 100%;
        height: 240px;
    }
    .afrak-posts-slider2-wrapper .text-section {
        width: 100%;
    }
    .afrak-posts-slider2-wrapper .news-title {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 1.7;
    }
    .afrak-posts-slider2-wrapper .news-description {
        font-size: 13px;
        margin-bottom: 16px;
        line-height: 1.9;
    }
    .afrak-posts-slider2-wrapper .card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 10px;
        font-size: 12px;
    }
    .afrak-posts-slider2-wrapper .dot-indicators {
        bottom: 16px;
        left: 16px;
        gap: 6px;
    }
    .afrak-posts-slider2-wrapper .slider-container {
        height: 480px;
    }
    #one-grid-box-container .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 18px;
        height: auto;
    }
    #one-grid-box-container .card,
    #one-grid-box-container .card-large {
        height: 300px;
    }
    #one-grid-box-container .card-large .card-title {
        font-size: 20px;
    }
    #one-grid-box-container .card-description {
        display: none;
    }
    #one-grid-box-container .card-large .card-description {
        display: block;
        font-size: 14px;
        line-height: 1.8;
    }
    #blog-cards-wrapper .blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        height: auto;
    }
}

@media (max-width: 576px) {
    .header-container,
    .container {
        max-width: 100% !important
    }
    .topbar-left {
        display: none !important;
    }
    .topbar-news {
        max-width: 100%;
    }
    .header-top-container {
        padding: 0px;
        height: 60px;
    }
    .comments-area {
        padding: 15px;
    }
    .comments-title {
        font-size: 16px;
    }
    .comment-avatar img {
        width: 30px;
        height: 30px;
    }
    .news-label {
        font-size: 11px;
        width: 100px;
        background: #ffffff33;
        border-radius: 5px;
        padding: 0px
    }
    .site-logo-light,
    .site-logo-dark {
        height: 30px;
    }
    .topbar .header-container {
        height: 40px;
    }
    .header-container {
        height: 60px;
    }
    .news-slider {
        font-size: 12px;
    }
    .article-title {
        font-size: 18px;
    }
    .article-meta {
        margin: 0px;
        padding: 0px 10px 20px 5px;
    }
    .share-icons a {
        font-size: 22px;
    }
    .article-body h2 {
        font-size: 16px;
    }
    .article-category {
        font-size: 12px;
    }
    .author-box,
    #single-two .author-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .author-info {
        text-align: center
    }
    .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .post-footer-meta {
        flex-direction: column;
    }
    .tags-section {
        min-width: 0px;
        padding: 10px 0;
    }
    #single-two .article-meta {
        margin: 20px 10px 0px 10px;
    }
    #single-two .meta-left,
    #single-two .meta-right {
        gap: 10px;
        font-size: 12px
    }
    .afrak-toc-toggle {
        width: 25px;
        height: 25px;
    }
    .video-play-button {
        width: 60px;
        height: 60px;
    }
    .post-thumbnail-video::after {
        padding: 2px 12px;
        font-weight: 400;
    }
    .categorys {
        padding: 4px 7px;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 700;
    }
    #single-two .article-category {
        margin-bottom: 0px
    }
    .meta-right img {
        width: 30px;
        height: 30px;
    }
    .slider-container .tab {
        width: calc(100% / 2 - 30px);
    }
    #three-cards-wrapper {
        padding: 0px;
        margin: 0px;
    }
    #three-cards-wrapper .movie-grid {
        gap: 15px;
    }
    #three-cards-wrapper .row-bottom {
        gap: 15px;
    }
    #three-cards-wrapper .card-overlay {
        padding: 20px;
    }
    #three-cards-wrapper .card-title {
        font-size: 16px;
    }
    #three-cards-wrapper .card-subtitle {
        display: none;
    }
    #three-cards-wrapper .movie-card {
        min-height: 180px;
    }
    #four-cards-wrapper {
        padding: 0px;
    }
    #four-cards-wrapper .foursx-grid {
        gap: 15px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    #four-cards-wrapper .grid-bottom {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #four-cards-wrapper .foursx-card {
        min-height: 280px;
    }
    #four-cards-wrapper .card-small {
        min-height: 280px;
    }
    #four-cards-wrapper .card-overlay {
        padding: 25px;
    }
    #four-cards-wrapper .card-title {
        font-size: 15px;
    }
    #four-cards-wrapper .card-small .card-title {
        font-size: 15px;
    }
    #four-cards-wrapper .footer-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    #blog-list-wrapper {
        padding: 0px;
    }
    #blog-list-wrapper .blog-container {
        gap: 15px;
    }
    #blog-list-wrapper .featured-card {
        height: 240px;
    }
    #blog-list-wrapper .featured-title {
        font-size: 20px;
    }
    #blog-list-wrapper .list-card {
        padding: 14px;
        gap: 12px;
    }
    #blog-list-wrapper .list-img-wrapper {
        width: 100px;
        height: 85px;
    }
    #blog-list-wrapper .list-title {
        font-size: 15px;
    }
    #vertical-cards-wrapper {
        padding: 0px;
    }
    #vertical-cards-wrapper .cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #vertical-cards-wrapper .vertical-card {
        height: 360px;
    }
    #vertical-cards-wrapper .card-overlay {
        padding: 20px;
    }
    #vertical-cards-wrapper .card-title {
        font-size: 16px;
    }
    #topics-wrapper {
        padding: 30px 15px;
    }
    #topics-wrapper .section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #topics-wrapper .topics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    #topics-wrapper .topic-card {
        height: 120px;
    }
    #topics-wrapper .topic-name {
        font-size: 14px;
    }
    .slider-container {
        height: 450px;
    }
    .slider-content {
        flex-direction: column;
        padding: 20px 15px 30px;
        gap: 20px;
    }
    .slider-text {
        width: 100%;
        text-align: center;
        transform: translateY(-20px);
    }
    .slider-text.show {
        transform: translateY(0);
    }
    #slider-excerpt,
    #slider-link {
        display: none !important;
    }
    .slider-image {
        width: 100%;
        max-width: 400px;
        height: 280px;
    }
    .slider-tabs {
        gap: 15px;
        padding: 20px 10px;
    }
    .slider-container .tab {
        width: auto;
        flex: 0 0 auto;
        font-size: 0;
        padding-bottom: 0;
    }
    .tab-title {
        display: none;
    }
    .progress {
        width: 60px;
        height: 4px;
    }
    .afrak-card-grid.columns-3 {
        grid-template-columns: 1fr;
    }
    .card-1 .image img,
    .article .thumb {
        height: 240px;
    }
    .afrak-posts-slider2-wrapper .card-content {
        padding: 15px;
        gap: 14px;
        flex-direction: column;
    }
    .afrak-posts-slider2-wrapper .news-image {
        height: 240px;
    }
    .afrak-posts-slider2-wrapper .news-title {
        font-size: 16px;
    }
    .afrak-posts-slider2-wrapper .news-description {
        font-size: 12px;
        line-height: 1.8;
    }
    .afrak-posts-slider2-wrapper .slider-container {
        height: 510px;
    }
    #one-grid-box-container .grid-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #one-grid-box-container .card,
    #one-grid-box-container .card-large {
        height: 260px;
    }
    #one-grid-box-container .card-title {
        font-size: 15px;
        line-height: 1.5;
    }
    #one-grid-box-container .card-large .card-title {
        font-size: 15px;
    }
    #one-grid-box-container .card-large .card-description {
        display: none;
    }
    #one-grid-box-container .card-footer {
        font-size: 12px;
    }
    .share-modal {
        width: 90%;
    }
    .afrak-toc-header {
        padding: 10px 14px;
    }
    .afrak-toc-title {
        font-size: 13px;
    }
    #single-two .social-share {
        justify-content: space-evenly;
        margin: 0px
    }
    .afrak-toc-content {
        padding: 0 14px 14px;
    }
    .afrak-toc-link {
        font-size: 12px;
    }
    .article-header,
    .article-body,
    .social-share {
        padding: 20px;
    }
    span.meta-item.meta-reading-time,
    #single-two span.meta-item.meta-reading-time,
    #single-two span.meta-item.meta-views {
        display: none;
    }
    .afrak-card-grid {
        grid-template-columns: 1fr !important;
    }
    #one-grid-box-container {
        padding: 0px;
    }
    #blog-cards-wrapper {
        padding: 0px;
    }
    #blog-cards-wrapper .card-overlay {
        padding: 20px;
    }
    #blog-cards-wrapper .blog-card {
        height: 280px;
        margin-bottom: 15px
    }
    #blog-cards-wrapper .card-large {
        height: 360px;
    }
    #blog-cards-wrapper .card-tall {
        height: 320px;
    }
    #blog-cards-wrapper .card-title {
        font-size: 16px;
    }
    #magazine-cards-wrapper {
        padding: 0px;
    }
    #magazine-cards-wrapper .card-hero {
        min-height: 340px;
    }
    #articles-grid-wrapper .articles-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
    #articles-grid-wrapper .article-card {
        margin-bottom: 5px;
    }
    #magazine-cards-wrapper .magazine-card {
        min-height: 240px;
    }
    #magazine-cards-wrapper .card-title {
        font-size: 18px;
    }
    #magazine-cards-wrapper .card-small .card-title {
        font-size: 14px;
    }
    #magazine-cards-wrapper .card-overlay {
        padding: 10px;
    }
    #magazine-cards-wrapper .category-tag {
        padding: 6px 14px;
        font-size: 11px;
    }
    #blog-list-wrapper .list-img-wrapper {
        width: 90px;
        height: 75px;
    }
    #blog-list-wrapper .list-title {
        font-size: 14px;
    }
    #articles-grid-wrapper .article-card {
        padding: 12px;
        gap: 12px;
    }
    #articles-grid-wrapper .article-img-wrapper {
        width: 90px;
        height: 90px;
    }
    #articles-grid-wrapper .article-title {
        font-size: 14px;
    }
    #articles-grid-wrapper .category-badge {
        font-size: 11px;
    }
    #articles-grid-wrapper .article-meta {
        font-size: 12px;
    }
    #news-grid-layout .main-title {
        font-size: 18px;
    }
    #news-grid-layout .main-description {
        display: none;
    }
    #news-grid-layout .news-title {
        font-size: 15px;
    }
    .afrak-posts-slider2-wrapper .news-title {
        font-size: 18px;
    }
    .afrak-posts-slider2-wrapper .news-description {
        font-size: 13px;
    }
    .afrak-ps3-slide-title {
        font-size: 20px;
    }
    .afrak-ps3-slide-category {
        font-size: 12px;
    }
    .afrak-ps3-slide-date {
        font-size: 12px;
    }
    .afrak-st-title {
        font-size: 18px;
    }
    .afrak-st-title.with-line {
        padding-right: 12px;
    }
    .slider-container {
        height: 400px;
    }
    .slider-content {
        padding: 15px 10px 30px;
    }
    .slider-text h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .slider-image {
        max-width: 100%;
        height: 240px;
    }
    .slider-tabs {
        gap: 10px;
        padding: 15px 5px;
    }
    .progress {
        width: 50px;
        height: 3px;
    }
    .afrak-card-grid.columns-3 {
        grid-template-columns: 1fr;
    }
    .card-1 .image img,
    .article .thumb {
        height: 240px;
    }
    .afrak-posts-slider2-wrapper .card-content {
        padding: 15px;
        gap: 14px;
    }
    .afrak-posts-slider2-wrapper .news-image {
        height: 240px;
    }
    .afrak-posts-slider2-wrapper .news-title {
        font-size: 16px;
    }
    .afrak-posts-slider2-wrapper .news-description {
        font-size: 12px;
        line-height: 1.8;
    }
    #magazine-cards-wrapper .card-content {
        padding: 6px;
    }
    #magazine-cards-wrapper .card-small .meta-item {
        display: none;
    }
    #one-grid-box-container .grid-container {
        grid-template-columns: 1fr;
        gap: 15px;
        display: block;
        height: auto;
    }
    #one-grid-box-container .card,
    #one-grid-box-container .card-large {
        height: 260px;
        margin-bottom: 15px;
    }
    #one-grid-box-container .card-footer {
        font-size: 12px;
    }
    #blog-cards-wrapper .blog-grid {
        gap: 10px;
        padding: 0px;
        display: block;
    }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}