@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal/Tajawal-Regular.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Tajawal-Bold";
    src: url("../fonts/Tajawal/Tajawal-Bold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Tajawal-Medium";
    src: url("../fonts/Tajawal/Tajawal-Medium.woff2");
    font-display: swap;
}
.flourish-credit{
    display: none !important;
}
.editors-choice-container h3{
    color: #ffffff;
}

strong{
    font-family: "Tajawal-Bold";
}
.timeline-container{
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: center;
}

body {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    direction: rtl;
    overflow-x: hidden;
    background-color: #1A1A1A;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: unset;
}

/* Skip to content - accessibility */
.skip-to-content {
    position: absolute;
    top: -100px;
    right: 10px;
    padding: 12px 20px;
    background: #e20321;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    z-index: 10000;
    border-radius: 4px;
    transition: top 0.2s;
}
.skip-to-content:focus {
    top: 10px;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

h1, h2, h3,
h4, h5, h6, figure {
    margin: 0;
}

header {
    background-color: white;
    width: 100%;
    height: auto;
}
figcaption {
    margin: 32px 0;
    text-align: center;
}
.mt-150 {
    margin-top: 150px;
}
.mainbannerimages{
    position: relative;
}
#img1-mainbanner img{
    height: 100vh !important;
    object-fit: cover;
}

#img4-mainbanner{
    position: absolute;
    bottom: -600px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#img4-mainbanner img{
    width: 20% !important;
    height: 100%;
}
#img2-mainbanner{
    margin-top: -50px;
    margin-bottom: -60px;
}

.cus-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto !important;
}


#mainBanner {
    position: relative;
    display: flex;
    background-color: #1A1A1A;
    overflow: hidden;
    height: 100vh;
}

picture {
    display: flex;;
    width: 100%;
}

#mainBanner .main-img {
    width: 100%;
    height: auto;
}

#mainBanner .cus-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.main-banner-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.main-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-top: 100px;
}

h1 {
    font-family: "Tajawal-Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #f2f2f2;
    margin: 0 !important;
}
.main-title-wrapper h2{
    background-color: #42040ad9;
    padding: 11px;
    font-size: 30px;
        text-align: center;
}

h2 {
    color: #f2f2f2;
    font-size: 23px;
    line-height: 32px;
    margin: 0 !important;
    max-width: 75%;
}

.writer-info-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    background: url("../images/writer-bg.png") no-repeat center center / cover;
    padding: 70px;
    max-width: 350px;
    width: 100%;
    height: 218px;
}

.writer-info-div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.writer-info-div span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    color: #F2F2F2;
}

.main-idea-section {
    padding: 0 0 60px 0;
    width: 100%;
    height: 100%;
}

.main-idea-wrapper {
    position: relative;
    background-color: #4D4D4D;
    width: 100%;
    height: auto;
    padding: 35px 40px;
    margin: 32px 0;
}

.main-idea-wrapper p {
    color: #f2f2f2 !important;
    margin: 0 !important;
}


.main-content-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 6%;
    width: 100%;
    margin-top: 75px;
}

.main-content {
    margin: auto;

    max-width: 50%;
    width: 100%;
}

.main-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #fdfdfd;
    margin: 0 0 32px 0;
}

.main-content h2 {
    font-family: "Tajawal-Bold", sans-serif;
    font-size: 22px;
    color: #333333;
}


.box-article {
    border-radius: 15px;
    padding: 50px 50px;
    margin: 40px auto;
    position: relative;
    padding-right: 67px;
    width: 63%;
    margin-bottom: 70px;
}
.box-article img{
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    height: auto;
}
.box-article::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 18px;
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/note-bk.png);
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.box-article p{
    color: #1A1A1A !important;
    padding-top: 80px;
    text-align: right;
    margin-bottom: 20px !important;
}
.bk-color{
    font-family: "Tajawal-Bold", sans-serif;
    line-height: 42px !important;
    padding-left: 22px;
    font-weight: 600;
    color: #f2f2f2;
    margin-top: 40px;
    display: inline;
    font-size: 19px;
    padding: 8px 10px;
    background: #e2032180;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-bottom: 40px !important;
}

