* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

/* ABOUT HERO */

.about-hero {
  position: relative;
  height: 400px;

  background: url("../assets/Aboutus.png") center/cover no-repeat;

  display: flex;
  align-items: flex-end;
}

/* PURPLE OVERLAY */

.about-overlay {
  position: absolute;
  inset: 0;

  background: #320242c4;
}

/* TEXT */

.about-content {
  position: relative;
  padding: 40px 5%;
}

.about-content h1 {
  color: #ffc107;
  font-size: 42px;
  font-weight: 700;
}

/*Section*/

.about-details {
  background: #ffff;
  padding: 80px 0;
}

/* CONTAINER */

.container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

/* TOP MISSION ROW */

.mission-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 90px;
  flex-wrap: wrap;
}

.mission-item {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 12px;
  max-width: 480px;
  width: 100%;

  text-align: center;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}
.mission-item::before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #e3a200;
  margin: 0 auto 20px;
  border-radius: 2px;
}

.mission-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.mission-item h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.mission-item p {
  font-size: 17px;
  color: #666;
  line-height: 1.7;
}

/* MAIN GRID */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT TEXT */

.about-left h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.about-left h2 span {
  color: #e3a200;
}

.about-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 420px;
}

/* RIGHT BOXES */

.about-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* BOX STYLE */

.info-box {
  background: #3b0046;
  padding: 28px 34px;
  border-radius: 5px;
  color: #ffc107;
  min-height: 186px;
  width: 100%;
  max-width: 663px;

  opacity: 1;
}

.info-box h3 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
}

.info-box h4 {
  margin-top: 10px;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.info-box p {
  margin-top: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0%;
}

/* LARGE LAST BOX */

.large h3 {
  font-size: 38px;
  line-height: 1.2;
}

.promise-section {
  background: #ffffff;
  padding: 120px 0;
  position: relative;
}

.promise-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;

  display: flex;
  align-items: center;
}

/* TEXT */

.promise-text {
  max-width: 520px;
}

.promise-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.promise-text h3 {
  font-size: 32px;
  color: #e3a200;
  font-weight: 700;
  margin-bottom: 20px;
}

.promise-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.promise-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* IMAGE */

.promise-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.promise-image img {
  width: 700px;
  height: 460px;
  object-fit: cover;
}

/* SECTION */

.advantage-section {
  background: #ffff;
  padding: 90px 0 100px;
}

/* TITLE */

.advantage-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 60px;
}

.advantage-title span {
  color: #e2a100;
}

/* GRID */

.advantage-grid {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* CARD */

.advantage-card {
  width: 360px;
  text-align: center;
}

/* IMAGE */

.advantage-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* TEXT */

.advantage-card p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
/* CTA SECTION */

.about-cta {
  margin-top: -50px;
  padding: 100px 20px;
  background: #ffff;
  text-align: center;
  margin-bottom: 50px;
}

/* TITLE */

.about-cta h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

  /* color: #003399; */
  margin-bottom: 18px;
}

/* DESCRIPTION */

.about-cta p {
  max-width: 640px;
  margin: 0 auto 40px;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

/* BUTTON WRAPPER */

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */

.btn-primary {
  background: linear-gradient(135deg, #4b0a4e, #1e3a8a);

  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;

  box-shadow: 0 6px 16px rgba(15, 44, 110, 0.35);

  transition: 0.25s;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

/* SECONDARY BUTTON */

.btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;

  border: 1px solid #cbd5e1;
  text-decoration: none;
  font-weight: 500;

  background: linear-gradient(135deg, #4b0a4e, #1e3a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: 0.3s ease;
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #4b0a4e10, #1e3a8a10); /* VERY light */
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #4b0a4e;
}

/* RESPONSIVE DESIGN */

/* Tablet (1024px) */
@media (max-width: 1024px) {
  .about-hero {
    height: 350px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-grid {
    gap: 40px;
  }

  .about-left p {
    max-width: 100%;
  }

  .info-box {
    padding: 24px;
    height: auto;
    width: 100%;
  }

  .info-box h3 {
    font-size: 42px;
  }

  .promise-text h2 {
    font-size: 30px;
  }

  .promise-text h3 {
    font-size: 28px;
  }

  .promise-image img {
    width: 500px;
    height: 380px;
  }

  .advantage-grid {
    gap: 30px;
  }
}

/* Mobile (767px) */
@media (max-width: 767px) {
  .about-hero {
    height: 300px;
    justify-content: center;
  }

  .about-content {
    padding: 30px 20px;
    text-align: center;
  }

  .about-hero h1 {
    font-size: 32px;
  }

  .about-details {
    padding: 60px 0;
  }
  .mission-row {
    flex-direction: column;
    align-items: center;
  }

  .mission-item {
    padding: 30px 25px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }

  .about-left h2 {
    font-size: 30px;
  }

  .about-left p {
    margin: 0 auto;
  }

  .promise-section {
    padding: 60px 0;
  }

  .promise-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .promise-text {
    width: 100%;
    max-width: 100%;
  }

  .promise-image {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .promise-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .advantage-section {
    padding: 60px 0;
  }

  .advantage-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
  }

  .advantage-grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .advantage-card {
    width: 100%;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding: 50px 20px;
  }

  .cta h2 {
    font-size: 24px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn-white,
  .btn-outline {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

/* Small Mobile (480px) */
@media (max-width: 480px) {
  .about-hero h1 {
    font-size: 28px;
  }

  .about-left h2 {
    font-size: 26px;
  }

  .promise-text h2 {
    font-size: 26px;
  }

  .promise-text h3 {
    font-size: 24px;
  }

  .advantage-title {
    font-size: 26px;
  }

  .advantage-card img {
    height: 250px;
  }
}
