/* Contact Page Custom Styling */ .contact-hero { position: relative; background: linear-gradient(135deg, #0f131a 0%, #1a222f 100%); color: #ffffff; padding: 80px 0; overflow: hidden; border-bottom: 1px solid rgba(212, 175, 55, 0.15); } .contact-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.08) 0%, transparent 60%); z-index: 1; } .contact-logo-highlight { width: 120px; height: 120px; border-radius: 50%; border: 4px solid #d4af37; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); background-color: #0c0f14; object-fit: cover; } .contact-info-card { background: #ffffff; border: 1px solid #eef0f4; border-radius: 12px; transition: all 0.3s ease; } .contact-info-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); border-color: rgba(212, 175, 55, 0.25); } .contact-icon-box { width: 55px; height: 55px; border-radius: 50%; background-color: rgba(212, 175, 55, 0.1); color: #d4af37; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; } .contact-form-card { border: none; border-radius: 16px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); overflow: hidden; } .contact-form-header { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); color: #ffffff; padding: 30px 40px; border-bottom: 3px solid #d4af37; } .form-control:focus, .form-select:focus { border-color: #d4af37; box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25); } .btn-royal { background-color: #1e293b; border: 1px solid #d4af37; color: #d4af37; transition: all 0.3s ease; } .btn-royal:hover { background-color: #d4af37; color: #1e293b; } .map-container { height: 350px; border-radius: 12px; overflow: hidden; border: 1px solid #eef0f4; }