.appointment-btn {
    background-color: #CFB87C; /* golden color */
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.appointment-btn:hover {
    background-color: #bfa56d;
}
.logo-big {
    width: 261px;
    height: 211px;
}
.contact-logo {
    width: 245px;   
    height: 57px;   
}
.custom-img-box {
    width: 300px; 
    height: 220px; 
    border-radius: 0 !important;
    overflow: hidden;
}
.custom-image-height {
    height: 390px; 
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.custom-image-wrapper-width {
    width: 430px;
}

.header-small {
    height: 85px !important; 
}

.logo-small {
    height: 80px !important;
    width:210px !important;
}



.custom-form-container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.form-title {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
}

.form-label {
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
    color: #444;
}

.required {
    color: red;
    font-weight: bold;
}

.btn-style-one {
    background: #007bff;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    transition: 0.3s;
}

    .btn-style-one:hover {
        background: #0056b3;
    }