/* General Styles */
  .news-posts-wrap .elementor-widget-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 49px;
  }
  /* Large Post Styles */
  .news-post-large {
    flex: 3;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
  }
  .news-container,
  .news-post-large img,
  .news-post-small,
  .news-post-small-img img,
  .related-img,
  .related-img img{
    transition: 0.3s;
  }
  .related-img{
    overflow: hidden;
    cursor: pointer;
    border-radius:10px 10px 0 0;
  }
  .news-container,
  .news-post-small-img{
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
  }
  .news-post-small-img{
    border-radius: 10px;
  }
  .news-container:hover .news-post-large img,
  .news-post-small:hover .news-post-small-img img,
  .news-related-post-img:hover .related-img img{
    transform: scale(1.1);
    transition: 0.3s;
  }
  .news-related-post-img:hover
  .news-post-small:last-child {
    margin-bottom: 0;
  }
  .news-post-large img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    height: 100%!important;
  }

  .large-post-content {
    font-family: "Poppins", Sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background:transparent linear-gradient(180deg, #24242400 0%, #242424 100%) 0% 0%;
    padding: 20px 33px 24px 47px;
    border-radius: 20px;
  }
  .news-post-large img{
    display: block;
  }
  .large-post-content .category-label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .large-post-content .post-date {
    font-size: 14px;
    margin: 5px 0;
  }

  .large-post-content h2 {
    font-size: 20px;
    margin: 10px 0;
  }

  .large-post-content .read-more {
    display: inline-block;
    margin-top: 10px;
    color: white;
    text-decoration: none;
    font-size: 16px;
  }
  .cat-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Right Small Posts Styles */
  .news-post-small-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .news-post-small {
    display: grid;
    gap: 29px;
    grid-template-columns: 197px 1fr;
    margin-bottom: 22px;
}

  .news-post-small img {
    object-fit: cover;
    border-radius: 10px!important;
    height: 100%!important;
    width: 100%;
  }

  .small-post-content {
    flex: 1;
  }

  .small-post-content .category-label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 5px;
  }


  .small-post-content .category {
    background-color: #8BBC5B;
    color: white;
  }

  .small-post-content .category-label.federation {
    background-color: #17a2b8;
    color: white;
  }

  .small-post-content .post-date {
    font-size: 14px;
    color: #242424;
  }

  .small-post-content h3 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #242424;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  .small-post-content h3 a{
    transform: none;
    font-weight: 600;
    font-size: 18px;
    color: #242424;
  }
  .small-post-content h3 a:hover{
    transform: none;
  }
  .small-post-content .read-more {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
  }
  .category{
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    color:#FFFFFF;
    background-color: #005B9B;
    border-radius: 100px;
    padding:6px 20px;
    margin-bottom: 12px;
    display: inline-block;
  }
  .large-post-content a,
  .small-post-content a,
  .event-link{
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    transition: all 0.3s;
  }
  .event-link{
    width: 80%;
    padding: 15px 15px 15px 46px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: translateY(0);
  }
  .small-post-content a{
    font-size: 13px;
    color: #242424;
  }
  .small-post-content a:hover{
    transform: translateX(3px);
  }
  .event-link:hover{
    color: #fff;
  }
  .large-post-content a svg,
  .small-post-content a svg,
  .event-link svg{
    transform: rotate(180deg);
  }
  .small-post-content a svg path{
    fill: #242424;
  }
  .large-post-content h2, .large-post-content h2 a{
    font-family: "Poppins", Sans-serif;
    font-size: 29px;
    font-weight:600;
    line-height: 1.4;
  }
  .large-post-content h2 a:hover{
    color: #fff;
  }
  .post-date{
    font-size: 13px;
    font-weight:400;
  }
  .event-container .category{
    background-color:transparent;
    color: #FFFFFF;
    position: relative;
  }
  .event-container .category:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #fff;
    opacity: 0.5;
  }
  .event-slider .date .date-inner{
    font-size: 21px;
    text-align: left;
  }
  .event-slider .date{
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    font-size:119px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    line-height: 1.2;
  }
  .category-wrap{
    text-align: right;
  }
  .event-slider{
    border-radius: 20px;
    padding: 22px 36px 38px 46px;
    color: #fff;
    height: 100%;
    height: 376px;
  }
  .home-slider.owl-carousel .owl-item{
    height: 100%;
    overflow: hidden;
  }
  .event-slider:hover .event-link {
    transform: translateY(0);
  }
  .flash-news-title {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 15px;
  }
  .flash-news-title span{
    font-weight: 600;
    color: #121212;
  }
  .hm-form-wrap .elementor-search-form__submit{
    border-radius: 50px!important;
    margin: 4px;
    min-width: 46px!important;
  }
  .owl-dots{
    display: none;
  }
  .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 77px;
    width: 77px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .owl-nav button:focus{
    outline: 0!important;
  }
  .owl-nav button::after{
    content: "";
    height: 77px;
    width: 77px;
    background-color: #fff !important;
    opacity: 0.27;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .owl-next{
    right: 0;
  }
  .owl-next span,
  .owl-prev span{
    font-size: 0;
    background: url('data:image/svg+xml,<svg id="Group_16193" data-name="Group 16193" xmlns="http://www.w3.org/2000/svg" width="38.958" height="25.046" viewBox="0 0 38.958 25.046"><path id="Path_257014" data-name="Path 257014" d="M3,23.021A1.391,1.391,0,0,1,4.389,21.63H37.2l-8.757-8.754a1.393,1.393,0,1,1,1.97-1.97l11.13,11.13a1.391,1.391,0,0,1,0,1.97l-11.13,11.13a1.393,1.393,0,0,1-1.97-1.97L37.2,24.413H4.389A1.391,1.391,0,0,1,3,23.021Z" transform="translate(-2.997 -10.498)" fill="%23121212" fill-rule="evenodd"/></svg>');
    height: 25px;
    width: 38px;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .owl-prev span{
    transform: rotate(180deg);
  }
  .owl-prev{
    left: 0;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent!important;
  }
  .hand-icon{
    display: none;
  }
  .event-container, .home-slider{
    width: 100%;
  }
  .event-slider p{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .owl-theme .owl-nav .disabled {
    opacity:1;
  }
  .hm-user-name{
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight:700;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .home-slider.owl-carousel .owl-stage{
    padding-left: 0!important;
  }
  .date-list ul{
    display: flex;
    gap: 3px;
    padding: 0;
  }

  .date-list ul li{
    list-style: none;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight:400;
    color: #121212;
    line-height: 1;
  }
  .single-news-category{
    border-radius: 100px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight:600;
    color: #FFFFFF;
    padding: 8px 20px;
    margin-right: 19px;
  }
  .img-content img{
    margin: 78px 0 68px;
  }
  .img-content h3{
    font-family: "Poppins", Sans-serif;
    font-size: 18px!important;
    font-weight:600;
    color: #121212;
    margin: 0 0 29px;
  }
  .related-posts h2{
    font-family: "Poppins", Sans-serif;
    font-size: 37px!important;
    font-weight:600;
    color:#121212;
    margin: 0 0 51px;
  }
  .news-related-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 77px;
  }
  .news-related-post{
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 3px 20px #0000001A;
    background-color: #fff;
  }
  .news-related-post-img img {
    border-radius: 10px 10px 0 0!important;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }
  .related-img {
    height: 198px;
  }
  .news-related-post-cat{
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight:600;
    color: #FFFFFF;
    padding: 6px 16px;
    margin-right: 10px;
    border-radius: 100px;
  }
  .related-cat-wrapper {
    position: absolute;
    top: 13px;
    left: 17px;
  }
  .news-related-post-content {
    padding: 20px 30px;
  }
  .news-related-post-date, .news-related-post-author{
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight:400;
    color: #242424;
    letter-spacing: 0.52px;
    color: #242424;
    opacity: 0.5;
    margin: 0;
  }
  .author-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 9px;
  }
  .related-news-head{
    color: #242424;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight:600;
    margin-bottom: 11px;
    line-height: 1.6;
    letter-spacing: 0.36px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .related-news-head:hover{
    color: #242424;

  }
  .news-related-post-btn svg path {
    fill:#242424;
  }
  .news-related-post-btn svg{
    transform: rotate(180deg);
    width: 13px;
    height: 12px;
  }
  .news-related-post-btn{
    font-size: 13px;
    color: #242424;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif;
    font-weight:400;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .img-content .news-related-post-img img{
    margin: 0;
  }

  @media(max-width: 600px){
      .cat-wrapper {
        flex-direction: column;
        align-items: start;
    }
  }
  @media (max-width: 992px) {
    .news-posts-wrap .elementor-widget-container{
      grid-template-columns: none;
    }
    .news-related-post-wrapper{
      gap: 30px;
      grid-template-columns: 1fr 1fr;

    }
    .related-news-head{
      font-size: 13px;
      line-height: 1.5;
    }
  }
  @media (max-width: 767px) {
    .large-post-content{
      padding: 20px 25px;
    }
    .news-post-large{
      height: 400px;
    }
    .news-post-large img{
      object-fit: cover;
    }
    .img-content .news-related-post-date {
      margin-bottom: 0;
    }
    .news-related-post-wrapper,
    .news-post-small{
      grid-template-columns: none;
    }
    .img-content p {
      margin-bottom: 40px;
    }
    .img-content img {
      margin: 0 0 20px;
    }
    .event-slider .date{
      font-size: 50px;
    }
    .event-slider .date .date-inner {
      font-size: 13px;
    }
    .related-posts h2{
      font-size: 27px !important;
      margin: 0 0 36px;
    }

  }
  @media (min-width:768px) {
    .hm-user-name{
      font-size: 47px;
      line-height: 1.4;
    }
    .flash-news-container{
      position: relative;
    }
    .flash-new-img{
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    .flash-new-img img{
      display: block;
    }
    .flash-new-img:after{
      content: "";
      position: absolute;
      top: 50%;
      right: -43px;
      transform: translateY(-50%);
      height: 50px;
      background-color: #707070;
      display: block;
      z-index: 1;
      width: 1px;
      opacity: 0.23;
    }
    .flash-news-slider{
      padding-left: 250px;
    }
  }
  @media (min-width:1365px) {
    .home-slider .owl-stage-outer{
      overflow: visible;
    }

  }
  @media (min-width:1500px) {
    .owl-next {
      right: -68px;
    }
    .owl-prev {
      left: -68px;
    }
  }
  @media (min-width:1600px) {
    .owl-next {
      right: -89px;
    }
    .owl-prev {
      left: -89px;
    }
  }
