.next-story {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 0 10px;
  position: relative;
}
.next-story:after, .next-story:before {
  content: "";
  flex: 1 1;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e4e2e2);
  margin: 0 10px;
}
.next-story:after {
  background: linear-gradient(270deg, transparent, #e4e2e2);
}
.desc-text{
  line-height: 20px;
  font-size: 14px;
}
/*---live score ------------*/
#liveMatchContainer{
  display: none;
}
.liveScrollTable {
  background: #0d4a77;
  padding: 22px;
  width: 100%;
  color: white;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.liveScrollTable a {
  color: #fff;
}
.scorecard {
  display: flex;
}
.scorecard .team {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  font-size: 14px;
}
.scorecard .team img {
  max-width: 40px;
  height: auto;
  border-radius: 5px;
}
.scorecard .vs {
  display: inline-flex;
  width: 20%;
  vertical-align: middle;
  font-weight: bold;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  line-height: 14px;
}
.scorecard .over_numb {
  margin-top: 5px;
}
.team_name {
  margin-top: 5px;
}
.live-badge {
  background: #e12603;
  color: white;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 1px;
  font-style: italic;
}
.scorecard .score {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 16px;
}
.livestatus {
  font-size: 14px;
    margin-top: 10px;
    display: inline-flex;
    padding: 11px 14px 8px 14px;
    background: #ac944d;
    border-radius: 20px;
    line-height: 13px;
}

div#livecricket_detail_page {
  margin-top: 0;
  overflow: hidden;
}
div#livecricket_detail_page .scorecard {
  margin-top: -20px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 32px 32px 30px 32px;
  background-color: #fff3e8;
  border-bottom: 1px solid #b1974f;
}
div#livecricket_detail_page .scorecard .team img {
  max-width: 80px;
  padding: 5px;
  border: 1px solid #ac944d;
  background-color: #fff;
}
div#livecricket_detail_page .scorecard .team {
  font-size: 16px;
}
div#livecricket_detail_page .scorecard .team .team_name {
  margin-top: 5px;
  color: #b78e20;
  font-weight: 600;
}
div#livecricket_detail_page .scorecard .team.team_b img {
  float: left;
  margin: 0 10px 2px 0;
}
div#livecricket_detail_page .scorecard .team.team_a {
  text-align: right;
}
div#livecricket_detail_page .scorecard .team.team_a img {
  float: right;
  margin: 0 0 2px 10px;
}
div#livecricket_detail_page .scorecarddtls_result {
  display: inline-flex;
  width: 100%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
div#livecricket_detail_page .scorecarddtls_result span {
  padding: 11px 14px 11px 14px;
  background: #49d36b;
  border-radius: 20px;
  line-height: 12px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  margin-top: -39px;
  display: inline-block;
}

.team_section {
  padding-bottom: 10px;
  padding-top: 10px;
}
.team_section .team_heading h3 {
  font-size: 22px;
  font-weight: 700;
  color: #b78e20;
  margin-bottom: 0;
  margin-top: 0;
}
.team_section .table {
  font-size: 14px;
}
.team_section .table th {
  background-color: #fff9e6;
  color: #333;
}
.team_section .table td {
  color: #5d5d5d;
}
.team_section .team_content {
  font-size: 14px;
}
.team_section .team_content p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.team_section .team_content p b {
  font-weight: 600;
}
.team_section .team_content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #c33116;
  margin-bottom: 4px;
  margin-top: 10px;
}
.team_section .team_content span {
  color: #000;
}
.team_section .team_content .gray_font {
  color: #5d5d5d;
}
.team_section .team_content .table>:not(caption)>*>* {
  padding: .3rem .6rem;
}




.toggle-arrow{
  float: right;
}
.team_heading{
  cursor: pointer;
  background: #fff;
}
.team_heading.active {
  background: #fff;
}
.team_heading.active .toggle-arrow {
  transform: rotate(180deg);
}

