@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;700;800&display=swap');

/* --- Global Reset --- */
* { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
body { background-color: #07070a; color: #f3f4f6; overflow-x: hidden; }

/* --- PREMIUM NAVBAR --- */
header {
    height: 85px; width: 92%; max-width: 1400px; position: fixed; top: 15px; left: 50%;
    transform: translateX(-50%); z-index: 1000; background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(25px); border-radius: 30px; border: 2.5px solid transparent;
    background-image: linear-gradient(rgba(10, 10, 15, 0.85), rgba(10, 10, 15, 0.85)), 
                      linear-gradient(90deg, #4f46e5, #ffffff, #a855f7, #4f46e5);
    background-origin: border-box; background-clip: padding-box, border-box;
    background-size: 300% 100%; animation: borderMove 5s linear infinite;
    display: flex; align-items: center; padding: 0 50px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}
@keyframes borderMove { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }
.navbar { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.nav-logo-img { height: 75px; mix-blend-mode: screen; }
.navbar ul { display: flex; list-style: none; gap: 40px; }
.navbar ul li a { color: #d1d5db; font-weight: 800; font-size: 17px; text-transform: uppercase; transition: 0.3s; }
.navbar ul li a:hover, .navbar ul li a.active { color: #4f46e5; }
.checkbtn { font-size: 30px; cursor: pointer; display: none; color: #4f46e5; }
#check { display: none; }

/* --- FULL PAGE CUBE THEME --- */
.particle-field { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.wb {
    position: absolute; border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px; width: var(--s); height: var(--s);
    top: var(--t, auto); bottom: var(--b, auto); left: var(--l, auto); right: var(--r, auto);
    animation: sideFloat 4s ease-in-out infinite alternate;
}
.p-glow { border-color: #a855f7; box-shadow: 0 0 25px rgba(168, 85, 247, 0.4); }
.b-glow { border-color: #4f46e5; box-shadow: 0 0 25px rgba(79, 70, 229, 0.4); }
.i-glow { border-color: #ffffff; box-shadow: 0 0 25px rgba(255, 255, 255, 0.2); }
@keyframes sideFloat { from { transform: translateY(0) rotate(0deg); opacity: 0.4; } to { transform: translateY(-40px) rotate(25deg); opacity: 0.8; } }

/* --- CONTACT SECTION --- */
.contact-hero { min-height: 100vh; padding: 160px 8% 80px; display: flex; align-items: center; position: relative; z-index: 10; }
.contact-container { display: flex; gap: 60px; width: 100%; align-items: center; }
.contact-info { flex: 1.2; }
.badge { background: rgba(79,70,229,0.1); color: #4f46e5; padding: 6px 15px; border-radius: 50px; font-size: 12px; font-weight: 800; border: 1px solid rgba(79,70,229,0.3); display: inline-block; margin-bottom: 20px; }
.contact-info h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); font-weight: 800; line-height: 1.1; margin-bottom: 20px; color: #fff; }
.contact-info h1 span { color: #5849ff; }
.contact-info p { color: #9ca3af; line-height: 1.6; margin-bottom: 40px; font-size: 1.1rem; }

.info-box { display: flex; gap: 20px; align-items: center; margin-bottom: 25px; transition: 0.3s; }
.info-box i { font-size: 1.3rem; color: #4f46e5; width: 55px; height: 55px; background: rgba(79,70,229,0.1); display: flex; align-items: center; justify-content: center; border-radius: 15px; }
.info-box h3 { font-size: 1.1rem; color: #fff; margin-bottom: 4px; }
.info-box p, .call-link { color: #d1d5db; font-size: 15px; transition: 0.3s; }
.call-link:hover { color: #4f46e5; }

.contact-form-box { 
    flex: 1; background: rgba(15, 15, 25, 0.6); padding: 50px; border-radius: 35px; 
    border: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(20px); 
}
.input-group { margin-bottom: 20px; }
.input-group input, .input-group textarea { width: 100%; padding: 18px; background: #07070a; border: 1px solid rgba(79,70,229,0.2); border-radius: 15px; color: #fff; outline: none; transition: 0.3s; }
.input-group input:focus, .input-group textarea:focus { border-color: #5849ff; box-shadow: 0 0 15px rgba(88, 73, 255, 0.2); }
.submit-btn { width: 100%; padding: 18px; background: #5849ff; color: #fff; border: none; border-radius: 15px; font-weight: 800; cursor: pointer; text-transform: uppercase; transition: 0.3s; }
.submit-btn:hover { transform: scale(1.02); background: #4f46e5; box-shadow: 0 10px 30px rgba(79, 70, 229, 0.4); }

/* --- PREMIUM FLOATING CONNECT UI STYLE --- */
.floating-wrapper { position: fixed; bottom: 30px; right: 30px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; }
.main-fab { width: 60px; height: 60px; background: #111; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0 8px 30px rgba(0,0,0,0.6); transition: 0.4s; }
.main-fab i { color: #25d366; font-size: 28px; }
.connect-card { background: rgba(10, 10, 15, 0.95); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; width: 210px; padding: 20px; margin-bottom: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.8); opacity: 0; visibility: hidden; transform: translateY(30px) scale(0.9); transition: 0.4s; }

/* JavaScript class logic for Click */
.floating-wrapper.active .connect-card { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.floating-wrapper.active .main-fab { transform: scale(1.1) rotate(45deg); border-color: #4f46e5; }

/* Desktop Hover */
@media (min-width: 851px) {
    .floating-wrapper:hover .connect-card { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
    .floating-wrapper:hover .main-fab { transform: scale(1.1) rotate(15deg); border-color: #4f46e5; }
}

.connect-title { color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; opacity: 0.5; }
.connect-list { display: flex; flex-direction: column; gap: 10px; }
.connect-box { display: flex; align-items: center; gap: 15px; padding: 10px; border-radius: 12px; background: rgba(255,255,255,0.03); color: #fff; font-weight: 600; font-size: 14px; transition: 0.3s; opacity: 0; transform: translateX(20px); text-decoration: none;}
.floating-wrapper:hover .connect-box, .floating-wrapper.active .connect-box { opacity: 1; transform: translateX(0); }
.icon-circle { width: 32px; height: 32px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #fff; }
.wa-bg { background: #25d366; }
.ig-bg { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.yt-bg { background: #ff0000; }
.li-bg { background: #0077b5; }

/* --- FOOTER --- */
.footer-main { background: #0a0c14; padding: 100px 8% 50px; border-top: 1px solid rgba(255, 255, 255, 0.05); position: relative; z-index: 100; }
.footer-wrapper { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo-img { height: 80px; mix-blend-mode: screen; margin-bottom: 25px; }
.branding-para { font-size: 15px; line-height: 1.6; color: #aaa; margin-bottom: 20px; }
.footer-head { font-size: 17px; font-weight: 800; color: #ffffff; border-left: 5px solid #4f46e5; padding-left: 12px; text-transform: uppercase; margin-bottom: 30px; }
.footer-links li, .social-list-footer li, .loc-list-footer li { list-style: none; margin-bottom: 15px; font-size: 14px; color: #d1d5db; display: flex; align-items: center; gap: 10px; }
.footer-links a, .social-list-footer a { color: #d1d5db; transition: 0.3s; }
.footer-links a:hover, .social-list-footer a:hover { color: #4f46e5 !important; padding-left: 5px; }
.insta { color: #e4405f; } .linkedin { color: #0077b5; } .whatsapp { color: #25d366; } .youtube { color: #ff0000; }

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 1024px) { 
    .contact-container { flex-direction: column; padding-top: 120px; } 
    .contact-info, .contact-form-box { width: 100%; flex: none; }
}

@media (max-width: 850px) { 
    header { width: 95%; height: 70px; padding: 0 20px; top: 10px; }
    .nav-logo-img { height: 50px; }
    .checkbtn { display: block; }
    .navbar ul { 
        position: fixed; top: 80px; left: -100%; width: 100%; 
        background: #0d0d12; flex-direction: column; padding: 40px 0; 
        border-radius: 20px; transition: 0.5s; text-align: center; 
        border: 1px solid rgba(255,255,255,0.1); 
    }
    #check:checked ~ ul { left: 0; }
    .footer-wrapper { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-head { border-left: none; border-bottom: 2px solid #4f46e5; display: inline-block; padding: 0 10px 5px; }
    .footer-links li, .social-list-footer li, .loc-list-footer li { justify-content: center; }

    .contact-hero { padding: 100px 5% 50px; }
    .contact-info h1 { font-size: 2rem; }
    .contact-form-box { padding: 30px 20px; }

    .floating-wrapper { bottom: 20px; right: 20px; }
    .main-fab { width: 50px; height: 50px; }
    .main-fab i { font-size: 24px; }
    .connect-card { width: 180px; right: 0; bottom: 65px; }
}