* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo 2', sans-serif;
}

body {
    background-color: #050505;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 107, 0, 0.05) 0%, transparent 40%);
    color: white;
    min-height: 100vh;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
}

.logo {
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
}

.logo span { color: #00bfff; }
.logo-icon { color: #ff6b00; margin-right: 10px; }

nav ul { display: flex; list-style: none; }
nav ul li { margin-left: 30px; }
nav ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.active-nav {
    border: 1px solid #ff6b00;
    padding: 8px 20px;
    color: #ff6b00 !important;
}

.main-title {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 50px;
    margin: 40px 0;
    letter-spacing: 5px;
    color: #99c9d6;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    padding: 20px;
}

/* Form Styling */
.contact-form {
    flex: 1;
    background: rgba(20, 20, 20, 0.6);
    padding: 40px;
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 10px;
}

.input-group { margin-bottom: 20px; }
.input-group label {
    display: block;
    font-size: 12px;
    color: #ff6b00;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.input-group input, .input-group textarea {
    width: 100%;
    background: #111;
    border: 1px solid #222;
    padding: 12px;
    color: white;
    outline: none;
    transition: 0.3s;
}

.input-group input:focus, .input-group textarea:focus {
    border-color: #ff6b00;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    border: none;
    background: linear-gradient(90deg, #e65c00, #19a5e4);
    color: white;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.submit-btn:hover { opacity: 0.9; transform: scale(1.02); }

/* Right Side Styling */
.contact-info { flex: 1; }
.contact-info h2 {
    font-family: 'Orbitron', sans-serif;
    color: #ffb380;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.icon-circle {
    width: 45px;
    height: 45px;
    background: #222;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border: 1px solid rgba(0, 191, 255, 0.3);
}

.label { color: #ff6b00; font-weight: bold; font-size: 14px; }
.value { color: #ccc; font-size: 14px; margin-top: 3px; }

.map-placeholder {
    margin-top: 40px;
    background: rgba(30, 15, 5, 0.3);
    height: 250px;
    border: 1px solid #332211;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666;
}

/* Background Decorative Circle */
body::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: 100px;
    left: -100px;
    z-index: -1;
}

/*  New Cord Fooder 

/* --- Background Moving Light Effect --- */
body {
    position: relative;
    overflow-x: hidden;
    background-color: #050505; /* Deep black background */
}

/* আলোর গোলক ১ (Moving Light 1) */
body::before {
    content: "";
    position: fixed;
    top: -10%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.15) 0%, transparent 70%);
    z-index: -1;
    animation: moveLight1 15s infinite alternate ease-in-out;
}

/* আলোর গোলক ২ (Moving Light 2) */
body::after {
    content: "";
    position: fixed;
    bottom: -10%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 191, 255, 0.1) 0%, transparent 70%);
    z-index: -1;
    animation: moveLight2 20s infinite alternate ease-in-out;
}

@keyframes moveLight1 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50vw, 30vh); }
}

@keyframes moveLight2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-40vw, -40vh); }
}

/* --- Footer Styling --- */
footer {
    padding: 40px 20px;
    text-align: center;
    background: linear-gradient(to top, rgba(255, 107, 0, 0.05), transparent);
    margin-top: 50px;
}

.footer-links {
    margin-bottom: 15px;
}

.footer-links a {
    color: #ff6b00;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #00bfff;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}

.footer-bottom p {
    color: #777;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.footer-bottom a {
    color: #ff6b00;
    text-decoration: none;
}

/* ম্যাপের নিচে কিছুটা জায়গা রাখার জন্য */
main {
    padding-bottom: 50px;
}