.getStockMarket {
  margin-bottom: 20px;
}
.getStockMarket .row {
  gap: 7px;
  flex-wrap: nowrap;
  width: calc(100% - 7px);
}
.getStockMarket .colbox {
  padding: 7px 10px;
  position: relative;
  /* background-color: #e2ffd7; */
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #68ce68;
}
.getStockMarket .colbox b {
  text-transform: uppercase;
  font-weight: 600;
}
.getStockMarket .colbox span {
  display: block;
  line-height: 18px;
  margin-top: 3px;
}
.getStockMarket span.stimeSpan {
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 12px;
  opacity: 0.8;
}
.getStockMarket .colbox.marketMinus {
  /* background-color: #ffe2e2; */
  border: 1px solid #db7777;
}
.stockmarket_highlight{
  font-size: 10px !important;
}
.stock-red{
  color:red;
}
.stock-green{
  color:green;
}
.flexMarket {
  display: flex
;
  gap: 10px;
}
.searchPage {
  background: #fff;
}
.searchPage .blogs-head-bar {
  border-bottom: 0;
  margin-top: 9px;
  width: 100%;
}
.searchPage .blogs-head-bar #searchForm {
  width: 100%;
}

.sharesocialcls {
  position: absolute;
  background: #fff;
  padding: 12px 14px;
  box-shadow: 0px 1px 10px #8916084f;
  max-width: 250px;
  right: 0;
  top: 30px;
  border-radius: 10px;
}
.sharesocialcls a {
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 10px;
  
}
.sharesocialcls a .text {
  color: #000;
}

.sharesocialcls a i {
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.sharesocialcls a i.fa-link {
  background-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
.sharesocialcls a i.fa-envelope {
  background-color: #5B0400;
}
.sharesocialcls a i.fa-facebook {
  background-color: #0866ff;
}
.sharesocialcls a i.fa-twitter {
  background-color: #000;
}
.sharesocialcls a i.fa-whatsapp {
  background-color: #25d366;
}

.select2-container--default .select2-selection--single {
  background-color: #f2e0cf;
  border: 1px solid #f1c2c2;
  border-radius: 16px;
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 9px;
  color: #000;
  top: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 32px !important;
  padding-left: 16px;
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #f1c2c2;
  box-shadow: 0px 4px 8px #957c7c;
  border-radius: 16px;
  overflow: hidden;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #f1c2c2;
}
.select2-results__option {
  padding: 6px 12px;
  font-size: 16px;
}
.select2-search--dropdown {
  display: block;
  padding: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f2dfce;
  color: black;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

@media (max-width: 1367px) {
  .flexMarket {
    gap: 5px;
  }
  .getStockMarket .colbox span {
    font-size: 14px;
  }
  .getStockMarket .colbox span.stimeSpan {
    font-size: 12px;
  }
  .getStockMarket .colbox b {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .flexMarket {
    flex-direction: row;
    gap: 5px;
  }
  
  div#news-container .custom-video-section:nth-child(1) .blog-read-content {
    border: 0 !important;
  }
  div#news-container .custom-video-section:nth-child(2) .blog-read-content {
    border: 0 !important;
  }
  div#livecricket_detail_page {
    padding: 0px;
    border: 0;
    border-radius: 0;
  }
  div#livecricket_detail_page .scorecarddtls_result span {
    padding: 8px 14px 7px 14px;
    line-height: 12px;
    font-size: 13px;
    margin-top: -44px;
  }
  div#livecricket_detail_page .scorecard .team {
    font-size: 14px;
    text-align: center !important;
  }
  div#livecricket_detail_page .scorecard .team img {
    max-width: 32px;
    padding: 2px;
  }
  div#livecricket_detail_page .scorecard .team.team_b img {
    float: none;
    margin: 0;
  }
  div#livecricket_detail_page .scorecard .team.team_a img {
    float: none;
    margin: 0;
  }
  div#livecricket_detail_page .scorecard {
    margin-top: -22px;
    margin-left: -21px;
    margin-right: -20px;
    padding: 31px 32px 30px 32px;
    background-color: #fff3e8;
    border-bottom: 0;
  }
  .team_section .team_heading h3 {
    font-size: 20px;
  }
  .sharesocialcls {
    min-width: 200px;
    z-index: 1;
  }
}
.sidebar a.menubox{
  display: none;
}
 
