@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@560&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#1a2b4c}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#1a2b4c}a:hover{color:#747bff}button{background-color:#f9f9f9}body{background-color:#1a2b4c}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#1a2b4c;background-color:#1a2b4c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6,p,span,a,button,input,textarea,select,li,label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.app{position:relative;min-height:100vh;overflow-x:hidden;background-color:#1a2b4c}.app main{position:relative;z-index:1}.app-loader{position:fixed;top:0;left:0;width:100%;height:100vh;background:#1a2b4c;display:flex;justify-content:center;align-items:center;z-index:1000}.app-loader .loader-content{text-align:center}.app-loader .loader-content .loader-spinner{width:50px;height:50px;border:3px solid rgba(52,152,219,.3);border-top-color:#3498db;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}.app-loader .loader-content p{color:#fff;font-size:1.1rem;font-weight:500}.section-loader{min-height:200px;display:flex;justify-content:center;align-items:center}.section-loader:after{content:"";width:30px;height:30px;border:2px solid rgba(52,152,219,.3);border-top-color:#3498db;border-radius:50%;animation:spin .8s linear infinite}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:40px;height:40px;background:#3498db;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1.2rem;box-shadow:0 2px 10px #1a2b4c33;z-index:100;transition:background-color .3s ease}.scroll-to-top:hover{background:#217dbb}@media (min-width:){.scroll-to-top{bottom:1rem;right:1rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background-color:#1a2b4c}::-webkit-scrollbar-thumb{background-color:#87ceeb;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#0a1929}.hidden-section{display:none}section{scroll-margin-top:100px;padding-top:100px}.navbar{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:95%;max-width:1140px;height:80px;z-index:9999;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;border-radius:.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #1a2b4c1a,inset 0 0 0 1px #ffffff26}.navbar:before{display:none}.navbar.scrolled{top:.25rem;background:#fffffffa;box-shadow:0 10px 30px #1a2b4c26,inset 0 0 0 1px #fff3;transform:translate(-50%) translateY(0);height:70px}@keyframes navbarSlideDown{0%{transform:translate(-50%) translateY(-10px);opacity:.8}to{transform:translate(-50%) translateY(0);opacity:1}}.navbar.scrolled:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:5px;background:linear-gradient(90deg,transparent,rgba(52,152,219,.2),transparent);animation:shadowPulse 2s infinite}@keyframes shadowPulse{0%{opacity:.3}50%{opacity:.7}to{opacity:.3}}.navbar .scroll-progress{position:absolute;top:0;left:0;height:3px;background:linear-gradient(90deg,#1a2b4ccc,#3498dbcc);transition:width .1s ease;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.navbar-container{max-width:1140px;margin:0 auto;padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.logo{display:flex;align-items:center;gap:.5rem;z-index:2}.logo .logo-icon{font-size:1.5rem;color:#1a2b4ce6;animation:rotate 5s infinite linear}.logo a{font-size:1.5rem;font-weight:600;color:#1a2b4ce6;text-decoration:none;transition:all .3s ease-in-out;text-shadow:0 2px 4px rgba(26,43,76,.1)}.logo a:hover{color:#3498dbe6}.nav-links{display:flex;gap:1.5rem;font-family:Montserrat,sans-serif}.nav-links .nav-button{position:relative;color:#2d4a70;text-decoration:none;font-weight:700;padding:.5rem 0;transition:all .3s ease-in-out;text-shadow:0 2px 4px rgba(26,43,76,.1);background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;outline:none}.nav-links .nav-button:hover,.nav-links .nav-button.active{color:#172639}.nav-links .nav-button.active .link-hover-effect{transform:scaleX(1);transform-origin:left;background:linear-gradient(90deg,#1a2b4ce6,#3498dbe6)}.nav-links .nav-button .link-hover-effect{position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#1a2b4ccc,#3498dbcc);transform:scaleX(0);transform-origin:right;transition:all .3s ease-in-out}.nav-links .nav-button:hover .link-hover-effect{transform:scaleX(1);transform-origin:left}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:2}.mobile-menu-btn .hamburger-line{display:block;width:25px;height:2px;background:#1a2b4ce6;margin:5px 0;transition:all .3s ease-in-out}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo{display:flex;align-items:center}.logo a{text-decoration:none;display:flex;align-items:center}.logo .logo-image{height:170px;width:200px;transition:all .3s ease}.scrolled .logo .logo-image{height:150px;width:180px}@media screen and (max-width: 1024px){.navbar{height:70px}.navbar:before{display:none}.navbar-container{padding:0 .5rem}.nav-links{gap:1rem}.nav-links .nav-button{font-size:.9rem}.logo .logo-image{height:60px;width:auto}}@media screen and (max-width: 768px){.navbar{height:60px;top:.5rem}.navbar:before{display:none}.mobile-menu-btn{display:block;position:relative;z-index:1000}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:75%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:.3s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(255,255,255,.18);box-shadow:-5px 0 15px #1a2b4c1a}.nav-links.active{right:0;animation:slideIn .3s forwards}.nav-links .nav-button{font-size:1.2rem;opacity:0;transform:translate(20px)}.nav-links .nav-button.active,.nav-links.active .nav-button{animation:fadeSlideIn .5s forwards}.nav-links.active .nav-button:nth-child(1){animation-delay:.1s}.nav-links.active .nav-button:nth-child(2){animation-delay:.2s}.nav-links.active .nav-button:nth-child(3){animation-delay:.3s}.nav-links.active .nav-button:nth-child(4){animation-delay:.4s}.nav-links.active .nav-button:nth-child(5){animation-delay:.5s}.nav-links.active .nav-button:nth-child(6){animation-delay:.6s}.logo .logo-image{height:130px;width:160px}.logo a{font-size:1.2rem}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1a2b4c4d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.3s ease;z-index:990}.mobile-overlay.active{opacity:1;visibility:visible}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media screen and (max-width: 375px){.navbar{width:92%;height:55px}.logo .logo-image{height:110px;width:140px}.logo .nav-button{font-size:1rem}.nav-links{width:85%}.nav-links a{font-size:1rem}.mobile-menu-btn .hamburger-line{width:22px}}.hero{height:100vh;min-height:100vh;max-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#1a2b4c;padding-top:80px}.hero.hero-scroll{height:100vh;min-height:600px;max-height:1080px;will-change:opacity,transform;transition:opacity .3s ease}.hero.hero-scroll .wheel{position:absolute;width:4px;height:4px;background:#3498db;border-radius:50%;left:50%;transform:translate(-50%);top:6px;animation:scrollWheel 1.5s infinite}.hero.hero-scroll .hero-bg{position:absolute;top:0;left:0;right:0;bottom:0}.hero.hero-scroll .hero-bg .hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0}.hero .parallax-bg{position:absolute;top:0;left:0;right:0;bottom:0;transform-origin:center}.hero .gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a2b4ccc,#1a2b4c99,#1a2b4ccc);pointer-events:none}.hero .gradient-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000080,#0000004d);z-index:1;pointer-events:none}@media (min-width: 992px){.hero .gradient-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,rgba(26,43,76,.5),transparent);z-index:1;pointer-events:none}.hero .particle-field{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:2}.hero .particle-field .particle{position:absolute;background:#3498db;border-radius:50%;filter:blur(1px);box-shadow:0 0 10px #3498db80;will-change:transform,opacity}@media (max-width: 768px){.hero .particle-field .particle{width:6px;height:6px}}.hero .hero-content{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#fff;max-width:min(90%,1000px);padding:2rem;position:relative;z-index:3}.hero-modern .hero .hero-content{transform:none!important}.hero .hero-content .text-reveal-container{overflow:hidden;margin-bottom:1rem}.hero .hero-content h1{font-size:clamp(2.5rem,8vw,5rem);margin-bottom:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.hero .hero-content h1 .highlight{background:linear-gradient(120deg,#3498db,#3498db);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block;transform-origin:center}.hero .hero-content h1 .highlight:after{content:"";position:absolute;bottom:.1em;left:0;width:100%;height:.1em;background:linear-gradient(90deg,transparent,#3498db,transparent);opacity:.3;transform-origin:center;transition:transform .3s ease}.hero .hero-content h1 .highlight:hover:after{transform:scaleX(1.2)}.hero .hero-content .tagline{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:3rem;color:#ffffffe6;font-weight:300;line-height:1.6;max-width:80%;transform-origin:center}.hero .hero-content .cta-container{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;perspective:1000px}.hero .hero-content .cta-button{padding:1.2rem 2.8rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform-style:preserve-3d}.hero .hero-content .cta-button.primary{background:linear-gradient(135deg,#3498db,#1d6fa5);color:#fff;box-shadow:0 4px 15px #3498db4d}.hero .hero-content .cta-button.primary:hover{background:linear-gradient(135deg,#4aa3df,#217dbb);transform:translateY(-2px);box-shadow:0 8px 25px #3498db66}.hero .hero-content .cta-button.secondary{background:transparent;border:2px solid #3498db;color:#3498db}.hero .hero-content .cta-button.secondary:hover{background:#3498db1a;transform:translateY(-2px);box-shadow:0 8px 25px #3498db33}.hero .hero-content .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.2),transparent);transition:transform .6s cubic-bezier(.4,0,.2,1)}.hero .hero-content .cta-button:hover:before{transform:translate(200%)}.hero .hero-content .cta-button:focus{outline:none;box-shadow:0 0 0 3px #3498db80}.hero .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;text-align:center}.hero .scroll-indicator .mouse{width:26px;height:40px;border:2px solid rgba(52,152,219,.5);border-radius:20px;display:inline-block;position:relative;margin-bottom:.5rem;transition:border-color .3s ease}.hero .scroll-indicator .mouse:hover{border-color:#3498dbcc}.hero .scroll-indicator .mouse .wheel-static{position:absolute;width:4px;height:4px;background:#3498db;border-radius:50%;left:50%;transform:translate(-50%);top:15px}.hero .scroll-indicator p{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease}.hero .scroll-indicator p:hover{color:#ffffffe6}.hero .bento-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;padding:2rem;z-index:1;transition:opacity .7s ease}.hero .bento-grid.transitioning{pointer-events:none}.hero .bento-grid.transitioning .bento-item{transition:transform .5s cubic-bezier(.25,.1,.25,1)!important;will-change:transform,opacity!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}@supports (-webkit-touch-callout: none){.hero .bento-grid.transitioning .bento-item{transition:transform .5s ease!important;-webkit-transition:-webkit-transform .5s ease!important}}.hero .bento-grid.transitioning .bento-item.mobile-card{transform:translateY(-5px) translateZ(0)!important;-webkit-transform:translateY(-5px) translateZ(0)!important}@supports (-webkit-touch-callout: none){.hero .bento-grid.transitioning .bento-item.mobile-card{transform:translateY(-2px) translateZ(0)!important;-webkit-transform:translateY(-2px) translateZ(0)!important}}.hero .bento-grid.transitioning .bento-item .bento-overlay{background:linear-gradient(135deg,#1a2b4c8c,#1a2b4c73,#1a2b4c8c)!important;transition:background .4s ease!important}.hero .bento-grid .bento-item{position:relative;border-radius:1rem;overflow:hidden;cursor:pointer}@media (min-width: 992px){.hero .bento-grid .bento-item{transition:transform .4s cubic-bezier(.4,0,.2,1)}}.hero .bento-grid .bento-item.wide{grid-column:span 2}.hero .bento-grid .bento-item.full{grid-column:1/-1}@media (min-width: 992px){.hero .bento-grid .bento-item:hover{transform:scale(1.02)}.hero .bento-grid .bento-item:hover .bento-overlay{background:linear-gradient(135deg,#1a2b4ca6,#1a2b4c8c,#1a2b4ca6)}.hero .bento-grid .bento-item:hover .bento-item-image{transform:scale(1.1)}}.hero .bento-grid .bento-item .bento-item-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}@media (min-width: 992px){.hero .bento-grid .bento-item .bento-item-image{transition:transform .4s cubic-bezier(.4,0,.2,1)}}.hero .bento-grid .bento-item .bento-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a2b4cbf,#1a2b4ca6,#1a2b4cbf)}@media (min-width: 992px){.hero .bento-grid .bento-item .bento-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .4s ease}}@media (max-width: 768px){.hero .hero-content{padding:0 4rem}.hero .bento-grid{gap:.75rem;padding:1.5rem}}@media (max-width: 576px){.hero{height:auto;min-height:100vh}.hero .hero-content{padding:0 2rem;transform:none!important;position:absolute!important;top:50%!important;left:0!important;right:0!important;transform:translateY(-50%)!important;z-index:20!important}.hero .hero-content h1,.hero .hero-content p{transform:none!important}.hero .hero-content .cta-container{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero .bento-grid.mobile-grid{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:space-between!important;padding:.5rem .5rem 0!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;overflow-y:hidden!important;gap:7px!important;will-change:transform!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.hero .bento-grid.mobile-static .bento-item{transition:transform .3s ease-out!important;-webkit-transition:-webkit-transform .3s ease-out!important}.hero .bento-grid.mobile-static .bento-item.active-card{transform:scale(1.02)!important;-webkit-transform:scale(1.02)!important;box-shadow:0 8px 20px #0003!important;z-index:5!important}.hero .bento-grid.mobile-static .bento-item.active-card .bento-item-image{transition:all 1.2s ease-out!important;-webkit-transition:all 1.2s ease-out!important;transform:scale(1.05)!important;-webkit-transform:scale(1.05)!important;filter:brightness(1.1)!important}.hero .bento-grid.mobile-static .bento-item.active-card .bento-overlay{background:linear-gradient(135deg,#1a2b4c99,#1a2b4c80,#1a2b4c99)!important;transition:background 1.2s ease-out!important;-webkit-transition:background 1.2s ease-out!important}.hero .bento-grid.mobile-static .bento-item .bento-item-image{transition:all 1.2s ease-out!important;-webkit-transition:all 1.2s ease-out!important}.hero .bento-grid.mobile-static .bento-item .bento-overlay{transition:background 1.2s ease-out!important;-webkit-transition:background 1.2s ease-out!important}.hero .bento-grid .bento-item{grid-area:auto!important;aspect-ratio:16/9!important;height:calc(19vh - 7px)!important;width:95%!important;margin:0 auto!important;border-radius:.75rem!important;flex-shrink:0!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;perspective:1000!important;will-change:transform,opacity!important}.hero .bento-grid .bento-item.mobile-card{box-shadow:0 4px 12px #00000026;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;transition:transform .4s cubic-bezier(.25,.1,.25,1)!important}@supports (-webkit-touch-callout: none){.hero .bento-grid .bento-item.mobile-card{transition:transform .5s ease!important;-webkit-transition:-webkit-transform .5s ease!important}}.hero .bento-grid .bento-item .bento-item-image{transition:transform .4s cubic-bezier(.25,.1,.25,1)!important;background-position:center center!important;background-size:cover!important;will-change:transform!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}@supports (-webkit-touch-callout: none){.hero .bento-grid .bento-item .bento-item-image{transition:transform .5s ease!important;-webkit-transition:-webkit-transform .5s ease!important}}.hero .bento-grid .bento-item .bento-overlay{background:linear-gradient(135deg,#1a2b4ca6,#1a2b4c8c,#1a2b4ca6);transition:background .4s ease!important;will-change:opacity!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.hero .scroll-indicator{display:none!important;opacity:0!important;visibility:hidden!important}}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:1}}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes scrollWheel{0%{opacity:0;top:6px}50%{opacity:1}to{opacity:0;top:20px}}@media (prefers-reduced-motion: reduce){.hero .particle-field .particle,.hero .scroll-indicator .wheel,.hero .cta-button:before,.hero .bento-grid,.hero .bento-item,.hero .bento-item-image,.hero .bento-overlay,.hero .hero-content,.hero .parallax-bg{animation:none!important;transition:none!important;transform:none!important;will-change:auto!important}.hero *{animation-duration:.001ms!important;animation-delay:.001ms!important;transition-duration:.001ms!important;transition-delay:.001ms!important}}@media (max-width: 768px){.hero .hero-content{padding:0 4rem;max-width:800px}}@media (max-width: 576px){.hero{height:auto;min-height:100vh;padding:6rem 0}.hero .hero-content{padding:0 2rem;max-width:100%}.hero .hero-content h1{font-size:clamp(3rem,6vw,4rem);text-align:center}.hero .hero-content .tagline{font-size:clamp(1rem,2.5vw,1.5rem);max-width:100%}.hero .hero-content .cta-container{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero .scroll-indicator{bottom:1rem;left:130px;height:50px;width:50px;min-width:150px;top:810px}}@media (max-width: 0){.hero .hero-content h1{font-size:clamp(1.8rem,5vw,3rem)}.hero .hero-content .tagline{font-size:clamp(.9rem,2vw,1.2rem)}}@media (max-width: 768px){.bento-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);padding:.5rem}.bento-grid .bento-item{grid-area:auto!important;aspect-ratio:16/9!important}}.about{position:relative;padding:10rem 0;background:#1a2b4c;overflow:hidden}.about:before{content:"";position:absolute;top:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,#1a2b4c80,#1a2b4c);z-index:1}.about.about-static{margin-top:0;padding-top:120px;position:relative;z-index:5}.about.about-static *:not(.about__expertise-card){animation:none!important;transition:none!important;will-change:auto!important}.about__background{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(52,152,219,.05) 0%,transparent 70%),radial-gradient(circle at 80% 70%,rgba(52,152,219,.05) 0%,transparent 70%);opacity:.6;pointer-events:none}.about__particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.about__particles .particle{position:absolute;width:4px;height:4px;background:#3498db33;border-radius:50%}.about__container{max-width:1140px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.about__header{text-align:center;margin-bottom:6rem}.about__header .about__subtitle{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#3498db;margin-bottom:1rem;padding:.5rem 1rem;background:#3498db1a;border-radius:.375rem}.about__header h2{font-size:clamp(2rem,5vw,3rem);color:#fff;margin-bottom:1rem;font-weight:700}.about__header .about__header-line{width:80px;height:2px;background:#3498db;margin:1.5rem auto;border-radius:.375rem;position:relative;overflow:hidden}.about__header .about__header-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.about__header .about__intro{color:#fffc;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.8}.about__info-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.about__info-grid.is-ready .about__expertise-card{visibility:visible}@media (max-width: 768px){.about__info-grid{grid-template-columns:repeat(1,1fr)}}.about__card{background:#ffffff05;border-radius:.5rem;padding:2rem;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}@media (min-width: 992px){.about__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #ffffff1a}}.about__expertise-card{display:flex;align-items:flex-start;gap:1.5rem;opacity:0;visibility:hidden}.about__expertise-card .expertise-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:.375rem;transition:all .3s ease}.about__expertise-card .expertise-icon-wrapper .expertise-icon{font-size:1.5rem;color:#3498db}.about__expertise-card .expertise-content{flex:1}.about__expertise-card .expertise-content h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.about__expertise-card .expertise-content p{color:#ffffffb3;font-size:.9rem;line-height:1.6}.about__why-choose{margin-top:8rem;text-align:center}.about__why-choose .about__header{margin-bottom:4rem}.about__why-choose .about__why-choose-card{background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;padding:3rem;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;text-align:left}.about__why-choose .about__why-choose-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #ffffff1a}.about__why-choose .about__why-choose-card .why-choose-icon-wrapper{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#3498db1a;border-radius:.375rem;margin-bottom:2rem;transition:all .3s ease}.about__why-choose .about__why-choose-card .why-choose-icon-wrapper .why-choose-icon{font-size:2rem;color:#3498db}.about__why-choose .about__why-choose-card .why-choose-content h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.about__why-choose .about__why-choose-card .why-choose-content p{color:#fffc;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.about__why-choose .about__why-choose-card .why-choose-content .why-choose-list{list-style:none;padding:0}.about__why-choose .about__why-choose-card .why-choose-content .why-choose-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#fffc;font-size:.95rem;line-height:1.6}.about__why-choose .about__why-choose-card .why-choose-content .why-choose-list li .list-icon{font-size:1.2rem;color:#3498db}.about__why-choose .about__why-choose-card .why-choose-content .why-choose-list li .highlight{color:#3498db;font-weight:700}.blue-gradient{background:linear-gradient(135deg,#3498db1a,#1a2b4c1a)}.green-gradient{background:linear-gradient(135deg,#4caf501a,#1a2b4c1a)}.purple-gradient{background:linear-gradient(135deg,#9c27b01a,#1a2b4c1a)}.orange-gradient{background:linear-gradient(135deg,#ff98001a,#1a2b4c1a)}@media (max-width: 768px){.about{padding:8rem 0}.about .about__container{padding:0 1.5rem}.about .about__header{margin-bottom:4rem}.about .about__header h2{font-size:clamp(1.8rem,4vw,2.5rem)}.about .about__header .about__intro{font-size:1rem;max-width:500px}.about .about__header .about__header-line{margin:1rem auto}.about .about__info-grid{gap:1.5rem}.about .about__card{padding:1.5rem}.about .about__expertise-card{gap:1rem;padding:1.25rem}.about .about__expertise-card .expertise-icon-wrapper{width:40px;height:40px}.about .about__expertise-card .expertise-icon-wrapper .expertise-icon{font-size:1.3rem}.about .about__expertise-card .expertise-content h4{font-size:1rem}.about .about__expertise-card .expertise-content p{font-size:.8rem}.about .about__why-choose{margin-top:6rem}.about .about__why-choose .about__why-choose-card{padding:2rem}.about .about__why-choose .about__why-choose-card .why-choose-icon-wrapper{width:56px;height:56px}.about .about__why-choose .about__why-choose-card .why-choose-icon-wrapper .why-choose-icon{font-size:1.8rem}.about .about__why-choose .about__why-choose-card .why-choose-content h3{font-size:1.3rem}.about .about__why-choose .about__why-choose-card .why-choose-content p{font-size:.9rem}}@media (max-width: 576px){.about{padding:6rem 0}.about .about__container{padding:0 1rem}.about .about__header{margin-bottom:3rem}.about .about__header .about__subtitle{font-size:.8rem;letter-spacing:1.5px}.about .about__header h2{font-size:clamp(1.6rem,3vw,2rem)}.about .about__header .about__intro{font-size:.9rem;max-width:100%}.about .about__info-grid{grid-template-columns:repeat(1,1fr);gap:1rem}.about .about__card{padding:1rem}.about .about__expertise-card{gap:.75rem;padding:1rem}.about .about__expertise-card .expertise-icon-wrapper{width:36px;height:36px}.about .about__expertise-card .expertise-icon-wrapper .expertise-icon{font-size:1.1rem}.about .about__expertise-card .expertise-content h4{font-size:.9rem;margin-bottom:.25rem}.about .about__expertise-card .expertise-content p{font-size:.7rem;line-height:1.5}.about .about__why-choose{margin-top:4rem}.about .about__why-choose .about__why-choose-card{padding:1.5rem}.about .about__why-choose .about__why-choose-card .why-choose-icon-wrapper{width:48px;height:48px}.about .about__why-choose .about__why-choose-card .why-choose-icon-wrapper .why-choose-icon{font-size:1.5rem}.about .about__why-choose .about__why-choose-card .why-choose-content h3{font-size:1.2rem}.about .about__why-choose .about__why-choose-card .why-choose-content p{font-size:.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services{position:relative;padding:8rem 0;padding-top:120px;background:#1a2b4c;overflow:hidden}.services__background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 30%,rgba(52,152,219,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.03) 0%,transparent 50%);opacity:.6;pointer-events:none}.services__container{max-width:1140px;margin:0 auto;padding:0 2rem;position:relative}.services__header{text-align:center;margin-bottom:6rem;position:relative}.services__header .services__subtitle{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#3498db;margin-bottom:1rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:.375rem}.services__header h2{font-size:clamp(2rem,5vw,3rem);color:#fff;margin-bottom:1rem;font-weight:700}.services__header p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto}.services__header-decoration{width:80px;height:4px;background:#3498db;margin:1.5rem auto 0;border-radius:.375rem;position:relative;overflow:hidden}.services__header-decoration:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.services__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (min-width: 992px){.services__grid{grid-template-columns:repeat(3,1fr)}}.services__card{position:relative;background:#ffffff05;border-radius:.5rem;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;isolation:isolate;height:100%;display:flex;flex-direction:column}.services__card p{color:#ffffffb3;font-size:.95rem;line-height:1.6}.services__card h3{color:#fff;font-size:1.3rem;margin:1rem 0;font-weight:600}.services__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;z-index:-1;transition:transform .5s ease}.services__card:hover .services__card-image img{transform:scale(1.1)}.services__card:hover .services__card-hover{transform:translateY(0);opacity:1}.services__card:hover .services__icon-wrapper{transform:scale(1.1);background:#ffffff1a}.services__card-image{position:relative;width:100%;height:200px;overflow:hidden}.services__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.services__card-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(26,43,76,.9),transparent);pointer-events:none}.services__card-content{position:relative;z-index:1;padding:2rem;flex:1}.services__icon-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.5rem;margin-bottom:1.5rem;background:#ffffff0d;transition:all .3s ease}.services__icon-wrapper svg{width:24px;height:24px;color:#3498db}.services__card-hover{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(26,43,76,.9),transparent);transform:translateY(100%);opacity:0;transition:all .3s ease;text-align:center;border:none;width:100%;cursor:pointer}.services__card-hover span{color:#3498db;font-weight:500}.services__card-hover:hover{opacity:1;transform:translateY(0)}.services__blog-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.services__blog-content{position:relative;background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;width:100%;max-width:800px;max-height:80vh;overflow-y:auto;padding:2rem;color:#fff}.services__blog-content::-webkit-scrollbar{width:8px}.services__blog-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.services__blog-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.services__blog-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.services__blog-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}.services__blog-close:hover{background:#fff3;transform:rotate(90deg)}.services__blog-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.services__blog-header h2{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.services__blog-icon{width:50px;height:50px;background:#3498db1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#3498db}.services__blog-body{font-size:1.1rem;line-height:1.6;color:#ffffffe6}.services__blog-body p{margin-bottom:1.5rem}.services__blog-body li{margin-bottom:.75rem;list-style-type:none;padding-left:1.5rem;position:relative}.services__blog-body li:before{content:"•";position:absolute;left:0;color:#3498db}.services__blog-list-item{margin-bottom:.75rem;padding-left:1.5rem}.gradient-blue{background:linear-gradient(135deg,#3498db0d,#ffffff03)}.gradient-green{background:linear-gradient(135deg,#4caf500d,#ffffff03)}.gradient-purple{background:linear-gradient(135deg,#9c27b00d,#ffffff03)}.gradient-orange{background:linear-gradient(135deg,#ff98000d,#ffffff03)}.gradient-teal{background:linear-gradient(135deg,#0096880d,#ffffff03)}.gradient-pink{background:linear-gradient(135deg,#e91e630d,#ffffff03)}@media (max-width: 768px){.services__blog-content{padding:1.5rem;margin:1rem}.services__blog-header h2{font-size:1.5rem}.services__blog-body{font-size:1rem}}@media (max-width: 768px){.services{padding:6rem 0}.services__container{padding:0 1.5rem}.services__header{margin-bottom:4rem}.services__header h2{font-size:clamp(1.8rem,4vw,2.5rem)}.services__header p{font-size:1rem;max-width:500px}.services__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services__card{min-height:auto}.services__card h3{font-size:1.2rem;margin:.75rem 0}.services__card p{font-size:.9rem;line-height:1.5}.services__card-image{height:180px}.services__card-content{padding:1.5rem}.services__icon-wrapper{width:50px;height:50px;font-size:1.3rem;margin-bottom:1rem}.services__icon-wrapper svg{width:20px;height:20px}}@media (max-width: 576px){.services{padding:4rem 0}.services__container{padding:0 1rem}.services__header{margin-bottom:3rem}.services__header h2{font-size:clamp(1.6rem,3vw,2rem)}.services__header p{font-size:.9rem}.services__header .services__subtitle{font-size:.8rem}.services__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.services__card h3{font-size:.9rem;margin:.5rem 0}.services__card p{font-size:.6rem;line-height:1.4}.services__card-image{height:160px}.services__card-content{padding:1rem}.services__icon-wrapper{width:40px;height:40px;font-size:1.2rem;margin-bottom:.75rem}.services__icon-wrapper svg{width:18px;height:18px}.services__card-hover{padding:.75rem}.services__card-hover span{font-size:.9rem}}.projects{position:relative;padding:8rem 0;background:#1a2b4c;overflow:hidden}.projects:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(52,152,219,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(52,152,219,.05) 0%,transparent 50%);pointer-events:none}.projects .projects-container{max-width:1140px;margin:0 auto;padding:0 2rem;position:relative}.projects .projects-header{text-align:center;margin-bottom:6rem}.projects .projects-header .projects-subtitle{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#3498db;margin-bottom:1rem;padding:.5rem 1rem;background:#3498db1a;border-radius:.375rem}.projects .projects-header h2{font-size:clamp(2rem,5vw,3rem);color:#fff;margin-bottom:1rem;font-weight:700}.projects .projects-header p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto}.projects .projects-header .header-decoration{width:80px;height:4px;background:#3498db;margin:1.5rem auto;border-radius:.375rem;position:relative;overflow:hidden}.projects .projects-header .header-decoration:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.projects .carousel-container{position:relative;max-width:1000px;margin:0 auto;overflow:hidden}.projects .project-slide{position:relative;width:100%;border-radius:.5rem;background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);box-shadow:0 8px 32px #0003}.projects .project-content{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem}@media (min-width: 768px){.projects .project-content{grid-template-columns:1.2fr 1fr;padding:3rem}}.projects .project-image{position:relative;border-radius:.375rem;overflow:hidden;height:400px;width:100%}.projects .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.projects .project-image img:hover{transform:scale(1.05)}.projects .project-image .image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,rgba(26,43,76,.8) 100%);pointer-events:none}.projects .project-image .project-status{position:absolute;top:1rem;right:1rem;background:#ffffffe6;padding:.5rem 1.2rem;border-radius:2rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;z-index:2;color:#1a2b4c}.projects .project-image .project-status svg{color:#3498db}.projects .project-status{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:#1a2b4ccc;border-radius:.375rem;color:#fff;font-size:.9rem;display:flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.projects .project-status svg{color:#3498db}.projects .project-info{color:#fff}.projects .project-info .project-date{display:flex;align-items:center;gap:.5rem;color:#3498db;font-size:.9rem;margin-bottom:1rem;opacity:.8}.projects .project-info h3{font-size:1.5rem;margin-bottom:1rem;font-weight:700;color:#fff}.projects .project-info p{color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.projects .project-details{list-style:none;padding:0;margin:2rem 0}.projects .project-details li{padding:1rem;margin-bottom:1rem;background:#ffffff0d;border-radius:.375rem;display:flex;align-items:center;transition:transform .3s ease}.projects .project-details li:hover{transform:translate(10px);background:#ffffff14}.projects .project-details li:before{content:"•";color:#3498db;margin-right:1rem;font-size:1.5rem}.projects .view-project-btn{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#3498db;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .3s ease}.projects .view-project-btn svg{transition:transform .3s ease}.projects .view-project-btn:hover{background:#217dbb}.projects .view-project-btn:hover svg{transform:translate(5px)}.projects .carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:2;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.projects .carousel-button:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.projects .carousel-button:active{transform:translateY(-50%) scale(.95)}.projects .carousel-button.prev{left:-24px}.projects .carousel-button.next{right:-24px}.projects .carousel-indicators{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.projects .carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#fff3;border:none;cursor:pointer;padding:0;transition:all .3s ease}.projects .carousel-indicators .indicator:hover{background:#ffffff4d}.projects .carousel-indicators .indicator.active{background:#3498db;width:24px;border-radius:6px}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){.projects .carousel-button{width:40px;height:40px}.projects .carousel-button.prev{left:10px}.projects .carousel-button.next{right:10px}}@media (max-width: 768px){.projects{padding:6rem 0}.projects .projects-container{padding:0 1.5rem}.projects .projects-header{margin-bottom:4rem}.projects .projects-header h2{font-size:clamp(1.8rem,4vw,2.5rem)}.projects .projects-header p{font-size:1rem;max-width:500px}.projects .project-content{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.projects .project-image{height:300px}.projects .project-image .project-status{top:.75rem;right:.75rem;padding:.4rem 1rem;font-size:.85rem}.projects .project-info h3{font-size:1.3rem;margin-bottom:.75rem}.projects .project-info p{font-size:.95rem;margin-bottom:1.5rem}.projects .project-info .project-date{font-size:.85rem}.projects .project-details{margin:1.5rem 0}.projects .project-details li{padding:.75rem;margin-bottom:.75rem;font-size:.9rem}.projects .carousel-button{width:40px;height:40px}.projects .carousel-button.prev{left:.5rem}.projects .carousel-button.next{right:.5rem}}@media (max-width: 576px){.projects{padding:4rem 0}.projects .projects-container{padding:0 1rem}.projects .projects-header{margin-bottom:3rem}.projects .projects-header .projects-subtitle{font-size:.8rem;padding:.4rem .8rem}.projects .projects-header h2{font-size:clamp(1.6rem,3vw,2rem)}.projects .projects-header p{font-size:.9rem;max-width:100%}.projects .projects-header .header-decoration{width:60px;margin:1rem auto}.projects .project-content{padding:1rem;gap:1rem}.projects .project-image{height:250px}.projects .project-image .project-status{top:.5rem;right:.5rem;padding:.3rem .8rem;font-size:.8rem}.projects .project-info h3{font-size:1.2rem;margin-bottom:.5rem}.projects .project-info p{font-size:.9rem;margin-bottom:1rem;line-height:1.5}.projects .project-info .project-date{font-size:.8rem}.projects .project-details{margin:1rem 0}.projects .project-details li{padding:.5rem;margin-bottom:.5rem;font-size:.85rem}.projects .project-details li:hover{transform:translate(5px)}.projects .view-project-btn{padding:.75rem 1.5rem;font-size:.9rem}.projects .carousel-button{width:36px;height:36px}.projects .carousel-button.prev{left:.25rem}.projects .carousel-button.next{right:.25rem}.projects .carousel-indicators{margin-top:2rem}.projects .carousel-indicators .indicator{width:10px;height:10px}.projects .carousel-indicators .indicator.active{width:20px}}.gallery{position:relative;padding:8rem 0;background:#1a2b4c;overflow:hidden}.gallery .gallery-background{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(52,152,219,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.03) 0%,transparent 50%);opacity:.6;pointer-events:none}.gallery .gallery-container{max-width:1140px;margin:0 auto;padding:0 2rem;position:relative}.gallery .gallery-header{text-align:center;margin-bottom:6rem}.gallery .gallery-header .section-subtitle{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#3498db;margin-bottom:1rem;padding:.5rem 1.5rem;background:#ffffff0d;border-radius:.375rem}.gallery .gallery-header h2{font-size:clamp(2rem,5vw,3rem);color:#fff;margin-bottom:1rem;font-weight:700;position:relative}.gallery .gallery-header h2:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:80px;height:4px;background:#3498db;border-radius:.375rem}.gallery .gallery-header p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto}.gallery .gallery-loading,.gallery .gallery-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:3rem;color:#fffc;text-align:center}.gallery .gallery-loading svg,.gallery .gallery-error svg{color:#3498db;margin-bottom:1.5rem}.gallery .gallery-loading p,.gallery .gallery-error p{font-size:1.1rem;max-width:500px}.gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;perspective:1000px}.gallery .gallery-item{position:relative;border-radius:.5rem;overflow:hidden;cursor:pointer;transform-style:preserve-3d;aspect-ratio:4/3;background:#ffffff05}.gallery .gallery-item .gallery-image-container{position:relative;width:100%;height:100%;overflow:hidden}.gallery .gallery-item .gallery-image-container .gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery .gallery-item .gallery-image-container .loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid rgba(52,152,219,.3);border-top-color:#3498db;border-radius:50%}.gallery .gallery-item .image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1a2b4cf2,#1a2b4cb3);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff;opacity:0;transition:all .3s ease}.gallery .gallery-item .image-overlay h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.gallery .gallery-item .image-overlay p{font-size:.9rem;color:#fffc;margin-bottom:1rem}.gallery .gallery-item .image-overlay .view-details{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#3498db}.gallery .gallery-item .image-overlay .view-details svg{font-size:1rem}.gallery .gallery-item:hover .gallery-image{transform:scale(1.1)}.gallery .gallery-item:hover .image-overlay{opacity:1}.gallery .lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a2b4cfa;z-index:1000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery .lightbox .lightbox-content{position:relative;width:90%;max-width:1200px;margin:auto}.gallery .lightbox .lightbox-content .image-container{position:relative;border-radius:.5rem;overflow:hidden;background:#ffffff05}.gallery .lightbox .lightbox-content .image-container .lightbox-image{width:100%;height:100%;display:block}.gallery .lightbox .lightbox-content .image-container .image-info{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(26,43,76,.9),transparent);color:#fff}.gallery .lightbox .lightbox-content .image-container .image-info h3{font-size:1.4rem;margin-bottom:.5rem}.gallery .lightbox .lightbox-content .image-container .image-info p{font-size:1rem;color:#ffffffe6}.gallery .lightbox .lightbox-close-button,.gallery .lightbox .nav-button{position:absolute;background:#ffffff1a;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;z-index:2}.gallery .lightbox .lightbox-close-button:hover,.gallery .lightbox .nav-button:hover{background:#fff3;transform:scale(1.1)}.gallery .lightbox .lightbox-close-button:active,.gallery .lightbox .nav-button:active{transform:scale(.95)}.gallery .lightbox .lightbox-close-button{top:50%;right:-80px;transform:translateY(-120px);z-index:1002;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.gallery .lightbox .nav-button{top:50%;transform:translateY(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery .lightbox .nav-button.prev{left:-80px}.gallery .lightbox .nav-button.next{right:-80px}.gallery .lightbox .nav-button svg{font-size:1.2rem}.gallery .lightbox-close-button{top:50%;right:-80px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transform:translateY(-70px)}.gallery .lightbox-close-button:hover{background:#ffffff40}@media (max-width: 992px){.gallery .lightbox .lightbox-close-button{top:50%;right:20px;transform:translateY(-70px)}}.gallery .view-more-container{display:flex;justify-content:center;margin-top:4rem}.gallery .view-more-button{background:linear-gradient(135deg,#3498db,#1d6fa5);color:#fff;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3498db4d}.gallery .view-more-button:hover{background:linear-gradient(135deg,#4aa3df,#3498db);transform:translateY(-2px);box-shadow:0 8px 25px #3498db66}.gallery .view-more-button:active{transform:translateY(0)}@media (max-width: 992px){.gallery .lightbox .lightbox-content{width:95%}.gallery .lightbox .nav-button.prev{left:20px}.gallery .lightbox .nav-button.next{right:20px}}@media (max-width: 768px){.gallery{padding:4rem 0}.gallery .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.gallery .gallery-header{margin-bottom:4rem}}@media (max-width: 576px){.gallery .gallery-grid{grid-template-columns:1fr}.gallery .lightbox .lightbox-close-button{top:20px;right:20px}.gallery .lightbox .image-info h3{font-size:1rem}.gallery .lightbox .image-info p{font-size:.5rem}}@media (prefers-reduced-motion: reduce){.gallery .gallery-item .gallery-image,.gallery .gallery-item .image-overlay{transition:none}}@media (max-width: 768px){.gallery{padding:6rem 0}.gallery .gallery-container{padding:0 1.5rem}.gallery .gallery-header{margin-bottom:4rem}.gallery .gallery-header h2{font-size:clamp(1.8rem,4vw,2.5rem)}.gallery .gallery-header h2:after{width:60px;bottom:-.75rem}.gallery .gallery-header p{font-size:1rem}.gallery .gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.gallery .gallery-item{aspect-ratio:3/2}.gallery .gallery-item .image-overlay{padding:1.5rem}.gallery .gallery-item .image-overlay p{font-size:1rem}.gallery .lightbox{padding:1rem}.gallery .lightbox .lightbox-content{width:80%}.gallery .lightbox .close-button{top:-60px;right:90px;width:44px;height:44px}.gallery .lightbox .nav-button{width:44px;height:44px;background:#ffffff26}.gallery .lightbox .nav-button.prev{left:1rem}.gallery .lightbox .nav-button.next{right:1rem}.gallery .view-more-button{padding:.75rem 2.5rem;font-size:1rem}}@media (max-width: 576px){.gallery{padding:4rem 0}.gallery .gallery-container{padding:0 1rem}.gallery .gallery-header{margin-bottom:3rem}.gallery .gallery-header h2{font-size:clamp(1.6rem,3vw,2rem)}.gallery .gallery-header h2:after{width:50px;bottom:-.5rem}.gallery .gallery-header p{font-size:.9rem}.gallery .gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.gallery .gallery-item{aspect-ratio:1/1}.gallery .gallery-item .image-overlay{padding:1rem}.gallery .gallery-item .image-overlay p{font-size:.9rem}.gallery .gallery-item:hover{transform:translateY(-3px)}.gallery .lightbox{padding:.5rem}.gallery .lightbox .lightbox-content{width:95%}.gallery .lightbox .close-button{top:10px;right:10px;width:36px;height:36px}.gallery .lightbox .nav-button{width:36px;height:36px;background:#fff3}.gallery .lightbox .nav-button.prev{left:.5rem}.gallery .lightbox .nav-button.next{right:.5rem}.gallery .lightbox .image-container .image-caption{padding:1rem;font-size:1rem}.gallery .view-more-container{margin-top:3rem}.gallery .view-more-button{padding:.5rem 2rem;font-size:.9rem}.gallery .lightbox-close-button{top:10px;right:110px;width:36px;height:36px}}.certifications{position:relative;padding:8rem 0;background:#1a2b4c;overflow:hidden}.certifications-container{max-width:1140px;margin:0 auto;padding:0 2rem}.certifications-header{text-align:center;margin-bottom:6rem}.certifications-header h2{font-size:clamp(2rem,5vw,3rem);color:#fff;margin-bottom:1rem;font-weight:700}.certifications-header .header-decoration{width:80px;height:4px;background:#3498db;margin:1.5rem auto;border-radius:.375rem;position:relative;overflow:hidden}.certifications-header .header-decoration:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.certifications-header p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto}.certifications .certificates-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 768px){.certifications .certificates-grid{grid-template-columns:repeat(3,1fr)}}.certifications .certificate-card{background:#ffffff05;border-radius:.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease}.certifications .certificate-card:hover{transform:translateY(-5px)}.certifications .certificate-card:hover .certificate-image img{transform:scale(1.05)}.certifications .certificate-card:hover .image-overlay{opacity:.3}.certifications .certificate-image{position:relative;width:100%;padding-top:75%;overflow:hidden}.certifications .certificate-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.certifications .certificate-image .image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(26,43,76,.8));opacity:.5;transition:opacity .3s ease}.certifications .certificate-content{padding:2rem}.certifications .certificate-content h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.certifications .certificate-content p{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6}.certifications .certificate-validity{color:#fff9;font-size:.9rem}.certifications .certificate-validity span{color:#3498db;font-weight:500}.certifications-footer{text-align:center;color:#ffffffb3;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){.certifications{padding:6rem 0}.certifications .certifications-container{padding:0 1.5rem}.certifications .certifications-header{margin-bottom:4rem}.certifications .certifications-header h2{font-size:clamp(1.8rem,4vw,2.5rem)}.certifications .certifications-header p{font-size:1rem;max-width:500px}.certifications .certifications-header .header-decoration{margin:1rem auto}.certifications .certificates-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.certifications .certificates-grid .certificate-card:last-child{grid-column:1/-1;max-width:600px;margin:0 auto}.certifications .certificate-card .certificate-content{padding:1.5rem}.certifications .certificate-card .certificate-content h3{font-size:1.2rem}.certifications .certificate-card .certificate-content p{font-size:.95rem;margin-bottom:1rem}.certifications .certificate-card .certificate-validity{font-size:.85rem}.certifications .certifications-footer{font-size:1rem;max-width:600px}}@media (max-width: 576px){.certifications{padding:4rem 0}.certifications .certifications-container{padding:0 1rem}.certifications .certifications-header{margin-bottom:3rem}.certifications .certifications-header h2{font-size:clamp(1.6rem,3vw,2rem)}.certifications .certifications-header p{font-size:.9rem;max-width:100%}.certifications .certifications-header .header-decoration{width:60px;margin:.75rem auto}.certifications .certificates-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.certifications .certificates-grid .certificate-card:last-child{grid-column:1/-1;max-width:100%}.certifications .certificate-card:hover{transform:translateY(-3px)}.certifications .certificate-card .certificate-image{padding-top:70%}.certifications .certificate-card .certificate-content{padding:1rem}.certifications .certificate-card .certificate-content h3{font-size:.9rem;margin-bottom:.75rem}.certifications .certificate-card .certificate-content p{font-size:.6rem;margin-bottom:.75rem;line-height:1.5}.certifications .certificate-card .certificate-validity{font-size:.8rem}.certifications .certifications-footer{font-size:.9rem;line-height:1.5;padding:0 1rem}}.testimonials{position:relative;padding:8rem 0;background:#1a2b4c;overflow:hidden}.testimonials-container{max-width:960px;margin:0 auto;padding:0 2rem;position:relative}.testimonials-header{text-align:center;margin-bottom:6rem}.testimonials-header .section-subtitle{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#3498db;margin-bottom:1rem;padding:.5rem 1rem;background:#3498db1a;border-radius:.375rem}.testimonials-header h2{font-size:clamp(2rem,5vw,3rem);color:#fff;margin-bottom:1rem;font-weight:700}.testimonials-header .header-decoration{width:80px;height:4px;background:#3498db;margin:1.5rem auto;border-radius:.375rem}.testimonials-carousel{position:relative;max-width:800px;margin:0 auto;padding:2rem}.testimonials .testimonial-slide{background:#ffffff05;border-radius:.5rem;padding:3rem;text-align:center;border:1px solid rgba(255,255,255,.05)}.testimonials .testimonial-content{margin-bottom:3rem}.testimonials .testimonial-content .quote-icon{color:#3498db;font-size:2rem;margin-bottom:2rem;opacity:.5}.testimonials .testimonial-content .testimonial-text{color:#fff;font-size:1.2rem;line-height:1.8;font-style:italic;margin-bottom:2rem}.testimonials .testimonial-author{display:flex;align-items:center;justify-content:center;gap:2rem}.testimonials .testimonial-author .author-image{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #3498db}.testimonials .testimonial-author .author-image img{width:100%;height:100%;object-fit:cover}.testimonials .testimonial-author .author-info{text-align:left}.testimonials .testimonial-author .author-info h4{color:#fff;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.testimonials .testimonial-author .author-info .position{color:#3498db;font-size:.9rem;margin-bottom:.25rem}.testimonials .testimonial-author .author-info .company{color:#fff9;font-size:.9rem}.testimonials .carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}.testimonials .carousel-button:hover{background:#fff3}.testimonials .carousel-button.prev{left:0}.testimonials .carousel-button.next{right:0}.testimonials .testimonial-indicators{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.testimonials .testimonial-indicators .indicator{width:10px;height:10px;border-radius:50%;background:#fff3;border:none;padding:0;cursor:pointer;transition:all .3s ease}.testimonials .testimonial-indicators .indicator:hover{background:#ffffff4d}.testimonials .testimonial-indicators .indicator.active{background:#3498db;width:20px;border-radius:5px}@media (max-width: 576px){.testimonials .testimonial-author{flex-direction:column;text-align:center}.testimonials .testimonial-author .author-info{text-align:center}}@media (max-width: 768px){.testimonials{padding:6rem 0}.testimonials-container{padding:0 1.5rem}.testimonials-header{margin-bottom:4rem}.testimonials-header .section-subtitle{font-size:.85rem;padding:.4rem .8rem}.testimonials-header h2{font-size:clamp(1.8rem,4vw,2.5rem)}.testimonials-header .header-decoration{width:60px;margin:1rem auto}.testimonials-carousel{padding:1rem}.testimonials .testimonial-slide{padding:2rem}.testimonials .testimonial-content{margin-bottom:2rem}.testimonials .testimonial-content .quote-icon{font-size:1.8rem;margin-bottom:1.5rem}.testimonials .testimonial-content .testimonial-text{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.testimonials .testimonial-author{gap:1.5rem}.testimonials .testimonial-author .author-image{width:70px;height:70px}.testimonials .testimonial-author .author-info h4{font-size:1rem}.testimonials .testimonial-author .author-info .position,.testimonials .testimonial-author .author-info .company{font-size:.85rem}.testimonials .carousel-button{width:40px;height:40px}.testimonials .carousel-button.prev{left:-20px}.testimonials .carousel-button.next{right:-20px}}@media (max-width: 576px){.testimonials{padding:4rem 0}.testimonials-container{padding:0 1rem}.testimonials-header{margin-bottom:3rem}.testimonials-header .section-subtitle{font-size:.8rem;padding:.3rem .7rem;letter-spacing:1.5px}.testimonials-header h2{font-size:clamp(1.6rem,3vw,2rem)}.testimonials-header .header-decoration{width:50px;margin:.75rem auto}.testimonials-carousel{padding:.5rem}.testimonials .testimonial-slide{padding:1.5rem}.testimonials .testimonial-content{margin-bottom:1.5rem}.testimonials .testimonial-content .quote-icon{font-size:1.5rem;margin-bottom:1rem}.testimonials .testimonial-content .testimonial-text{font-size:1rem;line-height:1.6;margin-bottom:1rem}.testimonials .testimonial-author{flex-direction:column;gap:1rem}.testimonials .testimonial-author .author-image{width:60px;height:60px;border-width:2px}.testimonials .testimonial-author .author-info{text-align:center}.testimonials .testimonial-author .author-info h4{font-size:.95rem;margin-bottom:.25rem}.testimonials .testimonial-author .author-info .position,.testimonials .testimonial-author .author-info .company{font-size:.8rem}.testimonials .carousel-button{width:36px;height:36px;background:#ffffff26}.testimonials .carousel-button.prev{left:0}.testimonials .carousel-button.next{right:0}.testimonials .carousel-button:hover{background:#ffffff40}.testimonials .testimonial-indicators{margin-top:2rem;gap:.75rem}.testimonials .testimonial-indicators .indicator{width:8px;height:8px}.testimonials .testimonial-indicators .indicator.active{width:16px}}.contact{position:relative;padding:8rem 0;background:#1a2b4c;overflow:hidden}.contact-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(52,152,219,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(52,152,219,.05) 0%,transparent 45%),linear-gradient(to bottom,transparent 0%,rgba(52,152,219,.02) 100%);opacity:.7;background-attachment:fixed;pointer-events:none;z-index:-1}.contact-container{max-width:1140px;margin:0 auto;padding:0 2rem;position:relative;width:100%;overflow:hidden;height:auto}.contact-header{text-align:center;margin-bottom:5rem}.contact-header .section-subtitle{display:inline-block;font-size:.95rem;text-transform:uppercase;letter-spacing:2px;color:#3498db;margin-bottom:1rem;position:relative;font-weight:600}.contact-header .section-subtitle:before,.contact-header .section-subtitle:after{content:"";position:absolute;top:50%;width:1.5rem;height:1px;background:#3498db80}.contact-header .section-subtitle:before{right:calc(100% + .75rem)}.contact-header .section-subtitle:after{left:calc(100% + .75rem)}.contact-header h2{font-size:clamp(2.5rem,5vw,3.5rem);color:#fff;margin-bottom:1.5rem;font-weight:700;position:relative;display:inline-block}.contact-header p{color:#ffffffd9;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem;margin-bottom:4rem;width:100%;max-width:100%;overflow-x:hidden}.contact .contact-card{background:#ffffff08;border-radius:1rem;padding:2.5rem 1.5rem;text-align:center;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);cursor:pointer;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative}.contact .contact-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:1rem;box-shadow:0 0 #3498db00;z-index:-1;transition:all .4s cubic-bezier(.19,1,.22,1)}.contact .contact-card:hover:after{box-shadow:0 0 20px 5px #3498db26}.contact .contact-card .card-icon-wrapper{background:linear-gradient(135deg,#3498db33,#3498db0d);width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease}.contact .contact-card .card-icon{font-size:1.75rem;color:#3498db}.contact .contact-card h3{color:#fff;font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.contact .contact-card p{color:#ffffffbf;font-size:.95rem;margin-bottom:1.75rem;line-height:1.5}.contact .contact-card .card-button{background:transparent;color:#fff;border:1px solid rgba(52,152,219,.5);padding:.7rem 1.5rem;border-radius:2rem;font-size:.95rem;font-weight:500;cursor:pointer;position:relative;overflow:hidden;width:100%;transition:all .3s ease}.contact .contact-card .card-button span{position:relative;z-index:1;transition:all .3s ease}.contact .contact-card .card-button:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,#3498db,#5faee3);transition:all .3s ease}.contact .contact-card .card-button:hover{border-color:transparent}.contact .contact-card .card-button:hover:before{width:100%}.contact .contact-card .card-button:hover span{color:#fff}.contact .contact-card:hover .card-icon-wrapper{transform:scale(1.1)}.contact .locations-title{color:#fff;font-size:1.75rem;text-align:center;margin:0 auto 3rem;position:relative;display:block}.contact .locations-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:2px;background:#3498db}.contact .location-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;overflow:hidden;width:100%;max-width:100%}.contact .location-card{background:#ffffff08;border-radius:1rem;padding:2.5rem 2rem;text-align:center;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;overflow:hidden;min-width:0}.contact .location-card .location-icon{font-size:1.75rem;color:#3498db;margin-bottom:1rem}.contact .location-card h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.contact .location-card p{color:#ffffffbf;font-size:.95rem;line-height:1.5;margin-bottom:.5rem}.contact .location-card .location-link{display:inline-block;color:#3498db;font-size:.85rem;margin-top:.75rem;text-decoration:none;position:relative}.contact .location-card .location-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#3498db;transition:width .3s ease}.contact .location-card .location-link:hover:after{width:100%}@media (max-width: 1024px){.contact .contact-card p{font-size:.93rem}.contact .contact-card .card-button{font-size:.85rem}}@media (max-width: 767px){.contact{padding:5rem 0}.contact-container{padding:0 1.5rem;max-width:95%;margin:0 auto}.contact-header{margin-bottom:2.5rem}.contact-header h2{font-size:clamp(2rem,8vw,2.5rem)}.contact-header p{font-size:1rem;padding:0 .5rem}.contact-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0 auto 3rem;width:100%;max-width:95%;padding:0 .5rem;overflow-x:hidden}.contact .contact-card{background:#ffffff08;border-radius:1rem;padding:1.5rem .75rem;text-align:center;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-width:0;width:100%!important;box-shadow:0 4px 12px #00000026;overflow:hidden}.contact .contact-card .card-icon-wrapper{background:linear-gradient(135deg,#3498db33,#3498db0d);width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.contact .contact-card .card-icon{font-size:1.4rem;color:#3498db}.contact .contact-card h3{color:#fff;font-size:1.15rem;margin-bottom:.75rem;white-space:nowrap;font-weight:600}.contact .contact-card p{color:#ffffffbf;font-size:.8rem;margin-bottom:1.25rem;line-height:1.3;display:flex;align-items:center;justify-content:center;padding:0 .25rem}.contact .contact-card .card-button{background:transparent;color:#fff;border:1px solid rgba(52,152,219,.5);padding:.5rem .75rem;border-radius:2rem;font-size:.8rem;font-weight:500;cursor:pointer;position:relative;overflow:hidden;width:95%;max-width:100%;transition:all .3s ease;margin-top:auto;white-space:nowrap}.contact .locations-title{font-size:1.5rem}.contact .location-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:1.25rem;max-width:95%;margin:0 auto;overflow:hidden}.contact .location-cards>div:first-child{grid-column:1/3;width:100%;margin:0 auto;min-width:0}.contact .location-cards>div:not(:first-child){grid-row:2;width:100%;min-width:0}.contact .location-cards>div:nth-child(2){grid-column:1/2}.contact .location-cards>div:nth-child(3){grid-column:2/3}.contact .location-card{padding:2rem 1.5rem;overflow:hidden;min-width:0}}@media (max-width: 480px){.contact{padding:5rem 0}.contact-header{margin-bottom:3rem}.contact-header .section-subtitle{font-size:.85rem}.contact-header .section-subtitle:before,.contact-header .section-subtitle:after{width:1rem}.contact-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:2.5rem;padding:0 .25rem;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.contact .contact-card{padding:1.25rem .5rem;height:auto;min-height:200px;overflow:hidden}.contact .contact-card .card-icon-wrapper{width:55px;height:55px;margin:0 auto 1rem}.contact .contact-card .card-icon{font-size:1.4rem}.contact .contact-card h3{font-size:1rem;margin-bottom:.5rem}.contact .contact-card p{font-size:.75rem;margin-bottom:1rem;padding:0 .25rem;line-height:1.2}.contact .contact-card .card-button{padding:.5rem;font-size:.75rem;width:90%;margin:0 auto}.contact .locations-title{font-size:1.4rem;margin-bottom:1.25rem}.contact .location-cards{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:100%;overflow:hidden}.contact .location-cards>div:first-child{width:100%;min-width:0}.contact .location-cards>div:not(:first-child){padding:1.5rem 1rem;width:100%;min-width:0}.contact .location-card{padding:1.75rem 1.5rem;overflow:hidden;min-width:0}.contact .location-card .location-icon{font-size:1.5rem}.contact .location-card h3{font-size:1.1rem;white-space:normal}.contact .location-card p{font-size:.85rem}}.footer{background:#1a2b4c;color:#fff;padding:4rem 2rem 0}.footer .footer-container{max-width:1200px;margin:0 auto}.footer .footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.footer .footer-section.services-section{grid-column:span 3}.footer .footer-section h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;position:relative}.footer .footer-section h3:after{content:"";position:absolute;bottom:-.5rem;left:0;width:40px;height:2px;background:#3498db}.footer .footer-section p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.footer .footer-section .social-links{display:flex;gap:1rem}.footer .footer-section .social-links a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.footer .footer-section .social-links a:hover{background:#3498db;transform:translateY(-2px)}.footer .footer-section ul{list-style:none;padding:0;margin:0}.footer .footer-section ul li{margin-bottom:.8rem}.footer .footer-section ul li a{color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block;font-size:.9rem}.footer .footer-section ul li a:hover{color:#3498db;transform:translate(5px)}.footer .footer-section .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem}.footer .footer-section .services-grid .services-column h4{color:#3498db;font-size:1rem;margin-bottom:1rem;font-weight:600}.footer .footer-section .services-grid .services-column ul{display:flex;flex-direction:column;gap:.5rem}.footer .footer-section address{font-style:normal}.footer .footer-section address p{margin-bottom:.5rem;color:#fffc}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer .footer-bottom .footer-bottom-content p{color:#fffc;margin:0}.footer .footer-bottom .footer-bottom-content .footer-links{display:flex;gap:1.5rem}.footer .footer-bottom .footer-bottom-content .footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer .footer-bottom .footer-bottom-content .footer-links a:hover{color:#3498db}@media (max-width: 768px){.footer{padding:3rem 1.5rem 0}.footer .footer-container{max-width:100%}.footer .footer-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;padding-bottom:1rem;max-width:1200px;margin:0 auto}.footer .footer-section:nth-child(1){width:100%;min-width:unset;max-width:unset}.footer .footer-section:nth-child(1) p{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:1.5rem}.footer .footer-section:nth-child(1) .social-icons{display:flex;gap:1.5rem;margin-top:2rem}.footer .footer-section:nth-child(1) .social-icons a{font-size:1.4rem;color:#fffc;transition:all .3s ease}.footer .footer-section:nth-child(1) .social-icons a:hover{color:#3498db;transform:translateY(-3px)}.footer .footer-section:nth-child(2){width:100%;min-width:unset;max-width:unset}.footer .footer-section:nth-child(2) a{font-size:1rem;line-height:2;color:#fffc;transition:color .3s ease}.footer .footer-section:nth-child(2) a:hover{color:#3498db}.footer .footer-section h3{font-size:1.5rem;margin-bottom:1.5rem;white-space:nowrap;font-weight:600;color:#fff;position:relative}.footer .footer-section h3:after{content:"";position:absolute;left:0;bottom:-.5rem;width:50px;height:2px;background:#3498db}}@media (max-width: 576px){.footer{padding:1rem 1rem 0}.footer .footer-content{grid-template-columns:2,1fr;gap:2rem}.footer .footer-section:nth-child(1){width:100%}.footer .footer-section:nth-child(1) p{font-size:.8rem}.footer .footer-section:nth-child(1) .social-icons{gap:1.25rem}.footer .footer-section:nth-child(1) .social-icons a{font-size:1.3rem}.footer .footer-section:nth-child(2){width:100%}.footer .footer-section:nth-child(2) a{font-size:.8rem}.footer .footer-section h3{font-size:1rem;margin-bottom:1.2rem}}.button-primary{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:5px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;gap:.5rem}.button-primary:hover{background:#217dbb}.button-primary:focus{outline:none;box-shadow:0 0 0 3px #3498db4d}.button-primary:disabled{background:#3498db80;cursor:not-allowed}.button-primary svg{font-size:1.1em}.button-primary.loading{position:relative;color:transparent}.button-primary.loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:button-loading .8s linear infinite}@keyframes button-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d1626,#1a2b4c);padding:2rem}.login-container{width:100%;max-width:400px;background:#fff;border-radius:.5rem;padding:3rem;box-shadow:0 10px 30px #0000001a}.login-container .login-logo{display:flex;justify-content:center;margin-bottom:2rem}.login-container .login-logo img{height:120px;width:auto}.login-container h1{text-align:center;color:#1a2b4c;margin-bottom:2rem;font-size:1.8rem}.login-container .login-form .form-group{position:relative;margin-bottom:1.5rem}.login-container .login-form .form-group .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d}.login-container .login-form .form-group input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #dee2e6;border-radius:.375rem;font-size:1rem;transition:all .3s ease-in-out}.login-container .login-form .form-group input:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db33}.login-container .login-form .form-group .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer}.login-container .login-form .form-group .password-toggle:hover{color:#1a2b4c}.login-container .login-form .login-button{width:100%;padding:1rem;background:#1a2b4c;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out}.login-container .login-form .login-button:hover{background:#0d1626}.login-container .login-form .login-button:disabled{background:#6c757d;cursor:not-allowed}.login-container .login-footer{margin-top:2rem;text-align:center;color:#6c757d;font-size:.9rem}.admin-page{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.admin-navbar{background:#fff;box-shadow:0 2px 10px #0000000d;padding:1rem}.admin-navbar .admin-navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto}.admin-navbar .admin-navbar-container .admin-navbar-logo{display:flex;align-items:center}.admin-navbar .admin-navbar-container .admin-navbar-logo img{height:60px;width:auto;margin-right:1rem}.admin-navbar .admin-navbar-container .admin-navbar-logo h1{font-size:1.2rem;color:#1a2b4c;margin:0}.admin-navbar .admin-navbar-container .admin-navbar-user{display:flex;align-items:center}.admin-navbar .admin-navbar-container .admin-navbar-user .user-info{display:flex;align-items:center;margin-right:2rem}.admin-navbar .admin-navbar-container .admin-navbar-user .user-info svg{margin-right:.5rem;color:#1a2b4c}.admin-navbar .admin-navbar-container .admin-navbar-user .user-info span{color:#495057;font-weight:500}.admin-navbar .admin-navbar-container .admin-navbar-user .logout-button{display:flex;align-items:center;background:none;border:1px solid #dee2e6;border-radius:.375rem;padding:.5rem 1rem;color:#495057;cursor:pointer;transition:all .3s ease-in-out}.admin-navbar .admin-navbar-container .admin-navbar-user .logout-button svg{margin-right:.5rem}.admin-navbar .admin-navbar-container .admin-navbar-user .logout-button:hover{background:#f8f9fa;color:#1a2b4c}.admin-content{display:flex;flex:1;max-width:1140px;margin:0 auto;padding:2rem;width:100%;position:relative}.admin-content .sidebar-toggle{position:fixed;top:70px;left:1rem;z-index:100;display:flex;align-items:center;background:#1a2b4c;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;cursor:pointer;box-shadow:0 2px 10px #0000001a;margin-bottom:1rem}.admin-content .sidebar-toggle svg{margin-right:.5rem}.admin-content .sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90}.admin-content .admin-sidebar{width:250px;background:#fff;border-radius:.5rem;padding:2rem;margin-right:2rem;box-shadow:0 2px 10px #0000000d;z-index:95}.admin-content .admin-sidebar.mobile{position:fixed;top:0;left:0;height:100vh;margin-right:0;border-radius:0;padding-top:80px;overflow-y:auto}.admin-content .admin-sidebar .sidebar-button{display:flex;align-items:center;width:100%;padding:1rem;margin-bottom:1rem;background:none;border:none;border-radius:.375rem;color:#495057;cursor:pointer;transition:all .3s ease-in-out;text-align:left}.admin-content .admin-sidebar .sidebar-button svg{margin-right:1rem;width:20px}.admin-content .admin-sidebar .sidebar-button:hover{background:#f8f9fa;color:#1a2b4c}.admin-content .admin-sidebar .sidebar-button.active{background:#1a2b4c;color:#fff}.admin-content .admin-sidebar .sidebar-button.logout{margin-top:2rem;color:#dc3545}.admin-content .admin-sidebar .sidebar-button.logout:hover{background:#dc3545;color:#fff}.admin-content .admin-main{flex:1;background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 2px 10px #0000000d}.gallery-manager .gallery-manager-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.gallery-manager .gallery-manager-header h2{color:#1a2b4c;margin:0}.gallery-manager .gallery-manager-header .upload-button{display:flex;align-items:center;background:#3498db;color:#fff;border:none;border-radius:.375rem;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease-in-out}.gallery-manager .gallery-manager-header .upload-button svg{margin-right:.5rem}.gallery-manager .gallery-manager-header .upload-button:hover{background:#217dbb}.gallery-manager .gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#6c757d}.gallery-manager .gallery-loading svg{font-size:2rem;margin-bottom:1rem}.gallery-manager .gallery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#6c757d}.gallery-manager .gallery-empty svg{margin-bottom:1rem}.gallery-manager .gallery-empty p{margin-bottom:2rem}.gallery-manager .gallery-grid.admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.gallery-manager .gallery-grid.admin .gallery-item.admin{position:relative;border-radius:.375rem;overflow:hidden;aspect-ratio:1/1}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container{position:relative;width:100%;height:100%}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .gallery-image{width:100%;height:100%;object-fit:cover}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a2b4cb3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:all .3s ease-in-out}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay p{color:#fff;text-align:center;margin-bottom:1rem;font-size:.9rem;word-break:break-word}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay .delete-button{background:#dc3545;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease-in-out}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay .delete-button:hover{background:#bd2130}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay .delete-button:disabled{background:#6c757d;cursor:not-allowed}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container:hover .image-overlay{opacity:1}.image-uploader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.image-uploader{width:100%;max-width:500px;background:#fff;border-radius:.5rem;padding:2rem}.image-uploader .uploader-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.image-uploader .uploader-header h3{color:#1a2b4c;margin:0}.image-uploader .uploader-header .close-button{background:none;border:none;color:#6c757d;cursor:pointer;font-size:1.2rem}.image-uploader .uploader-header .close-button:hover{color:#1a2b4c}.image-uploader .dropzone{border:2px dashed #dee2e6;border-radius:.375rem;padding:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;margin-bottom:2rem}.image-uploader .dropzone svg{color:#3498db;margin-bottom:1rem}.image-uploader .dropzone p{margin-bottom:1rem;color:#495057;text-align:center}.image-uploader .dropzone .dropzone-hint{font-size:.8rem;color:#6c757d}.image-uploader .dropzone:hover,.image-uploader .dropzone.active{border-color:#3498db;background:#3498db0d}.image-uploader .preview-container{margin-bottom:2rem}.image-uploader .preview-container .image-preview{width:100%;height:200px;object-fit:contain;border-radius:.375rem;margin-bottom:1rem;background:#f8f9fa}.image-uploader .preview-container .preview-info{margin-bottom:1rem}.image-uploader .preview-container .preview-info p{margin:0;color:#495057}.image-uploader .preview-container .preview-info p.file-size{font-size:.9rem;color:#6c757d}.image-uploader .preview-container .change-image-button{width:100%;padding:.5rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;color:#495057;cursor:pointer;transition:all .3s ease-in-out}.image-uploader .preview-container .change-image-button:hover{background:#e9ecef}.image-uploader .upload-error{background:#f8d7da;color:#721c24;padding:1rem;border-radius:.375rem;margin-bottom:2rem}.image-uploader .upload-error p{margin:0}.image-uploader .uploader-actions{display:flex;justify-content:flex-end;gap:1rem}.image-uploader .uploader-actions .cancel-button{padding:.75rem 1.5rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;color:#495057;cursor:pointer;transition:all .3s ease-in-out}.image-uploader .uploader-actions .cancel-button:hover{background:#e9ecef}.image-uploader .uploader-actions .cancel-button:disabled{opacity:.7;cursor:not-allowed}.image-uploader .uploader-actions .upload-button{display:flex;align-items:center;padding:.75rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .3s ease-in-out}.image-uploader .uploader-actions .upload-button svg{margin-right:.5rem}.image-uploader .uploader-actions .upload-button:hover{background:#217dbb}.image-uploader .uploader-actions .upload-button:disabled{background:#6c757d;cursor:not-allowed}.change-password .change-password-header{margin-bottom:2rem}.change-password .change-password-header h2{color:#1a2b4c;margin:0}.change-password .change-password-form .form-group{margin-bottom:1.5rem}.change-password .change-password-form .form-group label{display:block;margin-bottom:.5rem;color:#495057;font-weight:500}.change-password .change-password-form .form-group .password-input{position:relative}.change-password .change-password-form .form-group .password-input .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d}.change-password .change-password-form .form-group .password-input input{width:100%;padding:1rem 3rem;border:1px solid #dee2e6;border-radius:.375rem;font-size:1rem;transition:all .3s ease-in-out}.change-password .change-password-form .form-group .password-input input:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db33}.change-password .change-password-form .form-group .password-input .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer}.change-password .change-password-form .form-group .password-input .password-toggle:hover{color:#1a2b4c}.change-password .change-password-form .error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:.375rem;margin-bottom:2rem}.change-password .change-password-form .error-message p{margin:0}.change-password .change-password-form .success-message{display:flex;align-items:center;background:#d4edda;color:#155724;padding:1rem;border-radius:.375rem;margin-bottom:2rem}.change-password .change-password-form .success-message svg{margin-right:.5rem}.change-password .change-password-form .success-message p{margin:0}.change-password .change-password-form .submit-button{padding:.75rem 1.5rem;background:#1a2b4c;color:#fff;border:none;border-radius:.375rem;font-size:1rem;cursor:pointer;transition:all .3s ease-in-out}.change-password .change-password-form .submit-button:hover{background:#0d1626}.change-password .change-password-form .submit-button:disabled{background:#6c757d;cursor:not-allowed}.protected-route-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f8f9fa}.protected-route-loading .spinner{width:40px;height:40px;border:4px solid rgba(26,43,76,.1);border-left-color:#1a2b4c;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.protected-route-loading p{color:#495057}@keyframes spin{to{transform:rotate(360deg)}}.confirmation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100;padding:2rem}.confirmation-modal{background:#fff;border-radius:.5rem;width:100%;max-width:400px;overflow:hidden;box-shadow:0 10px 25px #0003}.confirmation-modal .confirmation-modal-header{background:#f8d7da;color:#721c24;padding:1.5rem;display:flex;align-items:center;gap:1rem}.confirmation-modal .confirmation-modal-header .warning-icon{font-size:1.5rem}.confirmation-modal .confirmation-modal-header h3{margin:0;font-size:1.2rem}.confirmation-modal .confirmation-modal-body{padding:2rem}.confirmation-modal .confirmation-modal-body p{margin:0;color:#495057}.confirmation-modal .confirmation-modal-footer{padding:1.5rem;display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #dee2e6}.confirmation-modal .confirmation-modal-footer .cancel-button{padding:.75rem 1.5rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;color:#495057;cursor:pointer;transition:all .3s ease-in-out}.confirmation-modal .confirmation-modal-footer .cancel-button:hover{background:#e9ecef}.confirmation-modal .confirmation-modal-footer .confirm-button{padding:.75rem 1.5rem;background:#dc3545;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .3s ease-in-out}.confirmation-modal .confirmation-modal-footer .confirm-button:hover{background:#bd2130}@media (max-width: 768px){.admin-content{flex-direction:column;padding:1rem}.admin-content .sidebar-toggle{top:70px;left:1rem;z-index:100;background:#1a2b4c;color:#fff;border-radius:.375rem;padding:.6rem .8rem;box-shadow:0 2px 8px #0003;display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.9rem}.admin-content .sidebar-toggle svg{font-size:1rem}.admin-content .admin-sidebar:not(.mobile){width:100%;margin-right:0;margin-bottom:2rem;margin-top:4rem}.admin-content .admin-sidebar.mobile{padding-top:100px;box-shadow:0 0 20px #0003}.admin-content .admin-sidebar .sidebar-button{padding:.9rem;margin-bottom:.8rem;border-radius:.375rem;font-weight:500}.admin-content .admin-sidebar .sidebar-button svg{width:18px;margin-right:.8rem}.admin-content .admin-main{padding:1.5rem;margin-top:4rem;border-radius:.5rem}.admin-navbar{padding:.75rem}.admin-navbar .admin-navbar-container{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.admin-navbar .admin-navbar-container .admin-navbar-logo{display:flex;align-items:center;margin-bottom:0}.admin-navbar .admin-navbar-container .admin-navbar-logo img{height:45px}.admin-navbar .admin-navbar-container .admin-navbar-logo h1{font-size:1.1rem;margin-left:.5rem}.admin-navbar .admin-navbar-container .admin-navbar-user{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.admin-navbar .admin-navbar-container .admin-navbar-user .user-info{margin-right:.5rem}.admin-navbar .admin-navbar-container .admin-navbar-user .logout-button{padding:.5rem .75rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.gallery-manager .gallery-manager-header{flex-direction:column;align-items:flex-start;gap:1rem}.gallery-manager .gallery-manager-header .upload-button{width:100%}.gallery-manager .gallery-grid.admin{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay{opacity:1;background:#1a2b4c99}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay p{font-size:.8rem;margin-bottom:.7rem;max-height:60px;overflow:hidden;text-overflow:ellipsis}.gallery-manager .gallery-grid.admin .gallery-item.admin .gallery-image-container .image-overlay .delete-button{padding:.4rem .7rem;font-size:.9rem}.image-uploader{width:100%;max-height:90vh;overflow-y:auto}.image-uploader .preview-container .image-preview{height:150px}.change-password .change-password-form .form-group label{font-size:.9rem}}@media (max-width: 576px){.admin-navbar .admin-navbar-container .admin-navbar-logo img{height:40px}.admin-navbar .admin-navbar-container .admin-navbar-logo h1{font-size:1rem}.admin-navbar .admin-navbar-container .admin-navbar-user .user-info span{font-size:.9rem}.admin-navbar .admin-navbar-container .admin-navbar-user .logout-button span{display:none}.admin-navbar .admin-navbar-container .admin-navbar-user .logout-button svg{margin-right:0}.login-container{padding:1.5rem;width:90%;max-width:350px;box-shadow:0 10px 30px #00000026}.login-container .login-logo{margin-bottom:1.5rem}.login-container .login-logo img{height:90px}.login-container h1{font-size:1.5rem;margin-bottom:1.5rem}.login-container .login-form .form-group{margin-bottom:1.2rem}.login-container .login-form .form-group input{font-size:1rem;padding:.9rem 1rem .9rem 3rem}.login-container .login-form .login-button{padding:.9rem;margin-top:.5rem}.gallery-grid.admin{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important}}@media (max-width: 380px){.admin-navbar .admin-navbar-container .admin-navbar-logo img{height:35px}.admin-navbar .admin-navbar-container .admin-navbar-logo h1{font-size:.9rem}.admin-content .sidebar-toggle{padding:.5rem}.admin-content .sidebar-toggle span{display:none}.admin-content .admin-main{padding:1rem}.gallery-grid.admin{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important}.confirmation-modal{max-width:300px}.confirmation-modal .confirmation-modal-header{padding:1rem}.confirmation-modal .confirmation-modal-header h3{font-size:1rem}.confirmation-modal .confirmation-modal-body{padding:1.5rem}.confirmation-modal .confirmation-modal-body p{font-size:.9rem}.confirmation-modal .confirmation-modal-footer{padding:1rem}.confirmation-modal .confirmation-modal-footer button{padding:.5rem 1rem;font-size:.9rem}}.app-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a2b4c;display:flex;align-items:center;justify-content:center;z-index:9999}.app-loader .loader-content{text-align:center;padding:2rem}.app-loader .loader-content .loader-logo{width:80px;height:80px;margin-bottom:2rem;position:relative}.app-loader .loader-content .loader-logo svg{width:100%;height:100%;fill:#3498db;animation:pulse 2s infinite}.app-loader .loader-content .loader-spinner{position:relative;width:120px;height:120px;margin:0 auto 2rem}.app-loader .loader-content .loader-spinner:before,.app-loader .loader-content .loader-spinner:after{content:"";position:absolute;border-radius:50%;animation:ripple 1.8s infinite ease-out}.app-loader .loader-content .loader-spinner:before{top:0;right:0;bottom:0;left:0;border:3px solid rgba(52,152,219,.2)}.app-loader .loader-content .loader-spinner:after{top:-15px;right:-15px;bottom:-15px;left:-15px;border:3px solid #3498db;animation-delay:-.9s}.app-loader .loader-content p{color:#fff;font-size:1.1rem;letter-spacing:1px;opacity:.9;position:relative;display:inline-block;padding-right:12px}.app-loader .loader-content p:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#3498db;border-radius:50%;animation:blink 1s infinite}@keyframes ripple{0%{transform:scale(.1);opacity:1}to{transform:scale(1);opacity:0}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.loader-icon{margin-bottom:2rem}.loader-icon .logo-image{width:196px;height:auto;animation:pulse 2s infinite}
