.soob{

}

.grecaptcha-badge{
    1visibility:hidden;
    z-index:1000;
}

.ch {
    display: inline-flex;
    vertical-align: top;
    align-items: center
}

.ch__i {
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    width: 17px !important;
    height: 17px;
    border: 2px solid rgba(180,180,180,.8);
    background-color: #fff;
    font-size: inherit;
    cursor: pointer;
    border-radius: 5px
}

.ch__i:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin: auto;
    width: 60%;
    height: 60%;
  
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: opacity .2s ease;
    filter: saturate(0)
}

.ch__i:checked:before {
    opacity: 1
}

.ch__in {
    padding-left: 1.2em;
    cursor: pointer;
    text-align:left;
    font-size: 12px ;
}

.ch__in a{
    display: inline;
}

.agree {
    font-size: 12px ;

}

.agree a {
    color: inherit;
    text-decoration: underline
}

.agree a:hover {
    text-decoration: none
}

@media only screen and (max-width: 760px) {
    .agree {
        font-size:12px
    }
}
        .feedback-form * {

            /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
        }


        .btn-primary {
            background: #c91b2a;
            color: white;
            border: none;
            padding: 14px 48px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(52, 152, 219, 0.2);
        }

        .btn-primary:hover {
            background: #a90e1b;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgb(191 129 129 / 30%);
        }

        .btn-primary:disabled {
            background: #bdc3c7;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .modal-content {
            background-color: #fff;
            margin: 5% auto;
            padding: 0;
            border-radius: 20px;
            width: 90%;
            max-width: 370px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            animation: slideIn 0.3s ease;
            overflow: hidden;
        }

        @keyframes slideIn {
            from { transform: translateY(-30px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        .modal-header {
position:relative;
            padding: 20px 20px 0px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            border:none;
        }

        .modal-header h2 {
          color: #c81b2a;
            margin: 0;
            font-weight: 600;
            font-size: 25px;
        }

        .close {
            color: #000000;
            font-size: 28px;
position:absolute !important;

            cursor: pointer;
            transition: all 0.2s ease;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            position:absolute;
            top:10px;
            right:10px;
            1background:#e2e2e2;
        }

        .close:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .feedback-form {
            padding: 30px 30px 10px 30px;
        }

        footer .feedback-form {
            padding: 10px 10px 0px 10px;
            max-width:400px;
            margin:0px auto;
        }

        .form-group {
            margin-bottom: 15px;
            position: relative;
        }
footer .recaptcha-info .form-group {
    margin-bottom: 10px;
}

        .feedback-form input, .feedback-form textarea {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-size: 16px;
            transition: all 0.3s ease;
            background-color: #f8f9fa;
        }

footer .feedback-form input, #feedback-form textarea {
    padding: 9px 19px;
}

        input:focus, textarea:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
            background-color: #fff;
        }

        input.error, textarea.error {
            border-color: #e74c3c;
        }

        .error-message {
            color: #e74c3c;
            font-size: 14px;
            margin-top: 5px;
            display: none;
        }

        .honeypot {
            display: none;
        }

        .btn-container {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }

        .message {
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 500;
        }

        .success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .error {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        @media (max-width: 768px) {
            .modal-content {
                width: 95%;
                margin: 10% auto;
            }
            
            
            .feedback-form {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .modal-content {
                width: 100%;
                margin: 0;
                height: 100%;
                border-radius: 0;
            }
            
            .modal-header {
                padding: 15px;
            }
            
            .feedback-form {
                padding: 15px;
            }
            

        }

        .form-group i {
            position: absolute;
            left: 16px;
            top: 16px;
            color: #7f8c8d;
        }


        
        .recaptcha-info {
            font-size: 12px;
            color: #7f8c8d;
            text-align: center;
            margin-top: 25px;
        }
        
        .debug-info {
            background: #f8f9fa;
            padding: 10px;
            border-radius: 5px;
            margin-top: 10px;
            font-size: 12px;
            color: #666;
            display: none;
        }