* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f5f5f5;
    overflow-x: hidden;
}
.Hero-Div {
  margin: 22.78px 20px 0px 20px;
  background: linear-gradient(
    180deg,
    rgba(197, 255, 253, 0.6) 32.43%,
    #4190ad 119.75%
  );
  border-radius: 38px;
  padding: 25.22px 22px 0px 22px;
}

/* Navbar styles moved to shared.css */

.hero-bottom-content {
  padding: 90px 30px 88px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-badge {
  background: #ffffff99;
  border: 1.31px solid #4190ad47;
  padding: 18px 27px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 20px;
  letter-spacing: 15%;
  text-align: center;
  text-transform: uppercase;
  color: #4190ad;
  border-radius: 65.28px;
  margin-bottom: 45px;
}

.hero-title {
  font-family: Georgia;
  font-weight: 400;
  font-style: Regular;
  font-size: 120px;
  leading-trim: CAP_HEIGHT;
   line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}

.hero-desc {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #2c2c2c;
  max-width: 951px;
}

/* Contact section and footer moved to shared.css */

.image-row {
  display: flex;
  gap: 20px;
  padding: 20px;
}

/* Sab images equal size */
.image-row img {
  width: calc(25% - 15px);
  height: 559.5655517578125px;
  object-fit: cover;
  display: block;
}

/* First image left round */
.image-row img:first-child {
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}

/* Last image right round */
.image-row img:last-child {
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
}

.presentation-section {
  padding: 0px 20px;
}

/* Grid Layout */
.cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: auto;
}

/* Card */
.info-card {
  padding: 60px 42px;
  background: #9898981a;
  border-bottom: 8px solid #4190add9;
  box-shadow: 0px 4px 4px 0px #00000012;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s ease;
}

/* Hover effect */
.info-card:hover {
  transform: translateY(-5px);
}

/* Heading */
.info-card h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #4d4d4d;
  margin-bottom: 30px;
}

/* Paragraph */
.info-card p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #989898;
  margin: 0;
}

/* Responsive overrides for this page if needed */

@media (min-width: 1451px) and (max-width: 1500px) {
  .hero-badge {
    margin-bottom: 40px;
    font-size: 18px;
    padding: 15px 25px;
  }
  .hero-title {
    font-size: 100px;
    margin-bottom: 40px;
  }
  .hero-desc {
    font-size: 18px;
  }
  .hero-bottom-content {
    padding: 70px 30px 70px 30px;
  }
}

