/*

Template: The Corps — Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version:  1
Design and Developed by: potenzaglobalsolutions.com

Note: This is the file where you can add your custom styles to change the look of the
theme. But don't modify "style.css" file.

*/

/* Your custom css codes start from here: */

/* Contact Form Styling */
.contact-form {
    padding: 20px 0;
}

.contact-form .error-msg {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.contact-form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.contact-form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.contact-form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.contact-form button[type="submit"] {
    background: transparent;
    border: none;
    cursor: pointer;
}

.contact-form button[type="submit"]:hover {
    opacity: 0.8;
}

/* Teekshna Brand Colors */
.text-teekshna {
    color: #2c5530; /* Organic green color */
}

.bg-teekshna {
    background-color: #2c5530;
}

 