
/* General Styles */
.custom-font{
    font-size: 50px;
}
/* Contact Info Section */
.bg-light {
    background-color: #f8f9fa !important;
}

.bg-light .text-primary {
    color: #007bff;
}

.bg-light p {
    font-size: 1rem;
}

/* Contact Form */
.contact-card  {
    background-color: transparent;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card-body {
    padding: 40px;
}
/* transparent background */
#contact .box,
#contact .box .img-box{
    background-color: transparent !important;
}

.form-control-lg {
    border-radius: 10px;
    padding: 15px;
}

input, textarea {
    font-size: 1rem;
}

button {
    font-size: 1.1rem;
    padding: 12px 30px;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-5px);
}


.hover-shadow:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}


.text-decoration-none {
    text-decoration: none;
    transition: color 0.3s ease;
}

.text-decoration-none:hover {
    color: #0056b3;
}


.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .card-body {
        padding: 30px;
    }

    .col-md-6 {
        margin-bottom: 20px;
    }

    .btn-lg {
        width: 100%;
    }
    .custom-font{
        font-size: 35px;
    }
}





/* trial */

  