.content-section .main-content {
    margin: auto;
}

section {
    position: relative;
    z-index: 0;
}

.image-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 32px !important;
}

.image-container.mx-70 {
    max-width: 70%;
    margin: auto;
}

.image-container img {
    width: 100%;
    height: auto;
}

.image-section {
    position: relative;
    width: 100%;
}

.image-section img {
    width: 100%;
    height: auto;
}

.main-sec-title-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.main-sec-title-wrapper .cus-container {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    height: 100%;
    padding: 0;
    margin-top: 100px !important;
}

.main-sec-title {
    font-family: "Tajawal-Bold", sans-serif;
    font-size: 28px;
    line-height: 45px;
    color: white;
    max-width: 25%;
    width: 100%;
    padding: 24px;
    max-width: 35%;
    background-color: rgba(25, 83, 130, 0.8);
}



.bg-law-box-wrapper {
    background: url("../images/box-bg.png") no-repeat center center / cover;
    max-width: 65%;
    width: 100%;
    /* height: fit-content; */
    height: 400px;
    margin: 32px auto;
}

.law-box-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 7%;
}

.law-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 25%;
    height: 50%;
    justify-content: space-between;
}

.law-content h3 {
    font-family: "Tajawal-Bold", sans-serif;
    font-size: 24px;
    color: #f2f2f2;
    text-align: center;
    line-height: 32px;
}

.mini-box {
    padding: 12px;
    background-color: #F2F2F2;
}

.mini-box p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.arij-inv-txt {
    font-family: "Tajawal-Bold", sans-serif;
    font-style: italic;
    font-size: 19px;
    color: #1a1a1a;
}


.shared-with-div {
   border-top: 1px solid #e2e2e2;
   width: 100%;
   margin: 75px auto;
   padding: 28px;
   background-color: #e2e2e21c;
   display: flex;
   flex-direction: column;
   gap: 42px;
}

.shared-lang-wrapper {
   display: flex;
   flex-direction: column;
   gap: 28px;
}
.shared-lang-wrapper h6 {
   font-family: 'Tajawal-Bold', sans-serif;
   display: flex;
   align-items: baseline;
   gap: 8px;
   font-size: 18px;
   font-weight: bold;
   color: #1a1a1a;
}
.shared-lang-wrapper h6::before {
   content: "";
   display: flex;
   background-color: #b4031b;
   width: 5px;
   height: 5px;
   border-radius: 50%;
}
.shared-links-wrapper {
   display: flex;
}
.shared-links-wrapper span {
   display: flex;
   max-width: 90%;
   width: 100%;
   gap: 10px;
   flex-wrap: wrap;
}

.shared-links-wrapper a:not(:last-child) {
   border-left: 2px solid #b4031b;
   padding-left: 10px;
}
.shared-links-wrapper a {
   color: #1A1A1A !important;
}

.investigation-tags-container {
   width: 100%;
   border-top: 1px solid #e2e2e2;
   padding-top: 20px;
   margin: 0 auto 32px auto;
}
.investigation-tags-wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   max-width: 100%;
   margin: auto;
   gap: 8px;
}
.investigation-tags-wrapper a {
   font-size: 14px;
   display: flex;
   align-items: center;
   padding: 6px 15px;
   color: #b4031b;
   background-color: transparent;
   border: 1px solid #b4031b;
   border-radius: 7px;
   transition: all 0.5s;
}
.investigation-tags-wrapper a:hover {
   color: white;
   background-color: #b4031b;
   border: 1px solid #b4031b;
   transition: all 0.5s;
}
.article-title{
    position: relative;
    width: max-content;
    font-size: 25px;
    color: white !important;
    margin-right: -35px !important;
    margin-bottom: 40px !important;
}
.article-title::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    background-color: #e2032180;
    bottom: 0px;
    left: 0;
    z-index: -1;
}
.light-bk .article-title::after{
    z-index: 1;
}

