@font-face {
  font-family: "Inter";
  src: url("fonts/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.container,
.container-fluid {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-nav {
  gap: 36px;
}
.nav-link,
.nav-link:link {
  color: var(--Brand-Black, #000);
  text-align: center;

  /* Text lg/Medium */
  font-family: "Inter";
  font-size: var(--Font-size-text-lg, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-lg, 28px); /* 155.556% */
}
.nav-link:active,
.nav-link:focus {
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  opacity: 0.9;
  background: linear-gradient(117deg, #ff8900 0%, #ff1d77 98.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  border-bottom: 4px solid #ff8900;
}
.about-section {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 640px;
  max-height: 1024px;
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: flex-end; /* Align content to bottom */
}
.about-content {
  color: #000;

  /* Display xl/Bold */
  font-family: "Inter";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;
}
.about-info {
  padding-top: 44px;
  padding-bottom: 70px;

  color: #101828;
  /* Display xs/Medium */
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.onemap-link {
  color: var(--Neutral-Grey-Grey-900, #101828);

  /* Display xs/Bold */
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.key-features {
  color: #fff;
  /* Display md/Bold */
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
.key-features-section {
  padding-top: 60px;
  padding-bottom: 70px;
  background: linear-gradient(117deg, #ff8900 0%, #ff1d77 98.82%);
}
.partner-title {
  /* Display xl/Bold */
  font-family: "Inter";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;

  background: linear-gradient(117deg, #ff8900 0%, #ff1d77 98.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partner-para {
  /* padding-left: 20px; */
  /* padding-bottom: 34px; */
  padding-top: 30px;
  color: #000;

  /* Display sm/Bold */
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.partnership-image-row {
  padding-bottom: 70px;
}
.user-on-onemap {
  background-image: url("../images/user.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 872px;
}
.download-section {
  padding-top: 160px;
  /* background: white; */
}
.download-app-text {
  color: var(--Brand-Black, #000);
  /* Display xl/Bold */
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;
}
.download-app-para {
  color: var(--Brand-Black, #000);
  padding-bottom: 10px;

  /* Display xs/Medium */
  font-family: "Inter";
  font-size: var(--Font-size-display-xs, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-display-xs, 32px); /* 133.333% */
}
@media (max-width: 991px) {
  .responsive-download-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.custom-row-gap {
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
}

.card {
  width: 500px;
  border-radius: 16px !important;
}

.card-img-top {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.api-section {
  background-image: url("../images/api.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 960px;
  padding: 60px 0;
  position: relative;
}

.api-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(
    287deg,
    rgba(45, 105, 223, 0.2) 21.87%,
    #1a5484 90.2%
  ); */
  background: linear-gradient(
    288deg,
    rgba(226, 226, 226, 0.2) 14.83%,
    rgba(0, 0, 0, 0.9) 75.93%
  );

  opacity: 1;
  z-index: 1;
}

.api-section .row {
  position: relative;
  z-index: 2;
}
.api-description {
  /* padding-left: 80px; */
  padding-top: 200px;
}

.api-button-container {
  color: white;
  display: flex;
  width: 240px;
  height: 64px;

  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.api-button-container a {
  text-decoration: none;

  color: inherit;
}

.api-button-container a:hover {
  text-decoration: none;
  color: inherit;
}

.api-button-container a:visited {
  color: inherit;
}

.api-button-container a:focus {
  outline: none;
}
.ios-android {
  margin-left: -10px;
}

.ios-android a {
  text-decoration: none;
  color: inherit;
}

.ios-android a:hover {
  text-decoration: none;
  color: inherit;
}

.ios-android a:visited {
  color: inherit;
}

.ios-android a:focus {
  outline: none;
}
.api-button {
  display: flex;

  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 250px;
  height: 64px;
  padding: 20px 15px 20px 15px !important;

  color: var(--Colors-Neutral-White, #fff);
  text-align: center;
  /* Display xs/Semibold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */

  background: linear-gradient(225deg, #ff8900 0%, #ff3176 100%);
}
.api-para {
  color: #fff;

  /* Text xl/Medium */
  font-family: "Inter";
  font-size: var(--Font-size-text-xl, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-xl, 30px); /* 150% */
}
.api-header-text {
  color: #fff;

  /* Display xl/Bold */
  font-family: "Inter";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;
}

.feature-card {
  padding: 20px;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-card {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn {
  padding-left: 0px;
}
.contact-app-text {
  color: #000;

  /* Display md/Bold */
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}

.contact-app-para {
  color: var(--Color-DataCRM-Data, #343d63);
  /* Display xs/Medium */
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.contact-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-section {
  background: #eff4ff;
}

.main-footer {
  background: #f5333f;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;

  /* Text md/Medium */
  font-family: "Inter";
  font-size: var(--Font-size-text-md, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-md, 24px); /* 150% */
}

.footer-row {
  padding-bottom: 20px;
}

.footer-middle-row {
  margin-top: -45px;
}

.footer-last-row {
  padding-bottom: 40px;
}

.footer-horizontal-line {
  background: white;
  opacity: 1;
}

.footer-link {
  text-decoration: none;
  color: white;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-last-text {
  color: white;
  /* Text md/Medium */
  font-family: "Inter";
  font-size: var(--Font-size-text-md, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-md, 24px); /* 150% */
}

.social-media-icons {
  display: flex;
  gap: 12px !important;
}

/* .contact-image {
  background-image: url("../images/contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
} */

.nopadding {
  padding: 0px;
  margin: 0px;
}

.mobile-partnership {
  display: none !important;
}
.user-on-onemap-mobile {
  display: none !important;
}

@media (max-width: 1199px) and (min-width: 431px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Navigation */
  .navbar-nav {
    gap: 24px;
  }

  .nav-link {
    font-size: 16px;
    line-height: 24px;
  }

  /* About section */
  .about-section {
    min-height: 500px;
    padding: 40px 0;
  }

  .about-content {
    /* Display xl/Bold */
    font-family: "Inter";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
  }

  .about-info {
    padding-top: 30px;
    padding-bottom: 50px;

    color: var(--Neutral-Grey-Grey-900, #101828);
    /* Text xl/Medium */
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
  }

  .onemap-link {
    color: var(--Neutral-Grey-Grey-900, #101828);
    /* Text xl/Bold */
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  /* Key features */
  .key-features-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .key-features {
    /* Display md/Bold */
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }

  .custom-row-gap {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    width: 466px;

    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
  }

  .card-img-top {
    height: 260px; /* Fixed height for all images */
    object-fit: cover; /* Ensures images maintain aspect ratio */
    width: 100%;
  }

  .card-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .card-text {
    font-size: 14px;
    line-height: 20px;
    flex: 1; /* Takes remaining space */
  }

  .partnership-image-row {
    padding-bottom: 50px;
  }

  /* API section */
  .api-section {
    min-height: 900px;
    padding: 50px 0;
  }

  .api-description {
    padding-left: 40px;
    padding-top: 150px;
  }

  .api-header-text {
    /* Display lg/Bold */
    font-family: "Inter";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
  }

  .api-para {
    color: #fff;

    /* Text xl/Medium */
    font-family: var(--Font-family-font-family-body, "Inter");
    font-size: var(--Font-size-text-xl, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-height-text-xl, 30px); /* 150% */
  }

  .api-button-container {
    width: 220px;
    height: 56px;
  }

  .api-button {
    width: 220px;
    height: 56px;
    font-size: 16px;
    line-height: 28px;
    padding: 14px 12px !important;
  }

  /* Download section */
  .user-on-onemap {
    min-height: 700px;
  }

  .download-section {
    padding-top: 120px;
  }

  .download-app-text {
    /* Display md/Bold */
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }

  .download-app-para {
    padding-top: 20px;

    /* Text lg/Medium */
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
  }

  .ios-android .btn {
    width: 200px;
    /* height: 42px; */
    height: auto;
  }

  .ios-android img {
    width: 200px;
    height: auto;
  }

  /* Contact section */
  .contact-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-app-text {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.6px;
  }

  .contact-app-para {
    font-size: 20px;
    line-height: 28px;
  }

  /* Footer */
  .main-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-row {
    padding-bottom: 15px;
  }

  .footer-last-text {
    font-size: 12px;
    line-height: 20px;
  }

  .partner-title {
    /* Display lg/Bold */
    font-family: "Inter";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
  }

  .mobile-partnership {
    display: none !important;
  }

  .partner-para {
    text-align: center !important;
    padding-top: 0px;
    color: #000;
    /* Text xl/Semibold */
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
}

/* Mobile: 430px to 320px */
@media (max-width: 430px) {
  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Navigation */
  .navbar-nav {
    gap: 16px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  /* About section */
  .about-section {
    min-height: 400px;
    padding: 30px 0;
  }

  .about-content {
    /* Display md/Bold */
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }

  .about-info {
    /* Text xs/Medium */
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .onemap-link {
    /* Text xs / Bold */
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  /* Key features */
  .key-features-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .key-features {
    /* Text xl/Bold */
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
  }

  .custom-row-gap {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 400px;
    /* width: 100%; */
    min-width: 200px;
    margin: 0 auto 15px auto;
  }

  /* Partnership */
  .partner-title {
    /* Display md/Bold */
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }

  .partner-para {
    /* Text md/Semibold */
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding-top: 0px;
  }

  .non-mobile-partnership {
    display: none !important;
  }

  .mobile-partnership {
    display: flex !important;
  }

  .partnership-image-row {
    padding-bottom: 40px;
  }

  .partnership-image-row img {
    width: 100%;
    max-width: 320px;
  }

  /* API section */
  .api-section {
    min-height: 600px;
    padding: 40px 0;
  }

  .api-description {
    padding-left: 12px;
    padding-top: 100px;
  }

  .api-header-text {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
  }

  .api-para {
    font-size: 16px;
    line-height: 24px;
  }

  .api-button-container {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .api-button {
    width: 100%;
    max-width: 280px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px !important;
  }

  /* Download section */
  .user-on-onemap {
    min-height: 600px;
  }

  .download-section {
    padding-top: 60px;
  }

  .download-app-text {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.56px;
  }

  .download-app-para {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .ios-android {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .ios-android .btn {
    width: 170px;
    height: 170px;
  }

  .ios-android img {
    width: 170px;
    height: 170px;
  }

  /* Contact section */
  .contact-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-app-text {
    /* Display xs/Bold */
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }

  .contact-app-para {
    /* Text sm/Medium */
    font-family: var(--Font-family-font-family-body, "Inter");
    font-size: var(--Font-size-text-sm, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-height-text-sm, 20px); /* 142.857% */
  }

  .contact-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }

  /* Footer */
  .main-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-row {
    padding-bottom: 15px;
    gap: 10px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-last-text {
    font-size: 12px;
    line-height: 18px;
  }

  /* Make footer stack vertically on mobile */
  .footer-row .col-2,
  .footer-row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: left !important;
  }

  .footer-row .col-4:last-child {
    text-align: left !important;
  }

  .footer-last-text {
    text-align: left !important;
  }

  /* Responsive download section */
  .responsive-download-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Make all columns full width on mobile */
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .row > * {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* Ensure images are responsive */
  img {
    max-width: 100%;
    height: auto;
  }

  .user-on-onemap {
    display: none !important;
  }

  .user-on-onemap-mobile {
    display: block !important;
  }

  .download-app-image-mobile {
    background-image: url("../images/user.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
  }

  .download-app-text {
    padding-top: 50px;
    /* Display sm/Bold */
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
  }

  .download-app-para {
    padding-top: 10px;
    /* Text sm/Medium */
    font-family: var(--Font-family-font-family-body, "Inter");
    font-size: var(--Font-size-text-sm, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-height-text-sm, 20px); /* 142.857% */
  }
}

/* Extra small mobile: 320px and below */
@media (max-width: 320px) {
  .container,
  .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-content {
    font-size: 28px;
    line-height: 34px;
  }

  .partner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .api-header-text {
    font-size: 28px;
    line-height: 34px;
  }

  .download-app-text {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-app-text {
    font-size: 20px;
    line-height: 26px;
  }

  .card {
    max-width: 280px;
  }

  .api-button {
    max-width: 260px;
  }
}

@media (max-width: 992px) {
  /* Footer */
  .main-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    /* Text xs/Medium */
    font-family: var(--Font-family-font-family-body, "Inter");
    font-size: var(--Font-size-text-xs, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-height-text-xs, 18px); /* 150% */
  }

  .footer-row {
    padding-bottom: 15px;
  }

  .footer-last-text {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  /* Partnership */
  .partner-title {
    /* Display lg/Bold */
    font-family: "Inter";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
  }

  .partner-para {
    padding-top: 20px;
    color: #000;

    /* Display sm/Bold */
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }

  .ios-android .btn {
    width: 200px;
    /* height: 42px; */
    height: auto;
  }

  .ios-android img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .footer-row {
    padding-bottom: 15px;
    gap: 10px;
  }
}