/*menu*/ 
 /* .menuTopBox {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    max-width: 400px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #edebeb;
    border-top: 0;
    border-right: 0;
    transition: transform 0.4s ease;
    transform: translateX(0);
    z-index: 5000;
    }
  
   
    
    .menuTopBox.active {
    display: block;
    transform: translateX(-100%);
    box-shadow: 0 0 35px #826f38;
    }*/
    
    .menuTopBox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #fff;
  padding: 15px;
  border-right: 1px solid #edebeb;
  transition: transform 0.4s ease;
  transform: translateX(-100%); /* Initially off-screen to the left */
  z-index: 5000;
}

.menuTopBox.active {
  transform: translateX(0); /* Slides in from left to right */
  box-shadow: 5px 0 35px rgba(130, 111, 56, 0.3); /* Optional shadow */
}

    .menuTopBox img {
      width: auto;
    }
  
    .menuTopBox .userNav {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 30px;
      }
  
 
    
  @media screen and (max-width: 480px) {
    .sidebar a.menubox {
      gap: 2px;
      padding-left: 24px;
    }
  }
  
  @media (max-width: 767px) {
    .nav-list {
      margin-left: 10% !important;
    }
    .menuTopBox .userNav .userImage {
      width: 30px;
      height: 30px;
      display: block;
    }
    
    .menuTopBox .userNav span.userName {
      display: block;
    }
    .menuTopBox .userNav .userPbox {
      display: flex !important;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      background: none;
      padding: 0;
    }
  .menuTopBox { 
    display: block;
    box-shadow: none;
  }
}
.accordion-item {
  list-style:none;
  width: 100%;
  float: left;
}
.sidebar-menu.accordion-menu{
  padding-left: 0px !important;
}
.accordion-header { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 7px; border-bottom: 1px solid #eee; }
.accordion-header a { display: flex; align-items: center; flex-grow: 1; text-decoration: none; color: #000; }
.accordion-header img { width: 20px; height: 20px; margin-right: 10px; }
.accordion-header span { font-weight: 600; font-size: 16px;}
.accordion-toggle { margin-left: 10px; font-size: 18px; }
.accordion-content { padding-left: 30px; display: none; flex-direction: column; max-height: 200px;  overflow: scroll;}
.accordion-content a { display: flex; align-items: center; padding: 5px 0; text-decoration: none; color: #555; }
.accordion-content a img { width: 20px; height: 20px; margin-right: 10px; }

/*--------podcast----------- */
  .podcast-row:hover .podcast-index {
    display: none;
  }
  .podcast-row:hover .playaudio-icon {
    display: inline;
  }
  .playcls-none {
    display: none;
}
.podcast-row .podcastplay-icon {
    display: none;
}
.podcast-row:hover .number {
    display: none;
}
.podcast-row:hover .podcastplay-icon {
    display: inline-block;
}

.podcast-row.active .number {
    display: none;
}
.podcast-row.active .podcastplay-icon {
    display: inline-block;
    color: #ff0000; /* Highlight active play icon (optional) */
}
.playaudio-icon-anim {
    animation: pulse 1s infinite;
}
.podcast-col-1 .podcastplay-icon {
    display: none;
}
.podcast-row.active .number {
    display: none;
}
.podcast-row.active .podcastplay-icon {
    display: inline;
}

/* Optional animated effect */
@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}
.custom-audio-player {
    background: #ffe6e6;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px;
}
.custom-audio-player .controls {
    display: flex;
    align-items: center;
    gap: 0px;
}
.custom-audio-player input[type="range"] {
    flex-grow: 1;
}
.podcast-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f3f1ec;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
    display: block;
    color: inherit;
    margin-bottom: 25px;
    padding: 14px;
}

.podcast-card:hover {
  
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  background-color: #4d0000; /* Dark maroon on hover */
  color: white;
}

.podcast-card:hover .podcast-title,
.podcast-card:hover .podcast-subtitle {
  color: white;
}

.podcast-image {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.podcast-content {
    padding: 10px 0px 0 0px;
}

.podcast-title {
  font-weight: 600;
  font-size: 16px;
}

.podcast-subtitle {
  font-size: 13px;
  color: #777;
}

.highlight-card {
  border: 2px solid #800000;
  background-color: #4d0000;
  color: white;
}

.highlight-card .podcast-title,
.highlight-card .podcast-subtitle {
  color: white;
}

.play-button {
  position: absolute;
  bottom: 56px;
  right: 13px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #00c853;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: inherit;
}

.play-button::before {
  content: '';
  display: inline-block;
  margin-left: 3px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent white;
}
 .podcast-container {
    padding: 0;
    
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #podcastbtn { border: 0; background: none;}

  .podcast-details {
    max-width: 66%;
  }

  .podcast-details h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .podcast-details p {
    margin: 5px 0;
    font-size: 14px;
    color: #000;
  }

  .podcast-wrapper {
      margin: auto;
      background: white;
      border-radius: 10px;
      padding: 0;
    }
    .podcast-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    align-items: center;
    margin-bottom: 20px;
  }

  .podcast-header img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
  }
   

    .podcast-header h2 {
      font-size: 40px;
    margin: 0;
    font-weight: 300;
    }

    .toggle-view {
      font-size: 14px;
      color: #9b6c6c;
      cursor: pointer;
    }

    .podcast-table-header, .podcast-row {
      display: flex;
      align-items: center;
      padding: 12px 10px;
      border-bottom: 1px solid #eee;
    }

    .podcast-table-header {
      font-weight: bold;
      color: #000;
      border-bottom: 1px solid #e8dede;
      background:#f3f3f3
    }

    .podcast-col-1 { width: 5%; text-align: left; }
    .podcast-col-2 { width: 65%; display: flex; align-items: center; gap: 10px; }
    .podcast-col-3 { width: 20%; }
    .podcast-col-4 { width: 10%; }

    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }

    .podcast-info {
      display: flex;
      flex-direction: column;
    }

    .podcast-title {
      font-weight: 600;
    }

    .podcast-subtitle {
      font-size: 13px;
      color: #666;
    }
	.podcast-row:hover,
    .highlight {
      background-color: #fff3c2;
      cursor:pointer;
    }
  .podcast-card:hover .play-button {
    display: flex;
  }
    .playing {
      background-color: #fddede;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .controls {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
    }

    .controls input[type="range"] {
      flex: 1;
    }

    .controls button {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 13px;
    }

   	.podcast-player-row {
      padding: 0px;
      margin-bottom: 20px;;
  }

  .podcast-player-row.active {
    background-color: #fff3c2;
    display: block;
  }
   .podcast-row.active {
    background-color: #fff3c2;
   border-bottom:0;
  }

  

  .audio-player {
    width: 100%;
  }
