@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&family=Rajdhani:wght@500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: #050507; color: #e2e8f0; font-family: 'Rajdhani', sans-serif; font-size: 18px; line-height: 1.5; overflow-x: hidden; }
.container { width: 92%; max-width: 1200px; margin: 0 auto; }
.text-red { color: #ff2a2a; text-shadow: 0 0 10px rgba(255, 42, 42, 0.4); }
.text-green { color: #22c55e !important; }
.text-center { text-align: center; }
.subtitle { display: block; color: #38bdf8; font-size: 14px; text-transform: uppercase; letter-spacing: 3px; font-weight: 700; margin-bottom: 12px; }
.section-title { font-family: 'Orbitron', sans-serif; font-size: 38px; margin-bottom: 50px; text-transform: uppercase; }

/* Navbar Setup */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background-color: rgba(5, 5, 7, 0.95); border-bottom: 1px solid #1e293b; position: sticky; top: 0; z-index: 1000; }
.logo { font-family: 'Orbitron', sans-serif; font-size: 24px; font-weight: 900; color: #fff; display: flex; align-items: center; gap: 8px; }
.logo-icon { color: #ff2a2a; }
.nav-links a { color: #94a3b8; text-decoration: none; margin: 0 15px; font-weight: 600; font-size: 15px; letter-spacing: 1px; }
.nav-links a.active { color: #ff2a2a; }
.btn-enroll { background-color: #ff2a2a; color: #fff; text-decoration: none; padding: 10px 20px; font-family: 'Orbitron', sans-serif; font-size: 13px; font-weight: 700; border-radius: 4px; box-shadow: 0 0 15px rgba(255, 42, 42, 0.4); }

/* Hero Wrapper */
.hero-section { padding: 90px 0 40px 0; text-align: center; background: radial-gradient(circle at top, rgba(255, 42, 42, 0.12) 0%, rgba(5, 5, 7, 0) 65%); }
.hero-content h1 { font-family: 'Orbitron', sans-serif; font-size: 58px; text-transform: uppercase; margin-bottom: 20px; }
.hero-content p { max-width: 650px; margin: 0 auto; color: #94a3b8; font-size: 19px; }

/* Entry Split layout system */
.contact-main-section { padding: 30px 0 70px 0; }
.entry-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: flex-start; }

/* Left Section Form Mechanics styling */
.form-wrapper-block { background: #0b0f19; border: 1px solid #1e293b; padding: 40px; border-radius: 8px; }
.form-wrapper-block h3 { font-family: 'Orbitron', sans-serif; font-size: 24px; color: #fff; margin-bottom: 8px; text-transform: uppercase; }
.form-intro { color: #64748b; font-size: 15px; margin-bottom: 30px; }

.booking-form .form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.input-box { display: flex; flex-direction: column; margin-bottom: 20px; }
.input-box label { font-family: 'Orbitron', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #38bdf8; margin-bottom: 8px; }
.input-box input, .input-box select, .input-box textarea { background: #050507; border: 1px solid #1e293b; border-radius: 4px; padding: 12px 15px; color: #fff; font-family: 'Rajdhani', sans-serif; font-size: 16px; width: 100%; transition: border-color 0.3s; }
.input-box input:focus, .input-box select:focus, .input-box textarea:focus { border-color: #ff2a2a; outline: none; }

.btn-form-submit { background-color: #ff2a2a; color: #fff; border: none; padding: 15px; font-family: 'Orbitron', sans-serif; font-size: 13px; font-weight: 700; border-radius: 4px; letter-spacing: 1px; cursor: pointer; width: 100%; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 4px 15px rgba(255, 42, 42, 0.35); }
.form-disclaim { margin-top: 15px; text-align: center; color: #64748b; font-size: 13px; }

/* Right Section Info Sidebar Bars system */
.info-sidebar-block { display: flex; flex-direction: column; gap: 15px; }
.info-strip { background: #0b0f19; border: 1px solid #1e293b; padding: 20px; border-radius: 6px; display: flex; align-items: center; gap: 20px; }
.is-icon { font-size: 20px; color: #ff2a2a; width: 20px; text-align: center; }
.is-text span { font-family: 'Orbitron', sans-serif; font-size: 11px; color: #64748b; display: block; letter-spacing: 0.5px; }
.is-text p { font-size: 17px; color: #fff; font-weight: 600; }

/* Visual Mini Map Box styling */
.map-card-block { background: linear-gradient(180deg, #091224 0%, #050507 100%); border: 1px solid rgba(56, 189, 248, 0.2); border-radius: 6px; padding: 40px 20px; text-align: center; margin-top: 10px; }
.map-marker { font-size: 32px; color: #ff2a2a; margin-bottom: 15px; animation: pulse 2s infinite; }
.map-inner-content h6 { font-family: 'Orbitron', sans-serif; font-size: 16px; color: #fff; margin-bottom: 5px; }
.map-inner-content p { color: #94a3b8; font-size: 14px; margin-bottom: 20px; }
.map-btn { font-family: 'Orbitron', sans-serif; font-size: 10px; font-weight: 700; background: rgba(56, 189, 248, 0.08); border: 1px solid rgba(56, 189, 248, 0.3); color: #38bdf8; padding: 6px 16px; border-radius: 4px; letter-spacing: 0.5px; }

/* Bottom Region Locations Grid Cards */
.branches-section { padding: 60px 0 90px 0; border-top: 1px solid #1e293b; }
.branches-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.branch-card { background: #0b0f19; border: 1px solid #1e293b; border-radius: 6px; padding: 30px; transition: border-color 0.3s; }
.branch-card:hover { border-color: #ff2a2a; }
.bc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.bc-head i { color: #ff2a2a; font-size: 18px; }
.bc-head h4 { font-family: 'Orbitron', sans-serif; font-size: 18px; color: #fff; text-transform: uppercase; }
.bc-addr { color: #cbd5e1; font-size: 15px; margin-bottom: 5px; }
.bc-time { font-family: 'Orbitron', sans-serif; display: block; font-size: 12px; color: #38bdf8; font-weight: 700; margin-bottom: 15px; letter-spacing: 0.5px; }
.bc-desc { color: #64748b; font-size: 15px; line-height: 1.4; }

/* Global Footer Layout */
.footer { background-color: #050507; border-top: 1px solid #1e293b; padding: 60px 0 20px 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-brand p { color: #94a3b8; font-size: 15px; margin: 20px 0; }
.social-icons a { color: #94a3b8; margin-right: 15px; font-size: 16px; }
.social-icons a:hover { color: #ff2a2a; }
.footer-links h4 { font-family: 'Orbitron', sans-serif; font-size: 14px; color: #fff; margin-bottom: 20px; }
.footer-links a { display: block; color: #94a3b8; text-decoration: none; font-size: 15px; margin-bottom: 10px; }
.footer-links a:hover { color: #ff2a2a; }
.contact-info p { color: #94a3b8; font-size: 15px; margin-bottom: 12px; }
.contact-info p i { color: #ff2a2a; margin-right: 10px; }
.footer-bottom { border-top: 1px solid #1e293b; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: #64748b; }
.bottom-links a { color: #64748b; text-decoration: none; margin-left: 20px; }

/* Micro Marker keyframe pulse animation */
@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.8; text-shadow: 0 0 8px #ff2a2a; }
    100% { transform: scale(1); opacity: 1; }
}

/* Breakpoint adaptation rules */
@media (max-width: 1024px) {
    .entry-grid { grid-template-columns: 1fr; gap: 40px; }
    .branches-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .navbar { flex-direction: column; gap: 15px; }
    .booking-form .form-row { grid-template-columns: 1fr; gap: 0; }
    .branches-grid, .footer-grid { grid-template-columns: 1fr; }
    .hero-content h1 { font-size: 38px; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}