.aitool:hover{background-color:var(--primary-color);color:#fff}.budget-modal .modal-content{background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);border:none}.budget-modal .modal-body,.budget-modal .modal-header{background-color:transparent}.budget-modal .modal-body{padding:1.5rem}.form-section{box-shadow:0 4px 12px rgba(0,0,0,.15)}.compound-list-section,.form-section{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px}.compound-list-section{padding:1rem;height:90vh;overflow-y:scroll}@media (max-width:768px){.compound-list-section{height:100%;width:100%}}.installment-table-section{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:1rem;height:90vh;overflow-y:scroll}@media (max-width:768px){.installment-table-section{height:100%;width:100%}}.installment-table-section{background-color:#fff}.budget-form{will-change:transform;transition:all .6s cubic-bezier(.215,.61,.355,1);z-index:9;height:90vh;overflow-y:scroll;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media (max-width:991.98px){.budget-form{height:100%;width:100%}}.budget-form::-webkit-scrollbar{height:4px;width:4px}.budget-form::-webkit-scrollbar-thumb{background-color:rgba(33,37,41,.3);border-radius:12px}.compound-list-section::-webkit-scrollbar{height:4px;width:4px}.compound-list-section::-webkit-scrollbar-thumb{background-color:rgba(33,37,41,.3);border-radius:12px}.installment-table-section::-webkit-scrollbar{height:4px;width:4px}.installment-table-section::-webkit-scrollbar-thumb{background-color:rgba(33,37,41,.3);border-radius:12px}.contact-form-wrapper{position:absolute!important;right:100px;top:50%;transform:translateY(-50%);max-width:450px;width:100%}.contact-form-wrapper.rtl{right:auto;left:100px}@media screen and (max-width:991px){.contact-form-wrapper{position:relative!important;transform:none;max-width:100%;right:0}.contact-form-wrapper.rtl{left:0}}.partner_item{display:flex;justify-content:center;align-items:center}.chat-sidebar{position:fixed;right:-400px;bottom:40px;width:400px;height:90vh;background:#fff;border-left:1px solid #ddd;box-shadow:-2px 0 10px rgba(0,0,0,.2);transition:right .3s ease-in-out;display:flex;flex-direction:column;z-index:1050;border-radius:20px;overflow-x:hidden}.chat-sidebar.open{right:20px}@media screen and (max-width:576px){.chat-sidebar{width:95%;right:-100%;max-width:100vw}.chat-sidebar.open{right:50%;transform:translateX(50%)}}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background:var(--secondary-color);color:#fff}.chat-header h5{margin:0}.chat-header-title{font-weight:700;font-size:16px}.chat-header-actions{display:flex;align-items:center;gap:10px}.new-chat-btn{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:5px;border-radius:50%;transition:background-color .2s ease}.new-chat-btn:hover{background-color:hsla(0,0%,100%,.2)}.close-btn{background:none;border:none;color:#fff;font-size:20px;cursor:pointer}.chat-body{flex-grow:1;overflow-y:auto;padding:15px;-webkit-overflow-scrolling:touch}.chat-messages{display:flex;flex-direction:column;gap:10px}.chat-bubble{padding:10px 15px;border-radius:20px;max-width:75%;word-wrap:break-word;margin-bottom:5px;word-break:break-word}.bot-message{background-color:#f1f1f1;color:#333;align-self:flex-start;border-bottom-left-radius:4px}.user-message{background-color:var(--secondary-color);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-footer{display:flex;padding:15px;border-top:1px solid #ddd;background:#fff;gap:10px}.chat-footer input{flex-grow:1;margin-right:5px;width:0;min-width:0}.chat-footer button{background:var(--secondary-color);color:#fff;border:none;padding:5px 10px;cursor:pointer}.chat-footer button:hover{background:var(--primary-color);color:#fff}.typing-indicator{display:flex;align-items:center}.typing-indicator span:first-child{margin-right:5px}.typing-indicator .dot{animation:typingDot 1.5s ease-in-out infinite;margin-left:2px;font-weight:700}.typing-indicator .dot:nth-child(2){animation-delay:.5s}.typing-indicator .dot:nth-child(3){animation-delay:1s}@keyframes typingDot{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.modal-90w{min-width:800px;max-width:800px}.modal-90w .modal-body{height:500px;overflow-y:auto}.chat-link{color:#007bff;text-decoration:underline;word-break:break-all;display:inline-block;margin:2px 0;padding:2px 4px;border-radius:4px;transition:background-color .2s ease}.chat-link:hover{background-color:rgba(0,123,255,.1);text-decoration:none}.chat-link[href^="tel:"]{color:#28a745}.chat-link[href^="mailto:"]{color:#dc3545}.chat-link[href^="http://"],.chat-link[href^="https://"]{color:#007bff}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid transparent;border-bottom:5px solid transparent;transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid transparent;border-left:5px solid transparent;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}