body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  align-items: center;
}

html {
  justify-content: center;
}

.header-section {
  display: flex;
  margin: 0 auto;
  max-width: 1176px;
  align-items: center;
  gap: 40px 100px;
  font-family: Plus Jakarta Sans, sans-serif;
  justify-content: space-between;
  padding: 32px 132px;
}

.logo {
  width: 64px;
}

.owner-wrapper {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 24px;
  justify-content: start;
  margin: auto 0;
}

.owner-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  align-self: stretch;
  margin: auto 0;
  display: block;
}

.partner-button {
  border-radius: 6px;
  background-color: #f1f2f9;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #15172e;
  font-weight: 700;
  justify-content: center;
  margin: auto 0;
  padding: 14px 20px;
}

.button-content {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: auto 0;
}

.button-text {
  align-self: stretch;
  margin: auto 0;
}

.button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
  cursor: pointer;
}

.content-section {
  align-self: center;
  gap: 24px;
  max-width: 1175px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  font-family: Plus Jakarta Sans, sans-serif;
  padding: 32px 132px;

}

.content-left {
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}

.content-main {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.heading-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.heading-container {
  position: relative;
  width: 100%;
  flex-direction: column;
  color: #15172e;
  justify-content: start;
  font: 600 46px/1.2 Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
  position: relative;
  display: inline-block;
}

.highlight {
  width: 168.506px;
  height: 6px;
  background: #0cf0bb;
  position: absolute;
  left: 117.931px;
  top: 52px;
}

/* Toast CSS start */
.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #E6F9EB;
  border: 1px solid #24A147;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  z-index: 1000;
  display: none;
  align-items: center;
  width: 335px;
  height: 70px;
  box-sizing: border-box;
}

.icon-space {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.toast-icon {
  flex: 0 0 10%;
  max-width: 20px;
  height: 20px;
  margin-top: 30%;
}

.toast-header {
  flex: 1;
  font-family: Mulish;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  color: #24A147;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toast-body {
  font-size: 12px;
  font-family: Mulish;
  padding-left: 10%;
}

.toast-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  right: 10px;
  top: 10px;
}

/* Toast CSS end */


button.owner-link,
button.owner-link-mob {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

button.owner-link:hover,
button.owner-link-mob:hover {
  text-decoration: underline;
}

.heading-text {
  z-index: 0;
}

.subheading {
  z-index: 0;
  margin-top: 8px;
}

.progress-bar {
  display: flex;
  margin-top: 20px;
  width: 100%;
}

.plane-icon {
  width: 576px;
  margin-top: 8px;
  max-width: 100%;
  margin-bottom: 20px;
}

.description {
  color: #717683;
  margin-top: 0;
  margin-bottom: 5%;
  font: 400 16px/22px Inter, sans-serif;
}

.descriptionb {
  color: #15172E;
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: Inter, sans-serif;
}

.notify-button {
  border-radius: 6px;
  background-color: #0cf0bb;
  align-self: start;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  color: #023126;
  justify-content: center;
  padding: 14px 20px;
  font: 700 15px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
  border: none;
}

.notify-button:hover {
  background-color: #3DF5CA;
}

.owner-link {
  color: #15172e;
  text-decoration: underline;
  display: block;
  margin: 0;
  margin-top: 28px;
  display: flex;
  font: 600 15px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
}

.owner-link button#openpopup {
  all: unset;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}

.owner-link-mob {
  display: none;
}

.map-section {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: auto 0;
  line-height: normal;
  margin-left: 0;
  color: #15172e;
  white-space: nowrap;
  text-align: center;
  font: 400 8px/8px Inter, sans-serif;
  position: relative;
  max-width: 50%;
}

.web-map {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 576px;
  height: 450px;
}

.mobile-map {
  display: none;
}

.bottom-button {
  min-height: 70px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: grid;
  margin: 0;
}

.copyright {
  color: #717683;
  font-size: 16px;
  align-self: stretch;
  margin: auto 0;
}

.footer-section {
  display: flex;
  justify-content: space-between;
  max-width: 1176px;
  margin: 0 auto;
  height: 70px;
  padding: 24px 132px;
}

.contact-information {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #15172e;
  justify-content: start;
  margin: auto 0;
}

header {
  border-bottom: 1px solid #E9EAEC;
}

.contact-item {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
  margin: auto 0;
}

.contact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

.contact-text {
  text-decoration: underline;
  align-self: stretch;
  margin: auto 0;
  color: #15172E;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F8F8FC;
}

.trigger-button {
  border: none;
  cursor: pointer;
  background-color: #F1F2F9;
  color: #15172E;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 0%;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;

}

.partner-section {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  display: flex;
  max-width: 576px;
  max-height: 80%;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
  transform: translateY(0);
}