.chart-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    flex-direction: column;
}
.flourish-embed{
    width: 80%;
}
.chart-container h3{
    color: white;
}

/* Bubble Chart Styles */
.bubble-chart-container-text-wrapper{
    margin-top: 60px;
}
.bubble-chart-container-text-wrapper h3{
    text-align: center;
    color: whitesmoke;
    font-size: 25px;
    font-family: "Tajawal-Bold", sans-serif;
    margin-bottom: -60px;
    margin-top: 100px;
}
.bubble-chart-container {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0 auto;
    padding: 40px 20px 0 20px;
    background: #1a1a1a;
    border-radius: 12px;
    margin-top: 0;
    padding-top: 0;
}
.bubble-chart-container-text-wrapper .chart-caption{
    font-size: 16px !important;
    color: #ee8a8c !important;
    text-align: center;
}

.bubble-chart-container svg {
    display: block;
    margin: 0 auto;
}

.bubble-chart-container .bubble {
    transition: all 0.3s ease;
}

.bubble-chart-container .legend {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
}
.editors-choice-container h3{color: white !important;}

@media (max-width: 768px) {
    .bubble-chart-container {
        padding: 20px 10px;
    }
    
    .bubble-chart-container svg {
        height: 380px !important;
    }
}

.linechart-container {
    padding: 40px;
    border-radius: 8px;
    width: 90%;
    margin: 60px auto;
}
.linechart-container h4{
    text-align: center;
    width: 40%;
    margin: auto;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 27px;
    font-size: 14px;
    background-color: #e2032180;
    margin-top: -20px;
}
.linechart-container h3 {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 1.6;
}

/* Line chart responsive wrapper */
.linechart-container .chart-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    max-width: 100%;
    overflow: hidden;
}

.linechart-container .chart-wrapper canvas {
    max-height: 100%;
}

@media (max-width: 768px) {
    .linechart-container .chart-wrapper {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .linechart-container .chart-wrapper {
        height: 280px;
    }
}

.donut-charts-container {
    padding: 40px;
    margin: 60px auto;
    width: 100%;
}

.donut-charts-title {
    color: #1a1a1a;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: bold;
}

.donut-legend {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.donut-legend span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #ffffff;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.donut-charts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 100%;
}

.donut-chart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.donut-chart-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donut-chart-item canvas {
    max-width: 150px;
    max-width: 150px;
}
.light-bk{
    background-color: #F2F2F2;
    padding: 60px 0;
}
.light-bk h2{
    color: #1A1A1A !important;
}
.light-bk p{
    color: #1A1A1A !important;
}

/* Infographic Styles */
.info-chart-container {
    max-width: 85%;
    margin: 0 auto;
    /* background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%); */
    padding: 0 40px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.info-chart-container-2{
    display: flex;
}
.info-chart-container-2 .info-chart-container{
    width: 50%;
}

.circle-bk{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 15px;
    z-index: -1;
    object-fit: cover;
    opacity: 0.2;
    filter: drop-shadow(2px 4px 6px black);
    display: none;
}

.infographic-title {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
      
}


.infographic-title h2 {
    font-size: 19px;
    background: #8b0000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-family: "Tajawal-Bold", sans-serif;
    width: 60%;
    padding: 10px;
    border: 10px solid transparent;
    border-image: url(../images/bk-texts/1-red.png) 100 stretch;
    /* background-color: #8b00002b; */
    background-clip: padding-box;
}



.laptop-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -15px;
}
.infographic-subtitle {
    background-color: #1a1a1a;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 30px;
}

.infographic-subtitle h3 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.infographic-subtitle p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.laptop-section {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.laptop-img {
    max-width: 380px;
    /* max-width: 600px; */
    width: 100%;
    height: auto;
}

.misleading-badge {
    position: absolute;
    top: 20px;
    right: 40px;
    background-color: #C41E3A;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
}

.accounts-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 40px 0 40px 60px;
}

.counter-number {
    font-size: 150px;
    font-weight: bold;
    color: #e40120;
    line-height: 1;
    margin-top: 45px;
}

.counter-text {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    line-height: 1.4;
}
.counter-text p{
    color: #000000eb;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.counter-text .large-text {
    font-size: 36px;
    font-weight: bold;
}

.counter-text .medium-text {
    font-size: 28px;
    font-weight: bold;
}

.counter-text .small-text {
    font-size: 20px;
}

.account-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
}

