section.hero.position-relative {
    height: 85vh;
}
.container.text-white.content {
    margin-top: -80px;
    margin-left: 70px;
}
.container.text-white.content::after {
    content: "";
    position: absolute;
    top: -5%;
    left: -26px;
    width: 100%;
    height: 250px;
    opacity: 1;
    background-image: url("../../images/restart_2026/Group\ 3\ \(1\).png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    pointer-events: none;
    z-index: 5;
}
.news-section {
    background: #fff;
    border-radius: 50px;
    padding: 40px 0px 40px;
    max-width: 100%;
    margin: auto;
}
.og{
    color:#fff;
}
span.heading {
    color: #fff;
}
.hero::before {
    display:none;
}
.slider-outer {
  width: 100%;
  overflow: visible;
}

/* Slider nu static responsive grid bana ditta */
.slider-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;

  transform: none !important;
  transition: none !important;
  will-change: auto;
}

/* Cards da existing design same */
.slider-track .news-card {
  min-width: 0;

  display: flex;
  flex-direction: column;

  padding: 0;
  margin: 0;

  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

/* Card image */
.slider-track .news-card-image {
  display: block;
  order: 1;

  width: 100%;
  aspect-ratio: 1.68 / 1;
  object-fit: cover;
  object-position: center;
  transition: filter 0.45s ease;
}

/* =========================================
   DESCRIPTION HIDE
========================================= */

.slider-track .news-card > p {
  display: none;
}

/* =========================================
   DATE + CATEGORY TAG
========================================= */

.slider-track .news-card .orignal {
  order: 3;
  position: relative;

  margin: 60px 0 0;
  padding: 0;

  color: #000;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
}

.slider-track .news-card .orignal::before {
  

  position: absolute;
  left: 0;
  top: -50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 26px;
  padding: 5px 8px;

  color: #ffffff;
  background: #0a0319;

  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}



.slider-track .news-card .orignal::after {
  color: #0a0319;
  font-style: normal;
}

/* =========================================
   TITLE
========================================= */

.slider-track .news-card h4 {
  order: 4;

  margin: 7px 0 0;
  padding: 0;

  color: #000;
  font-size: clamp(22px, 1.65vw, 29px);
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.7px;

  transition: color 0.3s ease;
}

.slider-track .news-card:hover h4 {
  color: #0a0319;
}

/* =========================================
   OLD BUTTON HIDE
========================================= */

.slider-track .news-card .btn-blue.reg {
  display: none;
}

/* =========================================
   OPTIONAL IMAGE HOVER
========================================= */

.slider-track .news-card {
  position: relative;
}

.slider-track .news-card:hover .news-card-image {
  filter: brightness(0.94);
}

/* Slider dots/footer hun required nahi */
.news-footer,
.slider-dots {
  display: none !important;
}

/* Tablet */
@media (max-width: 991px) {
  .slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-brand {
    padding-top: 20px;
}
}

/* Mobile */
@media (max-width: 600px) {
  .slider-track {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .container.text-white.content {
    margin-top: -40px;
    margin-left: 20px;
}
.container.text-white.content::after {
    content: "";
    position: absolute;
    top: -4%;
    left: -16px;
    width: 100%;
    height: 200px;
    opacity: 1;
    background-image: url("../../images/restart_2026/Group\ 3\ \(1\).png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    pointer-events: none;
    z-index: 5;
}
.hero-buttons {
    margin-left: -10px;
}
.heading {
    font-size: 25px;
    line-height: 30px;
    margin-right: 10px;
}
.container.text-white.content h2 {
    font-size: 24px;
    line-height: 50px;
    margin-right: 10px;
}
.hero-buttons {
    margin-left: -10px;
    margin-top: 20px;
}
section.hero.position-relative {
    height: 70vh;
}
}
@media (max-width: 321px) {
  .container.text-white.content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px;
}
section.hero.position-relative {
    height: 80vh;
}
.container.text-white.content::after {
    content: "";
    position: absolute;
    top: -4%;
    left: -6px;
    width: 100%;
    height: 200px;
    opacity: 1;
    background-image: url("../../images/restart_2026/Group\ 3\ \(1\).png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    pointer-events: none;
    z-index: 5;
}
}