.header-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.main-title {
  color: #15172e;
  font-weight: 700;
  font-family: Plus Jakarta Sans, system-ui, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}

.subtitle {
  color: #717683;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.form-container {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
}

.input-group {
  display: flex;
  width: 100%;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 20px;
}

.input-label {
  font-family: Plus Jakarta Sans, system-ui, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.input-wrapper {
  border-radius: 8px;
  border: 1px solid #a0a6d4;
  position: relative;
  display: flex;
  padding: 16px 14px;
}

.input-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.text-input {
  color: #a0a6d4;
  font-size: 16px;
  border: 0;
  position: relative;
  left: 5%;
  top: 2px;
  outline: none;
  width: 90%;
}

.submit-button {
  border-radius: 6px;
  background-color: #101223;
  min-height: 56px;
  width: 100%;
  color: white;
  text-align: center;
  padding: 0 16px;
  font: 700 15px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.main-title,
.subtitle,
.form-container,
.input-group,
.input-wrapper,
.divider,
.contact-info {
  max-width: 100%;
}

.privacy-title {
  color: #15172e;
  font-family: Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.privacy-text {
  color: #555963;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.divider {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 12px;
}

.divider-line {
  height: 1px;
  background: #d3d5d9;
}

.divider-text {
  color: #717683;
  font: 500 14px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
}

.contact-link {
  font-weight: 600;
  text-decoration: underline;
  color: #15172e;
}

.submit-button:hover {
  background-color: #272A54;
}

.close-button {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.privacy-notice {
  border-radius: 10px;
  background-color: #f8f8fc;
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 12px;
  border: 1px solid #F3F5F9;
  background: #F8F8FC;
}

.privacy-icon {
  width: 56px;
  height: 56px;
  padding: 4%;
  position: relative;
  left: 8px;
}

.error-message {
  color: red;
  font-weight: normal;
  font-size: 14px;
  display: none;
}

.divider {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.divider-line {
  height: 1px;
  background: #d3d5d9;
}

.divider-text {
  color: #717683;
  font: 500 14px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
}

.contact-info {
  margin-top: 20px;
  font: 400 16px/1.4 Inter, sans-serif;
  color: #15172e;
}

.contact-link {
  font-weight: 600;
  text-decoration: underline;
  color: #15172e;
}

.drag-indicator {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .toast {
    position: absolute;
    max-width: 311px;
    width: 90%;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .popup-overlay {
    align-items: flex-end;
  }

  .partner-section {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
    animation: slideUp 0.3s ease-in-out;
    overflow: auto;
    height: 70%;
  }

  .submit-button {
    margin-top: 8px;
  }

  .main-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  .contact-text {
    color: #15172E;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    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;
  }

  .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .drag-indicator {
    border-radius: 10px;
    background-color: #d3d5d9;
    position: absolute;
    min-height: 4px;
    width: 36px;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    height: 4px;
    display: block;
  }

  .privacy-text {
    padding-right: 7px;
  }

  .text-input {
    padding: 0px 13px 0px 13px;
  }

  footer {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background-color: #F8F8FC;
    padding-bottom: 120px;

  }

  .contact-info {
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #717683;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .contact-link {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    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;
    color: #15172E;
  }

  .privacy-icon {
    padding: 14px;
  }

  .main-title,
  .subtitle,
  .form-container,
  .input-group,
  .input-wrapper,
  .contact-info {
    max-width: 100%;
  }

  .form-container {
    margin-bottom: 0;
  }

  .header-section {
    max-width: 100%;
    padding: 20px;
    gap: 0 30%;
  }

  body {
    max-height: overflow;
  }

  .owner-title {
    display: none;
  }

  .contact-information {
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    padding-bottom: 32%;
    gap: 50px;
  }

  .content-section {
    max-width: 100%;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
    margin-bottom: 0;
    flex-direction: column !important;
  }

  .logo {
    width: 100%;
  }

  .description {
    margin-right: 12%;
    font-size: 14px;
    margin-top: 0;
    font-weight: 400;
  }

  .descriptionb {
    color: #15172E;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }

  .content-left {
    max-width: 100%;
  }

  .heading-container {
    max-width: 100%;
    font-size: 40px;
  }

  .heading-text {
    max-width: 100%;
    font-size: 32px;
    font-weight: 600;
    position: relative;
  }

  .subheading {
    max-width: 100%;
    font-size: 32px;
    font-weight: 600;
  }

  .bottom-button {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    flex-direction: row-reverse;
    bottom: 0;
    padding: 12px 20px 32px 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .footer-section {
    flex-direction: column;
    padding: 0;
  }

  .notify-button {
    padding: 14px 20px;
    width: 158px;
    height: 52px;
  }

  .owner-link {
    display: none;
  }

  .owner-link-mob {
    display: flex;
    width: 157px;
    flex-direction: column;
    justify-content: center;
    text-decoration: underline;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .copyright {
    color: #717683;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    align-self: center;
    padding-bottom: 10px;
  }

  .highlight {
    width: 115.506px;
    height: 4px;
    position: absolute;
    left: 83.931px;
    background: #0CF0BB;
    top: 35px;
  }

  .plane-icon {
    width: 172px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .heading-wrapper {
    max-width: 100%;
    flex-direction: column;
    display: inline;
  }

  .progress-bar {
    max-width: 100%;
    margin: 0;
  }

  .map-section {
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    white-space: initial;
  }

  .owner-wrapper {
    min-width: 167px;
  }

  .partner-button {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 7px;
    background-color: #F1F2F9;
  }

  .web-map {
    display: none;
  }

  .mobile-map {
    display: block;
    height: 276px;
    width: 100%;
    height: 100%;
  }
}


@media (min-width: 768px) and (max-width: 1240px) {
  .popup-overlay {
    align-items: flex-end;
  }
  .toast {
    position: absolute;
    max-width: 311px;
    width: 90%;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
  }

  .partner-section {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
    animation: slideUp 0.3s ease-in-out;
    overflow: auto;
    height: 70%;
  }

  .submit-button {
    margin-top: 8px;
  }

  .main-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  .contact-text {
    color: #15172E;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    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;
  }

  .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .drag-indicator {
    border-radius: 10px;
    background-color: #d3d5d9;
    position: absolute;
    min-height: 4px;
    width: 36px;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    height: 4px;
    display: block;
  }

  .privacy-text {
    padding-right: 7px;
  }

  .text-input {
    padding: 0px 13px 0px 13px;
  }

  footer {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background-color: #F8F8FC;
    padding-bottom: 120px;
  }

  .contact-info {
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #717683;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .contact-link {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    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;
    color: #15172E;
  }

  .privacy-icon {
    padding: 14px;
  }

  .main-title,
  .subtitle,
  .form-container,
  .input-group,
  .input-wrapper,
  .contact-info {
    max-width: 100%;
  }

  .form-container {
    margin-bottom: 0;
  }

  .header-section {
    max-width: 100%;
    padding: 20px;
    gap: 0 30%;
  }

  body {
    max-height: overflow;
  }

  .owner-title {
    display: none;
  }

  .contact-information {
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    padding-bottom: 32%;
    gap: 50px;
  }

  .content-section {
    max-width: 100%;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
    margin-bottom: 0;
    flex-direction: column !important;
  }

  .logo {
    width: 100%;
  }

  .description {
    margin-right: 12%;
    font-size: 14px;
    margin-top: 0;
    font-weight: 400;
  }

  .descriptionb {
    color: #15172E;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }

  .content-left {
    max-width: 100%;
  }

  .heading-container {
    max-width: 100%;
    font-size: 40px;
  }

  .heading-text {
    max-width: 100%;
    font-size: 32px;
    font-weight: 600;
    position: relative;
  }

  .subheading {
    max-width: 100%;
    font-size: 32px;
    font-weight: 600;
  }

  .bottom-button {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    flex-direction: row-reverse;
    bottom: 0;
    padding: 12px 20px 32px 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .footer-section {
    flex-direction: column;
    padding: 0;
  }

  .notify-button {
    padding: 14px 20px;
    width: 158px;
    height: 52px;
  }

  .owner-link {
    display: none;
  }

  .owner-link-mob {
    display: flex;
    width: 157px;
    flex-direction: column;
    justify-content: center;
    text-decoration: underline;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .copyright {
    color: #717683;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    align-self: center;
    padding-bottom: 10px;
  }

  .highlight {
    width: 115.506px;
    height: 4px;
    position: absolute;
    left: 83.931px;
    background: #0CF0BB;
    top: 35px;
  }

  .plane-icon {
    width: 172px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .heading-wrapper {
    max-width: 100%;
    flex-direction: column;
    display: inline;
  }

  .progress-bar {
    max-width: 100%;
    margin: 0;
  }

  .map-section {
    max-width: 100%;
    width: 100%;
  }

  .owner-wrapper {
    min-width: 167px;
  }

  .partner-button {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 7px;
    background-color: #F1F2F9;
  }

  .web-map {
    display: none;
  }

  .mobile-map {
    display: block;
    max-width: 100%;
    align-self: center;
  }
}

@media (max-width: 650px) {
  .toast {
    position: absolute;
    max-width: 311px;
    width: 90%;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .partner-section {
    overflow: auto;
    height: 70%;
  }
}

@media (max-height: 792px) {
  .toast {
    position: absolute;
    max-width: 311px;
    width: 90%;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  footer {
    position: static;
  }
}

@media (min-height: 768px) and (max-width: 1024px) {
  .toast {
    position: absolute;
    max-width: 311px;
    width: 90%;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  footer {
    position: static;
  }
}