.home .sticky-alert-button{position:fixed;right:0;top:50%;transform:translateY(-50%);width:60px;height:60px;background-color:#dc3545;border:none;border-radius:8px 0 0 8px;cursor:pointer;z-index:999999!important;align-items:center;justify-content:center;box-shadow:-2px 2px 10px rgba(0,0,0,0.3);transition:background-color 0.3s ease,transform 0.3s ease}.home .sticky-alert-button:hover{background-color:#c82333;transform:translateY(-50%) translateX(-5px)}.home .sticky-alert-button svg{width:30px;height:30px;fill:white}.home .slide-out-form-container{position:fixed;right:-450px;top:220px;width:450px;height:70vh;background-color:#ffffff;box-shadow:-5px 0 15px rgba(0,0,0,0.3);z-index:999998!important;transition:right 0.4s ease-in-out;overflow-y:auto}.home .slide-out-form-container.active{right:0}.home body.form-active .et_pb_section_2_tb_header,.home body.form-active #main-header,.home body.form-active .et-fixed-header{z-index:1!important}.home .form-header{background-color:#8dc642;color:white;padding:20px;display:flex;justify-content:space-between;align-items:center}.home .form-header h2{margin:0;font-size:24px}.home .close-btn{background:none;border:none;color:white;font-size:30px;cursor:pointer;padding:0;width:30px;height:30px;line-height:1}.home .close-btn:hover{opacity:0.8}.home .form-content{padding:30px}.home .form-group{margin-bottom:20px}.home .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.home .form-group input,.home .form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;box-sizing:border-box}.home .form-group input:focus,.home .form-group textarea:focus{outline:none;border-color:#dc3545}.home .form-group textarea{resize:vertical;min-height:120px}.home .submit-btn{width:100%;padding:15px;background-color:#dc3545;color:white;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color 0.3s ease}.home .submit-btn:hover{background-color:#8dc642}.home .submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.home .form-message{padding:15px;margin-bottom:20px;border-radius:4px;display:none}.home .form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;display:block}.home .form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:block}.home .form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999997!important;display:none}.home .form-overlay.active{display:block}@media (max-width:768px){.home .slide-out-form-container{width:100%;right:-100%}.home .sticky-alert-button{width:50px;height:50px}.home .sticky-alert-button svg{width:25px;height:25px}}