@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fff;color:#333;font-family:Poppins,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}body.dark-mode .header{background-color:#2d2d2d;box-shadow:0 2px 10px #0000004d}body.dark-mode .header .logo-link{color:#f0f0f0}body.dark-mode .header .nav a{color:#e8e8e8}body.dark-mode .header .nav a:hover{color:#5dade2}body.dark-mode .header .mobile-menu-toggle{color:#f0f0f0}body.dark-mode .header .locale-switcher{border-color:#f0f0f040}body.dark-mode .header .locale-switcher__btn{color:#e8e8e8}body.dark-mode .header .locale-switcher__btn:hover{background:#5dade233}body.dark-mode .header .locale-switcher__btn.is-active{background:#3498db;color:#fff}body.dark-mode .contact-form,body.dark-mode .service-card,body.dark-mode .testimonial-card{background-color:#2d2d2d;box-shadow:0 4px 6px #0000001a;color:#f0f0f0}body.dark-mode input,body.dark-mode textarea{background-color:#333;border-color:#444;color:#f0f0f0}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}section{padding:4rem 0}section h2{font-size:2.25rem;margin-bottom:1rem;text-align:center}section .section-subtitle{color:#7f8c8d;font-size:1.1rem;margin:0 auto 2rem;max-width:700px;text-align:center}.btn-primary{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary:hover{background-color:#2980b9}.skip-link{background-color:#1a1a1a;border-radius:0 0 6px 0;color:#fff;font-weight:600;left:0;padding:.75rem 1.25rem;position:fixed;text-decoration:none;top:0;transform:translateY(-120%);transition:transform .2s ease;z-index:10000}.skip-link:focus{outline:3px solid #3498db;outline-offset:2px;transform:translateY(0)}body.dark-mode .skip-link{background-color:#f0f0f0;color:#1a1a1a}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;z-index:1000}.header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header .logo .logo-link{align-items:center;color:#2c3e50;display:inline-flex;font-size:1.35rem;font-weight:700;gap:.65rem;letter-spacing:-.02em;text-decoration:none}.header .logo .logo-mark{border-radius:10px;box-shadow:0 1px 3px #0000001f;display:block;flex-shrink:0;height:44px;object-fit:cover;width:44px}.header .logo .logo-text{line-height:1.2}.header .nav ul{display:flex;list-style:none}.header .nav ul li{margin-left:2rem}.header .nav ul li a{color:#2c3e50;font-weight:500;text-decoration:none;transition:color .3s}.header .nav ul li a:hover{color:#3498db}.header .mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-shrink:0;font-size:1.5rem;line-height:1;margin:0;padding:.25rem .35rem}.header .header-actions{align-items:center;display:flex;flex-shrink:0;gap:.75rem;justify-content:flex-end}.header .locale-switcher{border:1px solid #2c3e5033;border-radius:8px;display:inline-flex;overflow:hidden}.header .locale-switcher__btn{background:#0000;border:none;color:#2c3e50;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.04em;margin:0;padding:.35rem .55rem;transition:background .2s,color .2s}.header .locale-switcher__btn:hover{background:#3498db1f}.header .locale-switcher__btn.is-active{background:#3498db;color:#fff}@media(max-width:768px){.header .logo .logo-text{display:none}.header .nav{background:#fff;box-shadow:0 5px 10px #0000001a;left:0;position:fixed;top:70px;transform:translateY(-150%);transition:transform .3s;width:100%}.header .nav.open{transform:translateY(0)}.header .nav ul{flex-direction:column;padding:1rem}.header .nav ul li{border-bottom:1px solid #eee;margin:0;padding:.5rem 0}.header .mobile-menu-toggle{display:block}.header .header-actions{gap:.5rem}.header .locale-switcher__btn{font-size:.7rem;padding:.3rem .45rem}}.theme-toggle{background:linear-gradient(145deg,#3498db1f,#2980b914);border:1px solid #3498db59;border-radius:50%;color:#2980b9;cursor:pointer;display:inline-flex;height:2.75rem;margin-left:.75rem;padding:0;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;width:2.75rem}.theme-toggle,.theme-toggle__icon{align-items:center;justify-content:center}.theme-toggle__icon{display:flex;line-height:0}.theme-toggle:hover{background:linear-gradient(145deg,#3498db33,#2980b91f);border-color:#3498db8c;box-shadow:0 2px 8px #3498db40;color:#1f6dad;transform:scale(1.06)}.theme-toggle:focus{outline:none}.theme-toggle:focus-visible{outline:2px solid #3498db;outline-offset:3px}body.dark-mode .theme-toggle{background:linear-gradient(145deg,#f1c40f1f,#f39c1214);border-color:#f1c40f73;color:#f1c40f}body.dark-mode .theme-toggle:hover{background:linear-gradient(145deg,#f1c40f38,#f39c1224);border-color:#f1c40fa6;box-shadow:0 2px 10px #f1c40f33;color:#f39c12}body.dark-mode .theme-toggle:focus-visible{outline-color:#5dade2}.about{background-color:#f9f9f9;padding:5rem 0}.about .container{align-items:center;display:flex;gap:4rem}.about-image{border-radius:10px;box-shadow:0 10px 30px #0000001a;flex:1 1;overflow:hidden}.about-image img{display:block;height:auto;transition:transform .5s ease;width:100%}.about-image img:hover{transform:scale(1.03)}.about-content{flex:1 1}.about-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1.5rem}.about-content .section-subtitle{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.about-content p{color:#34495e;line-height:1.6;margin-bottom:1.5rem}.about-content .skills{margin-top:2rem}.about-content .skills h3{font-size:1.25rem;margin-bottom:1rem}.about-content .skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.about-content .skills-list span{background-color:#e0f2fe;border-radius:50px;color:#0369a1;font-size:.9rem;font-weight:500;padding:.5rem 1rem}@media(max-width:992px){.about .container{flex-direction:column;gap:2rem}.about-content,.about-image{flex:none;width:100%}}@media(max-width:576px){.about{padding:3rem 0}.about-content h2{font-size:2rem}.about .skills-list{justify-content:center}}body.dark-mode .about{background-color:#2d2d2d}body.dark-mode .about-content h2,body.dark-mode .about-content p{color:#f0f0f0}body.dark-mode .about-content .section-subtitle{color:#b0b0b0}body.dark-mode .about .skills-list span{background-color:#1e3a8a;color:#bfdbfe}.contact{background-color:#f9f9f9;padding:5rem 0}.contact-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.contact-info{background-color:#3498db;border-radius:10px;color:#fff;height:100%;padding:2rem}.contact-info h3{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.contact-info h3:after{background-color:#fff;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.contact .info-item{align-items:flex-start;display:flex;margin-bottom:1.5rem}.contact .info-item i{font-size:1.2rem;margin-right:1rem;margin-top:.2rem}.contact .info-item p{line-height:1.6}.contact-form{background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #0000000d;padding:2rem}.contact .form-group{margin-bottom:1.5rem}.contact .form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.contact .form-group input,.contact .form-group textarea{border:1px solid #ddd;border-radius:5px;font-family:inherit;padding:.75rem;transition:border-color .3s ease;width:100%}.contact .form-group input:focus,.contact .form-group textarea:focus{border-color:#3498db;outline:none}.contact .form-group textarea{min-height:120px;resize:vertical}.contact .form-group .error{color:#e74c3c;font-size:.8rem;margin-top:.25rem}@media(max-width:768px){.contact{padding:3rem 0}.contact-container{grid-template-columns:1fr}}body.dark-mode .contact{background-color:#2d2d2d}body.dark-mode .contact-form{background-color:#1a1a1a;box-shadow:0 5px 20px #0003}body.dark-mode .contact-form .form-group label{color:#f0f0f0}body.dark-mode .contact-form .form-group input,body.dark-mode .contact-form .form-group textarea{background-color:#333;border-color:#444;color:#f0f0f0}.footer{background-color:#2c3e50;color:#ecf0f1;padding:4rem 0 0}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-about p{line-height:1.6;margin:1.5rem 0;opacity:.8}.footer-logo{margin-bottom:1.5rem}.footer-logo a{color:#fff;font-size:1.75rem;font-weight:700;text-decoration:none;transition:color .3s ease}.footer-logo a:hover{color:#3498db}.footer .social-links{display:flex;gap:1rem}.footer .social-links a{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer .social-links a:hover{background-color:#3498db;transform:translateY(-3px)}.footer-links h3{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-links h3:after{background-color:#3498db;bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:.75rem}.footer-links ul li a{color:#bdc3c7;display:inline-block;text-decoration:none;transition:all .3s ease}.footer-links ul li a:hover{color:#3498db;transform:translateX(5px)}.footer-contact h3{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-contact h3:after{background-color:#3498db;bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-contact .contact-info{padding-left:.5rem}.footer-contact .contact-info p{align-items:flex-start;display:flex;line-height:1.45;margin-bottom:.6rem;min-width:0;overflow-wrap:anywhere;word-break:break-word}.footer-contact .contact-info p i{color:#3498db;flex-shrink:0;margin-right:.5rem;margin-top:.2rem}.footer-bottom{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:1rem;padding:2rem 0;text-align:center}.footer-bottom p{font-size:.9rem;opacity:.7}.footer-bottom .legal-links{display:flex;gap:1.5rem;justify-content:center}.footer-bottom .legal-links a{color:#bdc3c7;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom .legal-links a:hover{color:#3498db}@media(max-width:768px){.footer{padding:3rem 0 0}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-bottom{align-items:center;flex-direction:column}}body.dark-mode .footer{background-color:#1a1a1a}body.dark-mode .footer-about p,body.dark-mode .footer-bottom .legal-links a,body.dark-mode .footer-bottom p,body.dark-mode .footer-contact .contact-info p,body.dark-mode .footer-links ul li a{color:#e0e0e0}body.dark-mode .footer .social-links a{background-color:#ffffff0d}.loading-spinner{align-items:center;display:flex;justify-content:center;min-height:200px;width:100%}.loading-spinner .spinner{animation:spin 1s ease-in-out infinite;border:5px solid #3498db33;border-radius:50%;border-top-color:#3498db;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}body.dark-mode .loading-spinner .spinner{border-top-color:#2980b9}.pwa-update-notification{animation:slideUp .3s ease-out;background-color:#2c3e50;border-radius:8px;bottom:1rem;box-shadow:0 4px 12px #00000026;color:#fff;max-width:350px;padding:1rem;position:fixed;right:1rem;z-index:1000}.pwa-update-notification .notification-content p{line-height:1.5;margin-bottom:1rem}.pwa-update-notification .notification-buttons{display:flex;gap:.75rem;justify-content:flex-end}.pwa-update-notification .btn-dismiss,.pwa-update-notification .btn-update{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.pwa-update-notification .btn-update{background-color:#3498db;color:#fff}.pwa-update-notification .btn-update:hover{background-color:#2980b9}.pwa-update-notification .btn-dismiss{background-color:#0000;border:1px solid #bdc3c7;color:#bdc3c7}.pwa-update-notification .btn-dismiss:hover{background-color:#ffffff1a}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}body.dark-mode .pwa-update-notification{background-color:#1a1a1a;border:1px solid #444}body.dark-mode{background-color:#1a1a1a;color:#f0f0f0}body.dark-mode .btn-primary{background-color:#2980b9}body.dark-mode .btn-primary:hover{background-color:#3498db}body.dark-mode section h2,body.dark-mode section h3,body.dark-mode section h4{color:#f0f0f0}body.dark-mode section .section-subtitle{color:#b0b0b0}.hero{background-image:linear-gradient(135deg,#3498dbe0,#2980b9e0),var(--hero-image);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;overflow:hidden;padding:8rem 0 6rem;position:relative;text-align:center}.hero .container{position:relative;z-index:2}.hero-content{margin:0 auto;max-width:800px}.hero-content h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000001a}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero .cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.hero .cta-buttons .btn-primary,.hero .cta-buttons .btn-secondary{border-radius:50px;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.hero .cta-buttons .btn-primary{background-color:#fff;border:2px solid #fff;color:#2c3e50}.hero .cta-buttons .btn-primary:hover{background-color:#0000;color:#fff}.hero .cta-buttons .btn-secondary{background-color:#0000;border:2px solid #fff;color:#fff}.hero .cta-buttons .btn-secondary:hover{background-color:#fff;color:#2c3e50}@media(max-width:768px){.hero{padding:6rem 0 4rem}.hero-content h1{font-size:2.25rem}.hero-content p{font-size:1.1rem}.hero .cta-buttons{flex-direction:column;gap:.75rem}.hero .cta-buttons .btn-primary,.hero .cta-buttons .btn-secondary{text-align:center;width:100%}}body.dark-mode .hero{background-image:linear-gradient(135deg,#141c2aeb,#0f1622eb),var(--hero-image);background-size:cover}body.dark-mode .hero .btn-secondary{border-color:#f0f0f0;color:#f0f0f0}body.dark-mode .hero .btn-secondary:hover{background-color:#f0f0f0;color:#2d2d2d}.portfolio{background-color:#f9f9f9;padding:5rem 0}.portfolio-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.portfolio-filters button{background-color:#0000;border:1px solid #3498db;border-radius:50px;color:#3498db;cursor:pointer;padding:.5rem 1.5rem;transition:all .3s ease}.portfolio-filters button.active,.portfolio-filters button:hover{background-color:#3498db;color:#fff}.portfolio-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.portfolio-item{border-radius:8px;box-shadow:0 5px 15px #0000001a;overflow:hidden;position:relative;transition:transform .3s ease}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-image{height:250px;position:relative;width:100%}.portfolio-image img{display:block;height:100%;object-fit:cover;width:100%}.portfolio-overlay{align-items:center;background:#3498dbe6;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;padding:1.5rem;position:absolute;text-align:center;top:0;transition:opacity .3s ease;width:100%}.portfolio-overlay h3{font-size:1.5rem;margin-bottom:.5rem}.portfolio-overlay p{font-size:.9rem;margin-bottom:1rem}.portfolio-overlay .btn-view{background-color:#fff;border:none;border-radius:4px;color:#3498db;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.portfolio-overlay .btn-view:hover{background-color:#f0f0f0}@media(max-width:768px){.portfolio{padding:3rem 0}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}body.dark-mode .portfolio{background-color:#2d2d2d}body.dark-mode .portfolio-item{box-shadow:0 5px 15px #0000004d}body.dark-mode .portfolio-overlay{background:#293241e6}.optimized-image{border-radius:8px;height:auto;overflow:hidden;position:relative;transition:transform .3s ease;width:100%}.optimized-image:hover{transform:scale(1.02)}.optimized-image img{display:block;height:auto;width:100%}.optimized-image .image-loader{background-color:#f5f5f5;padding-bottom:56.25%;position:relative;width:100%}.optimized-image .image-loader:after{border:4px solid #3498db33;border-radius:50%;border-top-color:#3498db;content:"";height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}.services{background-color:#fff;padding:5rem 0}.services .container{text-align:center}.services h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.services .section-subtitle{color:#7f8c8d;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.services .service-card{background-color:#fff;border:1px solid #0000000d;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.services .service-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.services .service-card .service-icon{color:#3498db;font-size:3rem;margin-bottom:1.5rem}.services .service-card h3{color:#2c3e50;font-size:1.25rem;margin-bottom:1rem}.services .service-card p{color:#7f8c8d;line-height:1.6}@media(max-width:768px){.services{padding:3rem 0}.services h2{font-size:2rem}.services .service-card{padding:1.5rem}}body.dark-mode .services{background-color:#1a1a1a}body.dark-mode .services .service-card h3,body.dark-mode .services h2{color:#f0f0f0}body.dark-mode .services .section-subtitle,body.dark-mode .services .service-card p{color:#b0b0b0}body.dark-mode .services .service-card{background-color:#2d2d2d;border-color:#ffffff0d}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.testimonials{background-color:#fff;padding:5rem 0}.testimonials .swiper{padding:1rem 0 3rem}.testimonials .swiper-pagination-bullet{background-color:#bdc3c7;height:12px;opacity:1;width:12px}.testimonials .swiper-pagination-bullet-active{background-color:#3498db}.testimonials-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #0000000d;height:auto;margin:.5rem;padding:2rem;transition:transform .3s ease}.testimonials-card:hover{transform:translateY(-5px)}.testimonials-content{margin-bottom:1.5rem;position:relative}.testimonials-content p{color:#555;font-style:italic;padding-left:1.5rem;position:relative}.testimonials-content p:before{color:#3498db;content:'"';font-family:serif;font-size:3rem;left:0;opacity:.2;position:absolute;top:-.5rem}.testimonials-author{align-items:center;display:flex;gap:1rem}.testimonials-author .avatar{border-radius:50%;height:60px;overflow:hidden;width:60px}.testimonials-author .avatar img{height:100%;object-fit:cover;width:100%}.testimonials-author .author-info h4{color:#2c3e50;margin-bottom:.25rem}.testimonials-author .author-info .position{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem}.testimonials .rating .star{color:#ddd;font-size:1rem}.testimonials .rating .star.filled{color:#f39c12}@media(max-width:768px){.testimonials{padding:3rem 0}.testimonials-card{padding:1.5rem}}body.dark-mode .testimonials{background-color:#1a1a1a}body.dark-mode .testimonials-card{background-color:#2d2d2d;box-shadow:0 5px 20px #0003}body.dark-mode .testimonials-content p{color:#e0e0e0}body.dark-mode .testimonials .author-info h4{color:#f0f0f0}