.contact-page-bg{top:0;left:0;background:linear-gradient(135deg,#667eea,#764ba2)}.area,.contact-page-bg{position:fixed;width:100%;height:100%;z-index:-1}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;margin:0;padding:0}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsla(0,0%,100%,.2);animation:animate 25s linear infinite;bottom:-150px}.circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}.contact_page_container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 1rem 2rem;position:relative;z-index:1}.contact_form_wrapper{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:3rem;max-width:800px;width:100%;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.company-branding{text-align:center;margin-bottom:2rem}.brand-text{font-size:1.2rem;margin:0;font-weight:500;color:#666}.animated-brand{background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 20s ease infinite;font-size:2rem;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.contact_header{text-align:center;margin-bottom:2.5rem}.contact_h2{font-size:2rem;font-weight:800;color:#212529;margin:0 0 1rem;letter-spacing:-.02em}.contact_h2,.contact_subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.contact_subtitle{font-size:1rem;color:#6c757d;line-height:1.6;margin:0}.business_toggle_container{margin-bottom:2rem;display:flex;justify-content:center}.toggle_label{display:flex;align-items:center;gap:1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toggle_checkbox{display:none}.toggle_switch{position:relative;width:50px;height:26px;background:#e9ecef;border-radius:13px;transition:all .3s ease}.toggle_switch:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:3px;left:3px;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.2)}.toggle_checkbox:checked+.toggle_switch{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle_checkbox:checked+.toggle_switch:after{left:27px}.toggle_text{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#495057}.contact_form{display:flex;flex-direction:column;gap:1.5rem}.form_row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.contact_input_con{display:flex;flex-direction:column;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:600;color:#495057}.contact_input_con input,.contact_input_con textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:.9rem 1.2rem;border:2px solid #e9ecef;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;color:#212529}.contact_input_con input:focus,.contact_input_con textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1)}.contact_input_con textarea{resize:vertical;min-height:120px}.contact_submit_btn{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:1.2rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 8px 25px rgba(102,126,234,.3);margin-top:1rem}.contact_submit_btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px rgba(102,126,234,.4)}.contact_submit_btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn_spinner{width:20px;height:20px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.contact_info_section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e9ecef;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.contact_info_item{flex-direction:column;gap:.75rem;text-align:center}.contact_info_item,.info_icon{display:flex;align-items:center}.info_icon{font-size:2rem;width:60px;height:60px;justify-content:center;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-radius:50%;margin-bottom:.5rem}.contact_info_item h4{font-size:.9rem;font-weight:700;color:#495057;margin:0;text-transform:uppercase;letter-spacing:.5px}.contact_info_item a,.contact_info_item h4{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.contact_info_item a{font-size:.95rem;color:#667eea;text-decoration:none;font-weight:600;transition:all .2s ease}.contact_info_item a:hover{color:#764ba2;text-decoration:underline}.contact_toast{position:fixed;top:2rem;right:2rem;background:#fff;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.15);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;z-index:10000;animation:slideIn .3s ease;gap:1rem}.contact_toast,.toast_icon{display:flex;align-items:center}.toast_icon{width:30px;height:30px;border-radius:50%;justify-content:center;font-size:1.2rem;font-weight:700}@keyframes slideIn{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}.toast_success{border-left:4px solid #28a745;color:#28a745}.toast_success .toast_icon{background:rgba(40,167,69,.1);color:#28a745}.toast_error{border-left:4px solid #dc3545;color:#dc3545}.toast_error .toast_icon{background:rgba(220,53,69,.1);color:#dc3545}@media (max-width:768px){.contact_form_wrapper{padding:2rem 1.5rem}.contact_h2{font-size:1.6rem}.contact_subtitle{font-size:.9rem}.contact_info_section,.form_row{grid-template-columns:1fr;gap:1.5rem}.contact_toast{top:1rem;right:1rem;left:1rem}}@media (max-width:500px){.contact_page_container{padding:90px .5rem 1rem}.contact_form_wrapper{padding:1.5rem 1rem;border-radius:16px}.animated-brand{font-size:1.5rem}.contact_h2{font-size:1.4rem}.contact_submit_btn{padding:1rem 1.5rem;font-size:1rem}.info_icon{width:50px;height:50px;font-size:1.5rem}}