// Contact Section 

.contact-page-wrapper {
    position: relative;
    top: 70px;

    &.style-01 {
        top: 0;
        // padding-left: 20px;
    }

    &.style-03 {
        top: 0px;
    }

    &.style-05 {
        .contact-form {
            .content {
                .title {
                    color: var(--heading-color);
                }
            }

            .contact-page-form {
                .form-group {
                    textarea {
                        color: #C9C9C9;
                        padding: 15px 20px;
                        border: 1px dashed #C9C9C9;
                        border-radius: 2px;

                        &::placeholder {
                            color: #C9C9C9;
                            padding: 0;
                        }
                    }

                    .form-control {
                        color: #C9C9C9;
                        padding: 15px 20px;
                        border: 1px dashed #C9C9C9;
                        border-radius: 2px;

                        &::placeholder {
                            color: #C9C9C9;
                        }
                    }
                }

                .btn-wrapper {
                    .boxed-btn {
                        &.political-btn {
                            background-color: var(--main-color-one);
                            color: #fff;
                        }
                    }
                }
            }
        }
    }

    &.home-six {
        top: 10px;

        .contact-form {
            .content {
                .title {
                    font-weight: 600;
                    font-family: var(--heading-font);
                    color: var(--heading-color);
                }

            }

            .contact-page-form {
                .form-group {
                    margin-bottom: 30px;

                    .form-control {
                        height: 64px;
                        border: 1px solid rgba(204, 204, 204, 0.5);
                        border-radius: 0;
                        font-size: 16px;
                        font-weight: 300;
                        font-family: var(--body-font);
                        color: var(--heading-color);

                        &::placeholder {
                            color: #AAAAAA;
                        }
                    }

                    .text-area {
                        border: 1px solid rgba(204, 204, 204, 0.5);
                        border-radius: 0;
                        font-size: 16px;
                        font-weight: 300;
                        font-family: var(--body-font);
                        color: var(--heading-color);

                        &::placeholder {
                            color: #AAAAAA;
                        }
                    }

                }
            }

            .btn-wrapper {
                margin-top: 5px;

                .boxed-btn {
                    &.political-btn {
                        background: var(--main-color-one);
                        color: $white;
                        border-radius: 0;
                    }
                }
            }
        }
    }

    .contact-form {
        &.contact-bg {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 50px 30px 37px 30px;
            border-radius: 6px;

            &.style-01 {
                padding: 55px 45px 40px 45px;
                border-radius: 10px;
            }
        }

        .content {
            margin-bottom: 35px;
            position: relative;

            .title {
                font-size: 24px;
                line-height: 28px;
                font-family: var(--body-font);
                font-weight: 700;
                color: #fff;
            }

            .title-shape {
                position: absolute;
                left: 29%;
                top: -50%;

                &.style-01 {
                    left: 16%;
                    top: -45%;
                }

                &.style-02 {
                    left: 32%;
                    top: -45%;
                }
            }
        }

        .contact-page-form {
            .form-group {
                margin-bottom: 25px;

                textarea {
                    width: 100%;
                    height: 97px;
                    background-color: rgba(255, 255, 255, 0.2);
                    border: 1px solid #fff;
                    border-radius: 2px;
                    resize: none;
                    color: #fff;
                    padding: 15px 20px;

                    &::placeholder {
                        font-size: 14px;
                        line-height: 19px;
                        font-family: var(--body-font);
                        font-weight: 400;
                        color: #fff;
                    }
                }

                .text-area {
                    height: 200px;
                }

                .form-control {
                    background-color: rgba(255, 255, 255, 0.2);
                    border: 1px solid #fff;
                    border-radius: 2px;
                    height: 50px;
                    padding: 6px 12px;
                    color: #fff;

                    &::placeholder {
                        font-size: 14px;
                        line-height: 19px;
                        font-family: var(--body-font);
                        font-weight: 400;
                        color: #fff;
                        padding: 15px 20px;
                        padding-left: 0;
                    }
                }
            }
        }
    }
}

.contact-form {
    .title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        font-family: var(--heading-font);
        color: var(--heading-color);
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 20px;

        .form-control {
            padding: 22px 30px;
            border: 1px solid #cccccc;
            font-size: 16px;
            line-height: 21px;
            font-family: var(--body-font);
            font-weight: 300;
            border-radius: 10px;
        }
    }
}


.volunteer-form {
    background: #FFF9FC;
    padding: 50px;
    border-radius: 10px;

    &.style-01 {
        border: 1px solid rgba(204, 204, 204, 0.5);
    }

    .form-question {
        margin-top: 18px;
        margin-bottom: 38px;

        .title {
            font-size: 16px;
            line-height: 26px;
            font-family: var(--body-font);
            font-weight: 700;
            margin-bottom: 18px;
        }

        .check-box-wrapper {
            display: flex;
            flex-wrap: wrap;

            .check-box {
                margin-right: 30px;

                .container-box {
                    font-size: 16px;
                    line-height: 21px;
                    font-family: var(--body-font);
                    font-weight: 400;
                    color: #505050;
                    padding-left: 30px;
                    position: relative;

                    .checkmark {
                        background: #fff;
                        border: 1px solid #C9C9C9;
                        width: 18px;
                        height: 18px;
                        border-radius: 50%;

                        &::after {
                            content: "";
                            position: absolute;
                            top: -1px;
                            left: -1px;
                            width: 18px;
                            height: 18px;
                            background: var(--main-color-one);
                            border: 1px solid var(--main-color-one);
                            transform: rotate(0deg);
                            border-radius: 50%;
                        }

                        &::before {
                            content: '';
                            position: absolute;
                            width: 8px;
                            height: 8px;
                            background: #fff;
                            width: 8px;
                            z-index: 1;
                            border-radius: 50%;
                            left: 50%;
                            top: 50%;
                            transform: translate(-50%, -50%);
                        }
                    }
                }
            }
        }

        .form-group {
            .form-control {
                padding: 22px 30px;
                border: 1px solid #cccccc;
                font-size: 16px;
                line-height: 21px;
                font-family: var(--body-font);
                font-weight: 300;
                border-radius: 10px;
            }
        }
    }
}