/* -------------------- BASE (UNCHANGED) -------------------- */
* {
  margin: 0;
  padding: 0;
}

.legacy-section {
  background: url("../images/Rectangle 335.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.legacy-div {
  display: flex;
  justify-content: space-between;
  padding: 45px 70px;
  gap: 25px;
}

.legacy-left-layout img {
  width: 450px;
  height: 527px;
  border-radius: 8px;
}

.legacy-right-layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 138px;
}

.legacy-span {
  color: #ee1b22;
}

.legacy-right-layout-para,
.legacy-right-layout-inner-para {
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1%;
}

.legacy-right-layout-inner-para {
  line-height: 22px;
}

.legacy-right-layout h3 {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #fff;
}

.legacy-right-layout-h6 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #ee1b22;
  line-height: 100%;
  letter-spacing: 1%;
}
.legacy-inner {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}

/* -------------------- RESPONSIVE -------------------- */

/* 📱 Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .legacy-div {
    flex-direction: column;
    padding: 40px 40px;
    text-align: center;
    align-items: center;
  }

  .legacy-left-layout img {
    width: 90%;
    height: auto;
    max-width: 400px;
  }

  .legacy-right-layout {
    padding-right: 0;
    width: 100%;
    align-items: center;
    gap: 20px;
  }

  .legacy-right-layout h3 {
    font-size: 30px;
  }

  .legacy-right-layout-para,
  .legacy-right-layout-inner-para {
    font-size: 15px;
    line-height: 22px;
  }
  .legacy-inner {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
}

/* 📱 Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .legacy-div {
    padding: 30px 20px;
  }

  .legacy-right-layout h3 {
    font-size: 26px;
  }

  .legacy-right-layout-para,
  .legacy-right-layout-inner-para {
    font-size: 14px;
  }

  .legacy-right-layout-h6 {
    font-size: 18px;
  }
}

/* 📱 Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .legacy-div {
    padding: 25px 12px;
    gap: 20px;
  }

  .legacy-left-layout img {
    max-width: 100%;
  }

  .legacy-right-layout h3 {
    font-size: 22px;
  }

  .legacy-right-layout-para,
  .legacy-right-layout-inner-para {
    font-size: 13px;
    line-height: 20px;
  }

  .legacy-right-layout-h6 {
    font-size: 16px;
  }
}
