﻿/* START HERE: GET IN TOUCH POPUP */
/* Demo Section */

.git-demo-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #f7f7f7, #ececec);
}

.git-open-popup-btn {
    background: #C91429;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

    .git-open-popup-btn:hover {
        background: #C91429;
    }

/* Overlay */

.git-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45) !important;
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    max-width: unset !important;
    margin: unset !important;
}
input::placeholder{
 color:#787878 !Important;
}
.firstAccLoading img{
    width:100px;
}

    .git-popup-overlay.show {
        opacity: 1;
        visibility: visible;
    }

/* Right Popup */

.git-contact-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 720px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 10000;
    padding: 25px;
    overflow-y: auto;
    transition: .4s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .15);
}

    .git-contact-popup.show {
        right: 0;
    }

/* Close */

.git-close-btn {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
    color: #222;
}

/* Heading */

.git-git-popup-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 8px;
    color: #333;
}

.git-popup-heading span {
    color: #C91429;
    font-weight: 500;
}

.git-popup-subtitle {
    color: #777;
    font-size: 16px;
    margin-bottom: 18px;
}

/* Form Wrapper */

.git-form-wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 28px;
    padding: 24px;
}

/* Labels */

.git-form-label {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 8px;
}

.git-required {
    color: #C91429;
}

/* Inputs */

.git-custom-input {
    width: 100%;
    height: 42px;
    border: 1px solid transparent;
    background: #f1f1f1;
    border-radius: 35px;
    padding: 0 18px;
    outline: none;
    transition: .25s;
    font-size: 15px;
}

    .git-custom-input:focus {
        border-color: #C91429;
        background: #fff;
    }

textarea.git-custom-input {
    height: 90px;
    padding-top: 16px;
    resize: none;
    border-radius: 24px;
}

/* Validation */

.git-error {
    border-color: #dc3545 !important;
    background: #fff7f7;
}

.git-error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 6px;
    padding-left: 10px;
    display: none;
}

.git-small-text {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
}

/* Category */

.git-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.git-category-btn {
    border: 1px solid transparent;
    background: #fff;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 14px;
    color: #555;
    transition: .25s;
    cursor: pointer;
}

    .git-category-btn.active {
        border-color: #C91429;
        color: #C91429;
        box-shadow: 0 0 0 3px rgba(207, 32, 39, 0.08);
    }

/* Checkbox */

.git-form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

    .git-form-check-input:checked {
        background-color: #C91429;
        border-color: #C91429;
    }

.git-terms-text {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}

/* Submit */

.git-submit-btn {
    min-width: 150px;
    height: 50px;
    border: none;
    border-radius: 40px;
    background: #C91429;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}

    .git-submit-btn:hover {
        background: #C91429;
    }

/* Success Screen */

.git-success-screen {
    display: none;
    border: 1px solid #e5e5e5;
    border-radius: 28px;
    min-height: 85vh;
    padding: 40px 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

    .git-success-screen.show {
        display: flex !important;
    }

.git-success-title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 18px;
}

    .git-success-title span {
        color: #C91429;
        font-weight: 500;
    }

.git-success-subtitle {
    color: #777;
    font-size: 18px;
    margin-bottom: 40px;
}

.git-success-icon {
    width: 90px;
    height: 90px;
    background: #7cc96d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

    .git-success-icon i {
        color: #fff;
        font-size: 42px;
    }

.git-ok-btn {
    min-width: 140px;
    height: 50px;
    border: none;
    border-radius: 40px;
    background: #C91429;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.git-category-btn span {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #555;
    border-radius: 50%;
}

.git-category-btn.active span {
    border: 1.5px solid #C91429;
}

    .git-category-btn.active span i {
        color: #C91429;
    }

.git-category-btn span i {
    font-size: 10px;
    color: #555;
}

.git-category-btn {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.git-form-check-input {
    display: block !important;
    margin: 1px 0px 0px 0px !important;
}

.fa {
    position: relative !important;
    right: unset !important;
    top: unset !important;
}

@media(max-width:768px) {

    .git-contact-popup {
        width: 100%;
        padding: 18px;
    }

    .git-popup-heading {
        font-size: 42px;
    }

    .git-success-title {
        font-size: 42px;
    }

    .git-form-wrapper {
        padding: 18px;
    }
}

.git-captcha-box {
    min-width: 140px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    background: #f5f5f5;
    user-select: none;
}

#leadTerms:checked {
    background-color: #c91429;
    border-color: #c91429;
}
/* END HERE: GET IN TOUCH POPUP */