h4.podcasttitle {
  line-height: 22px !important;
  width: auto !important;
  margin-bottom: 0px !important;
}
/* Container (optional) */
.audio-player {
    background: #ffe6e6;
    padding: 0px;
    border-radius: 10px;
    max-width: 800px;
}

#currentTime, #duration { font-size: 13px;}

.custom-audio-player input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: transparent;
    position:relative;
    overflow:hidden;
  }

  /* Track */
  .custom-audio-player input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    background: #daa0a0; /* light red-grayish tone */
    border-radius: 5px;
    overflow:hidden;
  }

  .custom-audio-player input[type=range]::-moz-range-track {
    height: 10px;
    background: #9e5e5e;
    border-radius: 5px;
    overflow:hidden;
  }

  /* Fill before thumb */
  .custom-audio-player input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 10px;
    border-radius: 5px;
    background: white;
    border: 0px solid #e53935; /* red fill border creates illusion of red track */
    margin-top: -7px;
    box-shadow: -1000px 0 0 990px #e53935; /* fill before thumb */
    position:relative;
  }


  .custom-audio-player input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: white;
    border: 4px solid #e53935;
  }

  .custom-audio-player input[type=range]::-moz-range-progress {
    background-color: #b3535c;
    height: 10px;
    border-radius: 5px;
  }
  .playiconfirstcls { float: left; display: contents;}
  .playiconsecondcls { float: left; display: contents;}
  #prevBtn img, #nextBtn img { width: 24px; height: 24px; }
  span.full-desc,span.short-desc,.full-desc p ,.short-desc p{
    font-size: 14px;
  }
  .mobiledisplay {
    display: block;
  }
  @media (max-width: 576px) {
     .controls button {
      padding-left: 2px;
      padding-right: 2px;
     }
    .podcast-header {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .podcast-details {
      text-align: center;
      max-width: 100%;
    }
  }

    @media (max-width: 768px) {
      .custom-sidebar ul li.allcatshow {
        display: none;
      }
      .custom-sidebar ul li.allcatshow.catMobileshow {
        display: block;
      }
      .catMobileshow #icon_63 {
        display: none;
      }
      .pollrightside{
        display: none;
      }
      .mobiledisplay {
        display: none !important;
      }
      .sidebar a.menubox {
        /* display: flex;
        align-items: center;
        gap: 10px;
        padding-right: 30px;
        position: relative; */
        position: absolute;
        z-index: 9999 !important;
        left: 0;
        padding: 12px 20px 12px 20px;
        display: flex;
        align-items: center;
      }
      .subcatCls {
          width: 50%;
          float: left;
      }
      .podcast-table-header, .podcast-row {
        flex-wrap: wrap;
        gap: 10px;
      }
      .audio-player { margin-top: -5px; }
      .podcast-header h2 { font-size: 25px; }
      .podcast-col-1
      { width: 5%; }
      .podcast-col-3
      { width: 25%;}
      .podcast-col-4
      { width: 10%;}
      .podcast-col-2 {
        width: 50%;
      }
      .podcasttitle {
        line-height: 45px !important;
        width: auto !important;
      }
      .custom-audio-player img, #prevBtn img, #nextBtn img {
          width: 20px;
      }
      .podcast-wrapper .podcast-col-1, .podcast-wrapper .podcast-col-2, .podcast-wrapper .podcast-col-3, .podcast-wrapper .podcast-col-4 {
        font-size: 13px;
      }
    }
  .menuTopBox .userNav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 30px;
  overflow: auto;
  height: 93vh;
  }
