﻿/* Banner Section */
.bannerSection {
    margin-bottom: 40px;
}

/* Contact Section */
.contact-section {
    background-color: #f8f9fa;
}

.contact-info-card, .contact-form-card {
    background-color: white;
    border-radius: 8px;
}

.contact-method {
    padding: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .contact-method:hover {
        background-color: #f0f4f9;
    }

.contact-icon {
    width: 40px;
    text-align: center;
}

    .contact-icon img {
        max-height: 40px;
    }

/* Form Styles */
.form-control {
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ced4da;
}

    .form-control:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.btn-primary {
    background-color: #0d6efd;
    border: none;
    font-size: 1rem;
}

    .btn-primary:hover {
        background-color: #0b5ed7;
    }

.input-group-text img {
    height: 20px;
    width: auto;
    display: block;
}

.input-group-text img {
    margin-right: 6px;
}

.input-group-text {
    border-right: 0 !important;
    background-color: transparent !important;
}

.input-group .form-control {
    border-left: 0 !important;
}

.login-label, .reg-label {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
    color: black;
}

.form-control.custom-input::placeholder {
    opacity: 0.5;
}

.mb-3 {
    margin-bottom: 0.5rem !important;
}

.form-control.custom-input-box {
    min-height: 100px;
    resize: vertical;
}

.input-group-text {
    align-items: flex-start;
    padding-top: 10px;
}

.custom-input-box {
    min-height: 100px;
    resize: vertical;
}

label {
    margin-top: 20px;
}
