/* Start custom CSS for aivons-contact-form, class: .elementor-element-af84a8d *//* =========================================
   LIGHT EXECUTIVE FORM STYLE
   Dark Form Container + Light Inputs
========================================= */

/* Main form wrapper */
.executive-contact-form {

    background: #071426 !important;

    padding: 30px !important;

    border-radius: 20px !important;

    box-shadow: 0 20px 60px rgba(7,20,38,0.08) !important;

    border: 1px solid rgba(255,255,255,0.04) !important;
}

/* Remove CF7 spacing */
.executive-contact-form p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Input wrapper */
.executive-contact-form .comment-form__input-box {
    position: relative;
    margin-bottom: 24px;
}

/* LIGHT INPUTS */
.executive-contact-form input,
.executive-contact-form textarea,
.executive-contact-form select,
.executive-contact-form .wpcf7-form-control {

    background: #ffffff !important;

    background-color: #ffffff !important;

    border: 1px solid #dbe3f0 !important;

    color: #071426 !important;

    width: 100% !important;

    border-radius: 8px !important;

    box-shadow: none !important;

    font-size: 15px !important;

    font-weight: 500 !important;

    transition: all 0.3s ease !important;
}

/* Input height */
.executive-contact-form input,
.executive-contact-form select {

    height: 66px !important;

    padding: 0 65px 0 24px !important;
}

/* Textarea */
.executive-contact-form textarea {

    height: 220px !important;

    padding: 28px 65px 24px 24px !important;

    resize: none !important;
}

/* Placeholder */
.executive-contact-form input::placeholder,
.executive-contact-form textarea::placeholder {

    color: #6d7890 !important;

    opacity: 1 !important;
}

/* Select */
.executive-contact-form select {

    color: #071426 !important;

    appearance: none !important;
}

/* Dropdown options */
.executive-contact-form select option {
    background: #ffffff !important;

    color: #071426 !important;
}

/* Focus */
.executive-contact-form input:focus,
.executive-contact-form textarea:focus,
.executive-contact-form select:focus {

    background: #ffffff !important;

    border-color: #2f6bff !important;

    box-shadow: 0 0 0 4px rgba(47,107,255,0.12) !important;

    outline: none !important;
}

/* Icons */
.executive-contact-form .comment-form__icon {

    position: absolute !important;

    top: 60% !important;

    right: 24px !important;

    transform: translateY(-50%) !important;

    z-index: 5 !important;

    color: #6f7d95 !important;

    font-size: 15px !important;

    line-height: 1 !important;
}

/* Remove p spacing inside icons */
.executive-contact-form .comment-form__icon p {
    margin: 0 !important;
}

/* Textarea icon */
.executive-contact-form .textarea-box .comment-form__icon {

    top: 34px !important;

    transform: none !important;
}

/* CENTER CONTACT FORM BUTTON */
.executive-submit-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important; /* centers the button */

    min-width: 320px !important;
    height: 52px !important;
    padding: 0 38px !important;

    background: linear-gradient(135deg, #2f6bff 0%, #2554cc 100%) !important;
    color: #ffffff !important;

    border: none !important;
    border-radius: 12px !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;

    cursor: pointer !important;
    transition: all 0.3s ease !important;

    box-shadow: 0 10px 25px rgba(47,107,255,0.22) !important;
}

/* Remove weird line break */
.executive-submit-btn br {
    display: none !important;
}

/* Hover */
.executive-submit-btn:hover {

    background: linear-gradient(135deg, #2554cc 0%, #1d45ad 100%) !important;

    color: #ffffff !important;

    transform: translateY(-2px) !important;

    box-shadow: 0 14px 32px rgba(37,84,204,0.28) !important;
}
.executive-submit-btn {
    margin-top: -20px !important;
}
/* Remove select arrow */
.executive-contact-form select::-ms-expand {
    display: none !important;
}

/* Mobile */
@media (max-width: 767px) {

    .executive-contact-form {

        padding: 30px 20px !important;
    }

    .executive-contact-form input,
    .executive-contact-form select {

        height: 64px !important;
    }

    .executive-contact-form textarea {

        height: 180px !important;
    }

    .executive-submit-btn {

        width: 100% !important;
 
        min-width: 100% !important;
    }

}
.slider-dots {
    padding-top: 18px;
    padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.slider-dots span {
  display: block;
  height: 3px;
  width: 6px;
  background: #2c63ec;
  border-radius: 2px;
}

/* Active line */
.slider-dots span.active {
  width: 68px;
  height: 3px;
  background: #2c63ec; /* closer blue */
  border-radius: 2px;
}
.slider-dots span:last-child {
  display: none;
}
/* =========================================
   INCREASE LEFT CONTENT WIDTH
========================================= */

/* Make left column wider */
.message-box .col-xl-4.col-lg-5 {

    flex: 0 0 40% !important;
    max-width: 40% !important;

}

/* Reduce form column width slightly */
.message-box .col-xl-8.col-lg-7 {

    flex: 0 0 60% !important;
    max-width: 60% !important;

}

/* Optional: increase text container width */
.message-box__left {

    max-width: 100% !important;

}

/* Tablet */
@media (max-width: 991px) {

    .message-box .col-xl-4.col-lg-5,
    .message-box .col-xl-8.col-lg-7 {

        flex: 0 0 100% !important;
        max-width: 100% !important;

    }

}/* End custom CSS */