/*!
Theme Name: Cityride Child theme
Theme URI: https://bracketweb.com/cityridewp/
Template: cityride
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Cityride WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cityride-child
*/
.main-header__call__content a:hover{color:#E7E226 !important}
.scroll-top-value i{color:#fff}
.footer-widget__newsletter.mc-form{display:none}

.scroll-top-value {color:#fff}

.ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-widget-content .ui-state-highlight, .ui-datepicker-calendar .ui-widget-header .ui-state-highlight, .ui-datepicker-month {
    color: var(--cityride, #fff);

}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}

.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 13px;
    font-size: 12px;
    color: #ff8080 !important;
    white-space: nowrap;
}

.taxi-booking__form__control {
    position: relative;
    padding-bottom: 20px;
}
.taxi-booking__form__field select,
.wpcf7-select {
    height: 44px !important;
    min-height: 44px !important;
    padding: 8px 12px !important;
    box-sizing: border-box;
}

.transfer-form {
  max-width: 1080px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #222;
}

.transfer-titlebox {
  background: #004b9a;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-size: 20px;
  margin-bottom: 35px;
}

.transfer-grid,
.transfer-check-grid,
.transfer-condition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
}

.transfer-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.transfer-form input,
.transfer-form textarea,
.transfer-form select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 52px;
  padding: 10px;
  font-size: 15px;
  box-sizing: border-box;
}

.transfer-form textarea {
  min-height: 100px;
}

.transfer-form hr {
  margin: 30px 0 25px;
  border: none;
  border-top: 1px solid #aaa;
}

.transfer-form h3 {
  font-size: 26px;
  margin: 0 0 5px;
  font-weight: 700;
}

.transfer-box label {
  margin-top: 22px;
}

.agb-box {
  margin: 25px 0;
}

.transfer-form input[type="checkbox"] {
  width: auto;
  min-height: auto;
  margin-right: 6px;
}

.transfer-form input[type="submit"] {
  background: #004b9a;
  color: #fff;
  border: none;
  border-radius: 4px;
  min-height: 40px;
  cursor: pointer;
}

.transfer-form input[type="submit"]:hover {
  background: #0d5f9f;
}

.transfer-anfrage-form {
  max-width: 1080px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #222;
}

.transfer-anfrage-form .ta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}

.transfer-anfrage-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.transfer-anfrage-form input,
.transfer-anfrage-form textarea,
.transfer-anfrage-form select {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  min-height: 40px;
  padding: 9px 10px;
  font-size: 15px;
  box-sizing: border-box;
}

.transfer-anfrage-form textarea {
  min-height: 200px;
}

.transfer-anfrage-form .ta-full {
  margin-top: 25px;
}

.transfer-anfrage-form input[type="radio"] {
  width: auto;
  min-height: auto;
  margin-right: 5px;
}

.transfer-anfrage-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 12px;
}

.transfer-anfrage-form .info-icon {
    display:inline-block;
    background:#555;
    color:#fff;
    font-size:11px;
    width:14px;
    height:14px;
    line-height:14px;
    text-align:center;
    border-radius:50%;
}
.transfer-anfrage-form input[type="submit"] {
  width: 100%;
  background: #1479c9;
  color: #fff;
  border: none;
  border-radius: 4px;
  min-height: 38px;
  margin-top: 28px;
  cursor: pointer;
}

.transfer-anfrage-form input[type="submit"]:hover {
  background: #0c5f9f;
}

@media (max-width: 768px) {
  .transfer-anfrage-form .ta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .transfer-grid,
  .transfer-check-grid,
  .transfer-condition-grid {
    grid-template-columns: 1fr;
  }

  .transfer-titlebox {
    font-size: 17px;
  }

  .transfer-form h3 {
    font-size: 22px;
  }
}


@media (max-width: 450px) {
    .download-app-two__image {
        max-width: 100%;
    }

    .download-app-two__item {
    display: flex;
    gap: 0px;
}
}


.transfer-anfrage-form .wpcf7-list-item {
    display: inline-block !important;
    margin-right: 20px !important;
    margin-left: 0 !important;
}

.transfer-anfrage-form .wpcf7-list-item label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
}

.transfer-anfrage-form .wpcf7-list-item input[type="radio"] {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.transfer-anfrage-form .wpcf7-radio {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}