.contact-intro { margin-bottom: 40px; padding-top: 30px; }
.contact-intro h3 { color: #000000; font-weight: 600; margin-bottom: 15px; }
.contact-intro p { font-size: 16px; line-height: 28px; color: #555; }
.social-links-contact { list-style: none; padding: 0; display: flex; gap: 15px; margin-top: 20px; }
.social-links-contact li a { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; background: #000000; color: #fff; border-radius: 50%; font-size: 18px; transition: background 0.3s; }
.social-links-contact li a:hover { background: #F7D098; color: #fff; }
.social-links-title { margin-top: 30px; font-weight: 600; color: #333; }
.booking-btn-wrap { margin-top: 30px; }
.booking-btn-custom { border-color: #000000; color: #000000; }

.contact-service-hours { font-size: 14px; text-align: center; }
.contact-service-note { font-size: 12px; color: #777; margin-top: 5px; display: block; }
.contact-service-link { color: #fff; }
.contact-service-address { text-align: center; }

.contact-form-box { background: #000; padding: 40px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #e1e5ea; margin-top: 40px; }
.contact-form-box label { color: #bbbbbb; }
.contact-form-box h3 { color: #000000; font-weight: 600; margin-bottom: 25px; border-bottom: 2px solid #e1e5ea; padding-bottom: 15px; }
.form-control { border-radius: 5px; border: 1px solid #d7deea; padding: 12px 15px; height: auto; box-shadow: none; font-size: 15px; margin-bottom: 20px; }
.form-control:focus { border-color: #DBC078; box-shadow: 0 0 5px rgba(219, 192, 120, 0.5); }
label { font-weight: 600; color: #333; margin-bottom: 8px; display: block; }
.submit-btn { background: #393939; color: #fff; border: none; padding: 15px 40px; font-size: 16px; font-weight: 600; border-radius: 5px; text-transform: uppercase; transition: all 0.3s ease; width: 100%; margin-top: 10px; }
.submit-btn:hover { background: #F7D098; color: #fff; }
.file-upload-wrapper input[type="file"] { padding: 10px; background: #fff; border: 1px dashed #d7deea; border-radius: 5px; width: 100%; color: #555; margin-bottom: 20px; }
.file-upload-icon { color: #DBC078; margin-right: 5px; }

.map-row-custom { background: #fff; padding: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.map-iframe-wrap { width: 100%; }
.map-iframe { border: 0; display: block; width: 100%; height: 450px; }