
/* ========== Breadcrumb ========== */

/* ========== Breadcrumb ========== */
.breadcrumb{
  margin: 18px auto 16px;
  max-width: 600px;
  display: flex;
}
.breadcrumb ol{
  list-style: none;
  display: inline-flex;
  gap: 10px;
  padding: 10px 14px;
  margin: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, .18);
  color: var(--text);
  background: unset;
  margin: 18px auto 16px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: unset;
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb li.current {
  font-family: "Noto Sans Georgian", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.breadcrumb li.current span { 
  color: #3B9CFF;
}
  main#main-content {
    margin-top: 100px;
  }
  .breadcrumb ol{
    list-style: none;
    display: inline-flex;
    gap: 10px;
    padding: 10px 14px;
    margin: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .18);
    color: var(--text);
    background: unset;
    margin: 18px auto 16px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: unset;
  }
  .breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .breadcrumb-icon {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .breadcrumb-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>')
    no-repeat center;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>')
    no-repeat center;
  }

  .breadcrumb a{
    color: #FFF;
    font-family: "Noto Sans Georgian", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }
  .breadcrumb a:hover{
    color: #58b6ff;
  }
  

  .news {
    color: #fff;
    padding: 40px 0;
  }
  .news-list { 
    grid-template-columns: repeat(1, 1fr);
  }
  
  .news-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
  }
  
  .news-header h1 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  
  .news-grid {
    display: grid;
    grid-template-columns: 3fr 1.3fr;
    gap: 24px;
  }
  
  /* FEATURE */
  .news-feature {
    background: #0f253c;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
  }
  
  .news-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news-feature-content { 
    padding: 20px;
    position: absolute;
    bottom: 10px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, rgba(15, 33, 46, 0.00) 4.55%, rgba(15, 33, 46, 0.65) 42.73%, rgba(15, 33, 46, 0.90) 69.68%, #0F212E 90.45%);
    background-blend-mode: multiply;
    width: 100%;
  }
  
  .news-feature-content h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  
  .news-feature-content a {
    color: #1aff9c;
    text-decoration: none;
  }
  .news-feature-content p {
    color: #FFF;
    text-align: justify;
    font-family:  'Noto Sans Georgian', sans-serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 490px;
  }
  .meta {
    margin-top: 12px;
    color: #FFF;
    text-align: justify;
    font-family:  'Noto Sans Georgian', sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  /* GRID CARD */
  .news-highlight {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
  }
  
  .card img {
    width: 100%;
    border-radius: 8px;
  }
  
  .card h3 {
    margin: 8px 0px;
    color: #FFF;
    font-family: "Noto Sans Georgian";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 5px;
  }
  .card .content {
    display: flex;
    position: relative;
  }

  .card h4 {
    padding: 10px 12px 0;
    line-height: 1.4;
    color: #FFF;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .card time {
    display: flex;
    padding: 13px 20px;
    color: #3B9CFF;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    right: 0px;
    padding-right: 0px;
    position: absolute;
  }
  time img {
    width: 9px;
    margin-right: 5px;
  }
  .page-next svg,
  .page-prev svg {
    margin-top: 10px;
  }
  .page-prev {
    margin-right: 10px;
  }
  .page-next {
    margin-left: 10px;
  }
  /* LIST */
  .news-list .list-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 16px 0;
  }
  
  .list-item a {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
    color: #fff;
    text-decoration: none;
  }
  
  .list-item img {
    width: 100%;
    border-radius: 8px;
  }
  
  .list-item h3 {
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .list-item p {
    color: #FFF;
    text-align: justify;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .list-item time { 
    color: #3B9CFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .list-item time img {  
    width: 8px;
    border-radius: unset;
  }
  .sidebar-news {
    background: #0f253c;
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
    height: 820px;
  }
  
  /* BANNER */
  .sidebar-banner img {
    width: 100%;
    display: block;
  }
  
  /* SECTION */
  .sidebar-section {
    padding: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  
  .sidebar-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  
  /* TRENDING */
  .trending-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .trending-item {
    margin-bottom: 16px;
  }
  
  .trending-item a {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    color: #fff;
    text-decoration: none;
  }
  
  .trending-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .trending-content h3 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  
  .trending-content time {
    font-size: 12px;
    color: #1ab6ff;
    display: block;
    margin-bottom: 6px;
  }
  
  .trending-content p {
    font-size: 13px;
    color: #cfd8e3;
    line-height: 1.4;
  }
  
  /* SUBSCRIBE */
  .subscribe input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    margin-bottom: 12px;
    background: #0b1a2a;
    color: #fff;
  }
  
  .subscribe button {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(180deg, #3B9CFF 0%, #235E99 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  
  /* ACCESSIBILITY */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .sidebar-news {
      border-radius: 0;
    }
  }
  
  
  /* RESPONSIVE */
  @media (max-width: 992px) {
    .news-grid {
      grid-template-columns: 1fr;
    }
  
    .news-feature {
      grid-template-columns: 1fr;
    }
  
    .news-highlight {
      grid-template-columns: 1fr;
    }
  
    .list-item a {
      grid-template-columns: 1fr;
    }
  }
  
  .content-info {
    color: #e6edf5;
    padding: 48px 0;
  }
  
  .content-container {
    max-width: 1100px;
    margin: auto;
    padding: 0 16px;
  }
  
  /* PAGINATION */
  .pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 32px;
  }

  .page {
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #2C414F;
    background: #0F212E;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  
  .page.active {
    background: linear-gradient(180deg, #3B9CFF 0%, #235E99 100%);
  }
  
  /* TITLE */
  .content-header h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  
  /* BOX */
  .content-box {
    background: #1A2C38;
    border-radius: 14px;
    padding: 24px;
    line-height: 1.7;
  }
  
  .content-box p {
    margin-bottom: 16px;
    color: #d5deea;
  }
  
  /* FAQ */
  .faq {
    margin-top: 32px;
  }
  
  .faq h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #ffffff;
  }
  
  .faq ul {
    padding-left: 20px;
    margin-bottom: 16px;
  }
  
  .faq li {
    margin-bottom: 8px;
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .content-header h2 {
      font-size: 22px;
    }
  
    .content-box {
      padding: 18px;
    }
    .news-feature-content p {
      max-width: 200px;
      font-size: 8px;
    }
    .meta { 
      font-size: 6px;
    }
    .news-feature-content {
      bottom: 0px;
    }
  }
  