/* Contact-us Page */
.grid--contact-us-header-page {
    grid-template-areas:
        '. G_CUT G_CUT G_CUT G_CUT G_CUT . . . . . .'
        '. G_CUC G_CUC G_CUC G_CUC . G_CUF G_CUF G_CUF G_CUF G_CUF .';
    padding: 0;
}

.contact-us__title-container {
    margin: 6rem 0;
    grid-area: G_CUT;
}

.contact-us__title-container p {
    margin-top: 2rem;
    line-height: 1.6;
}

.contact-us__contact-container {
    grid-area: G_CUC;
    color: var(--color-tertiary-2);
    background-color: var(--color-primary-1);
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-us__contact-container .second-div {
    margin-top: 3rem;
}

.contact-us__contact-inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-us__contact-container-number {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.contact-us__contact-container-title {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    margin: .5rem 0 0.5rem 0;
    letter-spacing: 2px;
}

.contact-us__contact-container-value {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: var(--color-secondary-2);
}

.contact-us__field-container {
    grid-area: G_CUF;
    color: var(--color-primary-2);
}

.contact-us__field-container .contact-us__contact-container-number {
    width: 70%;
    margin-bottom: 3rem;
}

.contact-us__input-container {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.contact-us__input-container input[type="text"],
.contact-us__input-container input[type="email"],
.contact-us__input-container input[type="number"],
.contact-us__input-container select,
.contact-us__input-container textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #F3F3F3;
    position: relative;
    color: var(--color-primary-2);
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    outline: none;
    resize: none;
    font-family: inherit;
}

.contact-us__placeholder {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    color: #635F7E;
    transition: all 0.4s;
}

.contact-us__placeholder--static {
    padding: 1rem 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    color: #635F7E;
    pointer-events: none;
}

.contact-us__input-container input:focus~.contact-us__placeholder,
.contact-us__input-container input:valid~.contact-us__placeholder,
.contact-us__input-container textarea:focus~.contact-us__placeholder,
.contact-us__input-container textarea:valid~.contact-us__placeholder {
    transform: translateY(-20px);
    font-size: 0.75rem;
}



.contact-us__input-container input:focus,
.contact-us__input-container input:valid,
.contact-us__input-container textarea:focus,
.contact-us__input-container textarea:valid {
    border-bottom: 1px solid var(--color-primary-2);
}

.contact-us__submit {
    padding: 1.25rem 5rem;
    background-color: var( --color-primary-1);
    color: var(--color-tertiary-2);
    font-weight: bold;
    font-size: 1.12rem;
    border: none;
}

.contact-us__submit:hover {
    color: var(--color-primary-2);
}

#form-p-desc p {
    font-weight: normal;
    font-size: 0.75rem;
    padding-top: 6px;
    text-align: right;
    color: #635F7E;

}

.contact-us__slider-containner {
    padding: 0 2rem 1.5rem 2rem;
}

.contact-us__slider-inner-containner {
    position: relative;
}

.contact-us__slider-containner .slider-value {
    position: absolute;
    left: 0;
    top: 1.5rem;
    font-size: 0.83rem;
    font-weight: normal;
    color: var(--color-primary-2);
    text-align: center;
    height: 2rem;
    transform: translateX(-50%);
    border: 1px solid #A8A8B2;
    background-color: #FAFBFF;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;

}

.contact-us__slider-containner input[type="range"] {
    appearance: none;
    width: 100%;
    height: 4px;
    margin-top: 5rem;
    background-color: #F4F2FF;
    outline: none;
    border: none;
    border-radius: 2px;
    transform: scaleX(1.04);
}

.contact-us__slider-containner input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--color-tertiary-2);
    border-radius: 50%;
    border: 5px solid var(--color-primary-1);
}

.contact-us__input-container .range-placeholders {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: .85rem;
    color: #635F7E;
    font-weight: normal;
    padding: 0 0 0 0.8rem;
}

.contact-us__input-container .blue-text {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-primary-1);
}

.contact-us__captach-image-container {
    display: flex;
    align-items: center;
}

#captchaImage{
    flex-basis: 50%;
    font-weight: 200;
    height: 4rem;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: 2rem;
    border-radius: 0.5rem;
    border: var(--color-primary-1) 1px solid;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
     
}

#user-input{
    box-shadow: 5px 5px 5px 5px gray;
    width:auto;
       margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
       border: red 0px solid;
}

/* Start -> Media Queries */

/* -- For Mobile -- */
@media screen and (max-width: 480px) {

    /* Contact-us Page */
    .contact-us__title-container {
        margin: 2rem 0;
    }

    .contact-us__title-container p {
        margin-top: 1rem;
    }

    .contact-us__contact-container {
        padding: 1rem;
        margin-bottom: 2rem;
        align-items: stretch;
    }

    .contact-us__contact-container .second-div {
        margin-top: 1rem;
    }

    .contact-us__contact-container-number {
        font-size: 1.5rem;
    }

    .contact-us__field-container .contact-us__contact-container-number {
        margin-bottom: 2rem;
    }

}

/* -- For iPad / Tablets -- */
@media screen and (min-width: 481px) and (max-width: 768px) {

    /* Contact-us Page */
    .contact-us__title-container {
        margin: 3rem 0;
    }

    .contact-us__contact-container {
        padding: 2rem 0;
        margin-bottom: 2rem;
        align-items: stretch;
    }

    .contact-us__contact-container .second-div {
        margin-top: 0rem;
    }

    .contact-us__contact-inner-container {
        flex-direction: row;
        justify-content: space-evenly;
    }

}

/* -- For Mobile / iPad / Tablets -- */
@media screen and (max-width: 768px) {

    /* Contact-us Page */
    .grid--contact-us-header-page {
        grid-template-areas:
            'G_CUT'
            'G_CUC'
            'G_CUF';
    }

}

/* -- For Small Screen / Laptops / Desktops -- */
@media screen and (min-width: 769px) and (max-width: 1150px) {

    /* Contact-us Page */
    .grid--contact-us-header-page {
        grid-template-areas:
            'G_CUT G_CUT G_CUT G_CUT G_CUT G_CUT . . . . . .'
            'G_CUC G_CUC G_CUC G_CUC G_CUC G_CUC G_CUF G_CUF G_CUF G_CUF G_CUF G_CUF';
    }

    .contact-us__title-container {
        margin: 4rem 0;
    }

}

/* -- For Large Screen / Mac -- */
@media screen and (min-width: 1151px) and (max-width: 1440px) {


}