
@font-face {
  font-family: 'Nohemi';
  src: url('fonts/nohemi/Nohemi-Light-BF6438cc5899919.ttf') format('truetype'),
       url('fonts/nohemi/Nohemi-Light-BF6438cc5702321.woff') format('woff'),
       url('fonts/nohemi/Nohemi-Light-BF6438cc583f70b.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('fonts/nohemi/Nohemi-Bold-BF6438cc577b524.woff') format('woff'),
       url('fonts/nohemi/Nohemi-Bold-BF6438cc5812315.otf') format('opentype'),
       url('fonts/nohemi/Nohemi-Bold-BF6438cc587b5b5.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('fonts/nohemi/Nohemi-Regular-BF6438cc4d0e493.ttf') format('truetype'),
       url('fonts/nohemi/Nohemi-Regular-BF6438cc579d934.woff') format('woff'),
       url('fonts/nohemi/Nohemi-Regular-BF6438cc58b98fc.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

* {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100%;
  margin: 0;
}

body, input, button, textarea, div {
    font-family: font-family: 'Nohemi', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.15;
    color: var(--dl-color-theme-neutral-dark);
    background: var(--dl-color-theme-neutral-light);
    fill: var(--dl-color-theme-neutral-dark);
}

#captcha-code {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    color: #333;
  }

  /* Base styles for distortions */
  #captcha-code::before,
  #captcha-code::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.3);
  }


.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Main content takes up remaining space */
main {
  flex: 1;
}

.comebytaxi-text35 {
    color: rgba(35, 31, 32, 1);

    font-size: 1.875rem;
    font-style: Regular;
    font-family: font-family: 'Nohemi', sans-serif !important;
    text-align: center;
    font-weight: 400;
    font-stretch: normal;
    text-decoration: none;
}

.fix-35 {
  position: relative;
  top: -8vh;
}

.desktop-menu {

}

.minheight {
  min-height: 35vh;
}

.rightcolor {
  color: rgba(78, 192, 175, 1) !important;
}

.rightbackground {
  background-color: rgba(78, 192, 175, 1) !important;
}

.headerbackground {
  background-color: #fff !important;
}

.hidemenu {
  display: none;
}

.bottomcta {
    bottom: 0px;
}

.fix1 {
  min-width: 12vh;
}

.icon-circle {
    width: 60px; /* Adjust size as needed */
    height: 60px;
    background-color: #00c6b6; /* Background color to match your design */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Makes the background a circle */
  }

  .icon-circle img {
    width: 50%; /* Adjust size for the icon inside */
    height: 50%;
  }

.backg {
  background-image: url("../public/external/rectangle613-bji-1100h.png") !important;
}

.righttime {
  background-image: url("../public/external/symbol.svg") !important;
  background-position: top;
  background-size: 100vh;
  background-repeat: no-repeat; /* Optional: prevents the image from repeating */
}

.cta {
  padding-left: 12vh !important;
  z-index: 100;
}

footer {
    position: relative;
    z-index: 10;
}

.form-group {
    margin-bottom: 1em;
  }
  .submit-button {
    background-color: #007BFF;
    color: white;
    padding: 0.5em 1em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .submit-button:hover {
    background-color: #0056b3;
  }
  #success-message {
    text-align: center;
    margin-top: 2em;
  }
  #success-message p {
    font-size: 1.2em;
    color: green;
  }


  .sidecontainer {
    display: none; /* Hide the container on mobile */
  }
}

.fixwin {
  text-align: left;
}


.new-container {
  display: flex;
  flex-wrap: wrap; /* Ensures proper wrapping for smaller screens */
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; /* Centers the container */
}

.new-container .signup-container,
.new-container .image-container {
  width: 50%;
  padding: 20px; /* Adds some spacing */
  box-sizing: border-box; /* Ensures padding doesn't add to width */
}

.supportbg {
    background-color: #fff;
}

.fixflex {
  display: flex;
}

.btn {
    width: 100%;
    padding: 10px;
    background-color: #5BB6AA;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.7rem;
    cursor: pointer;
}
}

.main-content {
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

.main-content p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: justify;
}


  .form-group input, .form-group textarea, .form-group select {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 0.7rem !important;
      font-family: 'Arial', sans-serif;
      box-sizing: border-box;
  }

  .rightplace {
    padding-top: 10vh;
  }

@media (min-width: 1600px) {
  .bottomcta {
      bottom: 10vh;
      z-index: 0;
      left: 11vw;
      width: 80vw !important;
  }
}

@media (max-width: 820px) {

  .rightplace {
    padding-top: 0vh;
  }

  .fixwin {
    text-align: center;
  }

  .fixflex {
    display: block;
  }

#mobile-menu {
  z-index: 10;
}

.centermob {
  text-align: center !important;
}

.bottomcta {
    top: 20vh;
    z-index: 0;
    left: 7px;
    width: 80vw !important;
}

.desktop-menu {
  display: none;
}
.cta {
  padding-left: 2vh !important;
}

.comebytaxi-text35 {
    color: rgba(35, 31, 32, 1);
    font-size: 1.475rem;
    font-style: Regular;
    font-family: font-family: 'Nohemi', sans-serif !important;
    text-align: center;
    font-weight: 400;
    font-stretch: normal;
    text-decoration: none;
}

.fix-35 {
    position: relative;
    top: 0vh;
}

.righttime {
  background-image: url("../public/external/symbol.svg") !important;
  background-position: top;
  background-size: 70vh;
  background-repeat: no-repeat; /* Optional: prevents the image from repeating */
}

}