.account-name {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    flex: 1;
}

.account-time {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255,255,255,0.15);
    padding: 8px 14px;
    border-radius: 20px;
    flex-shrink: 0;
}

.clock-icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.account-time span {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Tajawal-Bold', sans-serif;
}

/* Timeline Boxes Styles */
.timeline-boxes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 20px;
    margin: 40px 0;
    width: 80%;
    margin: auto;
    padding-top: 0;
    /* background-image: url("../images/bk-texts/2-black.png"); */
    position: relative;
}
.timeline-boxes-container::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 18px;
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: url("../images/bk-texts/2-black.png"); */
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}



.timeline-box {
    /* background: linear-gradient(135deg, rgba(79, 1, 11, 0.594) 0%, rgba(26, 26, 26, 0.183) 100%); */
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    min-width: 180px;
    width: 20%;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
}

.timeline-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.timeline-box-account {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Tajawal-Bold', sans-serif;
    text-align: center;
    line-height: 1.4;
}

.timeline-user-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}

.timeline-box-time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    /* background-color: rgba(255, 255, 255, 0.15); */
    padding: 8px 14px;
    border-radius: 20px;
}

.timeline-clock-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    display: none;
}

.timeline-box-time span {
    color: #e40120;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Tajawal-Bold', sans-serif;
}



.verification-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    background: #ffffff;
}

.magnify-icon img{
    width: 50px !important;
    height: 50px !important;
    filter: unset !important;
    display: block;

    /* filter: brightness(0) invert(1); */
}
.image-container-articles img{
    width: 100%;
    height: auto;
}
.row-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px;
    border: 30px solid transparent;
    border-image: url(../images/bk-texts/1-red.png) 90 round;
}
.arrow-down-icon{
    justify-content: center;
    align-items: center;
    margin-top: 33px;
}
.arrow-down-icon img{
    width: 10%;
    height: auto;
}
.row-box picture{
    width: 50%;
}
.row-box img{
    width: 100%;
    height: auto;
}
.row-box p{
    width: 40%;
    text-align: right;
    margin-bottom: 0 !important;
}

.verification-tip p {
    margin: 0;
    font-size: 18px;
    color: #1a1a1a !important;
    background: transparent;
    font-family: "Tajawal-Bold", sans-serif;
}

/* Media Queries */

@media (max-width: 1199px) {
    .cus-container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .cus-container {
        max-width: 1200px;
    }

    /* #mainBanner{
        background-position: top;
        height: 100vh;} */

}

@media (min-width: 1500px) {
    .cus-container {
        max-width: 1400px;
    }
}

