/* Free Trial Page Styles */
*{
  box-sizing: border-box;
}
#free-trial{
  padding-top: 30px;
  padding-bottom: 60px;
}
.free-trial-bg {
    width: 100%;
    background: url('/assets/general/geotab-hero-banner-vehicle-tracking-2021-v2@2x.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 55px 50px;
    margin-bottom: 40px;
}
.text-center{
  text-align: center;
}
.free-trial-card {
    background: rgb(255 255 255 / 22%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 44px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.have-a-q button a {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: bold;
    font-size: 22px;
}
.have-a-q button {
    border-color: #fff;
    color: #fff;
    font-family: "Hind Vadodara", sans-serif;
    font-style: normal;
    padding: 5px 33px 8px 33px;
}
.row-dropdown-div.align-normal-x {
    align-items: flex-start;
}
.have-a-q p {
    font-size: 21px;
    font-weight: 100;
    margin-top: 16px;
    margin-bottom: 26px;
    font-family: "Hind Vadodara", sans-serif;
    font-style: normal;
}
.have-a-q h2 {
    font-size: 43px;
}
.have-a-q button:hover a {
    color: #fff;
}
#free-trial > p{
    font-size: 25px;
    font-weight: 100;
        margin-top: 16px;
    margin-bottom: 48px;
}
#trial-plus-img, #trial-plus-picture img {
    width: 25px;
    position: relative;
    top: 2px;
}
#fleet-plus-img, #fleet-plus-picture img {
    width: 25px;
    position: relative;
    top: 2px;
}
.free-trial-title {
  font-family: 'Koulen', Arial, sans-serif;
  font-size: 2rem;
  color: #1a2341;
  text-align: center;
  margin-bottom: 0.2em;
}

.free-trial-desc {
  font-family: 'Hind Vadodara', Arial, sans-serif;
  font-size: 1.1rem;
  color: #1a2341;
  text-align: center;
  margin-bottom: 1.2em;
}

.free-trial-form input, .free-trial-form textarea {
    width: 100%;
    padding: 0.4em 1em;
    border-radius: 50px;
    border: none;
    margin-bottom: 0.7em;
    font-size: 1rem;
    background: #f7f7f7;
    font-family: 'Hind Vadodara', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
}
.free-trial-form input::placeholder{
  color: #c2c7d1;
}
.free-trial-form textarea {
  min-height: 2.5em;
  resize: vertical;
}
.fleet-size-header span {
    color: #c2c7d1;
}
.free-trial-form input:focus,
.free-trial-form textarea:focus {
  outline: 2px solid #1a2341;
  background: #fff;
}

.free-trial-form .fleet-size-group {
  background: #1a2341;
  border-radius: 16px;
  padding: 1em 1em 1em 1em;
  margin-bottom: 1em;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  position: relative;
}

.free-trial-form .fleet-size-group label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1rem;
  cursor: pointer;
}

.free-trial-form .fleet-size-group input[type="radio"] {
  accent-color: #1a2341;
  width: 1.1em;
  height: 1.1em;
}
.row-dropdown-div-right {
    flex: 0 0 42%;
}

.row-dropdown-div {
    align-items: self-end;
}
.free-trial-form button[type="submit"] {
    width: 100%;
    max-width: 190px;
    padding: 3px 15px 5px 15px;
    border-radius: 21px;
    border: none;
    background: #fff;
    color: #1a2341;
    font-size: 1.5rem;
    font-family: "Hind Vadodara", sans-serif;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 100 !important;
    margin: 2rem auto 0 auto;
    display: block;
}

.free-trial-form button[type="submit"]:hover {
  background: #2d3a5a;
  color:#fff;
}
span.fleet-plus {
    color: #0b2149;
    cursor: pointer;
}
.fleet-size-dropdown {
  margin-bottom: 1.2em;
  position: relative;
}
.fleet-size-header {
    width: 100%;
    padding: 0.4em 1em;
    border-radius: 50px;
    border: none;
    margin-bottom: 0.7em;
    font-size: 1rem;
    background: #f7f7f7;
    font-family: 'Hind Vadodara', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.fleet-plus {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.5em;
}
.fleet-size-options {
    background: #1a2341;
    border-radius: 20px;
    padding: 1.2em 1.2em 0.8em 1.2em;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    position: relative;
    margin-top: 0.2em;
    z-index: 2;
    box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.17);
    margin-top: -57px;
    padding-top: 67px;
}
.fleet-size-options label {
    display: flex;
    align-items: center;
    color: #22305a;
    gap: 0.3em;
    font-size: 1.3rem;
    font-family: 'Hind Vadodara', Arial, sans-serif;
    cursor: pointer;
    background: #fff;
    border-radius: 16px;
    padding: 0.17em 1em;
    margin-bottom: 0.2em;
    position: relative;
}
.fleet-size-options input[type="radio"] {
    accent-color: #fff;
    width: 1rem;
    height: 1.1rem;
    margin: 0;
}
.value-added {
    color: #22305a !important;
}
.fleet-size-options label span {
    display: inline-block;
    border: 2px solid #838288;
    border-radius: 50%;
    height: 15px;
    width: 15px;
        margin-left: -8px;
}
.fleet-size-options label {
    position: relative;
}
.fleet-size-options input[type="radio"] {
    accent-color: #fff;
    width: 1rem;
    height: 1.1rem;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.fleet-size-options label input[type="radio"]:checked + span::after {
    display: inline-block;
    content: "";
    background: url('../assets/general/check-right.svg');
    width: 15px;
    height: 20px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 4px;
}
.row-dropdown-div-lefts {
    flex: 1;
}
.row-dropdown-div-lefts label {
    margin: 0 0 7px 0;
}
.row-dropdown-div {
    display: flex;
    flex-wrap: wrap;
}
.have-a-q {
    background: #0c2049;
    border-radius: 20px;
    padding: 30px 40px;
    text-align: center;
}

@media (max-width: 600px) {
  .free-trial-card {
    max-width: 98vw;
    padding: 1.2rem 0.5rem;
  }
  .free-trial-bg {
    padding: 0.5rem;
  }
  .fleet-size-options .vehicle-img, .fleet-size-options .vehicle-picture img {
    width: 90px;
    right: 0.5em;
    bottom: 0.5em;
  }
} 