.feedback-section{padding:35px 0}.feedback-box{background:linear-gradient(135deg,#f3faff 0%,#eaf7ff 100%);border:1px solid #d5ebfa;border-radius:8px;padding:30px}.feedback-header h2{font-size:24px;font-weight:700;color:#0755a5;margin-bottom:8px}.feedback-header h2 i{color:#1685e5;margin-right:5px}.feedback-subtitle{color:#1685e5;font-weight:600;margin-bottom:4px}.feedback-description{font-size:14px;color:#666}.feedback-types{margin-top:25px;margin-bottom:15px}.feedback-type{width:100%;height:90px;background:#fff;border:1px solid #d6e5f1;border-radius:7px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.feedback-type i{font-size:25px;color:#1685e5;margin-bottom:8px}.feedback-type span{font-size:14px;color:#444}.feedback-type:hover{border-color:#1685e5;background:#f7fcff;transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 100 180 / .08)}.feedback-type.active{border:2px solid #1685e5;background:#eef8ff}.feedback-type.active i,.feedback-type.active span{color:#0874cf}.feedback-type.active span{font-weight:600}.feedback-message-wrapper{position:relative}#feedbackMessage{width:100%;height:120px;border:1px solid #d6e5f1;border-radius:7px;background:#fff;padding:14px 15px 30px;font-size:14px;resize:vertical;outline:none;transition:border-color .2s ease}#feedbackMessage:focus{border-color:#1685e5;box-shadow:0 0 0 3px rgb(22 133 229 / .08)}.feedback-counter{position:absolute;right:12px;bottom:10px;color:#999;font-size:12px}.feedback-submit{width:100%;margin-top:15px;border:0;border-radius:6px;background:#1685e5;color:#fff;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.feedback-submit:hover{background:#0874cf}.feedback-submit:disabled{opacity:.6;cursor:not-allowed}.feedback-success{text-align:center;color:#169447;font-size:14px;font-weight:500;margin-top:15px}.feedback-success i{margin-right:4px}@media (max-width:767px){.feedback-section{padding:20px 0}.feedback-box{padding:20px 15px}.feedback-header h2{font-size:21px}.feedback-type{height:80px}#feedbackMessage{height:110px}}