@media (min-width: 992px) and (max-width: 1198px) {
    /* .cus-container{
        max-width: 720px;
    } */

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-content {
        max-width: 75%;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cus-container {
        max-width: 90%;
    }

    #mainBanner {
        height: 700px;
    }

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    #mainBanner .main-img {
        object-fit: cover;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
    }

    .main-content {
        max-width: 75%;
        width: 100%;
        margin: auto;
    }

    .main-sec-title {
        max-width: fit-content;
        padding-bottom: 0;
    }

    .main-sec-title-wrapper.bg .main-sec-title {
        max-width: fit-content
    }
    .main-sec-title-wrapper .cus-container{justify-content: flex-start;}
    .testimonials-box-container{max-width: 45%;}
     .testimonials-box, .testimonials-box.row-reverse {
        flex-direction: column;
    }

    .testimonials-img-div {
        max-width: 100%;
    }

    .testimonials-quote {
        margin-top: 15px;
        gap: 24px;
    }

    .testimonials-quote h3 {
        font-size: 22px;
        line-height: 32px;
    }
     .bg-law-box-wrapper {
        max-width: 90%;
        height: fit-content;
    }
    .law-box-row{
        flex-direction: column;
        gap: 35px;
        padding: 35px;
    }
    .law-content{
        max-width: 90%;
        gap: 12px;
    }
    .law-content h3{
        font-size: 22px;
    }
    
    .linechart-container {
        padding: 30px;
        width: 90%;
    }
    
    .linechart-container h3 {
        font-size: 18px;
    }
    
    .donut-charts-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .donut-charts-title {
        font-size: 18px;
    }
    
    .info-chart-container {
        padding: 30px;
    }
    
  
    
    .accounts-counter {
        margin: 30px 0 30px 40px;
    }
    
    .counter-number {
        font-size: 90px;
    }
    
    .vertical-timeline-chart-container {
        max-width: 700px;
        height: 450px;
        padding: 40px 25px;
        margin: 40px auto;
    }
    
    .vertical-timeline {
        max-width: 550px;
        padding: 50px 20px;
    }
    
    .timeline-line {
        left: 25px;
    }
    
    .timeline-dot {
        left: 16px;
    }
    
    .timeline-item {
        margin-bottom: 40px;
    }
    
    .timeline-account {
        padding: 16px 20px;
        gap: 12px;
        margin-left: 45px;
    }
    
    .account-icon {
        width: 45px;
        height: 45px;
    }
    
    .account-name {
        font-size: 17px;
    }
    
    .account-time {
        padding: 7px 12px;
    }
    
    .clock-icon {
        width: 16px;
        height: 16px;
    }
    
    .account-time span {
        font-size: 15px;
    }
    
    .timeline-boxes-container {
        gap: 15px;
        padding: 30px 15px;
    }
    
    .timeline-box {
        min-width: 160px;
        padding: 18px 20px;
    }
    
    .timeline-box-account {
        font-size: 15px;
        gap: 8px;
    }
    
    .timeline-user-icon {
        width: 22px;
        height: 22px;
    }
    
    .timeline-box-time span {
        font-size: 14px;
    }
    
 
    
    .accounts-counter {
        margin: 30px 0 30px 40px;
    }
    
    .counter-number {
        font-size: 90px;
    }

}