/*---------Podcast-------------*/
.floating-news-popup {
  position: fixed;
  bottom: 140px;
  left: 10px;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  overflow: hidden;
  font-family: sans-serif;
  z-index: 9999;
  transition: transform 0.3s ease;
  display: none;
}

.popup-header {
  background: #800d00;
  color: white;
  padding: 10px;
  position: relative;
}

.popup-title {
  font-size: 16px;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.popup-body {
  max-height: 300px;
  overflow-y: auto;
  padding: 0 10px;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.news-item img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  margin-right: 10px;
}

.news-text .headline {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.know-more-btn {
  position: fixed;
  bottom: 75px;
  left: 20px;
  background-color: #800d00;
  color: white;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
#knowMoreBtn img {
  width: 24px;
  height: 24px;
}
label.error {
    color: #9f4032;
}
 /*-------event css-------------*/
 .event-card {
      overflow: hidden;
   background: #fff;
  max-width: 100%;
  margin: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.event-card-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 10px;
}

/* .event-card-image {
    flex: 0 0 300px;
    max-width: 300px;
    overflow: hidden;
} */

.event-card-image img {
    width: 242px;
    height: 242px;
    object-fit: cover;
    border-radius: 10px;
}

.event-card-content {
    padding: 8px 20px;
    flex: 1;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
}
 .for-lg-event{
    display: block;
  }
.event-card-meta {
  font-size: 10px;
  color: #0c0c0c;
  margin-bottom: 10px;
  border-bottom: 2px solid #b1974f42;
  padding-bottom: 5px;
  /* gap:10px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.event-card-meta span b {
    /* display: block; */
    margin-bottom: 4px;
    font-size: 12px;
    color: #0c0c0c;
    font-weight:600;
}

.event-card-title {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 700;
    color: #000;
    text-align:left;
}
.event-card-title a {
  color: #000;
}
.event-card-title a:hover {
  color: #800d00;
}
.event-card-description {
    font-size: 14px;
    color: #333;
    min-height: 90px;
}

.event-card-buttons {
    margin-bottom: 15px;
}
.event-card-buttons a:hover{
color:#800d00 !important;
}

.btn-eventview-details {
    /* padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.3s; */
    float: left;
    font-size: 14px;
    color: #000 !important;
    font-family: "Poppins", sans-serif !important;
    border: 1px solid #000;
    border-radius: 20px;
      padding: 4px 14px 1px;
}

.btn-eventview-details:hover {
    color: #000;
}

.event-card-share {
   font-size: 14px;
   color: #212529;
   float: right;
   font-family: "Poppins", sans-serif !important;
}
.event-card-buttons a{
    width: auto;
    color: #000 !important;
}
.viewevent-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.viewevent-image {
  flex: 1 1 60%;
}

.viewevent-image img {
  width: 100%;
  border-radius: 10px;
}

.viewevent-details {
  flex: 1 1 35%;
  background: #f8ebe2;
  padding: 15px;
  border-radius: 10px;
}

.viewevent-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  text-align:initial;
  color:#800d00;
}

.viewevent-details ul li {
  font-size: 14px;
  margin-bottom: 8px;
} 
 
/* Responsive Part */
@media (max-width: 768px) {
    .for-lg-event{
      display: none;
    }
    .event-card-inner {
        flex-direction: column;
    }
    .event-card-image {
        flex: 0 0 auto;
        max-width: 100%;
        height: auto;
    }
    .event-card-image img {
        height: auto;
        width:100%;
    }
 
    .event-card {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding-bottom: 10px;
        margin: 10px 5px;
    }
    .event-card-inner {
        display: flex;
        flex-direction: row;
        padding: 10px;
    }
    .event-card-image {
        flex: 0 0 100px;
        max-width: 100px;
        margin-right: 10px;
    }
    .event-card-image img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 8px;
    }
    .event-card-content {
        flex: 1;
        padding: 0;
    }
    .event-card-meta {
        font-size: 10px;
        /* display: flex;
        flex-direction: column; */
        gap: 2px;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
    .event-card-meta span b {
        font-size: 11px;
    }
    .event-card-title {
        font-size: 14px;
        margin: 4px 0;
    }
    .event-card-description {
        font-size: 12px;
        min-height: auto;
        margin: 4px 0;
    }
    .event-card-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px 10px;
    }
    .btn-eventview-details {
        font-size: 12px;
      
        
    }
    .event-card-share {
        font-size: 12px;
        margin-top: 4px;
    }
    .viewevent-body {
      flex-direction: column;
    }

    .viewevent-image, .viewevent-details {
      /* flex: 1 1 100%; */
      flex:auto;
      width: 100%;
    }
    .eventdesc_mobile{
      padding-top:15px;
    }
}
/*-------event css-------------*/
.custom-blog-details .detail-page p.news_credit_txt, .news_credit_txt {
  font-style:  italic;
  
  font-size: 12px !important;
  color:#827f7f;
}
.web-details-title .news_credit_txt{
  font-style: italic;
  line-height: 10px;
  font-size: 12px !important;
  color: #827f7f;
  float: right;
  display: flex;
  position: relative;
}
.custom-epaper-cat{
    border: 1px solid #5d0500;
    border-radius: 5px;
}
.epaperbackbtn{
  font-size: 20px;
  color: #5d0500;
  height: 30px;
  width: 30px;
  border: 1px solid #5d0500;
  border-radius: 50%;
  text-align: center;
  align-content: space-around;
}

