.top-header .content {
  display: block;
  position: relative;
}

.top-header .content .right-content {
  position: absolute;
  right: 0px;
  top: 0px;
}

.single-news .img img{
  width: 100%;
}




.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 19px;
  opacity: 1;
  background: #fff;
  border: 1px solid #9C27B0;
  border-radius: 50%;
  color: #9C27B0;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  }
  .widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
  .widget-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #ff5500!important;
    color: #fff;
  }
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
  }
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
  }
  .footerMenu ul li a{
    color: #fff;
  }



/* Top Header Area Start */


.main-top-header{background: #222;padding: 8px 0px 8px;}
.main-top-header .top-header-content{
display: flex;
justify-content: space-between;
}
.main-top-header .top-header-content .left-content {

display: flex;

align-self: center;
}
.main-top-header .top-header-content .left-content .list li{
display: inline-block;
}
.main-top-header .top-header-content .left-content .list li a{color: #fff;display: block;}


.main-top-header .top-header-content .right-content .list li a{
color: #fff;

}
.main-top-header .top-header-content .right-content .list li{
display: inline-block;
}
.main-top-header .top-header-content  .list > li{margin-left: 10px;/* padding: 5px 0px; */}
.main-top-header .top-header-content .list li:first-child{
margin-left: 0px;
}
.main-top-header .top-header-content .right-content .list li.user-profile{
width: 35px;
height: 100%;
border-radius: 50%;
margin-right: 20px;
}
.main-top-header .top-header-content .right-content .list li.user-profile .nav-item.dropdown,
.main-top-header .top-header-content .right-content .list li.user-profile .nav-item.dropdown  .dropdown-toggle{
height: 100%;
}
.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-toggle img {
width: 35px;
height: 35px;
border-radius: 50%;
object-fit: cover;
}
.main-top-header .top-header-content .right-content .list li.user-profile .nav-item.dropdown:hover .dropdown-menu{
display: block;
}
.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-menu {
  top: 91%;
  border: 0px;
  left: auto;
  right: -40px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(19, 12, 12, 0.15) !important;
  box-shadow: 2px 2px 6px 0px rgba(19, 12, 12, 0.15) !important;
}

.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-menu .dropdown-item {
color: #777;
font-size: 15px;
display: block;
padding: 3px 15px; 
}
.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-menu  li{
display: block;
}

.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-menu .dropdown-item i {
    width: 20px; }

.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-menu .dropdown-item:hover {
    background: rgba(66, 133, 244, 0.1); 
  }


/* Top Header Area End */



.main-top-header .top-header-content .right-content .log-reg span{
  color: #fff;
  margin: 0px 5px;
}
/*---------------------------
** LOgin Signup  Area Start
---------------------------*/
.login-signup {
padding: 60px 0px 60px; }
.login-area {
  padding: 30px 30px 39px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }
   .login-area .log-reg-header-area {
    text-align: center;
    margin-bottom: 40px; }
     .login-area .log-reg-header-area .title {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 40px;
      color: #ff5500; }
    .login-area .log-reg-header-area .text {
      font-size: 18px;
      color: #919191; }
   .login-area .form-input {
    position: relative;
    margin-bottom: 15px; }
     .login-area .form-input input {
      width: 100%;
      height: 50px;
      background: #f3f8fc;
      padding: 0px 30px 0px 45px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 14px; }
    .login-area .form-input i {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 15px;
      color: #ff5500; }
   .login-area .form-forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px; }
   .login-area .to-login-page {
    text-align: right; }
   .login-area .submit-btn {
    width: 100%;
    height: 40px;
    text-align: center;
    background: #ff5500;
    border: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer; }
     .login-area .submit-btn:hover {
      background: #222; }
   .login-area .log-reg-social-area {
    text-align: center;
    padding-top: 26px; }
    .login-area .log-reg-social-area .title {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      display: inline-block;
      color: #ff5500;
      position: relative; }
      .login-area .log-reg-social-area .title::after {
        position: absolute;
        content: '';
        width: 40px;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 100%;
        margin-right: 7px; }
     .login-area .log-reg-social-area .title::before {
        position: absolute;
        content: '';
        width: 40px;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 100%;
        margin-left: 7px; }
    .login-area .log-reg-social-area .text {
      font-size: 20px;
      font-weight: 300;
      color: #143250; }
     .login-area .log-reg-social-area .log-reg-social-links {
      padding-left: 0px; }
      .login-area .log-reg-social-area .log-reg-social-links li {
        display: inline-block; }
        .login-area .log-reg-social-area .log-reg-social-links li a i {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          line-height: 50px;
          display: inline-block;
          color: #fff;
          text-align: center;
          margin: 0px 5px;
          -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }
          .login-area .log-reg-social-area .log-reg-social-links li a i.fa-facebook-f {
            background: #0069f7; }
         .login-area .log-reg-social-area .log-reg-social-links li a i.fa-twitter {
            background: #00c6f7; }
           .login-area .log-reg-social-area .log-reg-social-links li a i.fa-google-plus-g {
            background: #d1062c; }

.comment-log-reg-tabmenu .full-container {
padding: 0px !important; }

.comment-log-reg-tabmenu .nav-tabs {
border: 0px;
margin: 0px;
padding: 0px; }
.comment-log-reg-tabmenu .nav-tabs .nav-link {
  border: 0px;
  margin: 0px;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  background: #ddd;
  border-radius: 0px;
  color: #222; }
  .comment-log-reg-tabmenu .nav-tabs .nav-link.active {
    background: #ff5500;
    color: #fff;
   }
/*---------------------------
** LOgin Signup  Area End
---------------------------*/

/* News details Gallery css Strat */
.model-gallery-image .one-item-slider .item img {
width: 100%; }

.model-gallery-image .all-item-slider {
position: relative;
margin: 12px 0px 0px; }
.model-gallery-image .all-item-slider li {
  margin: 0px 6px;
  cursor: pointer; }
  .model-gallery-image .all-item-slider li:focus {
    outline: 0px; }
  .model-gallery-image .all-item-slider li img {
    max-width: 100%; }
.model-gallery-image .all-item-slider .slick-slide {
  margin: 0px 10px; }
.model-gallery-image .all-item-slider .slidPrv4.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 2;
  background: #28a745;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: .7;
  cursor: pointer; }
  .model-gallery-image .all-item-slider .slidPrv4.slick-arrow:hover {
    opacity: 1; }
.model-gallery-image .all-item-slider .slidNext4.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 2;
  background: #28a745;
  text-align: center;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  opacity: .7;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .model-gallery-image .all-item-slider .slidNext4.slick-arrow:hover {
    opacity: 1; }

/* News details Gallery css End */



/*--------------05. Start of subscribe-pre-loader CSS------------------*/
.subscribe-preloader-wrap {
position: fixed;
width: 100%;
height: 100%;
background: #00000080;
z-index: 999;
}
.subscribePreloader__thumb {
width: 50%;
height: 50%;
position: absolute;
left: 50%;
top: 50%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.subscribePreloader__text {
background: #0163d2c7;
width: 60%;
margin: auto;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
top: 50%;
position: relative;
padding: 30px;
}
.subscribePreloader__text form {margin-top: 30px;}
.subscribePreloader__text h1,
.subscribePreloader__text p {color: #ffffff;}
.subscribePreloader__text input,
.subscribePreloader__text button {
border: none;
height: 40px;
}
.subscribePreloader__text input {
width: 70%;
margin-right: 5px;
padding-left: 10px;
}
.subscribePreloader__text button {
font-weight: 600;
width: 25%;
background: #333333;
color: #ffffff;
-webkit-transition: all 400ms ease-in;
transition: all 400ms ease-in;
}
.subscribePreloader__text button:hover {
background: #ffffff;
color: #333333;
}
.subscribePreloader__thumb span {
display: block;
position: absolute;
right: -10px;
top: -10px;
background: #ffffff;
height: 25px;
width: 25px;
line-height: 25px;
text-align: center;
color: #333333;
font-size: 12px;
border-radius: 100%;
cursor: pointer;
}
/*--------------05. End of subscribe-pre-loader CSS------------------*/



select#languageChange {
  background: none;
  border: 0px;
  color: #fff;
}

select#languageChange option{
  color: #333;
}
.home-front-area .slick-track {
width: 100%!important;
}

iframe{
  max-width: 100%;
}

.lead-news-section {
  margin: 18px 0 26px;
}

.lead-news-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .95fr);
}

.lead-news-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.lead-news-image {
  display: block;
  overflow: hidden;
}

.lead-news-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main-lead-card .lead-news-image {
  aspect-ratio: 16 / 9;
}

.lead-news-content {
  padding: 14px 16px 16px;
}

.lead-news-shoulder {
  color: #c62828;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
}

.lead-news-content h2,
.lead-news-content h3 {
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.lead-news-content h2 {
  font-size: 30px;
  line-height: 1.25;
}

.lead-news-content h3 {
  font-size: 18px;
  line-height: 1.35;
}

.lead-news-content a {
  color: #111;
}

.lead-news-content a:hover {
  color: #c62828;
}

.lead-news-hanger {
  color: #555;
  font-size: 16px;
  line-height: 1.45;
  margin: 8px 0 0;
}

.secondary-lead-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.secondary-lead-card .lead-news-image {
  aspect-ratio: 4 / 3;
}

.secondary-lead-card .lead-news-content {
  padding: 10px 12px 12px;
}

.secondary-lead-card .lead-news-hanger {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
  .lead-news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .secondary-lead-grid {
    grid-template-columns: 1fr;
  }

  .lead-news-content h2 {
    font-size: 24px;
  }

  .lead-news-content h3 {
    font-size: 17px;
  }
}

.article-headline-block {
  border-bottom: 1px solid #e6e6e6;
  margin: 12px 0 18px;
  padding-bottom: 16px;
}

.article-headline-block .article-shoulder {
  color: #c62828;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.article-headline-block h1 {
  color: #111;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0;
}

.article-headline-block .article-hanger {
  color: #555;
  font-size: 20px;
  line-height: 1.55;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .article-headline-block {
    margin-top: 10px;
    padding-bottom: 12px;
  }

  .article-headline-block .article-shoulder {
    font-size: 16px;
  }

  .article-headline-block h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .article-headline-block .article-hanger {
    font-size: 17px;
    line-height: 1.45;
  }
}

/* Site-wide phone responsiveness overrides */
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe,
embed,
object {
  max-width: 100%;
}

img {
  height: auto;
}

.container,
.container-fluid {
  max-width: 100%;
}

.gallery-card .photo-count {
  align-items: center;
  backdrop-filter: blur(6px);
  background: rgba(17, 17, 17, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(17, 17, 17, 0.12);
  color: #ffffff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 3px;
  left: auto;
  line-height: 1;
  max-width: calc(100% - 18px);
  min-height: 20px;
  padding: 4px 6px;
  pointer-events: none;
  right: 6px;
  top: 6px;
  white-space: nowrap;
}

.gallery-card .photo-count::before {
  color: #ffffff;
  font-size: 9px;
}

.gallery-section .gallery-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.gallery-section .gallery-card:hover {
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.13);
  transform: translateY(-2px);
}

.gallery-section .gallery-card .news-thumb {
  border-bottom: 0;
}

.gallery-section .gallery-card .news-thumb::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.28) 100%);
}

.gallery-section .gallery-card h3 {
  font-size: 18px;
  line-height: 1.35;
  padding: 13px 15px 15px;
}

@media (min-width: 992px) {
  .gallery-section .row > [class*="col-"]:first-child {
    width: 33.33333333%;
  }

  .gallery-section .row > [class*="col-"]:first-child .news-thumb {
    aspect-ratio: 4 / 3;
  }

  .gallery-section .row > [class*="col-"]:first-child .gallery-card h3 {
    font-size: 18px;
    padding: 13px 15px 15px;
  }
}

.single-post-content,
.archive-content,
.news-card-body,
.category-block,
.special-card-body,
.news-footer-section,
.footer-section {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 991.98px) {
  .header-main {
    padding: 14px 0;
  }

  .header-main .row {
    --bs-gutter-x: 12px;
  }

  .header-main img {
    max-height: 58px !important;
    max-width: min(180px, 48vw);
    object-fit: contain;
  }

  .offcanvas {
    max-width: 88vw;
  }

  .single-post-title,
  .category-title-main {
    font-size: 32px;
    line-height: 1.25;
  }

  .single-post-meta {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .single-post-content {
    font-size: 17px;
    line-height: 1.75;
  }

  .archive-item {
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 24px;
  }

  .archive-thumb {
    flex-basis: 220px;
  }

  .archive-thumb img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .footer-section [class*="col-"],
  .news-footer-section [class*="col-"] {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }

  .container,
  .container-fluid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .row {
    --bs-gutter-x: 18px;
  }

  .header-main .col-6:first-child,
  .header-main .col-6.text-center {
    text-align: left !important;
  }

  .header-main .btn {
    padding: 6px 0 6px 12px;
  }

  .offcanvas-body .list-group-item {
    font-size: 15px;
    line-height: 1.35;
  }

  .news-home-section {
    padding: 28px 0;
  }

  .lead-card .news-card-body {
    padding-top: 12px;
  }

  .lead-card-large h1,
  .single-post-title,
  .article-headline-block h1,
  .category-title-main {
    font-size: 26px;
    line-height: 1.3;
  }

  .lead-card-small h2,
  .latest-item h3,
  .category-featured h3,
  .special-card h3,
  .gallery-card h3,
  .video-card h3,
  .opinion-card h3,
  .archive-content h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  .news-meta {
    gap: 5px 9px;
  }

  .latest-list {
    gap: 16px;
  }

  .latest-item {
    gap: 12px;
    grid-template-columns: 112px minmax(0, 1fr);
    padding-bottom: 16px;
  }

  .latest-thumb {
    align-self: start;
  }

  .most-read-box,
  .opinion-card,
  .special-card-body {
    padding: 16px;
  }

  .most-read-item {
    gap: 12px;
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .most-read-item span {
    font-size: 22px;
  }

  .category-block-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-block-head a {
    width: 100%;
    text-align: center;
  }

  .category-small-list article {
    gap: 10px;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .play-icon {
    height: 44px;
    width: 44px;
  }

  .photo-count,
  .special-badge {
    font-size: 12px;
  }

  .share-icons-modern {
    flex-wrap: wrap;
  }

  .single-post-image-container {
    margin-bottom: 24px;
  }

  .single-post-content table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .archive-item {
    display: block;
  }

  .archive-thumb {
    margin-bottom: 12px;
  }

  .archive-thumb img {
    width: 100%;
  }

  .footer-section {
    padding: 32px 14px 0;
  }

  .footer-menu-01,
  .footer-menu-last {
    border-right: 0;
    margin-bottom: 16px;
    text-align: left;
  }

  .footer-content-rihgt,
  .footer-content-left,
  .root_01,
  .root_02 {
    font-size: 15px;
    line-height: 1.6;
    padding: 0;
    text-align: left;
  }

  .news-footer-section {
    padding-top: 36px;
  }

  .footer-logo {
    max-width: min(220px, 100%);
  }

  .footer-copy {
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .header-main .row {
    min-height: 54px;
  }

  .header-main img {
    max-height: 48px !important;
    max-width: 58vw;
  }

  .header-main .fa-bars-staggered {
    font-size: 1.45rem !important;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading span {
    max-width: 100%;
    white-space: normal;
  }

  .latest-item,
  .category-small-list article {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .latest-item p,
  .category-featured p,
  .special-card p,
  .opinion-card p {
    display: none;
  }

  .lead-card-large h1,
  .single-post-title,
  .article-headline-block h1,
  .category-title-main {
    font-size: 24px;
  }

  .single-post-content {
    font-size: 16px;
    line-height: 1.7;
  }

  .single-post-meta {
    font-size: 13px;
  }

  .author-thumb-small {
    height: 34px;
    width: 34px;
  }

  .news-footer-section .row,
  .footer-section .row {
    --bs-gutter-y: 14px;
  }
}

@media (max-width: 390px) {
  .latest-item,
  .category-small-list article {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .lead-card-small h2,
  .latest-item h3,
  .category-small-list h4,
  .most-read-item h4 {
    font-size: 16px;
  }

  .news-meta {
    font-size: 11px;
  }
}

/* Irrawaddy-style front page refinements */
:root {
  --news-ink: #111111;
  --news-muted: #696969;
  --news-line: #e4e4e4;
  --news-red: #b70812;
  --news-soft: #f7f7f7;
}

body {
  background: #ffffff;
  color: var(--news-ink);
}

.top-bar-black {
  background: #050505 !important;
  border-bottom: 1px solid #242424;
  color: #f7f7f7;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 3px 0 !important;
}

.top-bar-black .form-control,
.top-bar-black .btn {
  height: 24px;
  font-size: 11px;
  line-height: 1.2;
  padding-top: 2px;
  padding-bottom: 2px;
}

.top-bar-black .form-control::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.header-main {
  border-bottom: 1px solid var(--news-line) !important;
  padding: 6px 0 !important;
}

.header-main .row {
  min-height: 80px;
}

.header-main img {
  height: 80px !important;
  max-width: min(270px, 100%);
  object-fit: contain;
  width: 270px !important;
}

.header-main a > img[alt="Logo"] {
  object-fit: cover;
  object-position: center;
}

.newsletter-btn {
  background: #111111 !important;
  border: 1px solid #111111;
  border-radius: 0 !important;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 34px;
  padding: 10px 16px !important;
  text-transform: uppercase;
}

.newsletter-btn:hover {
  background: var(--news-red) !important;
  border-color: var(--news-red);
}

.nav-sticky {
  background: #ffffff !important;
  border-bottom: 2px solid #111111 !important;
  box-shadow: none;
}

.nav-sticky .nav {
  flex-wrap: nowrap;
  overflow: visible;
  scrollbar-width: thin;
}

.nav-sticky .nav-link {
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  padding: 13px 12px !important;
  position: relative;
  white-space: nowrap;
}

.nav-sticky .nav-link::after {
  background: var(--news-red);
  bottom: -2px;
  content: "";
  height: 2px;
  left: 12px;
  opacity: 0;
  position: absolute;
  right: 12px;
  transition: opacity 180ms ease;
}

.nav-sticky .nav-link:hover::after,
.nav-sticky .nav-link:focus::after {
  opacity: 1;
}

@media (min-width: 992px) {
  .nav-sticky {
    position: sticky;
    z-index: 1020;
  }

  .nav-sticky .nav-item.dropdown:hover > .dropdown-menu,
  .nav-sticky .nav-item.dropdown:focus-within > .dropdown-menu,
  .nav-sticky .dropdown-submenu:hover > .dropdown-menu,
  .nav-sticky .dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
  }

  .nav-sticky .dropdown-menu {
    margin-top: 0;
    min-width: 190px;
  }

  .nav-sticky .dropdown-submenu {
    position: relative;
  }

  .nav-sticky .dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
  }

  .nav-sticky .dropdown-submenu > .dropdown-item::after {
    border: 0;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-top: -0.45em;
    position: absolute;
    right: 11px;
    top: 50%;
    vertical-align: 0;
  }

  .nav-sticky .dropdown-item {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    padding-left: 14px !important;
    padding-right: 28px !important;
    white-space: nowrap;
  }

  .nav-sticky .dropdown-item:hover,
  .nav-sticky .dropdown-item:focus {
    background: #f3f3f3;
    color: var(--news-red);
  }
}

.jeg_carousel_section {
  background: #ffffff !important;
  border-bottom: 1px solid #e6e8eb !important;
  border-top: 1px solid #eceef1;
  overflow: hidden;
  padding: 12px 0 !important;
  position: relative;
}

.jeg_carousel_section::before {
  background: var(--news-red);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.jeg_carousel_section .compactCarousel {
  padding: 4px 21px;
}

.jeg_carousel_section .swiper-button-prev {
  left: 0 !important;
  z-index: 20;
}

.jeg_carousel_section .swiper-button-next {
  right: 0 !important;
}

.jeg_carousel_section .swiper-button-prev,
.jeg_carousel_section .swiper-button-next {
  background: rgba(17, 17, 17, 0.94);
  border: 1px solid rgba(17, 17, 17, 0.94);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  color: #ffffff !important;
  height: 34px;
  opacity: 0.96;
  transform: scale(1) !important;
  transition: background 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
  width: 34px;
}

.jeg_carousel_section .swiper-button-prev::after,
.jeg_carousel_section .swiper-button-next::after {
  font-size: 12px;
  font-weight: 800;
}

.jeg_carousel_section .swiper-button-prev:hover,
.jeg_carousel_section .swiper-button-next:hover {
  background: var(--news-red);
  border-color: var(--news-red);
  opacity: 1;
  transform: scale(1.05) !important;
}

.jeg_post {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e7e9ed;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
  display: flex;
  gap: 11px;
  min-height: 86px;
  padding: 9px 11px;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.jeg_post:hover {
  background: #ffffff;
  border-color: rgba(183, 8, 18, 0.34);
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.12);
  transform: translateY(-2px);
}

.jeg_thumb {
  background: #e9ecef;
  border-radius: 5px;
  flex: 0 0 88px;
  height: 68px !important;
  overflow: hidden;
  width: 88px !important;
}

.jeg_thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.jeg_post_content {
  min-width: 0;
}

.jeg_post:hover .jeg_thumb img {
  transform: scale(1.06);
}

.jeg_post_title {
  color: #111111;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
  margin-bottom: 7px !important;
}

.jeg_post_meta {
  align-items: center;
  color: #777777 !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px !important;
  gap: 9px;
  line-height: 1.2;
}

.jeg_post_meta i {
  color: var(--news-red);
}

.jeg_post:hover .jeg_post_title,
.main-lead-title a:hover,
.news-card-sidebar a:hover,
.card a:hover,
.most-read-item a:hover {
  color: var(--news-red) !important;
}

.meta-info {
  color: var(--news-muted) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lead-news-wrapper {
  position: relative;
  z-index: 1;
}

.bottom-lead-card {
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.bottom-lead-img {
  aspect-ratio: 16 / 9;
  height: 160px;
  object-fit: cover;
}

.secondary-leads-scroll {
  height: 0;
  min-height: 400px;
  overflow-y: auto;
}

.main-lead-title {
  font-size: clamp(30px, 4vw, 48px) !important;
  letter-spacing: 0;
  line-height: 1.08 !important;
  margin-bottom: 14px !important;
}

.main-lead-title a,
.serif-font a,
.card a,
.news-card-sidebar a {
  transition: color 180ms ease;
}

.main-lead-title + p {
  color: #505050 !important;
  font-size: 17px !important;
  line-height: 1.6;
}

.read-more-btn {
  background: #111111 !important;
  border: 1px solid #111111;
  color: #ffffff !important;
  font-size: 11px !important;
  letter-spacing: 0.06em;
  padding: 9px 15px !important;
  text-transform: uppercase;
}

.read-more-btn:hover {
  background: var(--news-red) !important;
  border-color: var(--news-red);
}

.category-badge-black,
.sidebar-title-bar {
  background: #111111 !important;
  color: #ffffff !important;
  letter-spacing: 0.04em;
}

.sidebar-title-bar {
  align-items: center;
  display: flex;
  font-size: 13px !important;
  line-height: 1;
  min-height: 31px;
  padding: 8px 12px !important;
}

.card {
  background: transparent;
}

.card img,
.news-card-sidebar img,
.main-lead-title,
article img {
  backface-visibility: hidden;
}

.card img,
article > a > img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
}

.col-lg-8 > article:first-child > a > img {
  aspect-ratio: 16 / 9;
}

.news-card-sidebar {
  border-bottom: 1px solid var(--news-line) !important;
  gap: 14px !important;
  margin-bottom: 16px !important;
  padding-bottom: 16px !important;
}

.news-card-sidebar img {
  aspect-ratio: 1 / 1;
  height: 88px !important;
  width: 96px !important;
}

.news-card-sidebar h4 {
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.34 !important;
}

.section-header-modern h3,
.category-section h3 {
  border-color: #111111 !important;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
}

.most-read-number {
  color: #d7d7d7 !important;
  min-width: 42px;
}

.most-read-item:hover .most-read-number {
  color: var(--news-red) !important;
}

.ad-sidebar {
  background: var(--news-soft) !important;
  border: 1px solid var(--news-line) !important;
}

.dropdown-menu {
  border-radius: 0 !important;
}

@media (min-width: 992px) {
  .container {
    max-width: 1180px;
  }

  .col-lg-8.border-end {
    border-right: 1px solid var(--news-line) !important;
  }
}

@media (max-width: 991.98px) {
  .header-main {
    padding: 12px 0 !important;
  }

  .header-main .row {
    min-height: 58px;
  }

  .header-main img {
    max-height: 58px !important;
    max-width: min(210px, 58vw) !important;
  }

  .newsletter-btn {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .main-lead-title {
    font-size: 27px !important;
  }

  .lead-news-wrapper {
    align-items: flex-start !important;
    margin-bottom: 24px !important;
  }

  .lead-news-wrapper > [class*="col-"] {
    position: relative;
    z-index: auto;
  }

  .lead-bottom-col {
    margin-bottom: 18px;
  }

  .bottom-lead-card {
    height: auto !important;
    min-height: 0;
    margin-bottom: 0;
  }

  .bottom-lead-img {
    height: auto !important;
    min-height: 180px;
  }

  .secondary-leads-scroll {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding-right: 0 !important;
  }

  .main-lead-title + p {
    font-size: 15px !important;
  }

  .news-card-sidebar img {
    height: 82px !important;
    width: 92px !important;
  }

  .section-header-modern h3,
  .category-section h3 {
    font-size: 21px;
  }
}