@media (max-width: 767px) {
    .infographic-title{
        width: 100%;
    }
    .infographic-title h2 {
        font-size: 20px !important;
        width: 100%;
    }
    .counter-text {
        display: flex;
        /* flex-direction: row; */
        color: #ffffff;
        line-height: 1.4;
        gap: 8px;    
    }
    .laptop-container{
        flex-direction: column;
    }
    .counter-number{
        margin-top: 0;
    }
    .row-box{
        flex-direction: column;
    }
    .article-title{
        margin-right: 0 !important;
    }
    .cus-container {
        max-width: 90% !important;
        padding: 0;
    }
    .main-content h2{
        font-size: 20px;
    }
    .linechart-container h4{
        width: 100%;
    }
    .row-box picture{
        width: 100%;
    }
    .row-box p{
        width: 100%;
    }
    #mainBanner {
        height: 600px;
    }
    .arrow-down-icon img {
        width: 30%;
    }
    .account-card{
        width: 85% !important;
    }
    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    #mainBanner .main-img {
        object-fit: cover;
    }

    h2 {
        max-width: 100%;
    }

  

    .main-content p {
        text-align: right;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
    }

    .main-content {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    .main-sec-title-wrapper {
        position: unset;
    }

    .image-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-sec-title, .main-sec-title-wrapper.bg .main-sec-title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto !important;
        text-align: center;
        width: 100%;
        color: #f2f2f2;
        max-width: 100%;
        padding: 20px;
    }

    .vid-container, .testimonials-box-container {
        max-width: 90%;
    }

    .testimonials-box, .testimonials-box.row-reverse {
        flex-direction: column;
    }

    .testimonials-img-div {
        max-width: 100%;
    }

    .testimonials-quote {
        margin-top: 15px;
        gap: 24px;
    }

    .testimonials-quote h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .bg-law-box-wrapper {
        max-width: 90%;
        height: fit-content;
    }
    .law-box-row{
        flex-direction: column;
        gap: 35px;
        padding: 35px;
    }
    .law-content{
        max-width: 90%;
        gap: 12px;
    }
    .law-content h3{
        font-size: 22px;
    }
    .main-sec-title-wrapper .cus-container{margin-top: 20px !important;}
    
    .linechart-container {
        padding: 20px;
        width: 95%;
    }
    
    .linechart-container h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .donut-charts-container {
        padding: 20px;
        width: 95%;
    }
    
    .donut-charts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .donut-charts-title {
        font-size: 16px;
    }
    
    .donut-chart-title {
        font-size: 14px;
        min-height: 35px;
    }
    
    .donut-legend {
        gap: 15px;
    }
    
    .donut-legend span {
        font-size: 14px;
    }
    
    .info-chart-container {
        padding: 0;
    }
    
    
    .infographic-subtitle h3 {
        font-size: 18px;
    }
    
    .infographic-subtitle p {
        font-size: 14px;
    }
    
    .laptop-img {
        max-width: 100%;
    }
    

    .misleading-badge {
        top: 10px;
        right: 20px;
        padding: 8px 18px;
        font-size: 14px;
    }
    
    .accounts-counter {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin: 30px 0;
        text-align: center;
    }
    
    .counter-number {
        font-size: 80px;
    }
    
    .counter-text .large-text {
        font-size: 24px;
    }
    
    .counter-text .medium-text {
        font-size: 20px;
    }
    
    .counter-text .small-text {
        font-size: 16px;
    }
    
    .vertical-timeline-chart-container {
        max-width: 100%;
        height: 450px;
        padding: 30px 15px;
        margin: 30px auto;
    }
    
    .vertical-timeline {
        max-width: 100%;
        padding: 10px 10px;
        margin: 10px auto;
    }
    
    .timeline-line {
        right: 20px;
        width: 3px;
    }
    
    .timeline-item {
        margin-bottom: 35px;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }
    
    .timeline-dot {
        width: 18px;
        height: 18px;
        right: 11px;
    }
    
    .timeline-content {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        width: 100%;
        padding-right: 50px;
    }
    
    .timeline-time {
        font-size: 20px;
        min-width: auto;
    }
    
    .vertical-timeline {
        max-width: 100%;
        padding: 40px 15px;
    }
    
    .timeline-line {
        left: 20px;
        width: 3px;
    }
    
    .timeline-dot {
        left: 12px;
        width: 18px;
        height: 18px;
    }
    
    .timeline-item {
        margin-bottom: 35px;
    }
    
    .timeline-account {
        padding: 14px 18px;
        gap: 10px;
        margin-left: 40px;
    }
    
    .account-icon {
        width: 40px;
        height: 40px;
    }
    
    .account-name {
        font-size: 15px;
    }
    
    .account-time {
        padding: 6px 10px;
    }
    
    .clock-icon {
        width: 14px;
        height: 14px;
    }
    
    .account-time span {
        font-size: 13px;
    }
    
    .bottom-warning {
        padding: 15px 0;
        width: 100%;
    }
    h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 41px;
        text-align: center;
    }
    .main-title-wrapper h2{
        font-size: 19px;
    }
    .box-article{
        width: 100%;
    }
    
    .warning-label {
        font-size: 14px;
    }
    
    .warning-text {
        font-size: 13px;
    }
    
    .verification-tip {
        padding: 12px 15px;
        flex-direction: column;
        width: 100%;
    }
    
    .verification-tip p {
        font-size: 13px;
    }
    
    .timeline-boxes-container {
        gap: 12px;
        padding: 20px 10px;
        flex-direction: column;
        align-items: center;
    }
    
    .timeline-box {
        min-width: 90%;
        max-width: 300px;
        padding: 16px 18px;
    }
    
    .timeline-box-account {
        font-size: 14px;
        gap: 6px;
    }
    
    .timeline-user-icon {
        width: 20px;
        height: 20px;
    }
    
    .timeline-box-time {
        padding: 7px 12px;
    }
    
    .timeline-clock-icon {
        width: 14px;
        height: 14px;
    }
    
    .timeline-box-time span {
        font-size: 13px;
    }
}

