.contact-section{position:relative;background-color:#f8f9fc;overflow:hidden}.contact-subtitle{max-width:700px;margin-left:auto;margin-right:auto}.contact-info-card{background:linear-gradient(135deg,#0d6efd,#0e63e2);border-radius:15px;padding:40px;height:100%;color:#fff;box-shadow:0 10px 30px rgba(47,85,212,.2);position:relative;overflow:hidden}.contact-info-card:before{top:-50px;right:-50px;width:150px;height:150px;background:hsla(0,0%,100%,.1)}.contact-info-card:after,.contact-info-card:before{content:"";position:absolute;border-radius:50%;z-index:0}.contact-info-card:after{bottom:-80px;left:-80px;width:200px;height:200px;background:hsla(0,0%,100%,.05)}.contact-info-header{position:relative;z-index:1;margin-bottom:30px}.contact-info-header h4{color:#fff;font-weight:600;margin-bottom:10px}.contact-info-header p{color:hsla(0,0%,100%,.8);margin-bottom:0}.contact-info-body{position:relative;z-index:1}.contact-info-item{display:flex;align-items:flex-start;margin-bottom:25px}.contact-icon{width:45px;height:45px;min-width:45px;background-color:hsla(0,0%,100%,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;transition:all .3s ease}.contact-info-item:hover .contact-icon{background-color:hsla(0,0%,100%,.25);transform:translateY(-3px)}.contact-icon i{font-size:22px;color:#fff}.contact-text h6{color:#fff;font-weight:600;margin-bottom:5px}.contact-text p{color:hsla(0,0%,100%,.8);margin-bottom:0}.contact-social{position:relative;z-index:1;margin-top:30px}.contact-social h6{color:#fff;font-weight:600;margin-bottom:15px}.social-icons{display:flex;gap:12px}.social-icon{width:38px;height:38px;background-color:#0e63e2!important;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-icon:hover{background-color:#fff;color:#0d6efd!important;transform:translateY(-3px)}.social-icon i{font-size:18px}.contact-form-card{background-color:#fff;border-radius:15px;padding:40px;box-shadow:0 10px 30px rgba(0,0,0,.05);height:100%}.contact-form-card h4{color:#3c4858;font-weight:600;margin-bottom:25px}.contact-form .form-control{border:1px solid #e9ecef;padding:.75rem 1rem;font-size:14px;border-radius:8px;transition:all .3s ease}.contact-form .form-control:focus{border-color:#0d6efd;box-shadow:0 0 0 2px rgba(47,85,212,.1)}.contact-form .form-floating label{padding:.75rem 1rem;color:#6c757d}.contact-form .form-floating>.form-control:focus~label,.contact-form .form-floating>.form-control:not(:placeholder-shown)~label{color:#0d6efd;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.btn-send-message{color:#fff;border:none;border-radius:8px;padding:12px 25px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.btn-send-message,.btn-send-message:before{background:linear-gradient(135deg,#0d6efd,#0e63e2);width:100%}.btn-send-message:before{content:"";position:absolute;top:0;left:-100%;height:100%;transition:all .4s ease;z-index:-1}.btn-send-message:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(47,85,212,.3)}.btn-send-message:hover:before{left:0}.btn-send-message i{font-size:18px;transition:transform .3s ease}.btn-send-message:hover i{transform:translateX(4px)}.alert{border-radius:8px;padding:12px 15px;margin-bottom:20px;border:none;font-size:14px}.alert-success{background-color:rgba(40,167,69,.1);color:#28a745}.alert-danger{background-color:rgba(220,53,69,.1);color:#dc3545}@media (max-width:991px){.contact-form-card,.contact-info-card{padding:30px}}@media (max-width:767px){.contact-info-card{margin-bottom:30px}}@media (max-width:576px){.contact-form-card,.contact-info-card{padding:25px}.contact-info-item{flex-direction:column}.contact-icon{margin-bottom:10px}}