.custom-modal-backdrop{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#00000080;position:fixed;inset:0}.custom-modal-wrapper{z-index:100000;pointer-events:none;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@media (max-width:767px){.custom-modal-wrapper{padding:10px}}.custom-modal-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#562999d9;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}@media (max-width:767px){.custom-modal-container{border-radius:20px;max-width:100%;max-height:95vh}}.custom-modal-container.calculator-modal-wide{max-width:800px}@media (max-width:1024px){.custom-modal-container.calculator-modal-wide{max-width:90%}}@media (max-width:767px){.custom-modal-container.calculator-modal-wide{max-width:100%}}.custom-modal-header{color:#fff;box-sizing:border-box;background:linear-gradient(97deg,#c444ff .62%,#562999 110%);border-radius:0;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:20px 30px;display:flex}.custom-modal-header h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:24px;font-weight:700;overflow:hidden}@media (max-width:767px){.custom-modal-header h3{font-size:20px}}.custom-modal-header .modal-close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;padding:0;font-size:20px;line-height:1;transition:all .3s;display:flex}.custom-modal-header .modal-close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}@media (max-width:767px){.custom-modal-header{padding:20px}}.custom-modal-body{color:#fff;background:#5629994d;flex:1;padding:30px;overflow:hidden auto}.custom-modal-body::-webkit-scrollbar{width:6px}.custom-modal-body::-webkit-scrollbar-track{background:#0003;border-radius:10px}.custom-modal-body::-webkit-scrollbar-thumb{background:#fff6;border-radius:10px}.custom-modal-body::-webkit-scrollbar-thumb:hover{background:#fff9}@media (max-width:767px){.custom-modal-body{padding:20px}}.custom-modal-footer{box-sizing:border-box;background:#56299999;border-top:1px solid #fff3;border-radius:0;flex-shrink:0;justify-content:flex-end;gap:10px;width:100%;padding:20px 30px;display:flex}@media (max-width:767px){.custom-modal-footer{flex-direction:column;padding:15px 20px}.custom-modal-footer button{width:100%}}.custom-modal-footer .modal-cancel-btn,.custom-modal-footer .modal-submit-btn{cursor:pointer;border:none;border-radius:12px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s}.custom-modal-footer .modal-cancel-btn:disabled,.custom-modal-footer .modal-submit-btn:disabled{opacity:.6;cursor:not-allowed}.custom-modal-footer .modal-cancel-btn{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}.custom-modal-footer .modal-cancel-btn:hover:not(:disabled){background:#fff3}.custom-modal-footer .modal-submit-btn{color:#fff;background:linear-gradient(97deg,#c444ff .62%,#562999 110%)}.custom-modal-footer .modal-submit-btn:hover:not(:disabled){background:linear-gradient(-97deg,#c444ff .62%,#562999 110%);transform:translateY(-2px);box-shadow:0 5px 15px #c444ff66}.custom-input-wrapper{width:100%;margin-bottom:16px}.custom-input-wrapper .custom-input-label{color:#fff;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.custom-input-wrapper .custom-input-label .required-mark{color:#c444ff;margin-left:4px}.custom-input-wrapper .custom-input-field{color:#fff;box-sizing:border-box;background:#0000004d;border:2px solid #fff3;border-radius:15px;width:100%;padding:15px 20px;font-family:inherit;font-size:16px;transition:all .3s}.custom-input-wrapper .custom-input-field:focus{background:#0006;border-color:#c444ff;outline:none;box-shadow:0 0 0 3px #c444ff33}.custom-input-wrapper .custom-input-field::placeholder{color:#ffffffb3}.custom-input-wrapper .custom-input-field:disabled{opacity:.5;cursor:not-allowed}@media (max-width:767px){.custom-input-wrapper .custom-input-field{padding:12px 16px;font-size:14px}}.custom-time-input-wrapper{width:100%}.custom-time-input-wrapper .custom-time-input-label{color:#fff;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.custom-time-input-wrapper .custom-time-input-field{box-sizing:border-box;background:#0000004d;border:2px solid #fff3;border-radius:15px;align-items:center;gap:8px;width:100%;padding:15px 20px;transition:all .3s;display:flex}.custom-time-input-wrapper .custom-time-input-field:focus-within{background:#0006;border-color:#c444ff;box-shadow:0 0 0 3px #c444ff33}.custom-time-input-wrapper .custom-time-input-field .time-separator{color:#fff;-webkit-user-select:none;user-select:none;font-size:18px;font-weight:500}.custom-time-input-wrapper .custom-time-input-field .time-segment-wrapper{display:inline-block;position:relative}.custom-time-input-wrapper .custom-time-input-field .time-segment{color:#fff;text-align:center;cursor:pointer;background:0 0;border:none;outline:none;width:40px;padding:0;font-family:inherit;font-size:16px;font-weight:500}.custom-time-input-wrapper .custom-time-input-field .time-segment::placeholder{color:#ffffff80}.custom-time-input-wrapper .custom-time-input-field .time-segment:focus{background:#c444ff33;border-radius:4px}.custom-time-input-wrapper .custom-time-input-field .time-segment:disabled{opacity:.5;cursor:not-allowed}@media (max-width:767px){.custom-time-input-wrapper .custom-time-input-field .time-segment{width:35px;font-size:14px}}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#562999f2;border:2px solid #c444ff80;border-radius:15px;min-width:80px;max-height:200px;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-scroll{max-height:200px;padding:8px;overflow-y:auto}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-scroll::-webkit-scrollbar{width:6px}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-scroll::-webkit-scrollbar-track{background:#0003;border-radius:10px}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-scroll::-webkit-scrollbar-thumb{background:#c444ff80;border-radius:10px}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-scroll::-webkit-scrollbar-thumb:hover{background:#c444ffb3}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-item{color:#fff;text-align:center;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 15px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:block}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-item:hover{background:#c444ff4d;transform:scale(1.05)}.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-item.selected{color:#fff;background:linear-gradient(97deg,#c444ff .62%,#562999 110%);font-weight:600}@media (max-width:767px){.custom-time-input-wrapper .custom-time-input-field .time-picker-dropdown .time-picker-item{padding:8px 12px;font-size:13px}.custom-time-input-wrapper .custom-time-input-field{padding:12px 16px}}.custom-button{cursor:pointer;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-sizing:border-box;border:none;border-radius:15px;padding:15px 20px;font-size:14px;font-weight:500;transition:all .3s}.custom-button.cancel-button{color:#fff;background:#0000004d;border:2px solid #fff3}.custom-button.cancel-button:hover{background:#0006;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.custom-button.submit-button{color:#fff;background:linear-gradient(97deg,#c444ff .62%,#562999 110%);border:2px solid #fff3;box-shadow:0 4px 15px #c444ff4d}.custom-button.submit-button:hover:not(:disabled){background:linear-gradient(-97deg,#c444ff .62%,#562999 110%);border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 5px 15px #c444ff80}.custom-button.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:767px){.custom-button{width:100%;padding:12px 16px;font-size:13px}}.custom-phone-input-wrapper{width:100%;margin-bottom:16px}.custom-phone-input-wrapper .custom-phone-input-label{color:#fff;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.custom-phone-input-wrapper .custom-phone-input-label .required-mark{color:#c444ff;margin-left:4px}.custom-phone-input-wrapper .custom-phone-input-field{box-sizing:border-box;background:#0000004d;border:2px solid #fff3;border-radius:15px;align-items:stretch;gap:0;width:100%;transition:all .3s;display:flex;overflow:visible}.custom-phone-input-wrapper .custom-phone-input-field:focus-within{background:#0006;border-color:#c444ff;box-shadow:0 0 0 3px #c444ff33}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper{z-index:1;flex-shrink:0;position:relative}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button{color:#fff;cursor:pointer;white-space:nowrap;background:#0003;border:none;border-right:1px solid #ffffff1a;border-top-left-radius:15px;border-bottom-left-radius:15px;align-items:center;gap:8px;padding:15px 12px;font-family:inherit;transition:all .2s;display:flex}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button:hover:not(:disabled){background:#0000004d}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button:disabled{opacity:.5;cursor:not-allowed}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button .country-flag{font-size:20px;line-height:1}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button .country-dial-code{font-size:14px;font-weight:500}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button .country-arrow{opacity:.7;font-size:10px;transition:transform .2s}@media (max-width:767px){.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button{gap:6px;padding:12px 10px}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button .country-flag{font-size:18px}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-selector-button .country-dial-code{font-size:12px}}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;background:#562999f2;border:2px solid #c444ff80;border-radius:15px;flex-direction:column;min-width:280px;max-height:300px;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 -10px 30px #00000080}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-search{border-bottom:1px solid #ffffff1a;padding:12px}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-search .country-search-input{color:#fff;background:#0000004d;border:1px solid #fff3;border-radius:10px;outline:none;width:100%;padding:10px 15px;font-family:inherit;font-size:14px;transition:all .2s}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-search .country-search-input:focus{background:#0006;border-color:#c444ff}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-search .country-search-input::placeholder{color:#ffffff80}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list{max-height:240px;padding:8px;overflow-y:auto}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list::-webkit-scrollbar{width:6px}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list::-webkit-scrollbar-track{background:#0003;border-radius:10px}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list::-webkit-scrollbar-thumb{background:#c444ff80;border-radius:10px}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list::-webkit-scrollbar-thumb:hover{background:#c444ffb3}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list .country-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 15px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list .country-item:hover{background:#c444ff4d}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list .country-item.selected{background:linear-gradient(97deg,#c444ff .62%,#562999 110%);font-weight:600}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list .country-item .country-flag{flex-shrink:0;font-size:20px;line-height:1}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list .country-item .country-name{flex:1;font-weight:500}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list .country-item .country-dial-code{opacity:.8;flex-shrink:0;font-size:13px}@media (max-width:767px){.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown .country-list .country-item{padding:10px 12px;font-size:13px}.custom-phone-input-wrapper .custom-phone-input-field .country-selector-wrapper .country-picker-dropdown{min-width:260px;max-height:250px}}.custom-phone-input-wrapper .custom-phone-input-field .phone-input{color:#fff;background:0 0;border:none;border-top-right-radius:15px;border-bottom-right-radius:15px;outline:none;flex:1;padding:15px 20px;font-family:inherit;font-size:16px}.custom-phone-input-wrapper .custom-phone-input-field .phone-input::placeholder{color:#ffffff80}.custom-phone-input-wrapper .custom-phone-input-field .phone-input:disabled{opacity:.5;cursor:not-allowed}@media (max-width:767px){.custom-phone-input-wrapper .custom-phone-input-field .phone-input{padding:12px 16px;font-size:14px}}.image-gallery-modal-backdrop{z-index:100000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#000000e6;position:fixed;inset:0}.image-gallery-modal-wrapper{z-index:100000;pointer-events:none;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@media (max-width:767px){.image-gallery-modal-wrapper{padding:10px}}.image-gallery-modal-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#562999f2;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:90vw;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #000c}@media (max-width:767px){.image-gallery-modal-container{border-radius:15px;max-width:100%;max-height:95vh}}.image-gallery-modal-header{color:#fff;box-sizing:border-box;background:linear-gradient(97deg,#c444ff .62%,#562999 110%);border-radius:0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;padding:20px 30px;display:flex}.image-gallery-modal-header .header-content{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.image-gallery-modal-header .header-actions{flex-direction:column;flex-shrink:0;justify-content:end;align-items:end;gap:15px;display:flex}.image-gallery-modal-header h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:24px;font-weight:700;overflow:hidden}@media (max-width:767px){.image-gallery-modal-header h3{font-size:18px}}.image-gallery-modal-header .work-description{color:#ffffffe6;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}@media (max-width:767px){.image-gallery-modal-header .work-description{-webkit-line-clamp:2;font-size:12px}}.image-gallery-modal-header .schedule-call-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#fff3;border:2px solid #ffffff4d;border-radius:25px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .3s;display:flex}.image-gallery-modal-header .schedule-call-btn i{font-size:14px;line-height:1}.image-gallery-modal-header .schedule-call-btn span{line-height:1}.image-gallery-modal-header .schedule-call-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.image-gallery-modal-header .schedule-call-btn:active{transform:translateY(0)}@media (max-width:767px){.image-gallery-modal-header .schedule-call-btn{gap:6px;padding:8px 16px;font-size:12px}.image-gallery-modal-header .schedule-call-btn i{font-size:12px}}.image-gallery-modal-header .modal-close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;padding:0;font-size:20px;line-height:1;transition:all .3s;display:flex}.image-gallery-modal-header .modal-close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}@media (max-width:767px){.image-gallery-modal-header{padding:15px 20px}}.image-gallery-modal-content{flex:1;justify-content:center;align-items:flex-start;min-height:0;padding:30px;display:flex;position:relative;overflow:hidden auto}.image-gallery-modal-content::-webkit-scrollbar{width:8px}.image-gallery-modal-content::-webkit-scrollbar-track{background:#0003;border-radius:10px}.image-gallery-modal-content::-webkit-scrollbar-thumb{background:#fff6;border-radius:10px}.image-gallery-modal-content::-webkit-scrollbar-thumb:hover{background:#fff9}@media (max-width:767px){.image-gallery-modal-content{padding:15px}}.image-gallery-image-wrapper{background:#0000001a;border-radius:10px;justify-content:center;align-items:flex-start;width:100%;min-height:400px;padding:20px 0;display:flex;position:relative}@media (max-width:767px){.image-gallery-image-wrapper{min-height:300px;padding:10px 0}}.image-gallery-loading{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#5629994d;border-radius:10px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.image-gallery-loading .loading-spinner{border:4px solid #fff3;border-top-color:#c444ff;border-radius:50%;width:50px;height:50px;animation:.8s linear infinite spin}@media (max-width:767px){.image-gallery-loading .loading-spinner{border-width:3px;width:40px;height:40px}}@keyframes spin{to{transform:rotate(360deg)}}.image-gallery-image{object-fit:contain;z-index:1;border-radius:10px;width:auto;max-width:100%;height:auto;display:block;position:relative;box-shadow:0 10px 40px #00000080}.image-gallery-nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;z-index:10;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:0;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-gallery-nav-btn:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.image-gallery-nav-btn:active{transform:translateY(-50%)scale(.95)}.image-gallery-nav-btn svg{width:24px;height:24px}@media (max-width:767px){.image-gallery-nav-btn{width:40px;height:40px}.image-gallery-nav-btn svg{width:20px;height:20px}}.image-gallery-nav-prev{left:20px}@media (max-width:767px){.image-gallery-nav-prev{left:10px}}.image-gallery-nav-next{right:20px}@media (max-width:767px){.image-gallery-nav-next{right:10px}}.image-gallery-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:10;pointer-events:none;background:#0009;border:1px solid #fff3;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (max-width:767px){.image-gallery-counter{padding:6px 12px;font-size:12px;bottom:10px}}
