.body {
  background: #EEEEEE;
  position: relative;
}
.wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* MERGED: .tab-btn.active (was duplicated 3 times) */
.tab-btn.active {
  border-color: #0d9488;
  color: #0d9488;
  background: #0d9488/10;
}
    
.timeline-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #e2e8f0;
}

.timeline-item.wicket::before {
  background: #ef4444;
}

.timeline-item.boundary::before {
  background: #0d9488;
}

.timeline-item.six::before {
  background: #8b5cf6;
}

.timeline-item.milestone::before {
  background: #f59e0b;
}

/* MERGED: .filter-btn.active (was duplicated 2 times) */
.filter-btn.active {
  background: #0d9488;
  color: #fff;
}

.player-card {
  transition: all 0.3s ease;
}

.player-card:hover {
  transform: translateY(-8px);
}

.player-card:hover .player-img {
  transform: scale(1.05);
}

.player-card .player-number {
  transition: all 0.3s ease;
}

.player-card:hover .player-number {
  background: #0d9488;
  color: #fff;
}

.stat-ring {
  background: conic-gradient(#0d9488 var(--progress), #e2e8f0 0);
}

/* MERGED: .scrollbar-hide (was duplicated 2 times) */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.contact-card:hover .contact-icon {
  transform: scale(1.1);
  background: #0d9488;
}

.contact-card:hover .contact-icon svg {
  color: #fff;
}

.article-content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.article-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a5f;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.article-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.article-content blockquote {
  border-left: 4px solid #0d9488;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #757575;
}

.article-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.article-content ul li {
  margin-bottom: 0.5rem;
}

.article-content figure {
  margin: 2rem 0;
}

.article-content figure img {
  border-radius: 1rem;
}

.article-content figure figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: #757575;
  margin-top: 0.5rem;
}

.share-btn:hover {
  transform: translateY(-2px);
}

/* MERGED: .category-btn.active (was duplicated 2 times) */
.category-btn.active {
  background: #0d9488;
  color: #fff;
  border-color: #0d9488;
}

.news-card {
  transition: all 0.3s ease;
}

.news-card:hover {
  transform: translateY(-4px);
}

.news-card:hover .news-img {
  transform: scale(1.05);
}

/* ========================================
   HEADER STYLES
   ======================================== */

/* MERGED: .header-list-item-link (was duplicated 2 times) */
.header-list-item-link {
  position: relative;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 12px;
}

.header-list-item-link--active,
.header-list-item-link:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #0d9488;
}

.header-list {
  display: flex;
  gap: 12px;
  color: #f7f7f7;
}

.header_wrapp {
  background: #1e3a5f;
  position: sticky;
  top: 0;
  z-index: 999;
}

/* ========================================
   BURGER MENU
   ======================================== */
.menu-burger {
  width: 30px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 100;
  position: relative;
  display: none;
}

.menu-burger::after,
.menu-burger::before {
  content: "";
  position: absolute;
  left: 0;
}

.menu-burger::before {
  top: 0;
  transition: transform 0.3s, top 0.3s 0.3s;
}

.menu-burger::after {
  bottom: 0;
  transition: transform 0.3s, bottom 0.3s 0.3s;
}

.menu-burger__line,
.menu-burger::after,
.menu-burger::before {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 3px;
  background-color: #f2f2f2;
}

.menu-burger--active .menu-burger__line {
  display: none;
}

.menu-burger--active::before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  transition: top 0.3s, transform 0.3s 0.3s;
}

.menu-burger--active::after {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  transition: bottom 0.3s, transform 0.3s 0.3s;
}

.burger_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 8;
}

.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.calendar-day:hover {
  transform: translateY(-2px);
}

.calendar-day.has-match {
  position: relative;
}

.calendar-day.has-match::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #0d9488;
  border-radius: 50%;
}

.month-btn.active {
  background: #0d9488;
  color: #fff;
}

.season-btn.active {
  background: #0d9488;
  color: #fff;
}

.result-card {
  transition: all 0.3s ease;
}

.result-card:hover {
  transform: translateY(-4px);
}

#calendar-days > div {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.splide__arrow {
  background: #1e3a5f;
  opacity: 1;
}

.splide__arrow:hover {
  background: #0d9488;
}

.splide__arrow svg {
  fill: #fff;
}

.splide__pagination {
  position: relative !important;
  margin-top: 16px !important;
}

