body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      margin: 0;
      background: url('https://oceanmother.org/OceanicBackground.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      color: #fff;
      padding-top: 100px;
      padding-bottom: 100px;
    }

    .card {
      max-width: 400px;
      width: 100%;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      padding: 30px;
    }

    .card input, .card select {
      width: 100%;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
      border: 0;
      padding: 10px;
      margin-bottom: 10px;
      color: #fff;
      font-weight: 500;
    }

    .card input::placeholder, .card select::placeholder {
      color: #fff;
      opacity: 0.8;
    }

    .card input, .card select {
      margin-bottom: 20px;
    }

    .card button {
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .card button:hover {
      background: rgba(255, 255, 255, 0.2) !important;
    }

    .title {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px;
    }

    .subtitle {
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      margin-bottom: 30px;
      opacity: 0.8;
    }

    .checkbox-container {
      display: flex;
      align-items: center;
    }

    .checkbox-container label {
      cursor: pointer;
      margin-left: 10px;
    }


    select {
  appearance: none;
  /* other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
}

select option {
  background-color: #0b127c;
  color: white; 
  
}

form textarea {
  height: 150px;
  width:100%
  
}

textarea {
    opacity: 0.7;
    border-radius: 0.25rem
}

.iti__country-list{
    background-color: #0b127c !important;
    
}

.sub-button {
  background-color: #008080; /* oceanic blue color */
  font-size: 20px;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(255, 255, 255, 0.5) inset;
  transition: transform 0.3s;
}

.sub-button:hover {
  transform: translateY(-2px);
  background-color: #079431;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(255, 255, 255, 0.5) inset;
}

.sub-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(255, 255, 255, 0.5) inset;
}

.image-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.image-container img {
  width: 75%;
  height: 75%;
}
