

.clr-red {
    color: red;
    font-size: 14px;
    font-weight: 600;
    margin-top: -12px;
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #030303;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}
.input-col {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.form-row-2{
   
    flex-direction: column;
}
.input-label {
    margin-bottom: 10px !important;
}
.form-row label {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #030303;
    margin-bottom: 10px !important;
}

.form-row input,
.form-row textarea {
    width: 100%;
    
    font-size: 16px;
    border: 1px solid #c9c9c9 !important;
    border-radius: 6px;
    outline: none;
    
    box-sizing: border-box;
    padding:15px;
    
}

 #fs-comments-error {
    margin-bottom: 15px;
 }

.form-row input:focus,
.form-row textarea:focus {
    border-color: #9c27b0;
}

.input-container {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-row textarea {
    resize: none;
}

.input-container i {
    position: absolute;
    right: 15px;
   
    transform: translateY(-50%);
    color: #9c27b0;
    font-size: 16px;
}



.full-width {
    width: 100%;
}

.submit-btn {
    background: linear-gradient(to bottom, #4150b5 0%, #d326c7 100%);
    background-clip: text; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 600;
    width: 100% !important;
    border: 2px solid #b52fc3 !important;
    border-radius: 12px;
    padding: 10px 0px 10px 0px;
}

.submit-btn:hover {
    background: linear-gradient(to right, #4150b5 0%, #d326c7 100%);
    -webkit-text-fill-color: white;
    cursor: pointer;
}

/* Media Query for Mobile Devices */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .input-container {
        width: 100%;
    }
}


.phone-label {
    display: block;
}
.form-container .iti {
    width: 100%;
}
ul#iti-0__country-listbox li {
    font-size: 16px;
}