.featured-slider .splide__pagination {
  position: absolute !important;
}

.splide__pagination__page {
  background: #cbd5e1;
}

.splide__pagination__page.is-active {
  background: #0d9488 !important;
}

.news-card-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
}

.hero-overlay {
  background: linear-gradient(135deg, rgba(30,58,95,0.95) 0%, rgba(13,148,136,0.85) 100%);
}

.video-card {
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-4px);
}

.video-card:hover .video-img {
  transform: scale(1.05);
}

.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: #0d9488;
}

.play-btn {
  transition: all 0.3s ease;
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.video-modal.active {
  display: flex;
}

.video-modal iframe {
  max-width: 90%;
  max-height: 80vh;
  aspect-ratio: 16/9;
  width: 1200px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-video:hover .related-thumb {
  transform: scale(1.05);
}

.flex-row {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.height-100per {
  height: 100%;
}

.link-reset {
  text-decoration: none;
}

.img-100per-cover {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.logo-link {
  height: 80%;
}

.ul-reset {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

.header-menu-link {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  transition: .2s;
}

.header-menu-link:hover {
  text-decoration: underline;
}

.p-t-b-46 {
  padding-bottom: 46px;
  padding-top: 46px;
}

.game-strip {
  background: #fff;
  height: 180px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.game-strip-date {
  text-transform: uppercase;
  column-gap: 12px;
}

.justify-content-center {
  justify-content: center;
}

.color-757575 {
  color: rgb(117, 117, 117);
}

.games-strip-team-name {
  color: rgb(21, 21, 21);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-72x72 {
  height: 72px;
  width: 72px;
}

.fz-14 {
  font-size: 14px;
}

.bolder {
  font-weight: 800;
}

.p-l-r-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.game-strip-event {
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
}

.justify-content-end {
  justify-content: flex-end;
}

.fz-40 {
  font-size: 40px;
}

.game-strip-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: rgb(7, 107, 59);
  border: 1px solid rgb(204, 204, 204);
  display: inline-block;
  background: rgba(120, 120, 120, 0);
  transition: .4s;
}

.game-strip-btn:hover {
  background: rgba(120, 120, 120, 0.15);
}

.between-section {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(204, 204, 204);
}

.m-b-40 {
  margin-bottom: 40px;
}

.title-between-section {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 3px;
  display: inline-block;
}

.main-news-card-1 {
  grid-area: 1 / 1 / 4 / 3;
}

.main-news-card-2 {
  grid-area: 4 / 1 / 7 / 3;
}

.main-news-card {
  color: rgb(0, 0, 0);
  background: #fff;
  display: inline-block;
  transition: .3s;
}

.main-news-card:hover {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}

.main-news-card-desc {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background: #fff;
}

.height-440px {
  height: 440px;
}

.text-uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.fz-20 {
  font-size: 20px;
}

.height-240px {
  height: 240px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.column-gap-20 {
  column-gap: 20px;
}

.align-items-end {
  align-items: flex-end;
}

.text-align-right {
  text-align: right;
}

.main-news-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 24px;
}

.main-news-card-3 {
  grid-area: 1 / 3 / 3 / 4;
}

.main-news-card-4 {
  grid-area: 3 / 3 / 5 / 4;
}

.main-news-card-5 {
  grid-area: 5 / 3 / 7 / 4;
}

.higlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 24px;
}

.highlits-item-1 {
  grid-area: 1 / 1 / 4 / 3;
}

.highlights-item-2 {
  grid-area: 1 / 3 / 4 / 4;
}

.highlights-item-3 {
  grid-area: 4 / 1 / 6 / 2;
}

.highlights-item-4 {
  grid-area: 4 / 2 / 6 / 3;
}

.highlights-item-5 {
  grid-area: 4 / 3 / 6 / 4;
}

.height-180px {
  height: 180px;
}

.link-more {
  color: rgb(0, 76, 84);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
  max-width: 200px;
  text-align: center;
  justify-content: center;
  transition: .3s;
}

.link-more:hover {
  color: rgb(0, 133, 135);
}

.youtube-section {
  height: 700px;
  width: 100%;
  background: linear-gradient(-153.434948823deg,transparent,#000 100%,#000 0,#000 0), url("https://gujarat-titans.in/assets/img/3fc030b8360d952581a30787982cb462.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 64px;
  color: rgb(255, 255, 255);
}

.fz-48 {
  font-size: 48px;
}

.fz-24 {
  font-size: 24px;
}

.width-680px {
  width: 680px;
}

.text-align-center {
  text-align: center;
}

.link-subscribe {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #004c54;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  border-radius: 4px;
  transition: .3s;
  border: 1px solid #004c54;
}

.link-subscribe:hover {
  background: #ffffff;
  color: rgb(0, 76, 84);
}

.latest-video {
  background: #212121;
  padding-bottom: 24px;
  padding-top: 24px;
}

.latest-video-items {
  width: calc(100% - 877px);
}

.latest-video-card {
  display: flex;
  column-gap: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  height: 25%;
  align-items: center;
  transition: .3s;
  padding-left: 16px;
  padding-right: 16px;
}

.latest-video-card:hover {
  background: #333333;
}

.latest-video-desc {
  width: 60%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.fz-12 {
  font-size: 12px;
}

.color-white {
  color: rgb(255, 255, 255);
}

.latest-video-card-img {
  width: 40%;
  object-fit: cover;
  height: 100%;
}

.comunity-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  column-gap: 24px;
}

.width-50per {
  width: 50%;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-r-12 {
  margin-right: 12px;
}

.hover-box-shadow-none:hover {
  box-shadow: none;
}

.standing-container {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.standing-table {
}

.standing-table-row {
  display: grid;
  grid-template-columns: 6fr repeat(4, 2fr);
  padding-top: 12px;
  padding-bottom: 12px;
}

.color-333333 {
  color: rgb(51, 51, 51);
}

.standing-table-team {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.img-24-24 {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.bg-black-006 {
  background: rgba(0,0,0,0.06);
}

.footer {
  background: #313131;
}

.footer-top {
  background: #151515;
  display: flex;
  justify-content: center;
  column-gap: 36px;
}

.footer-top-link {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 3px;
  border-bottom-color: rgba(255, 255, 255, 0);
  transition: .3s;
}

.footer-top-link:hover {
  border-bottom-color: rgb(255, 255, 255);
}

.color-b2b2b2 {
  color: rgb(178, 178, 178);
}

.footer-bottom {
  background: #004C54;
  padding-bottom: 20px;
  padding-top: 20px;
}

.row-gap-6 {
  row-gap: 6px;
}

.p-t-b-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.news-section-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.reviews-item-head {
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
}

.reviews-item {
  background: #ffffff;
  margin-bottom: 4px;
}

.p-l-r-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.width-15per {
  width: 15%;
}

.width-85per {
  width: 85%;
}

.bg-fafafa {
  background: #fafafa;
}

.border-1px-solid-004c5436 {
  border: 1px solid #004c5436;
}

.width-100per {
  width: 100%;
}

.bg-win {
  background: linear-gradient(292deg, rgba(255, 255, 255, .7) 0%, rgba(0,255,0,0.08) 100%);
}

.bg-lose {
  background: linear-gradient(68deg, rgba(255, 255, 255, .7) 0%, rgba(255,0,0,0.12) 100%);
}

.m-t-40 {
  margin-top: 40px;
}

.relative {
  position: relative;
}

.playback-absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.playback-absolute:hover {
  scale: 1.1;
}

.overflow-hidden {
  overflow: hidden;
}

.contact-title {
  color: rgb(0, 76, 84);
  font-weight: 700;
}

.p-r-24 {
  padding-right: 24px;
}

.hover-color-757575 {
  transition: .3s;
}

.hover-color-757575:hover {
  color: rgb(117, 117, 117);
}

.post-content {
  width: 75%;
}

.post-aside {
  padding-left: 24px;
  width: 25%;
}

.height-600px {
  height: 600px;
}

@media (max-width: 1420px) {
  .menu-burger {
    display: block;
  }

  .header-nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;
    background: #1e3a5f;
    padding: 50px 0;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .header-nav-list.active {
    transform: translateX(0);
  }

  .header-list-item-link:not(.header-list-item-link--active) {
    color: #fff;
  }

  .header-nav-list-mobile {
    align-items: flex-start;
    padding-left: 50px;
    backdrop-filter: blur(19px);
    font-weight: 700;
    transform: translateY(0);
  }
}

@media(max-width:1024px) {
  #calendar-days > div {
    height: 50px;
  }
}

@media(max-width:500px) {
  #calendar-days > div {
    height: auto;
  }
}