.contact-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px!important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 670px;
    margin: auto;
}

.form-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: bold;
    color: #044474;
}

.form-control {
    width: 100%;
    height: 45px;
    border-radius: 8px!important;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: #047cac;
    outline: none;
    box-shadow: 0px 0px 5px rgba(4, 68, 116, 0.5);
}

textarea.form-control {
    height: auto;
    resize: none;
}

button.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px!important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

button.btn-success {
    background-color: #047cac;
    color: white;
    border: 2px solid #044474;
}

button.btn-success:hover,
button.btn-success:focus,
button.btn-success:active {
    background-color: #047cac;
    border-color: #044474;
}

button.btn-success:disabled {
    background-color: #c3e6cb;
    border-color: #b1dfbb;
    color: #6c757d;
    cursor: not-allowed;
}
.office {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px!important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.page-subheading {
    font-size: 22px;
    color: #333;
    border-bottom: 2px solid #044474;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.detail {
    font-size: 16px;
    color: #555;
}

.info-item {
    margin-bottom: 15px;
    padding: 5px 15px;
}

.info-item h2 {
    font-size: 18px;
    color: #044474;
    margin-bottom: 5px;
}

.info-item p {
    margin: 0;
    color: #333;
}

.info-item i {
    padding: 12px;
    border: 2px solid #044474;
    border-radius: 50%!important;
    color: #044474;
    font-size: 18px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 3px;
}
.card-header{
    background-color: #044474!important;
}
.card-title{
    color: #fff;
}