@media (min-width: 1351px) and (max-width: 1450px) {
  .hero-badge {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .hero-title {
    font-size: 90px;
    margin-bottom: 30px;
  }
  .hero-desc {
    font-size: 16px;
  }
  .hero-bottom-content {
    padding: 60px 30px 60px 30px;
  }
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .hero-desc {
    max-width: 700px;
  }
  .hero-badge {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 12px 20px;
  }
  .hero-title {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .hero-desc {
    font-size: 13px;
    line-height: 20px;
  }
  .hero-bottom-content {
    padding: 40px 20px 40px 20px;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 60px;
  }
  .hero-badge {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-desc {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .Hero-Div {
    margin: 12px 10px 0 10px;
    padding: 16px 12px 0 12px;
    border-radius: 24px;
  }
  .hero-bottom-content {
    padding: 30px 16px 30px 16px;
  }
  .hero-badge {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 16px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 48px;
  }

  /* Image row */
  .image-row {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }
  .image-row img {
    width: 100%;
    height: 240px;
    border-radius: 20px !important;
  }

  /* Cards */
  .presentation-section {
    padding: 0 12px;
  }
  .cards-container {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .info-card {
    padding: 36px 24px;
    border-radius: 12px;
  }
  .info-card h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .info-card p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .Hero-Div {
    margin: 8px 6px 0 6px;
    padding: 12px 8px 0 8px;
    border-radius: 16px;
  }
  .hero-bottom-content {
    padding: 20px 10px 20px 10px;
  }
  .hero-title {
    font-size: 34px;
    line-height: 40px;
  }
  .hero-badge {
    font-size: 11px;
    padding: 8px 14px;
    margin-bottom: 8px;
  }
  .hero-desc {
    font-size: 13px;
    line-height: 20px;
  }

  .image-row {
    gap: 8px;
    padding: 8px;
  }
  .image-row img {
    height: 200px;
  }

  .presentation-section {
    padding: 0 8px;
  }
  .info-card {
    padding: 26px 16px;
  }
  .info-card h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .info-card p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 28px;
    line-height: 34px;
  }
  .hero-badge {
    font-size: 10px;
    padding: 7px 12px;
  }
  .image-row img {
    height: 170px;
  }
  .info-card {
    padding: 20px 14px;
  }
  .info-card h2 {
    font-size: 18px;
  }
  .info-card p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 320px) {
  .Hero-Div {
    margin: 4px 4px 0 4px;
    padding: 8px 6px 0 6px;
    border-radius: 12px;
  }
  .hero-bottom-content {
    padding: 14px 8px 14px 8px;
  }
  .hero-title {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-badge {
    font-size: 9px;
    padding: 6px 10px;
    margin-bottom: 6px;
  }
  .hero-desc {
    font-size: 11px;
    line-height: 17px;
  }

  .image-row {
    gap: 6px;
    padding: 6px;
  }
  .image-row img {
    height: 140px;
    border-radius: 14px !important;
  }

  .presentation-section {
    padding: 0 6px;
  }
  .cards-container {
    gap: 8px;
  }
  .info-card {
    padding: 16px 12px;
    border-radius: 8px;
    border-bottom-width: 5px;
  }
  .info-card h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .info-card p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Match the homepage's fluid type and prevent long presentation titles overflowing. */
body {
  overflow-x: clip;
}

.info-card h2,
.info-card p,
.hero-title {
  overflow-wrap: anywhere;
}

@media (min-width: 1451px) and (max-width: 1500px) {
  .hero-title { font-size: 72px; line-height: 1.15; }
}

@media (min-width: 1351px) and (max-width: 1450px) {
  .hero-title { font-size: 66px; }
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .hero-title { font-size: 60px; }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .image-row { padding: 16px; }
  .image-row img { height: 390px; }
  .presentation-section { padding: 0 16px; }
  .info-card { padding: 44px 30px; }
  .info-card h2 { font-size: 32px; }
}

/* Desktop text scale, matching the homepage breakpoints. */
@media (min-width: 1451px) and (max-width: 1700px) {
  .info-card h2 { font-size: 32px; }
  .info-card p { font-size: 20px; }
}

@media (min-width: 1201px) and (max-width: 1450px) {
  .info-card h2 { font-size: 30px; }
  .info-card p { font-size: 18px; }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .info-card h2 { font-size: 26px; }
  .info-card p { font-size: 16px; line-height: 1.45; }
}

/* Homepage-matched hero typography at desktop and tablet widths. */
@media (min-width: 1501px) and (max-width: 1700px) {
  .hero-badge { margin-bottom: 40px; font-size: 18px; padding: 15px 25px; }
  .hero-title { font-size: 100px; margin-bottom: 40px; }
  .hero-desc { font-size: 18px; }
  .hero-bottom-content { padding: 70px 30px; }
}
@media (min-width: 1451px) and (max-width: 1500px) {
  .hero-badge { margin-bottom: 30px; font-size: 16px; }
  .hero-title { font-size: 90px; margin-bottom: 30px; }
  .hero-desc { font-size: 16px; }
  .hero-bottom-content { padding: 60px 30px; }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  .hero-badge { margin-bottom: 20px; font-size: 15px; }
  .hero-title { font-size: 80px; margin-bottom: 30px; }
  .hero-desc { font-size: 15px; }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .hero-badge { margin-bottom: 20px; font-size: 14px; padding: 12px 20px; }
  .hero-title { font-size: 70px; margin-bottom: 20px; }
  .hero-desc { max-width: 700px; font-size: 13px; line-height: 20px; }
  .hero-bottom-content { padding: 40px 20px; }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .hero-badge { margin-bottom: 15px; font-size: 13px; }
  .hero-title { font-size: 60px; }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .hero-title { font-size: 50px; line-height: 60px; }
  .hero-desc { max-width: 500px; }
}
