/* RESET & BASE STYLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'GB';
  src: url('/EBGaramond-VariableFont_wght.woff') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
  color: #fff;
}
main a:hover{
  color: #df4a2c;
  text-decoration: none;
  
}
main a{
  font-family: "GB";
  color: black;
}

img {
  max-width: 100%;
  display: block;
}

/* HEADER STYLES */
.header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.header a:hover{
    text-decoration: none;
    color: #B30938;
}
.header-topic {
  display: flex;
  align-items: center;
  padding: 15px 60px;
  justify-content: space-between;
}
.header-center {
  display: flex;
  justify-content: center;
}
.logo {
  height: 70px;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.header-right i {
  font-size: 20px;
  color: #0e2343;
  cursor: pointer;
}



/* NAVIGATION */
.nav-bar {
  background-color: #13294b;
}

.nav-bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.head-line{
  border-top: 7px solid #B30938;
  margin-bottom: 0.5rem;
}

.nav-bar li {
  margin: 6px 25px;
  list-style-type: none;
}

.nav-bar a {
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}


.article-content-unique{
  margin: 0 3rem;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .header-top {
    grid-template-columns: 1fr auto 1fr;
    padding: 10px 30px;
  }
  .article-content-unique{
  margin: 0rem;
}

  .header-right {
    gap: 15px;
  }

  .logo {
    height: 55px;
  }

  .nav-bar ul {
    flex-wrap: wrap;
  }
  
}

@media (max-width: 600px) {
  .header-top {
    
    justify-items: center;
    gap: 10px;
  }


  .header-right {
    justify-content: center;
  }

  .logo {
    height: 50px;
  }
}


/* FOOTER */

  .nbFooterWrapper {
    padding: 40px;
    border-top: 2px solid #777;
    color: #fff;
      background-color: #13294b;

}

.nbFooterTopGrid {
    display: grid;
    grid-template-columns: 1.3fr 1.2fr 1fr;
    gap: 40px;
}

/* NEW P-BASED TITLES */
.nbMainTitle {
    font-size: 32px;
    font-weight: bold;
    font-family: "GB";
    margin-bottom: 10px;
}

.nbSubTitle {
    margin: 25px 0 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: "GB";
}

.nbIntroSection p {
    line-height: 1.6;
    font-family: "GB";
    margin: 0 0 15px 0;
}

.nbSocialIconsRow {
    margin-top: 20px;
}

.nbSocialIconsRow span {
    font-weight: bold;
    font-family: "GB";
    margin-right: 10px;
}

.nbSocialIconsRow i {
    margin-right: 10px;
    cursor: pointer;
}

/* Authors Section */
.nbSectionTitle {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "GB";
    font-weight: bold;
}

.nbAuthorCard {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nbAuthorCard img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
}

.nbAuthorName {
    font-weight: bold;
    margin: 0;
}

.nbAuthorRole,
.nbAuthorStats {
    margin: 3px 0;
    color: #ffff;
    font-size: 14px;
    font-family: "GB";
}

.nbLinkList {
    list-style: none;
    padding: 0;
}

.nbLinkList li {
  font-family: "GB";
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
}

/* Footer bottom */
.nbFooterBottom {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.nbFooterMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.nbFooterMenu li {
    font-size: 14px;
    font-family: "GB";
}

.nbFooterCopyright {
    font-size: 14px;
    font-family: "GB";
    color: #ffff;
}

/* Responsive */
@media (max-width: 1024px) {
    .nbFooterTopGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nbFooterTopGrid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 540px) {
    .nbFooterTopGrid {
        grid-template-columns: 1fr;
    }

    .nbAuthorCard img {
        width: 55px;
        height: 55px;
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .header-top {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;

  }
  .header-topic {
      padding: 15px 10px !important;
  }
  .foot-line img{
  width: 80%;
}
  .header-left{
    align-items: start;
  }
  .header-left svg{
    display: block !important;
  }

  .nav-bar ul {
    flex-wrap: wrap;
  }

  .footer-sections {
    flex-direction: column;
    text-align: center;
  }
  .footer{
    padding: 50px 15px 20px;
  }

  .footer-column {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .subscribe-container {
    flex-direction: column;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    border: none;
  }

  .subscribe-container input {
    border: 1px solid #fff;
    margin-bottom: 10px;
    width: 100%;
  }
}
.nbFooterWrapper a{
    color: #ffff;
    font-family: "GB";
}
.nbFooterWrapper a:hover{
    text-decoration: none;
    color: red;
}
.header-left svg{
  display: none;
}


/* first section */


.latest-news {
    padding-top: 2rem;
  background: #fff;
}

.latest-news h2 {
  text-align: center;
  font-size: 2rem;
  font-family: 'GB';
  margin-bottom: 40px;
  font-weight: 700;
  color: #111;
}
.palno h2 {

  font-size: 2rem;
  font-family: 'GB';
  margin-top: 3rem;
  margin-bottom: 40px;
  font-weight: 400;
  color: #111;
}


/* GRID LAYOUT */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.shij{
  gap: 10px !important;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.feimg img{
  width: 286px;
  height: 212px;
}
.feimg .twc-title{
  font-size: 1.4rem;
}
.shij p{
  line-height: 1.1 !important;
}
.shij .author span{
  font-size: 9px;
}
.news-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.shij .news-card{
  padding-right: 10px ;}

.news-card {
  border-right: 1px solid #ddd;
  padding-right: 25px;
}

.news-card:last-child {
  border-right: none;
}

.tags {
  margin-bottom: 10px;
  color: #888;
  font-size: 14px;
}

.tags span {
  margin-right: 5px;
  font-family: 'GB';
}

/* LIVE NOW LABEL */
.live {
  font-size: 14px;
  color: #b02043;
  font-weight: bold;
  margin: 8px 0;

}

.dot {
  height: 7px;
  width: 7px;
  background-color: #b02043;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

/* TITLE & TEXT */
.news-card h3 {
  font-size: 20px;
  line-height: 1.3;
  font-family: 'GB';
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}
.shij h3{
    font-size: 14px !important;
    line-height: 1.3;
    font-family: 'GB';
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 10px;
}

.news-card p {
    font-family: 'GB';
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}
.lines{
    border-top: 1px dotted black;
    margin-bottom: 1px;
}
/* IMAGE */
.news-card img {
  width: 100%;
  height: auto;
}

/* AUTHOR INFO */
.author {
  display: flex;
  align-items: center;
  font-size: 12px;

  color: #777;
  border-top: 1px solid #eee;
  padding-top: 10px;
  gap: 8px;
}
.author span{
    font-family: 'GB';
}
.author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
  .news-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid2 {
    grid-template-columns: 1fr;
  }

  .news-card {
    border-right: none;
    padding-right: 0;
  }
}




/* second section */


.articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  
  width: 100%;
}

.article {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.tags {
  margin-bottom: 10px;
  color: #555;
  font-family: 'GB';
  font-size: 0.9rem;
}
.news-grid2 .tags{
    padding-top: 1rem;
}
.news-grid2 h2{
    font-size: 16px;
    text-align: start;
    margin-bottom: 10px;
}

.tags span:not(:last-child)::after {
  content: " • ";
  color: #888;
}

.article h2 {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'GB';
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
}

.article .desc {
  font-size: 1rem;
  color: #444;
  font-family: 'GB';
  line-height: 1.6;
  margin-bottom: 15px;
}

.article .live {
  color: #c00;
  font-weight: bold;
  font-family: 'GB';
  margin-bottom: 8px;
}

.article img {
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 768px) {
 

  .articles {
    grid-template-columns: 1fr;
  }

  .article h2 {
    font-size: 1.2rem;
  }

  .article .desc {
    font-size: 0.95rem;
  }
}








/* ===== GRID CONTAINER ===== */
.layout-grid {
  display: flex;


  max-width: 1400px;
  font-family: 'GB';
  width: 100%;
}

/* ===== EACH ITEM ===== */
.grid-item {
  display: flex;
  border-top: 1px solid #ddd;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;

  padding: 20px;
  flex: 1;
  border-right: 1px solid #e5e5e5;
  margin-top: 10px;
}

.grid-item:last-child {
  border-right: none;
}

/* ===== TEXT SIDE ===== */
.grid-info {
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-tags {
  color: #666;
  font-size: 0.9rem;
  font-family: 'GB';
  margin-bottom: 0.4rem;
}

.info-tags span:not(:last-child)::after {
  content: "  •  ";
  color: #aaa;
  font-family: 'GB';
}
.info-tags span{
    font-family: 'GB';
}
.info-heading {
  font-size: 1rem;
  font-family: 'GB';
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  color: #000;
}

.info-summary {
  font-size: 1rem;
  font-family: 'GB';
  line-height: 1.3;
  color: #444;
}

.info-live {
  color: #c00;
  font-weight: bold;
  margin-bottom: 6px;
  font-family: 'GB';
}

/* ===== IMAGE SIDE ===== */
.grid-photo {
  flex: 0 0 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.grid-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .layout-grid {
    flex-direction: column;
  }
  .feimg{
  width: 100%;
  height: auto;
}

  .grid-item {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .grid-item:last-child {
    border-bottom: none;
  }

  .grid-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
  }

  .grid-photo {
    width: 100%;
    margin-top: 10px;
  }

  .grid-info {
    padding-right: 0;
  }

  .info-heading {
    font-size: 1.15rem;
  }
  .u-mid-text{
    order: 2;
  }
}

@media (max-width: 600px) {


  .info-summary {
    font-size: 0.95rem;
  }

  .info-heading {
    font-size: 1.1rem;
  }
}



/* ========== CONTAINER ========== */
.u-news-container {
  max-width: 1400px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 20px;
  margin-top: 2rem;
}

.u-news-heading {
  font-size: 1rem;
  
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* ========== GRID LAYOUT ========== */
.u-news-wrapper {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr;
  gap: 25px;
  
}

/* ========== MAIN STORY ========== */
.u-main-story {
  text-align: center;
  
}

.u-main-photo {
  width: 100%;
  margin-bottom: 20px;
}

.u-main-headline {
    font-family: 'GB';
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.u-main-summary {
  font-size: 1rem;
  color: #555;
  font-family: 'GB';
  max-width: 90%;
  margin: 0 auto;
}

/* ========== MIDDLE COLUMN ========== */
.u-middle-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.u-mid-article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.u-mid-text {
  flex: 1;
}
main{
    margin: 0 5%;
}
.u-mid-title {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'GB';
  margin-bottom: 6px;
}

.u-mid-desc {
  font-size: 0.95rem;
  font-family: 'GB';
  color: #666;
}

.u-mid-image {
  width: 40%;
  object-fit: cover;
}

/* ========== RIGHT SIDEBAR ========== */
.u-right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.u-side-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.u-side-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.u-side-content {
  flex: 1;
}

.u-side-title {
  font-size: 0.95rem;
  font-weight: 100;
  font-family: 'GB';
  margin-bottom: 4px;
  color: #111;
}

.u-side-meta {
    font-family: 'GB';
  font-size: 0.85rem;
  color: #777;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1100px) {
  .u-news-wrapper {
        grid-template-columns: 2fr 1.5fr 1fr;
  }



  .u-side-item {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .u-news-wrapper {
    grid-template-columns: 1fr;
  }

  .u-main-story {
    order: -1;
  }

  .u-mid-article {
    flex-direction: column;
  
  }

  .u-mid-image {
    width: 100%;
  }

  .u-right-sidebar {
    flex-direction: column;
  }
  .u-side-content {
    order: 2;
  }
.u-side-thumb {
  width: 100%;
  height: auto;
}

  .u-side-item {
    flex-direction: column;
  }
}

@media (max-width: 500px) {


  .u-main-headline {
    font-size: 1.4rem;
  }

  .u-side-title {
    font-size: 0.9rem;
  }
}







/* ========== RECENT POSTS SECTION ========== */
.rp-section {
  color: #222;
  background: #fff;
  padding: 2rem;
}

.rp-heading {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 2rem;
}

.rp-container {
  display: grid;
  grid-template-columns: 2fr 0.6fr;
  gap: 2rem;
}

/* ===== MAIN CONTENT ===== */

/* ===== SIDEBAR ===== */
.rp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 0;
  height: fit-content;
}

.rp-author {
      text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.rp-author-img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.rp-socials a {
  margin: 0 0.3rem;
  text-decoration: none;
   font-family: 'GB';
  color: #555;
}

.rp-comments-title,
.rp-newsletter-title {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding: 0.3rem;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    font-family: "GB";
    font-weight: 400;
    width: 100% ;
    text-align: center;
}

.rp-comment {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.rp-newsletter-text{
  font-family: "GB";
}

.rp-comment-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.rp-comment-meta {
  color: #888;
   font-family: 'GB';
  font-size: 0.8rem;
}

/* ===== NEWSLETTER ===== */
.rp-newsletter-form {
    display: flex;
    margin-top: 1rem;
    gap: 0.5rem;
}

.rp-input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.rp-btn {
  padding: 0.5rem;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .rp-container {
    grid-template-columns: 1fr;
  }

  .rp-grid {
    grid-template-columns: 1fr;
  }

  .rp-wide {
    grid-column: auto;
  }
}



.rp-author-name, .rp-author-bio{
  font-family: "GB";
}

  /* ===== FEATURED ARTICLE SECTION ===== */
.fa-featured {
  font-family: "Georgia", serif;
  color: #111;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}

.fa-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
.ex{
        margin-top: 4rem;
}
.ext{
    padding-bottom: 1rem;
}
/* ===== IMAGE ===== */
.fa-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fa-image::before{
  display: none;
}

/* ===== CONTENT ===== */
.fa-content {
  text-align: center;
}

.fa-tags {
  font-size: 0.9rem;
  color: #777;
  font-family: "GB";
  margin-bottom: 0.5rem;
}

.fa-title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "GB";
  margin: 0.5rem 0;
  font-weight:400;
}

.fa-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  margin: 0.6rem auto;
}

.fa-desc {
  color: #555;
  max-width: 480px;
  margin: 0.5rem auto 1rem;
  line-height: 1.6;
  font-size: 1rem;
  font-family: "GB";
}

.fa-live {
  color: #c00;
  font-weight: bold;
  font-size: 0.95rem;
  font-family: "GB";
}

.fa-live span {
  color: red;
  margin-right: 4px;
  font-size: 1rem;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
  .fa-container {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
  .twc-section, .rp-section  {
    padding: 0 !important;
    margin-bottom: 3rem;
  }

  .fa-image img {
    max-width: 100%;
  }
  .nav-bar{
    display: none;
  }
  .news-card {
    border-right: none;
    padding-right: 0px !important;
}

  .fa-desc {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .fa-title {
    font-size: 1.5rem;
  }
}

  /* ====== TWO-COLUMN ARTICLE SECTION ====== */
.twc-section {
  font-family: "GB";
  color: #111;
  background: #fff;
  padding: 2rem 0;
}

.twc-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}
.fuik {
  display: flex;
  gap: 2rem;
}

/* ===== LEFT COLUMN (BIG ARTICLES) ===== */
.twc-article {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.twc-article:last-child{
  border-bottom: none;
}
.twc-mini:last-child{
  border-bottom: none;
}

.twc-img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  flex-shrink: 0;
}

.twc-content {
  flex: 1;
}

.twc-tag {
  color: #777;
  font-size: 0.85rem;
  font-family: "GB";
}

.twc-title {
  font-size: 1.1rem;
  font-weight: 700;
   font-family: "GB";
  margin: 0.4rem 0;
  line-height: 1.3;
}

.twc-text {
  font-size: 0.95rem;
   font-family: "GB";
  color: #444;
  line-height: 1.3;
}

/* ===== RIGHT COLUMN (MINI ARTICLES) ===== */
.twc-mini {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.twc-mini-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 0.8rem;
}

.twc-mini-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
   font-family: "GB";
  line-height: 1.3;
}

.twc-mini-text {
  font-size: 0.9rem;
  color: #444;
   font-family: "GB";
  line-height: 1.5;
}
.rp-comment-text{
  font-family: "GB";
  font-weight: 600;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .twc-container {
    grid-template-columns: 1fr;
  }


  .twc-article {
    flex-direction: column;
  }

  .twc-img {
    width: 100% !important; 
    height: auto !important;
  }
}


  /* Menu Button */
.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 99;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -680px;
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: start;
  transition: 0.4s ease;
  z-index: 100;
  padding: 15px 20px;
}

/* Active states */
.sidebar.active {
  left: 0;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Header */
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.logo {
  height: 45px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #212F5C;
}

/* Menu Items */
.sidebar-menu {
  list-style: none;
  margin-top: 15px;
}

.sidebar-menu li {
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-menu li a {
  display: block;
  color: #212F5C;
  text-decoration: none;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s ease;
}

.sidebar-menu li a:hover {
  color: #a4161a;
}

/* Footer */
.sidebar-footer {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.sidebar-footer a {
  display: block;
  text-decoration: none;
  color: #212F5C;
  font-size: 14px;
  padding: 8px 0;
}

.sidebar-footer .login span {
  margin-right: 5px;
}

.sidebar-footer a:hover {
  color: #a4161a;
}

/* Responsive */
@media (max-width: 768px) {
  .sidebar {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .sidebar {
    width: 90%;
  }

  .logo {
    height: 40px;
  }
}





  /* Wrapper */
.ultraNewsWrap {
  width: 100%;
  max-width: 1400px;
  margin: 3rem auto 0 auto;
  padding: 30px 15px;
}

/* Grid */
.ultraNewsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* Card Box */
.ultraCardBox {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.ultraCardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ultraCardBox:hover .ultraCardImg {
  transform: scale(1.05);
}

/* Text Content */
.ultraCardText {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.ultraCardMeta {
  font-size: 12px;
  letter-spacing: 0.4px;
  font-family: "GB";
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 6px;
  padding-bottom: 4px;
}

.ultraCardMeta span {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "GB";
}

.ultraCardTitle {
  font-size: 17px;
  line-height: 1.3;
  font-family: "GB";
  font-weight: 600;
}

/* Ticker */
.ultraTicker {
  display: flex;
  align-items: center;
  margin-top: 3rem;
 
  color: black;
  padding: 10px 0px;
  font-size: 15px;
}

.ultraTickerBadge {
  background-color: black;
  color: #ffff;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
  
  font-size: 13px;
  font-family: "GB";
  margin-right: 10px;
}

.ultraTickerText {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
  font-family: "GB";
}

/* Responsive */
@media (max-width: 992px) {
  .ultraNewsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ultraNewsGrid {
    grid-template-columns: 1fr;
  }

  .ultraNewsWrap {
    padding: 20px 10px;
  }

  .ultraCardTitle {
    font-size: 16px;
  }
}


.quate{
  font-style: italic;
  border-left: 3px solid #000;
  padding-left: 1rem;
  margin-top: 1rem;
}
.detail-heading{
  margin-top: 1rem;
  font-family: "GB";

}
.article-wrapper-unique p{
  margin: 1rem 0 0.5rem 0;
}






  /* --- Comments Wrapper --- */
.u-comment-wrapper {
  margin-top: 3rem;
  color: #222;
  font-family: "GB";
}

/* --- Title --- */
.u-comment-title {
  font-family: "GB";
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

/* --- Each Comment --- */
.u-comment-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.u-comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.u-comment-body {
  flex: 1;
}

.u-comment-text {
  margin: 0 0 0.5rem 0;
  line-height: 1.6;
  color: #333;
  font-family: "GB";
}

.u-comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "GB";
  gap: 0.5rem;
  font-size: 0.9rem;
}

.u-comment-author {
  font-weight: 600;
  color: #004d4d;
  font-family: "GB";
}

.u-comment-time {
  color: #888;
  font-family: "GB";
}

.u-comment-reply {
  margin-left: auto;
  color: #004d4d;
  font-family: "GB";
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.u-comment-reply:hover {
  color: #000;
  
}

/* --- Divider --- */
.u-comment-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 2rem 0;
}

/* --- Reply Form --- */
.u-reply-section {
  margin-top: 2rem;
}

.u-reply-title {
  font-family: "GB";
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.u-reply-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.u-reply-textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  font-family: "GB";
  resize: vertical;
  border-radius: 3px;
}

.u-reply-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.u-reply-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 0.9rem;
  font-family: "GB";
  border-radius: 3px;
}

.u-reply-input.full {
  width: 100%;
}

.u-reply-button {
  width: fit-content;
  background-color: #004d4d;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-family: "GB";
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.u-reply-button:hover {
  background-color: #003737;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .u-comment-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .u-comment-reply {
    margin-left: 0;
  }

  .u-reply-inputs {
    flex-direction: column;
  }

  .u-reply-input {
    width: 100%;
  }
}
.u-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 2rem 0;
}

/* --- Post Info Section --- */
.u-post-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.u-post-stats {
  display: flex;
  gap: 1.5rem;
  font-family: "GB";
  font-size: 0.95rem;
  color: #444;
}

.u-post-stats i {
  margin-right: 0.3rem;
  color: #444;
}

.u-post-icons {
  display: flex;
  gap: 1rem;
}

.u-post-icons i {
  font-size: 1rem;
  background: #f6f6f6;
  padding: 8px;
  
  border-radius: 50%;
  color: #444;
  transition: background 0.3s ease;
}

.u-post-icons i:hover {
  background: #eaeaea;
}

/* --- Author Section --- */
.u-author-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.u-author-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.u-author-details {
  max-width: 600px;
}

.u-author-name {
  font-family: "GB";
  margin: 0;
}

.u-author-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #777;
  font-family: "GB";
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.u-author-bio {
  margin: 10px 0;
  line-height: 1.6;
  color: #333;
  font-family: "GB";
}

.u-author-link {
  color: #003366;
  text-decoration: none;
  font-style: italic;
  display: inline-block;
  margin-bottom: 10px;
}

.u-author-social {
  display: flex;
  gap: 0.8rem;
}

.u-author-social i {
  font-size: 1rem;
  color: #444;
  transition: color 0.3s ease;
}

.u-author-social i:hover {
  color: #000;
}

/* --- Related Posts Section --- */
.u-related-section {
  margin-top: 2rem;
}

.u-related-title {
  font-family: "GB";
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.u-related-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.u-related-thumb {
  width: 235px;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}

.u-related-info {
  max-width: 550px;
}

.u-related-tag {
  color: #777;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  font-family: "GB";
}

.u-related-heading {
  font-family: "GB";
  font-size: 1.3rem;
  margin: 0 0 0.7rem 0;
}

.u-related-desc {
  color: #444;
  line-height: 1.6;
  font-family: "GB";
}

/* --- Responsive --- */
@media (max-width: 768px) {


  .u-post-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .u-related-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .u-related-info {
    max-width: 100%;
  }

  .u-author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .u-author-details {
    max-width: 100%;
  }
}

  /* Main Section */
.aether-article-section {
  max-width: 940px;
  margin: 60px auto;
  padding: 0 20px;
}

/* Heading */
.aether-article-title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "GB";
  color: #000;
  margin-bottom: 28px;
}

/* Meta Wrapper */
.aether-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

/* Author Info */
.aether-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aether-author-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.aether-author-meta {
  display: flex;
  flex-direction: column;
}

.aether-author-name {
  font-size: 0.9rem;
  font-family: "GB";
  color: #555;
  margin-bottom: 3px;
}

.aether-author-name span {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-family: "GB";
}

.aether-author-date {
  font-size: 0.85rem;
  color: #777;
}

/* Toolbox (Font size / Print / Email) */
.aether-toolbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aether-tool-label {
    font-family: "GB";
  font-size: 0.85rem;
  color: #444;
}

.aether-tool-link {
  text-decoration: none;
  font-size: 1rem;
  color: #555;
  font-family: "GB";
  transition: color 0.3s ease;
}

.aether-tool-link:hover {
  color: #000;
}

/* Featured Image */
.aether-image-container {
  margin: 25px 0 30px 0;
  text-align: center;
}

.aether-featured-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Article Body */
.aether-article-body p {
  font-size: 1rem;
  color: #333;
  text-align: justify;
  margin-bottom: 25px;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .aether-article-title {
    font-size: 1.9rem;
  }
  .article-wrapper-unique{
    flex-direction: column;
    gap: 1rem !important;
  }
  .aether-article-section {
    padding: 0;
  }
  .u-related-thumb {
    width: 100%;
  }
  
.stick-social {
  flex-direction: row !important;
  position: relative !important;
  padding-bottom: 10px !important;

}
}

@media (max-width: 768px) {
  .aether-meta-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .aether-toolbox {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .aether-article-title {
    font-size: 1.6rem;
  }

  .aether-author-photo {
    width: 40px;
    height: 40px;
  }

  .aether-article-body p {
    font-size: 0.95rem;
  }
}


/* Wrapper */
.article-wrapper-unique {
  max-width: 900px;
  margin: 0px auto;
  gap: 3.5rem;
  padding-bottom: 3rem;
  display: flex;
  
}

/* Header */
.article-header-unique {
  margin-bottom: 20px;
}

.article-title-unique {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #1a1a1a;
}

/* Drop Cap Paragraph */
.dropcap-paragraph-unique {
  font-size: 1rem;
  font-family: "GB";
  text-align: justify;
}

.dropcap-unique {
  float: left;
  font-size: 3rem;
  line-height: 1;
  margin-right: 8px;
  font-family: "GB";
  font-weight: bold;
  color: #000;
}
.article-wrapper-unique p{
    font-family: "GB";
    font-size: 1.2rem;
}

/* Links */
a {
  color: #0078cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Image Gallery */
.image-gallery-unique {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 25px 0;
  flex-wrap: wrap;
}

.gallery-img-unique {
  width: 32%;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-img-unique:hover {
  transform: scale(1.03);
}

/* Image Credit */
.image-credit-unique {
  font-size: 0.85rem;
  color: #777;
  text-align: left;
  margin-top: -10px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .gallery-img-unique {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .gallery-img-unique {
    width: 100%;
  }

  .article-title-unique {
    font-size: 1.2rem;
  }
}


.stick-social{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  height: fit-content;
  top: 0;
  padding-bottom: 2rem;
  margin-top: 25px;
}
.stick-social i{
      font-size: 1rem;
    background: #f6f6f6;
    padding: 8px;
    border-radius: 50%;
  
    color: #444;
    cursor: pointer;
    transition: background 0.3s 
ease;
}
.stick-social i:hover {
  color: #000;
}

.draco{
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.calo{
  font-family: "GB";
  margin-top: 1rem;
}