/*
Theme Name: CAMPUS COVER
Theme URI: https://www.campuscover.com/
Author: Alok jha
Author URI: https://campuscover.com/
Description: Call to know about me @+91 7986 599 266.
Version: 2.1
*/

/** VARIABLES
--------------------------------------------------------------*/
.contact-information .contact-item {
    background: #d3d3d3;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.contact-information .contact-item:hover {
    transform: translateY(-10px);
}

.contact-information .contact-icon {
    font-size: 48px;
    color: #1c53b7;
    margin-bottom: 15px;
}

.contact-information h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.contact-information p {
    color: #333;
    font-size: 14px;
}

.contact-information .contact-link {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #1c53b7;
    text-decoration: none;
}

.contact-information .contact-link:hover {
    text-decoration: underline;
}

.callback-form {
    margin-top: 50px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
}

.callback-form .section-heading h2 {
    font-size: 28px;
    font-weight: bold;
}

.callback-form .section-heading span {
    font-size: 14px;
    color: #777;
}

.callback-form input.form-control,
.callback-form textarea.form-control {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px;
}

.callback-form button.filled-button {
    background-color: #1c53b7;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.callback-form button.filled-button:hover {
    background-color: #1c53b7;
}