html{
  overflow-x: hidden;
}
.group-navbar {
  width: 100%;
  text-align: right;
  z-index: 10;
  position: relative;
  bottom: 25px;
  padding: 5px 10px;
  padding-right: 15px;
  font-family: poppins;
}
.icon-button {
  background: white;
  padding: 10px 18px;
  border-radius: 60px;
  text-decoration: none;
}
.icon-button:hover {
  text-decoration: none;
  background: #fffbf8;
}
/* hide right sidbar in mobile device  */
@media (max-width: 600px) {
  .sidebar.rightcol {
    display: none;
  }
}

/* -------------------------------- news css -------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&family=Fira+Code:wght@300..700&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');



.news-card {
  transition: background-size 0.1s ease, transform 0.1s ease;
  cursor: pointer;
  background-size: cover !important;
  background-position: center !important;
  min-height: 335px !important;
  position: relative !important;
  overflow:hidden;

}

.news-card:hover {
  transform: scale(1.02); /* Optional: adds a subtle scaling effect */
}

.news-card:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 46%);
}

.news-card .content {
  color: white !important;
  text-align: left !important;
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 8px;
  font-family: "Poppins" !important;
}
.news-card .content h4 {
  font-weight: 600;

}

.news-card .content > * {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card .content .category {
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 6px;
  /* background-color: rgb(31, 31, 31); */
  background-color: #FF8A00;
  transition-duration: 0.1s;
}
.news-card:hover .content .category {
  background-color: rgb(31, 31, 31);
  color: #fff;
}


/* ------------------------------- single news ------------------------------ */
.wow_read_news{
  margin-top:20px;
  padding:15px 20px; 
   font-family: 'Literata', serif;
   font-size:16px
}
.wow_read_news h2{
  font-weight: 900;
  font-family: "Coustard", serif;
  font-size: 24px;
}

.news-social{
  display:flex;
  flex-wrap: wrap;
  gap: 5px;
}
.news-social a:hover{
  text-decoration: none;
}
.news-social .icon{
  display: flex;
  border: 1px solid;
  padding: 11px 19px;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 9px;
  font-size:12px;
}
.news-social .icon h4, .news-social .icon p{
  padding: 0;
  margin: 0;
}
.news-social .icon h4{
 
  font-size:12px;
  text-transform: uppercase;
  font-weight: 600;
}
.news-social a:nth-child(1) .icon h4 {
  color: #7373bf;
}
.news-social a:nth-child(2) .icon h4 {
  color: #00dfdf;
}
.news-social a:nth-child(3) .icon h4 {
  color: #cf0000;
}
.news-social a:nth-child(4) .icon h4 {
  color: #0096c4;
}
/* single news  */
.news-content img,
.news-content  iframe {
  width: 100% !important;
  max-width: 100%; /* Ensures no overflow */
  height: auto !important; /* Maintains aspect ratio */
  object-fit: contain; /* Ensures content stays within bounds */
}


.image .header-right{
  padding: 15px;
}

.image .image-header{
  column-gap: 10px;
}

@media only screen and (max-width: 600px) {
  .image .image-title{
    font-size: 18px;
    line-height: 1.2;
  }
  .image .header-right{
    padding: 5px;
  }
  .container{
    max-width: 100%;
  }
}

/* hidden-right-side-panel */


@media only screen and (max-width: 600px) {
  .hidden-right-side-panel {
    display:none;
  }
}

@media only screen and (max-width: 840px) {
  .mobileleftpane{
    top:100px
  }

  .group-navbar {text-align: center;}
  .group-navbar ul {
      padding: 0;
      margin: 0;
  }

  .group-navbar ul a {
      margin: 0 !important;
      display: block;
  }
}

@media screen and (min-width: 1271px) {
  .wo_group_profile .profile-container .card.hovercard .cardheader img{
    position: absolute;
    object-fit: cover;
  }
}