@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --primary-blue: #1E14AA; 
  --text-gray: #5E5E5E;
}
body {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.view-btn.active p {
  @apply text-white bg-[var(--primary-blue)] px-3 py-1 rounded-md;
}
.view-btn.active p{
  color: var(--primary-blue);
}  
 .view-btn img{
  filter: opacity(0.5) brightness(0.5);
} 
.view-btn.active img{
  filter: opacity(1) brightness(1);
} 
.secs h2{ color: var(--primary-blue);}
  .mainafter::after{ content: '';
    position: absolute;
    top: -20px; 
    height: 100%;
    background: url('/application/friga-theme/assets/images/home/imarrow1.png');
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%; }
    .aftertwo::after{content: '';
      content: '';
    position: absolute;  
    width: 100%;
    height: 36%;
    background: url('/application/friga-theme/assets/images/home/imarrow2.png');
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;  

    }
    @media screen and (max-width: 1023.98px) {
      .lthtlt{
        background: url('/application/friga-theme/assets/images/home/bnstr.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
    }

    .marquee-wrap {  overflow: hidden; }
    .marquee-viewport { overflow: hidden; position: relative; width: 100%; }
    .marquee-track { display: inline-flex; align-items: center; gap: 50px; white-space: nowrap; will-change: transform; }
    .marquee-item { display: inline-flex; align-items: center; gap: 50px; white-space: nowrap; }
    .marquee-item h2 {   white-space: nowrap; }
    /* debug visuals (comment out if not needed) */
    /* .marquee-item { outline: 1px dashed rgba(255,255,255,0.06); } */

    @media (min-width: 1921px) {
  .threexl-container {
    max-width: 1620px;
    margin: auto;
  }
  .threexl-1606{
      max-width: 1606px;
    margin: auto;
  }
}

.article-main h2 {
      color: var(--primary-blue);
      margin-bottom: 3rem;
      font-weight: 700;
      font-size: clamp(1.3rem, 2vw + 1rem, 30px);
    }
    .article-main  ul{
      padding-left: 30px;
    }
    .article-main li{
      list-style-type: disc;
      line-height: 1.2;
    }
    .article-main h3{
      color: var(--primary-blue);
      font-weight: 700;
      margin-bottom: 0.6rem;
      font-size: 20px;
      margin-top: 12px;
    }
    @media screen and (max-width: 992px) {
      .article-main h2 {
        margin-bottom: 1rem;
      }
    }
running-line-wrapper {
   margin: auto;
   width: 100%;
   overflow: hidden;
}
.running-line {
   font-size: 100px;
   font-weight: 300;
   color: #444;
   white-space: nowrap;
}
.running-line {
   animation: run 6s linear infinite;
}

.article-main p,.article-main li{    font-size: 19px;}
.article-main a{color: var(--primary-blue);
    opacity: .8;}
