.news_box p{
    color: #000000;
}
.nav_font_size {
  font-size: var(--nav_font_size) !important; /* use variable */
}


.trend_div{
    background-color: rgba(0, 0, 0, 0.5); /* White with 50% transparency */
    padding: 10px;

}
.trend_div h2{
   
        display: inline-block; /* Adjusts width to content */
        padding: 5px;
        font-size: 22px!important;
  
}

.marquee {
    height: 40px;
    overflow: hidden;
    position: relative;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}
.marquee p  a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;

}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  /* From Uiverse.io by BaekCCI */ 
.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    
  }
  
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #fff;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
  }
  
  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--footer_text)!important;
  }
  
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--footer_text)!important;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
  .cta:hover:before {
    width: 100%;
    background: var(--footer_bg)!important;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active {
    transform: scale(0.95);
  }
  
  /* root css */

  .topbar_bg{
    background-color: var(--topbar_bg);
  }
  .under_news{
    margin-top: 2px;

  }
 
  

  @media screen and (max-width: 1024px) { /* Tablets */
    .sidebar_ads img, .footer_ads img, .under_news img{
      width: 100%;
  
    }
}

@media screen and (max-width: 768px) { /* iPads, smaller tablets */
  .sidebar_ads img, .footer_ads img, .under_news img{
    width: 100%;

  }
}

@media screen and (max-width: 480px) { /* Large smartphones */
  .sidebar_ads img, .footer_ads img, .under_news img{
    width: 100%;

  }
}

@media screen and (max-width: 360px) { /* Small smartphones */
  .sidebar_ads img, .footer_ads img, .under_news img{
    width: 100%;

  }
}



.topbar_link{
  padding:10px!important;
}

.topbar_menu .dropdown-menu{
  background-color: var(--navbar_bg)!important;
}
.search-box input{
  border-radius: 22px;
  margin-top: 5%;
  padding-left:10%!important;
}

.disclaimer{
  padding: 20px;
  border: 1px solid #f78d8d;
  /* background-color: #f7e7e7d9; */
  border-radius: 10px;
  font-weight:bold;
  font-size: 14px;
}

/* ========== CKEditor content basics ========== */
.ck-content { line-height: 1.6; }
.ck-content figure.image { display: table; margin: 1rem auto; }
.ck-content figure.image img { display: block; height: auto; }
/* honor CKEditor resize on figure/img */
.ck-content figure.image.image_resized { display: block; }
.ck-content figure.image.image_resized img { width: 100%; }
/* if width set inline on IMG, don’t distort height */
.ck-content img[style*="width"] { height: auto !important; }
/* alignment helpers from CKEditor */
.ck-content .image-style-align-left  { float: left;  margin: 0 1rem 1rem 0; }
.ck-content .image-style-align-right { float: right; margin: 0 0 1rem 1rem; }
.ck-content .image-style-align-center{ margin-left: auto; margin-right: auto; }

/* don’t force all images to 100% width globally */
.article-body img,
.post-body img { max-width: 100%; height: auto; }

/* ========== Editorial styles ========== */
.ck-content .lead {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  line-height: 1.75;
  color: #222;
  font-weight: 400;
  margin: 0 0 1rem;
}
.ck-content .byline {
  font-size: .95rem;
  color: #6c757d;
  margin: .25rem 0 1.25rem;
  letter-spacing: .02em;
}
.ck-content blockquote.pull-quote {
  position: relative;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  line-height: 1.6;
  font-weight: 500;
  color: #111;
  margin: 1.25rem auto;
  padding: 1rem 1.25rem;
  border-left: 4px solid #0d6efd;
  background: #f8f9fa;
  max-width: 48rem;
}
.ck-content blockquote.pull-quote p { margin: 0; }
.ck-content blockquote.pull-quote cite {
  display: block; margin-top: .5rem; font-size: .95rem; color: #6c757d; font-style: normal;
}
.ck-content .small-caps { font-variant-caps: small-caps; letter-spacing: .03em; }

/* general typographic tweaks */
.ck-content strong, .ck-content b { font-weight: 600; }
.ck-content em { font-style: italic; }
.ck-content u { text-decoration: underline; }
.ck-content a { color: #0d6efd; text-decoration: underline; }
.ck-content a:hover { color: #0a58ca; text-decoration: underline; }
.ck-content a:focus { outline: 2px solid #0a58ca; outline-offset: 2px; }
.ck-content blockquote {
  border-left: 4px solid #dee2e6; margin: 0; padding-left: 1rem; color: #495057;
}

/* ========== Fact box ========== */
.fact-box{
  position: relative;
  margin: 1.25rem 0;
  padding: 1rem 1rem 1rem 1.25rem;
  border-left: 4px solid var(--factbox_border);
  background: var(--factbox_bg);
  border-radius: .5rem;
}
.fact-box__title{
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  margin: 0 0 .5rem 0;
  color: var(--factbox_text_color);
}
.fact-box__body{ font-size: 1rem; color: var(--factbox_text_color); line-height: 1.6; }
.fact-box__body ul, .fact-box__body ol { margin: .25rem 0 0 1.25rem; padding: 0; }
.fact-box__body li { margin: .25rem 0; }
.fact-box__body img, .fact-box__body iframe { max-width: 100%; height: auto; border-radius: .25rem; }

/* compact & variants */
.fact-box--compact { padding: .75rem .75rem .75rem 1rem; border-left-width: 3px; border-radius: .375rem; }
.fact-box--compact .fact-box__title { font-size: 1rem; margin-bottom: .4rem; }
.fact-box--warn{ border-left-color: #fd7e14; }
.fact-box--ok  { border-left-color: #198754; }

/* float variants (wrap surrounding text) */
.fact-box--float-left  { float: left;  margin: 0 1rem 1rem 0; }
.fact-box--float-right { float: right; margin: 0 0 1rem 1rem; }

/* responsive: cancel floats on small screens */
@media (max-width: 768px) {
  .fact-box--float-left,
  .fact-box--float-right {
    float: none;
    width: 100% !important;
    margin: 0 0 1rem 0;
  }
}

/* ========== Dark & Print ========== */
@media (prefers-color-scheme: dark) {
  .ck-content .lead { color: #e9ecef; }
  .ck-content .byline { color: #adb5bd; }
  .ck-content blockquote.pull-quote {
    color: #f8f9fa; background: #1f2327; border-left-color: #4dabf7;
  }
  .ck-content blockquote.pull-quote cite { color: #adb5bd; }
  .fact-box { background: #1f2327; border-left-color: #4dabf7; }
  .fact-box__title { color: #e7f1ff; }
  .fact-box__body { color: #e9ecef; }
}

@media print {
  .fact-box { page-break-inside: avoid; background: #fff; border-left-color: #000; }
}

