/* 
 Theme Name:   MAKLIMO
 Description:  MAKLIMO, created by Prime IT, is a child theme of Hello Elementor Theme, but modified to match the professional, modern, and user-friendly standard set by the Limo Anywhere Design 2 template.
 Author:       Prime IT Support
 Author URI:   http://www.primeitsupport.com.au/
 Template:     hello-elementor
 Version:      3.4.9
 Text Domain:  maklimo
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
----------------------------------------------------------------------------- */
body {
    background-color: #f2eee5 !important;
}
.elementor-shape .elementor-shape-fill {
    fill: #f2eee5 !important;
}
/* -------------------------------------------------------------------------- */
/* contact form */
select#transfer_type {
    background-color: black;
}
span.tpae-help-text {
    color: gray;
}
/* -------------------------------------------------------------------------- */
/* hambeger menu icon */
svg.ekit-menu-icon.ekit-svg-icon.icon-menu-11 {
    fill: #ffffff;
}
/* -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .ekit-wid-con .ekit-col-12 {
        max-width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100% !important;
    }
}
/* -------------------------------------------------------------------------- */
media="(max-width: 880px)" {
    @media (max-width: 880px) {
        .elementor .e-6021778-fe14b7b {
            width: min-content !important;
        }
    }
}
/* -------------------------------------------------------------------------- */
.ekit-wid-con .ekit-col-6 {
    max-width: 100% !important;
    max-width: 1200px !important;
}
/* -------------------------------------------------------------------------- */
.elementskit-entry-header .entry-title,
.tp-post-title .tp-entry-title {
    text-align: center !important;
}
/* -------------------------------------------------------------------------- */
li.elementor-icon-list-item.elementor-inline-item {
    display: inline-block !important;
}
.elementor-element.elementor-element-5d815603.e-con-full.e-flex.e-con.e-child {
    align-items: end;
}
footer li, 
.elementor-social-icon, 
.ekit-social-icon,
footer ul a {
    display: inline-block !important;
    margin: 0 8px !important; /* Controls the spacing between your icons */
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}
svg.ekit-svg-icon, 
svg.e-font-icon-svg.e-fab-youtube-square,
footer svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    display: inline-block !important;
}
/* -------------------------------------------------------------------------- */
form#loginform, .login form {
    border-radius: 10px !important;
    background: #ffffff0d !important;
}
/* -------------------------------------------------------------------------- */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* Force checkbox and text on same line */
.col-md-12 .form-check {
  display: flex !important;
  align-items: center !important;
}

.col-md-12 .form-check-input {
  flex-shrink: 0 !important;
  margin-right: 10px !important;
}

.col-md-12 .form-check-label {
  margin: 0 !important;
  display: inline !important;
}

/* Form Container Background */
.wpcf7-form {
  background-color: #090909;
  padding: 30px;
  border-radius: 8px;
}

/* Style all form fields - remove borders, add gray underline */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #555555 !important;
  border-radius: 0 !important;
  padding: 12px 5px !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: normal !important;
}

/* User-entered text - normal weight */
.wpcf7-form input[type="text"]:not(:placeholder-shown),
.wpcf7-form input[type="email"]:not(:placeholder-shown),
.wpcf7-form input[type="number"]:not(:placeholder-shown),
.wpcf7-form textarea:not(:placeholder-shown) {
  font-weight: normal !important;
  color: #ffffff !important;
}

/* Specific styling for datepicker */
.wpcf7-form input.datepicker {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #555555 !important;
  border-radius: 0 !important;
  padding: 12px 5px !important;
  width: 100% !important;
  font-weight: normal !important;
}

/* Placeholder text color - BOLD WHITE */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
 // font-weight: bold !important;
}

/* For Firefox placeholder - BOLD WHITE */
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
//  font-weight: bold !important;
}

/* Select dropdown text - BOLD WHITE */
.wpcf7-form select {
  font-weight: bold !important;
  color: #ffffff !important;
}

.wpcf7-form select option {
  background-color: #090909 !important;
  color: #ffffff !important;
  font-weight: bold !important;
}

/* Focus state - change underline color */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-bottom: 1px solid #ffd700 !important;
  background-color: transparent !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Select dropdown styling */
.wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%23ffffff' d='M6 8L1 3h10z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px !important;
}

/* Textarea styling */
.wpcf7-form textarea {
  min-height: 80px !important;
  resize: vertical;
}

/* Labels - BOLD WHITE */
.wpcf7-form label {
  color: #ffffff !important;
  font-weight: bold !important;
}

/* Checkbox styling */
.wpcf7-form input[type="checkbox"] {
  background-color: transparent !important;
  border: 2px solid #555555 !important;
  width: 18px !important;
  height: 18px !important;
  accent-color: #ffd700 !important;
}

/* Terms text color - BOLD WHITE */
.wpcf7-form .form-check-label {
  color: #ffffff !important;
  font-weight: bold !important;
}

.wpcf7-form .form-check-label a {
  color: #ffd700 !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

.wpcf7-form .form-check-label a:hover {
  color: #ffed4a !important;
  text-decoration: underline !important;
}

/* Error message styling */
.wpcf7-form .wpcf7-not-valid-tip {
  color: #ff4444 !important;
  font-size: 12px !important;
  margin-top: 5px !important;
}

.wpcf7-form .wpcf7-response-output {
  color: #ffffff !important;
  border-color: #ffd700 !important;
}

/* Remove background from wrappers */
.wpcf7-form .input2_inner,
.wpcf7-form .input1_inner,
.wpcf7-form .select1_inner {
  background: transparent !important;
}

/* Spacing for form rows */
.wpcf7-form .row {
  margin-bottom: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 15px;
  }
}


button.booking-button.mt-15 {
    border-style: solid !important;
    border-color: wheat !important;
}
.ekit-wid-con a:active, .ekit-wid-con a:focus, .ekit-wid-con a:hover, .ekit-wid-con a:visited {
    outline: 0;
    text-decoration: none;
    color: darkkhaki !important;
}
/* -------------------------------------------------------------------------- */