/* Digital Clock Visualization Styles */
.digital-clock-section-title {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.click-icon{
    width: 30px !important;
    height: 50px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.digital-clock-section-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.digital-clock-section-title h3 {
  color: #e20321;
  font-size: 28px;
  font-family: "Tajawal-Bold";
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.digital-clock-section-title h3:hover {
  transform: scale(1.02);
  text-shadow: 0 0 20px rgba(226, 3, 33, 0.3);
}

.digital-clock-section-title p {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.8;
}

/* #digitalClockContainer {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 20px;
  padding: 40px;
  margin: 30px 0 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

#digitalClockContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #e20321, #c1666b);
} */

.time-progress-container {
  margin-bottom: 10px;
}

.time-progress-bar {
  width: 100%;
  height: 8px;
  background: #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #3a3a3a;
}

.time-progress-fill {
  height: 100%;
  /* background: linear-gradient(90deg, #e20321, #c1666b); */
  width: 0%;
  transition: width 0.5s ease;
  box-shadow: 0 0 20px rgba(226, 3, 33, 0.6);
  background-color: #e40120;
}
.red-color{
    color: #e40120 !important;
    font-size: 40px;
    font-weight: bold;
    font-family: "Tajawal-Bold";
}
.image-container02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.image-container02 img{
    width: 80%;
    height: auto;
}
.image-container02  .time-labels{
    justify-content: flex-start;
}
.digital-clock-container{
    margin-bottom: 0px;
}

.time-labels {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  gap: 10px;
  flex-wrap: wrap;
}
.right-container .time-labels {
    display: flex;
    justify-content: flex-start;
}  
.bk-digital-clock {
    background-color: #232120;
    padding: 25px 0;
}

.time-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-family: "Tajawal-Medium";
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 25px;
  background: #2a2a2a;
  border: 2px solid #3a3a3a;
  width: 18%;
}

.time-label-time {
  display: block;
}

.time-label-date {
  font-size: 11px;
  opacity: 0.9;
  white-space: nowrap;
}

.time-label:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #3a3a3a;
  border-color: #4a4a4a;
  transform: scale(1.05);
}

.time-label.active {
  color: #ffffff;
  font-size: 16px;
  font-family: "Tajawal-Bold";
  background: #e40120;
  border-color: #e40120;
  /* box-shadow: 0 0 15px rgba(228, 1, 32, 0.5); */
}

.digital-clock-display {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.clock-date {
  font-size: 22px;
  font-family: "Tajawal-Medium", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  display: none;

}

.clock-time {
  font-size: 120px;
  font-family: "Tajawal-Bold", monospace;
  color: #e20321;
  display: inline-block;
  letter-spacing: 10px;
  display: none;
}


.accounts-display-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
}

.account-card {
  background: rgba(42, 42, 42, 0.8);
  border: 2px solid #3a3a3a;
  border-radius: 15px;
  padding: 6px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  flex-direction: column;
  gap: 8px;
}



.account-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.account-icon img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.account-name {
    font-size: 13px;
    /* font-family: "Tajawal-Bold"; */
    color: #ffffff;
    margin-bottom: 0;
    min-height: unset;
    margin-right: 0;
    line-height: 1.3;
}

.account-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #e20321;
  font-size: 16px;
  font-family: "Tajawal-Medium";
}

