@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&family=Roboto:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";*{margin:0;padding:0;list-style-type:none}*{margin:0;padding:0;box-sizing:border-box}.navbar{width:100%;position:fixed;top:0;left:0;z-index:999;font-family:Poppins,sans-serif;border-radius:0 0 20px 20px;transition:all .3s ease-in-out}.navbar .container{width:1600px;max-width:95%;margin:20px auto;border-radius:20px;background:linear-gradient(90deg,#05f,#00c2ff);box-shadow:0 2px 8px #00000014;padding:8px 20px}.nav-menu{display:flex;justify-content:space-between;align-items:center;height:70px;width:100%}.navbar-logo img{height:55px;border-radius:12px;transition:transform .3s ease}.navbar-logo img:hover{transform:scale(1.05)}.navbar-menu{display:flex;list-style:none;gap:20px;align-items:center}.navbar-menu li a{text-decoration:none;font-weight:500;color:#fff;padding:10px 16px;border-radius:12px;transition:all .3s ease}.navbar-menu li a:hover{background:#07f;color:#fff}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:6px}.hamburger span{width:28px;height:3px;background:#333;border-radius:5px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 900px){.hamburger{display:flex}.navbar-menu{position:absolute;top:70px;right:20px;flex-direction:column;background:linear-gradient(90deg,#05f,#00c2ff);width:220px;border-radius:15px;padding:20px;box-shadow:0 4px 15px #0000001a;opacity:0;pointer-events:none;transform:translateY(-20px);transition:all .3s ease}.navbar-menu.active{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu li{width:100%}.navbar-menu li a{display:block;width:100%;text-align:left;border-radius:10px}}@media (max-width: 900px){.navbar-logo img{height:40px}.nav-menu{height:50px}}:root{--radius: 280px}body{font-family:Roboto,sans-serif;color:#222;background:#f5f7fa;margin:0;padding:0}.hero-wrapper{width:100%;overflow:hidden;margin:50px auto}.hero-section{margin:120px auto;display:flex;justify-content:center;align-items:center}.container{width:1200px;max-width:90%;display:flex;justify-content:space-between;align-items:center;gap:100px;flex-wrap:wrap}.hero-left{flex:1;display:flex;justify-content:flex-start;align-items:center}.text-block{animation:fadeInUp 1s ease forwards;text-align:left}.text-block h1{font-family:Poppins,sans-serif;font-size:72px;font-weight:900;margin-bottom:15px;line-height:1.1;letter-spacing:-1px}.gradient-text{background:linear-gradient(135deg,#05f,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-block h2{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;margin-bottom:15px;color:#0a2e65}.text-block p{font-size:18px;color:#444;margin-bottom:25px;line-height:1.5}.cta-btn{padding:16px 36px;border:none;border-radius:40px;background:linear-gradient(135deg,#05f,#00c2ff);color:#fff;font-size:16px;font-weight:600;font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .4s ease}.cta-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 30px #0055ff59}.hero-right{flex:1;position:relative;width:520px;height:520px}.hero-right a{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px 16px;text-decoration:none;color:inherit;background:linear-gradient(145deg,#fff,#f0f4ff);border-radius:20px;text-align:center;box-shadow:0 15px 35px #0055ff26;cursor:pointer;font-family:Roboto,sans-serif;position:absolute;top:50%;left:50%;transform-origin:center center;transition:transform .8s ease,width .8s ease,height .8s ease,box-shadow .3s ease,z-index .8s ease}.feature-box .icon{font-size:26px;color:#05f;transition:all .3s ease}.feature-box h3{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#0a2e65}.feature-box p{font-size:13px;color:#555}.feature-box:hover{box-shadow:0 20px 50px #0055ff4d;transform:scale(1.05)}.feature-box:hover .icon{color:#00c2ff;transform:scale(1.2) rotate(-5deg)}@keyframes swing{0%,to{transform:rotate(0) translate(var(--radius)) rotate(0)}50%{transform:rotate(4deg) translate(var(--radius)) rotate(-4deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){:root{--radius: 180px}.container{flex-direction:column;text-align:center;gap:60px}.hero-left,.hero-right{width:320px;height:320px}.text-block h1{font-size:60px}.text-block h2{font-size:24px}}@media (max-width: 576px){.hero-right{display:none}.text-block h1{font-size:36px}.text-block h2{font-size:20px}}.about{width:100%;padding:80px 20px;background-color:#fff;background-image:linear-gradient(45deg,rgba(0,123,255,.15) 25%,transparent 25%,transparent 75%,rgba(0,123,255,.15) 75%,rgba(0,123,255,.15)),linear-gradient(-45deg,rgba(0,200,255,.15) 25%,transparent 25%,transparent 75%,rgba(0,200,255,.15) 75%,rgba(0,200,255,.15));animation:moveBackground 20s linear infinite;display:flex;justify-content:center;align-items:center}@keyframes moveBackground{0%{background-position:0 0,0 0}to{background-position:200px 200px,-200px -200px}}.about-container{display:flex;gap:30px;width:100%;max-width:1300px;margin:0 auto;flex-wrap:wrap;font-family:Roboto,sans-serif;justify-content:center}.about-main-card{flex:2;background:linear-gradient(135deg,#fff,#f0f8ff);border-radius:30px;padding:50px 40px;box-shadow:0 20px 40px #0055ff1a;transition:transform .4s ease,box-shadow .4s ease}.about-main-card h2{font-family:Poppins,sans-serif;font-size:36px;font-weight:900;margin-bottom:25px;background:linear-gradient(90deg,#05f,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-main-card p{font-size:16px;line-height:1.8;color:#333;margin-bottom:30px}.about-btn{padding:14px 35px;border:none;border-radius:30px;background:linear-gradient(90deg,#05f,#00c2ff);color:#fff;font-size:16px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.about-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #05f6}.about-right-card{flex:1;background:#fff;border-radius:25px;padding:35px;box-shadow:0 15px 35px #0055ff1a;min-width:280px}.about-right-card h3{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;margin-bottom:15px;color:#0a2e65}.about-right-card ul{list-style:none;padding-left:0;margin-bottom:25px}.about-right-card ul li{font-size:15px;color:#333;margin-bottom:10px;position:relative;padding-left:25px}.about-right-card ul li:before{content:"🔹";position:absolute;left:0}.about-main-card:hover{transform:translateY(-6px);box-shadow:0 25px 50px #0055ff26}.about-right-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0055ff1a}@media (max-width: 1200px){.about-container{padding:50px 20px}.about-main-card,.about-right-card{width:100%;margin-bottom:30px}}@media (max-width: 768px){.about-main-card{padding:30px 20px}.about-right-card{padding:25px 20px}}@media (max-width: 576px){.about-container{padding:20px 10px}.about-main-card,.about-right-card{padding:20px 15px}.about-main-card h2{font-size:28px}.about-main-card p{font-size:14px}.about-right-card h3{font-size:18px}.about-right-card ul li{font-size:14px}}.news-section{padding:80px 50px;margin:50px auto;background:linear-gradient(135deg,#e6f0ff,#fff);font-family:Roboto,sans-serif}.news-container{max-width:1300px;margin:0 auto;width:95%}.news-title{font-family:Poppins,sans-serif;font-size:36px;font-weight:900;color:#05f;margin-bottom:50px;text-align:center}.news-grid{display:flex;gap:30px;flex-wrap:wrap}.news-large{flex:1;display:flex;flex-direction:column;border-radius:20px;overflow:hidden;box-shadow:0 15px 15px #0055ff1a;background:#f9faff;position:relative;transition:all .4s ease}.news-large:hover{transform:translateY(-6px)}.news-large-img{position:relative;overflow:hidden}.news-large-img img{width:100%;height:400px;object-fit:cover;transition:transform .4s ease}.news-large:hover .news-large-img img{transform:scale(1.1)}.news-large:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .4s ease}.news-large:hover:after{opacity:1}.news-content{padding:20px 25px}.news-date{font-size:14px;color:#888;margin-bottom:12px;display:block}.news-text{font-size:20px;font-weight:600;color:#0a2e65;line-height:1.4}.news-small-grid{flex:1;display:flex;flex-direction:column;gap:20px}.news-small{display:flex;gap:15px;align-items:center;border-radius:15px;overflow:hidden;background:#f4f8ff;box-shadow:0 10px 25px #0055ff1a;position:relative;transition:all .3s ease}.news-small{position:relative;overflow:hidden}.news-small:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#00c5ff33,#0055ff0d,#00c5ff33);transition:all .7s ease;z-index:1}.news-small:hover:before{left:0}.news-small:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0055ff26}.news-small-img{position:relative;overflow:hidden;flex-shrink:0}.news-small-img img{height:100px;object-fit:cover;transition:transform .3s ease}.news-small:hover .news-small-img img{transform:scale(1.1)}.news-small:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#0055ff1a,#0000);opacity:0;transition:opacity .3s ease}.news-small:hover:after{opacity:1}.news-small-content{padding:15px;display:flex;flex-direction:column;justify-content:center}.news-small-content .news-text{font-size:16px;font-weight:500}.news-footer{margin-top:40px}.news-footer a{text-decoration:none;font-weight:600;font-size:16px;color:#05f;transition:color .3s ease}.news-footer a:hover{color:#00c2ff}@media (max-width: 1200px){.news-grid{flex-direction:column}.news-large img{height:300px}.news-small-img img{width:100px;height:100px}}@media (max-width: 768px){.news-title{font-size:28px}.news-large img{height:250px}.news-text{font-size:18px}.news-small-content .news-text{font-size:14px}.news-small-img img{width:80px;height:80px}.news-section{padding:0}}@media (max-width: 480px){.news-container{padding:0}.news-large img{height:200px}.news-small-img img{width:70px;height:70px}.news-text{font-size:16px}.news-small-content .news-text{font-size:13px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.team-section{padding:60px 20px;background:#f7f9ff;text-align:center;font-family:Poppins,sans-serif}.team-header h2{font-size:2.2rem;font-weight:700;color:#111}.team-header h2 span{color:#2b4eff}.team-header p{margin:15px auto 50px;max-width:700px;font-size:1rem;color:#666;line-height:1.6}.team-container{max-width:1200px;margin:0 auto}.team-card{perspective:1200px;cursor:pointer;margin:15px 0}.card-inner{position:relative;width:100%;height:460px;transition:transform .8s ease-in-out;transform-style:preserve-3d;border-radius:18px;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column}.team-card:hover .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;border-radius:18px;overflow:hidden;backface-visibility:hidden;display:flex;flex-direction:column}.card-front{background:#d4e9ff}.card-image{width:100%;height:80%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:18px 18px 0 0;background:#f0f0f0}.card-front img{width:100%;height:100%;object-fit:cover;object-position:center}.card-text{height:20%;padding:10px 15px;display:flex;flex-direction:column;justify-content:center}.card-text h3{font-size:1.1rem;margin:0}.card-text p{font-size:.85rem;color:#444}.card-front .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#2b4effd9;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;opacity:0;transition:opacity .3s ease;border-radius:18px}.card-front:hover .overlay,.team-card:active .overlay{opacity:1}.card-front .overlay p{font-size:.9rem}.card-back{background:linear-gradient(135deg,#05f,#00c2ff);color:#fff;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:flex-start;padding:20px;box-sizing:border-box}.card-back h3{font-size:1.1rem;margin-bottom:8px}.card-back p{font-size:.85rem;margin:4px 0}.swiper-button-next,.swiper-button-prev{color:#2b4eff}@media (max-width: 1024px){.card-inner{height:300px}.card-image{height:70%}.card-text{height:30%}}@media (max-width: 768px){.team-section{padding:50px 15px}.team-header h2{font-size:1.8rem}.team-header p{font-size:.9rem;margin-bottom:25px}.card-inner{height:320px}.card-image{height:80%}.card-text{height:20%;padding:5px 10px}.card-back h3{font-size:1rem}.card-back p{font-size:.75rem}.swiper-button-next,.swiper-button-prev{display:none}.card-front .overlay p{font-size:.75rem;padding:8px}}.services_section{position:relative;width:100%;margin:80px 0;overflow:visible;background:#f9fbff;z-index:1}.services_section:before,.services_section:after{content:"";position:absolute;left:-40px;width:120%;height:120px;background:linear-gradient(90deg,#05f,#00c2ff);transform:rotate(-10deg);z-index:0}.services_section:before{top:35%;opacity:.5}.services_section:after{top:60%;opacity:.3}.services-container{text-align:center;max-width:1300px;margin:0 auto;position:relative;z-index:2;padding:0 20px}.services-title{font-family:Poppins,sans-serif;font-size:42px;font-weight:900;margin-bottom:40px;color:#05f;text-transform:uppercase;letter-spacing:1px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.service-card{cursor:pointer;background:#ffffffe6;box-shadow:0 4px 20px #0000001a;border-radius:18px;padding:40px 25px;transition:transform .35s ease,box-shadow .35s ease,background .35s ease}.service-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 14px 30px #0055ff40;background:linear-gradient(135deg,#f0f8ff,#fff)}.service-icon{font-size:80px;color:#05f;margin-bottom:18px;transition:transform .3s ease,color .3s ease}.service-card:hover .service-icon{transform:rotate(8deg) scale(1.1);color:#00c2ff}.service-text{color:#0a2e65;font-family:Open Sans,sans-serif;font-weight:700;font-size:20px;text-align:center;margin:0}@media (max-width: 1024px){.services-title{font-size:36px;margin-bottom:30px}.services-grid{grid-template-columns:repeat(2,1fr);gap:25px}.service-card{padding:35px 20px}.service-icon{font-size:65px}.service-text{font-size:18px}.services_section:before,.services_section:after{width:100%;height:100px}}@media (max-width: 600px){.services_section{margin:50px 0;padding:50px 15px}.services-title{font-size:28px;margin-bottom:25px}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:25px 15px}.service-icon{font-size:50px;margin-bottom:10px}.service-text{font-size:16px}.services_section:before,.services_section:after{width:100%;height:80px;top:auto;bottom:-10%;transform:rotate(-8deg)}}@media (max-width: 400px){.services-title{font-size:24px}.service-icon{font-size:45px}.service-text{font-size:15px}}.footer{background-color:#0056b3;color:#fff;font-family:Poppins,sans-serif;padding:50px 20px 20px;border-top:1px solid #1f2a38;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.05'%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Ccircle cx='70' cy='10' r='2'/%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3Ccircle cx='10' cy='70' r='2'/%3E%3Ccircle cx='70' cy='70' r='2'/%3E%3Cline x1='10' y1='10' x2='40' y2='40'/%3E%3Cline x1='70' y1='10' x2='40' y2='40'/%3E%3Cline x1='10' y1='70' x2='40' y2='40'/%3E%3Cline x1='70' y1='70' x2='40' y2='40'/%3E%3C/g%3E%3C/svg%3E");background-size:150px 150px}.footer-container,.footer-middle-container{max-width:1200px;margin:0 auto}.footer-top{margin-bottom:40px}.footer-title{font-size:22px;font-weight:700;margin-bottom:20px;color:#fff}.footer-phones{display:flex;flex-wrap:wrap;gap:40px}.footer-phones div p{margin:5px 0;font-size:16px}.footer-phones div p strong{color:#1ec1f4}.footer-middle{border-top:1px solid #1f2a38;border-bottom:1px solid #1f2a38;padding:30px 0;margin-bottom:30px}.footer-middle-container{display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between}.footer-contact,.footer-mails{flex:1;min-width:250px}.footer-contact h3,.footer-mails h3{font-size:18px;font-weight:600;margin-bottom:15px;color:#fff}.footer-contact p,.footer-mails p{display:flex;align-items:center;font-size:16px;margin:8px 0;gap:10px;color:#cfd8dc}.footer-contact p svg,.footer-mails p svg{color:#1ec1f4;transition:color .3s}.footer-contact p:hover svg,.footer-mails p:hover svg{color:#0bb0d9}.footer-bottom{text-align:center;font-size:14px;color:#888;padding-top:10px}@media (max-width: 768px){.footer-phones{flex-direction:column;gap:20px}.footer-middle-container{flex-direction:column;gap:30px}}.about-detail{width:100%;padding:80px 20px;margin:80px auto;background:#f9faff;font-family:Roboto,sans-serif}.about-detail-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:50px;max-width:1300px;margin:0 auto}.about-detail-text{flex:1;min-width:300px;max-width:600px}.about-detail-text h1{font-family:Poppins,sans-serif;font-size:42px;font-weight:900;margin-bottom:15px;color:#05f}.about-detail-text h3{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;margin-bottom:20px;color:#0a2e65}.about-detail-text p{font-size:16px;line-height:1.8;color:#333;margin-bottom:15px}.about-detail-image{flex:1;min-width:300px;max-width:600px;position:relative;border-radius:30px;overflow:hidden;box-shadow:0 20px 40px #0055ff26}.about-detail-image img{width:100%;border-radius:30px;object-fit:cover;transition:transform .5s ease}.about-detail-image:hover img{transform:scale(1.05)}.image-overlay-card{position:absolute;bottom:25px;left:25px;background:#0055ffd9;color:#fff;padding:20px 25px;border-radius:20px;max-width:250px;box-shadow:0 10px 25px #0003;font-size:14px;transition:transform .3s ease}.about-detail-image:hover .image-overlay-card{transform:translateY(-5px)}.floating-circle{position:absolute;border-radius:50%;opacity:.4;z-index:1}.circle1{width:80px;height:80px;background:#00c2ff;top:-20px;right:-20px}.circle2{width:50px;height:50px;background:#05f;bottom:-15px;left:30px}.circle3{width:100px;height:100px;background:#0af;top:50%;right:-40px;transform:translateY(-50%);opacity:.2}@media (max-width: 1200px){.about-detail-container{flex-direction:column;align-items:center}.about-detail-image,.about-detail-text{max-width:100%}.image-overlay-card{max-width:80%;left:10%}}@media (max-width: 576px){.about-detail{padding:40px 10px}.about-detail-text h1{font-size:32px}.about-detail-text h3{font-size:20px}.image-overlay-card{font-size:12px;padding:15px 20px}}.news-detail{width:100%;padding:40px 20px;background:linear-gradient(135deg,#f9faff,#fff);font-family:Poppins,sans-serif;box-sizing:border-box}.news-container{max-width:1300px;margin:120px auto;display:flex;flex-direction:column;gap:30px}.top-section{display:grid;grid-template-columns:2fr 1fr;gap:25px}.featured-news .news-card.large{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}.featured-news .news-card.large:hover{transform:translateY(-5px)}.featured-news .news-img{width:100%;height:380px}.featured-news .news-img img{width:100%;height:100%;object-fit:cover}.featured-news .news-info{padding:20px}.featured-news .news-date{font-size:14px;color:#888;margin-bottom:10px}.featured-news h2{font-size:24px;color:#222;margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.featured-news p{font-size:16px;color:#555;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.right-news{display:flex;flex-direction:column;gap:18px}.right-news .news-card.small{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000f;transition:transform .3s ease}.right-news .news-card.small:hover{transform:translateY(-4px)}.right-news .news-img{flex:1;max-width:320px;overflow:hidden}.right-news .news-img img{width:100%;height:100%;object-fit:cover}.right-news .news-info{flex:2;padding:12px 16px}.right-news h3{font-size:18px;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.right-news .news-date{font-size:13px;color:#999;margin-bottom:6px}.right-news .news-info p{font-size:14px;color:#555;line-height:1.5;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bottom-news-slider{padding-top:20px}.bottom-news-slider .swiper-wrapper{display:flex}.bottom-news-slider .news-card.small{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000f;transition:transform .3s ease;height:100%}.bottom-news-slider .news-card.small:hover{transform:translateY(-5px)}.bottom-news-slider .news-img img{width:100%;height:160px;object-fit:cover}.bottom-news-slider .news-info{padding:12px 14px}.bottom-news-slider h3{font-size:18px;color:#222;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bottom-news-slider .news-date{font-size:13px;color:#777;margin-bottom:6px}.bottom-news-slider .news-info p{font-size:14px;color:#555;line-height:1.5;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news-card-link{text-decoration:none;color:inherit;display:block}@media (max-width: 1024px){.top-section{grid-template-columns:1fr}.featured-news .news-img img{height:280px}.bottom-news-slider .news-img img{height:140px}}@media (max-width: 768px){.featured-news h2{font-size:20px}.featured-news p{font-size:14px}.right-news .news-card.small{flex-direction:column}.right-news .news-img{max-width:100%}.right-news .news-img img{height:160px}.bottom-news-slider .news-img img{height:140px}}@media (max-width: 480px){.news-detail{padding:20px 12px}.featured-news .news-img img{height:220px}.bottom-news-slider .news-img img{height:120px}.bottom-news-slider .news-card.small{margin-bottom:15px}.featured-news .news-img{height:200px}.bottom-news-slider .swiper-slide{width:100%!important}}.one-news{max-width:1200px;margin:120px auto;padding:20px 40px;font-family:Poppins,sans-serif;background:#f9fafc;border-radius:12px;box-shadow:0 8px 20px #0000001a}.news-content{display:flex;flex-direction:column;align-items:center}.news-main{width:100%}.one-news-date{font-size:14px;color:#888;margin-bottom:10px;text-align:center}.one-news-image{width:100%;display:flex;height:400px;justify-content:center;align-items:center;margin-bottom:20px}.one-news-image img{max-width:100%;max-height:100%;border-radius:12px;object-fit:cover;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.one-news-image img:hover{transform:scale(1.02)}.news-text{font-size:16px;color:#333;line-height:1.6;text-align:justify;overflow:hidden;transition:max-height .5s ease;margin-bottom:10px}.news-text.collapsed{max-height:300px}.news-text.expanded{max-height:2000px}.one-news-title{font-size:24px;font-weight:700;margin-bottom:15px;text-align:center;color:#2b4eff}.toggle-btn{display:block;margin:0 auto 20px;padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,#2b4eff,#00c2ff);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.toggle-btn:hover{background:linear-gradient(135deg,#1a34cc,#007acc);transform:scale(1.05)}@media (max-width: 1200px){.one-news{padding:20px 30px}.one-news-title{font-size:22px}.news-text{font-size:15px}.one-news-image{height:350px}}@media (max-width: 992px){.one-news{padding:20px 25px;margin:60px auto}.one-news-title{font-size:21px}.news-text{font-size:15px}.one-news-image{height:300px}}@media (max-width: 768px){.one-news{padding:15px 20px;margin:40px auto}.one-news-title{font-size:20px}.news-text{font-size:14px}.one-news-image{height:250px}.toggle-btn{font-size:13px;padding:8px 16px}}@media (max-width: 480px){.one-news{padding:12px 15px;margin:100px 5px 40px}.one-news-title{font-size:13px}.news-text{font-size:10px}.one-news-image{height:200px}.toggle-btn{font-size:12px;padding:6px 14px}.news-content{padding:20px 10px}}.projects-page{margin:60px auto;padding:60px 20px;font-family:Poppins,sans-serif;background:#f5f7fb;min-height:100vh}.projects-title{text-align:center;font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:40px;color:#1a237e;font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;max-width:1200px;margin:0 auto}.project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000001a;text-decoration:none;color:#333;display:flex;flex-direction:column;transition:all .3s ease;position:relative}.project-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000026}.project-image{width:100%;height:clamp(150px,20vw,220px);background-size:cover;background-position:center;position:relative;border-bottom:4px solid #2b4eff}.status-badge{position:absolute;top:10px;left:10px;background:#2b4eff;color:#fff;padding:5px 10px;border-radius:20px;font-size:.75rem;font-weight:500}.project-content{padding:16px 20px;flex:1;display:flex;flex-direction:column}.project-content h3{font-size:1.2rem;color:#1a237e;margin-bottom:8px;font-weight:600}.project-about{display:flex;align-items:flex-start;gap:8px;background:#eef2ff;padding:10px 12px;border-radius:10px;margin-bottom:12px}.info-icon{color:#2b4eff;font-size:1rem;flex-shrink:0}.project-about p{margin:0;font-size:.9rem;color:#333;line-height:1.4}.project-description{font-size:.9rem;color:#444;margin-bottom:12px;line-height:1.4}.project-team h4,.project-files h4{font-weight:600;color:#2b4eff;margin-bottom:6px;font-size:.9rem}.members-list{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.member-item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#444}.project-files ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px}.project-files li{margin-bottom:6px}.project-files .download-button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#2b4eff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s,transform .1s}.project-files .download-button:hover{background-color:#0052cc;transform:translateY(-1px)}.project-files .download-button:active{transform:translateY(1px)}.project-files .download-button svg{vertical-align:middle}@media (max-width: 1024px){.projects-page{padding:50px 20px}}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:20px}.project-image{height:180px}.project-content h3{font-size:1.1rem}.project-about p,.project-description,.project-files a{font-size:.85rem}}@media (max-width: 480px){.projects-page{padding:40px 12px}.project-card{border-radius:12px}.project-image{height:150px}.status-badge{font-size:.7rem;padding:4px 8px}.project-content h3{font-size:1rem}.project-about p,.project-description,.project-files a{font-size:.8rem}}.container{max-width:90%;margin:0 auto}.app-container{display:flex;flex-direction:column}a{text-decoration:none;color:inherit;display:block}
