body {
    overflow-x: hidden;
}

.title-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 275px;
    margin: auto;
}

p {
    margin-bottom: 0px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

h1 {
    color: var(--brand-color, #212070);
}

h2 {
    margin-bottom: 35px;
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 122.727% */
}


.wrapper {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
}

/* Order Section */
.order-section {
    background: url('/wp-content/themes/indigo/assets/images/order-and-inquiry/order-bg.png') no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 100%;
    padding: 100px 75px;
    border-bottom: 25px solid;
    border-color: var(--CTA, #F57921);
}

.order-section .order-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
}

.order-section input[type=submit] {
    width: 260px;
    height: 60px;
    padding: 15.5px 22px 16.5px 22px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5px;
    border: 2px solid #F57921;
    background: #F57921;
    color: #FFF;
    text-align: center;
    font-family: "FuturaLT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.submit-btn {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.wpcf7-response-output{

}

.wpcf7-spinner {
    position: absolute!important;
}

.order-section .form_grouper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.order-section .form_inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-section .form_checkInputs {
    display: flex;
    gap: 10px;
}

.field_title {
    margin-bottom: 10px;
}

.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpcf7-list-item {
    margin: 0 !important;
}


.wpcf7-radio .wpcf7-list-item-label {
    color: #fff !important;
}

.wpcf7-radio input[type="radio"] {
    /* Your custom styling */
    color: #fff;
    appearance: none;
    width: 23px;
    height: 23px;
    appearance: none;
    border-radius: 5px;
    background: #FFF;
    position: relative;
    top: 3px;
}

.wpcf7-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #000000;
    border-radius: 5px;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%
}

.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpcf7-list-item {
    margin: 0 !important;
}


.wpcf7-checkbox .wpcf7-list-item-label {
    color: #fff !important;
}

.wpcf7-checkbox input[type="checkbox"] {
    /* Your custom styling */
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    background: #FFF;
    position: relative;
    top: 3px;
}

.order-section label {
    color: #FFF;
    font-family: "FuturaLT";
    /* pag */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.order-section label>span {
    font-family: "FuturaLT";
    color: var(--CTA, #F57921);
}

.order-section .input-box {
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #FFF;
    border-color: transparent;
}

.form_inputs {
    position: relative;
}

.form_inputs select {
    width: 100%;
    max-width: 100%;
    display: block;
}

.wpcf7-not-valid-tip {
    position: absolute;
}

select:required:invalid {
    color: gray;
}

option[value="Select an Option"] {
    display: none;
}

option {
    color: black;
}

.order-section select,
.order-section ::picker(select) {
    appearance: base-select;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 1rem;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
}

.wpcf7-response-output {
    display: none;
}

::picker(select) {
    max-width: 750px;
    box-sizing: border-box;
    margin-block-start: 0.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
}

@media (max-width: 1199px) {
    .order-section {
        background-position: top;
        background-position-x: 30%;
    }
}

@media (max-width: 979px) {
    .order-section {
        background-position: top;
        background-position-x: 25%;
        padding: 100px 50px;
    }
}

@media (max-width: 767px) {
    .order-section {
        background-position: top;
        background-position-x: 20%;
        padding: 100px 25px;
    }
}

@media (max-width: 360px) {
    .order-section {
        background-position: top;
        background-position-x: 20%;
        padding: 100px 0px;
    }

    h1 {
        font-size: 34px;
    }
}