.account-time img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(6247%) hue-rotate(350deg);
}

.accounts-count-badge {
  position: absolute;
  top: -20px;
  right: 20px;
  background: linear-gradient(135deg, #e20321 0%, #c1666b 100%);
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  font-family: "Tajawal-Bold";
  font-size: 16px;
  display: none;
  /* box-shadow: 0 5px 20px rgba(226, 3, 33, 0.4); */
}

.clock-controls {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.clock-btn {
  background: linear-gradient(135deg, #e20321 0%, #c1666b 100%);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Tajawal-Bold";
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(226, 3, 33, 0.3);
}

.clock-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(226, 3, 33, 0.5);
  background: linear-gradient(135deg, #c1666b 0%, #e20321 100%);
}

.clock-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(226, 3, 33, 0.4);
}
.m-t-0 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; 
}
/* Responsive Design for Digital Clock */
@media (max-width: 768px) {
  .digital-clock-section-title h3 {
    font-size: 22px;
  }

  .digital-clock-section-title p {
    font-size: 14px;
    line-height: 20px;
  }
  .timeline-container{
    width: 90%;
  }

  .digital-clock-container {
    padding: 30px 0;
  }

  .time-labels {
    padding: 0 5px;
  }

  .time-label {
    font-size: 12px;
    padding: 6px 12px;
    width: 46%;
  }

  .time-label.active {
    font-size: 14px;
  }

  .time-label-date {
    font-size: 10px;
  }

  .clock-date {
    font-size: 18px;
  }

  .clock-time {
    font-size: 80px;
    letter-spacing: 5px;
  }

  .accounts-display-container {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 0;
  }
  .digital-clock-container{
    margin-bottom: 0;
  }

  .account-card {
    padding: 20px;
  }

  .account-name {
    font-size: 16px;
    min-height: 40px;
  }

  .clock-btn {
    padding: 12px 30px;
    font-size: 16px;
  }

  .accounts-count-badge {
    font-size: 14px;
    padding: 8px 20px;
  }
}

@media (max-width: 480px) {
  .clock-date {
    font-size: 16px;
  }

  .clock-time {
    font-size: 60px;
  }

  .account-icon {
    width: 50px;
    height: 50px;
  }

  .account-icon img {
    width: 28px;
    height: 28px;
  }

  .clock-controls {
    flex-direction: column;
    width: 100%;
  }

  .clock-btn {
    width: 100%;
  }
}

/* Network Chart Styles */
.network-chart-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 60px auto;
  padding: 40px 20px;
  padding-bottom: 0;
  border-radius: 12px;
  margin-bottom: 0 !important;
}

.network-chart-title {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.network-chart-title p{
    color: white !important;
}
.network-chart-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.network-chart-title p {
  font-size: 18px;
  color: #666;
  margin: 0;
}

#networkChartContainer {
  width: 100%;
  min-height: 800px;
  background: #fafafa00;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  overflow: visible;
}

#networkChartContainer svg {
  display: block;
  margin: 0 auto;
}

/* Network chart responsive */
@media (max-width: 1024px) {
  .network-chart-wrapper {
    padding: 30px 15px;
  }

  .network-chart-title h3 {
    font-size: 26px;
  }

  .network-chart-title p {
    font-size: 16px;
  }

  #networkChartContainer {
    min-height: 600px;
  }
}

@media (max-width: 768px) {
  .network-chart-wrapper {
    margin: 40px auto;
    padding: 25px 10px;
  }

  .network-chart-title h3 {
    font-size: 22px;
  }

  .network-chart-title p {
    font-size: 14px;
  }

  #networkChartContainer {
    min-height: 500px;
    padding: 10px;
  }
}

/* End Network Chart Styles */

/* End Media Queries */