.contact-section{background:linear-gradient(135deg,#f9fafb 0%,#0b0937 100%);padding:8rem 2rem;position:relative;overflow:hidden}.contact-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.floating-shapes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.shape{opacity:.1;position:absolute}.triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%);background:#0b0937;width:120px;height:120px;animation:8s ease-in-out infinite float;top:10%;left:5%}.circle{background:#fcd116;border-radius:50%;width:80px;height:80px;animation:10s ease-in-out infinite reverse float;top:70%;left:85%}.square{background:#ce1126;width:60px;height:60px;animation:12s ease-in-out infinite float;top:30%;left:90%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}.contact-header{text-align:center;margin-bottom:4rem}.gradient-heading{background:linear-gradient(90deg,#0b0937,#fcd116,#ce1126);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700;display:inline-block;position:relative}.heading-line{background:linear-gradient(90deg,#0b0937,#fcd116,#ce1126);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.contact-subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.contact-grid{grid-template-columns:1fr 1.5fr;gap:3rem;display:grid}.contact-info-card{background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex;box-shadow:0 10px 30px #0000000d}.info-blocks{flex-direction:column;gap:2rem;display:flex}.info-block{align-items:flex-start;gap:1.5rem;display:flex}.info-icon{background:#046a381a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.info-block:nth-child(2) .info-icon{background:#fcd1161a}.info-block:nth-child(3) .info-icon{background:#ce11261a}.info-content h3{color:#111827;margin-bottom:.5rem;font-size:1.1rem}.info-content p{color:#6b7280;font-size:.95rem;line-height:1.5}.social-links{gap:1rem;margin-top:3rem;display:flex}.social-icon{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon:hover{background:#e5e7eb;transform:translateY(-2px)}.contact-form{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px #0000000d}.form-group{margin-bottom:2rem;position:relative}.form-input{color:#111827;background:0 0;border:none;border-bottom:1px solid #e5e7eb;width:100%;padding:1rem 0;font-size:1rem;transition:all .3s}.form-input:focus{border-bottom-color:#0b0937;outline:none}.form-label{color:#9ca3af;pointer-events:none;transition:all .3s;position:absolute;top:1rem;left:0}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label{color:#0b0937;font-size:.8rem;top:-.5rem}.form-underline{background:linear-gradient(90deg,#0b0937,#fcd116);width:0;height:2px;transition:width .4s;position:absolute;bottom:0;left:0}.form-input:focus~.form-underline{width:100%}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#de8e16,#c79b59);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #046a384d}.submit-button:hover{background:linear-gradient(90deg,#c79b59,#0b0937);box-shadow:0 6px 20px #046a3866}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-feedback{border-radius:8px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem;font-size:.9rem;display:flex}.form-feedback.success{color:#0b0937;background:#046a381a}.form-feedback.error{color:#ce1126;background:#ce11261a}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr}.contact-info-card{order:2}}@media (max-width:768px){.contact-section{padding:6rem 1.5rem}.gradient-heading{font-size:2.2rem}.contact-subtitle{font-size:1rem}}@media (max-width:480px){.gradient-heading{font-size:1.8rem}.info-block{flex-direction:column;gap:1rem}.social-links{justify-content:center}}