.magazinelogo-container {
      display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.magazinelogo-item {
  flex: 1 1 140px;
  max-width: 120px;
  text-align: center;
}

.magazinelogo-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .newsuploadtext{
    font-size: 14px;
    padding: 5px;
  }
  .magazinelogo-item {
    flex: 1 1 27%;
    max-width: 27%;
  }
}

@media (max-width: 480px) {
  .magazinelogo-item {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
/*------- rightside------*/
.epaperrigthside img{
 /* max-height: 300px; */
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.epaperimgdiv{
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #800d00;
  /* border-radius: 0 0 10px 10px; */
}
.magazine-wrapper {
  padding: 10px;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.magazine-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s ease;
}

.magazine-item img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.magazine-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 600px) {
  .magazine-grid {
    grid-template-columns: repeat(3, 1fr); /* tablets: 3 columns */
  }
}

@media (min-width: 900px) {
  .magazine-grid {
    grid-template-columns: repeat(2, 1fr); /* desktop: 4 columns */
  }
}


.athai-mobile{
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

.agree-wrap{
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f9f9f9;
}
#agree_status{
  margin-top: 5px;
}
.agree_checkbox_height{
 max-height:100px;
 overflow-y: scroll;
}
.agree-inline {
    display: flex;
    align-items: flex-start;
    gap: 8px;  /* space between checkbox and textarea */
}

.agree-inline textarea {
    width: 100%;
    height: 120px;       /* fixed height */
    resize: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 8px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.5;
}

 .title-block-journalist {
    text-align: center;
    margin-left: 25px;
    width: 220px;
    position: relative;
    z-index: 99999;
    line-height: 10px;
    background-color: #fff;
    padding: 0px 10px;
}
.journalistpage{
    margin-top: -40px;
}
.main-title-journalist {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin: 0;
    font-family: 'Noto Sans Gujarati', 'Shruti', sans-serif;
}

.main-title-journalist img{
     width: 200px;
}

.sub-title-journalist {
    font-size: 22px;
    color: #333;
    font-family: 'Noto Sans Gujarati', 'Shruti', sans-serif;
    text-align: right;
    font-weight: bold;
}

.sub-title-journalist .highlight {
    color: #2c3e94; /* blue for "journalist" */
    font-weight: bold;
}
@media (max-width: 768px) {
    .journalistpage{
      margin-top: 5px;
  }
  .title-block-journalist {
    text-align: center;
    margin-left: 0px;
    width: 45%;
    position: relative;
    z-index: 99999;
    line-height: 0px;
    background-color: #fff;
    padding: 0px 10px;
}
.sub-title-journalist{
  font-size: 11px;
  }
}

/* RAshifal */
.rashifal-wrapper {
  padding: 10px;
}

.rashifal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* mobile: 2 columns */
  gap: 15px;
}

.rashifal-item {
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s ease;
}

.rashifal-item img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  min-height: 20px;
}
.rashifal-item span{
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.rashifal-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 600px) {
  .rashifal-grid {
    grid-template-columns: repeat(3, 1fr); /* tablets: 3 columns */
  }
}

@media (min-width: 900px) {
  .rashifal-grid {
    grid-template-columns: repeat(4, 1fr); /* desktop: 4 columns */
  }
}
.relatednewsdtlimg{
  width: 100% !important;
}
#livecricket_detail_page .table-bordered tbody td {
    border: 1px solid #dee2e6;
}
 /* hide both by default */
.andriod_applink,
.ios_applink{
display:none;
}

/* android device */
.android-device .andriod_applink{
display:block;
}

/* ios device */
.ios-device .ios_applink{
  display:block;
}

