/* .contact-wrapper h2{
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-weight: 400;
    font-size: 29px;
    margin-bottom: 16px;
    letter-spacing: -1px;
    color: #333;
}
.contact-wrapper h3 {
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: -1px;
    color: #333;
}
.contact-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-wrapper ul li {
    float: left;
    clear: left;
    margin-top: 40px;
}
.contact-wrapper span {
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    color: #333;
}
.contact-wrapper h4 {
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    color: #555;
}
.contact-wrapper a {
    font-size: 18px;
    color: #555;
    margin-right: 15px;
    color: #27ae60;
} */
.contact-no {
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 40px;
}
.contact-no i {
    color: #27ae60;
    width: 30px;
    border: 2px solid #fff;
    background: #fff;
    height: 30px;
    border-radius: 50%;
    line-height: 25px;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-right: 10px;
}
.contact-no a {
    color: #fff;
    cursor: pointer;
}
.contact-no a:hover {
    color: #fff;
}
.social-links i {
    color: #fff;
    margin-left: 8px;
}
.contact-form {
    background: #fff;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 5px;
}
 .form-group label {
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;   
    color: #666;
}

 .form-group .form-control {
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    background: none;
    border-radius: 0;

}
.form-group  input.form-control,
.form-group select.form-control {
    height: 47px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}
.btn-send {
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    border-radius: 0;
}
.custom-form  div.invalid-feedback {
    position: absolute;
    top: 0px;
    right: 20px;
    text-align: right;

}

#content_wrapper div.alert {
	position: fixed;
	top: 0;
    left: 0;
    z-index: 2 !important;
}

/* Contact Toast Styles */
#contact-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    pointer-events: none;
}

.contact-toast {
    background: #27ae60;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    max-width: 300px;
    opacity: 1;
    transition: opacity 3s ease-in-out;
    pointer-events: none;
}

.contact-toast:hover {
    opacity: 1;
}
