/* Start Banner Section */
.banner {
    background-image: url(../../img/testimonial/banner-bg.webp);
    background-size: cover;
}

.banner .banner-container .breadcrumb li a {
    color: var(--black) !important;
}

.banner .breadcrumb li:first-child a {
    width: 18px;
    height: 18px;
}

/* End Banner Section */

/* Start Query Section */

.query .map {
    border: 6px solid var(--white);
}

.query .form {
    border-radius: 15px;
}

.query .form .red-star {
    width: 8px;
    height: 8px;
}

.query .form .funding p {
    margin-bottom: 12px !important;
}

.query .form .funding .select-list {
    width: fit-content;
}

.query .form .funding label {
    border: 1px solid var(--darkGreyColor);
}

.query .form .funding .select-active {
    background-color: var(--darkBlue);
    border: 1px solid transparent;
}

.query .form .funding .select-active span {
    color: var(--white);
}

.query .form .select-name {
    cursor: pointer;
    padding: 5px 12px;
}

.query .form .select-name span {
    color: var(--grey);
}

.query .form .input-fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.query .form .input-fields input,
.query .form .input-fields textarea {
    outline: none;
    border: 1px solid var(--darkGreyColor);
    padding: 10px;
    background-image: linear-gradient(180deg,
            var(--lightGreyColor) 0%,
            var(--white) 100%);
}

.query .form .input-fields .courses-active,
.query .form .input-fields .eq-active,
.query .form .input-fields .like-active,
.query .form .input-fields .select-active,
.query .form .input-fields .training-active {
    border: 1px solid transparent;
}

.query .form .input-fields .courses-active p,
.query .form .input-fields .eq-active p,
.query .form .input-fields .like-active p,
.query .form .input-fields .select-active p,
.query .form .input-fields .training-active p {
    color: var(--white);
}

.query .form .input-fields .name {
    position: relative;
    z-index: 1;
}

.query .form .input-fields .name .price {
    position: absolute;
    z-index: -1;
    top: 27px;
}

.query .form .input-fields .input-error label .error {
    display: flex;
}

.query .form .input-fields .input-error input {
    border: 1px solid var(--red);
}

.query .form .input-fields .company label,
.query .form .input-fields .company-web label {
    display: flex;
    justify-content: space-between;
}

.query .form .input-fields input[type="number"]::-webkit-inner-spin-button,
.query .form .input-fields input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.query .form .input-fields input[type="number"] {
    -moz-appearance: textfield;
}

.query .form .input-message textarea {
    height: 75px;
}

.query .form .mobile .mob {
    border: 1px solid var(--darkGreyColor);
    background-image: linear-gradient(180deg,
            var(--lightGreyColor) 0%,
            var(--white) 100%);
}

.query .form .mobile .mob .phonecode-field {
    outline: 0;
    width: 100%;
}

.query .form .mobile .mob .phonecode-field span,
.query .form .mobile .mob .phonecode-field .country-code {
    color: var(--grey);
}

.query .form .mobile .mob .phonecode-field span {
    border-left: 1px solid var(--darkGreyColor);
    min-width: 45px;
}

.query .form .mobile .mob .phonecode-field .country-code {
    width: 50px;
    border: none;
    outline: 0;
    background-color: transparent;
}

.query .form .mobile .mob .phonecode-field .country-code option {
    color: var(--grey);
}

.query .form .mobile .mob .phonecode-field input {
    border: none;
    background: transparent;
    box-shadow: none;
}

.query .form .mobile .mob .phonecode-field .hidden-field {
    z-index: -1;
    width: 0;
    height: 0;
    pointer-events: none;
    overflow: hidden;
}

.query .form .mobile .mob .phonecode-field .hidden-field input {
    border: none;
    padding: 0;
}

.query .form ::-webkit-input-placeholder {
    color: var(--grey);
    font-size: 14px;
}

.query .form :-ms-input-placeholder {
    color: var(--grey);
    font-size: 14px;
}

.query .form :-moz-placeholder {
    color: var(--grey);
    font-size: 14px;
}

.query .form .checkEmail {
    display: contents;
}

.query .form .input-error .mob,
.query .form .input-error input {
    border: 1px solid var(--red);
}

.query .form .input-error ::-webkit-input-placeholder {
    color: var(--red);
}

.query .form .input-error :-ms-input-placeholder {
    color: var(--red);
}

.query .form .input-error :-moz-placeholder {
    color: var(--red);
}

.query .form .consent-error {
    display: none;
}

.query .form .consent-error p {
    color: var(--red);
}

.query .form .buttons .btn-blue {
    min-width: 120px;
}

/* End Query Section */

/* Start Connect Section */
.connect .connect-container {
    background-image: url(../../img/contact/connect-bg.webp);
    background-size: cover;
}

/* End Connect Section */

/* Start Step Section */
.step {
    padding-bottom: 6rem;
}

.step .step-item {
    box-shadow: var(--lightShadow);
    margin-top: 5rem;
}

.step .step-item::before {
    content: counter(section, decimal-leading-zero);
    counter-increment: section;
    border: 1px solid var(--darkGreyColor);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--grey);
    background: var(--white);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px;
}

.step .step-item span {
    height: 65px;
    width: 65px;
    left: 0;
    right: 0;
    bottom: -29px;
}

.step .step-item span::before {
    content: "";
    border: 1px solid var(--darkGreyColor);
    position: absolute;
    border-radius: 100%;
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    left: -11px;
    bottom: -12px;
    z-index: -1;
}

.step .step-list {
    counter-reset: section;
    z-index: 0;
}

/* End Step Section */

@media screen and (min-width: 768px) {

    /* Start Query Section */
    .query .query-content {
        width: 47%;
    }

    .query .form {
        width: 50%;
        padding: 1.8rem !important;
    }

    /* End Query Section */

    /* Start Step Section */
    .step .step-item {
        width: 48%;
    }

    /* End Step Section */
}

@media screen and (min-width: 1024px) {

    /* Start Banner Section */
    .banner .banner-container h1::after {
        content: "";
        background-image: url(../../img/testimonial/arrow.webp);
        background-size: 100% 100%;
        min-width: 85px;
        height: 82px;
        margin-left: 3rem;
    }

    /* End Banner Section */

    /* Start Query Section */
    .query .form {
        width: 47%;
    }
    /* End Query Section */

    /* Start Connect Section */
    .connect .connect-container {
        background-size: 100% 100%;
    }

    .connect .buttons {
        width: auto;
    }

    /* End Connect Section */
}

@media screen and (min-width: 1366px) {

    /* Start Banner Section */
    .banner {
        background-size: 100% 100%;
    }

    .banner .banner-container h1 {
        font-size: 50px;
    }

    /* End Banner Section */

    /* Start Query Section */
    .query .query-container {
        width: 90%;
    }

    /* End Query Section */

    /* Start Step Section */
    .step .step-item {
        width: 23%;
        padding: 2.3rem 0.8rem 3.3rem !important;
    }

    /* End Step Section */
}

